@font-face {
  font-family: "Dragon is coming";
  src: url("../fonts/DragonIsComing.otf");
}
/* Ripple Out */
@keyframes ripple-out {
  0% {
    opacity: 1;
  }
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}
/* line 327, ../scss/common/_mixins.scss */
.padtop-10 {
  padding-top: 10px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-20 {
  padding-top: 20px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-30 {
  padding-top: 30px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-40 {
  padding-top: 40px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-50 {
  padding-top: 50px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-60 {
  padding-top: 60px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-70 {
  padding-top: 70px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-80 {
  padding-top: 80px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-90 {
  padding-top: 90px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-100 {
  padding-top: 100px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-120 {
  padding-top: 120px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-140 {
  padding-top: 140px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-150 {
  padding-top: 150px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-160 {
  padding-top: 160px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-180 {
  padding-top: 180px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-200 {
  padding-top: 200px;
}

/* line 327, ../scss/common/_mixins.scss */
.padtop-250 {
  padding-top: 250px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-10 {
  padding-bottom: 10px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-20 {
  padding-bottom: 20px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-30 {
  padding-bottom: 30px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-40 {
  padding-bottom: 40px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-50 {
  padding-bottom: 50px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-60 {
  padding-bottom: 60px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-70 {
  padding-bottom: 70px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-80 {
  padding-bottom: 80px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-90 {
  padding-bottom: 90px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-100 {
  padding-bottom: 100px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-120 {
  padding-bottom: 120px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-140 {
  padding-bottom: 140px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-150 {
  padding-bottom: 150px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-160 {
  padding-bottom: 160px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-180 {
  padding-bottom: 180px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-200 {
  padding-bottom: 200px;
}

/* line 333, ../scss/common/_mixins.scss */
.padbottom-250 {
  padding-bottom: 250px;
}

/* line 448, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}
@media only screen and (max-width: 47.938em) {
  /* line 448, ../scss/common/_mixins.scss */
  .path-newsletter .newsletter-wrapper {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 461, ../scss/common/_mixins.scss */
  .path-newsletter .newsletter-content {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 461, ../scss/common/_mixins.scss */
  .path-newsletter .newsletter-content {
    width: 970px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 461, ../scss/common/_mixins.scss */
  .path-newsletter .newsletter-content {
    width: 1170px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 478, ../scss/common/_mixins.scss */
  .bricks-item.bricks-item__wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    width: 750px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 478, ../scss/common/_mixins.scss */
  .bricks-item.bricks-item__wide {
    width: 970px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 478, ../scss/common/_mixins.scss */
  .bricks-item.bricks-item__wide {
    width: calc(1170px + 226px);
  }
}

/* line 1, ../scss/common/_base.scss */
:root {
  --header-height: 60px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 1, ../scss/common/_base.scss */
  :root {
    --header-height: 83px;
  }
}

/* line 10, ../scss/common/_base.scss */
html body {
  color: #221E1F;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 10, ../scss/common/_base.scss */
  html body {
    font-size: 24px;
    line-height: 31px;
  }
}

/* line 18, ../scss/common/_base.scss */
h1 {
  font-weight: 500;
}

/* line 21, ../scss/common/_base.scss */
h1, h2, h3 {
  color: #221E1F;
}

/* line 25, ../scss/common/_base.scss */
.page-section h1,
.page-section .path-newsletter .basic-content-block-title h1,
.path-newsletter .basic-content-block-title .page-section h1 {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.5px;
}
/* line 31, ../scss/common/_base.scss */
.page-section h1:not(.font-belydisplay),
.page-section .path-newsletter .basic-content-block-title h1:not(.font-belydisplay),
.path-newsletter .basic-content-block-title .page-section h1:not(.font-belydisplay) {
  font-family: "FuturaLTPro", "Cormorant", serif;
}
@media only screen and (min-width: 75em) {
  /* line 25, ../scss/common/_base.scss */
  .page-section h1,
  .page-section .path-newsletter .basic-content-block-title h1,
  .path-newsletter .basic-content-block-title .page-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
/* line 40, ../scss/common/_base.scss */
.page-section h1 b,
.page-section .path-newsletter .basic-content-block-title h1 b,
.path-newsletter .basic-content-block-title .page-section h1 b {
  font-weight: 700;
}
/* line 44, ../scss/common/_base.scss */
.page-section h1.md-header,
.page-section .path-newsletter .basic-content-block-title h1.md-header,
.path-newsletter .basic-content-block-title .page-section h1.md-header {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 75em) {
  /* line 44, ../scss/common/_base.scss */
  .page-section h1.md-header,
  .page-section .path-newsletter .basic-content-block-title h1.md-header,
  .path-newsletter .basic-content-block-title .page-section h1.md-header {
    font-size: 50px;
    line-height: 55px;
  }
}
/* line 55, ../scss/common/_base.scss */
.page-section h1.lg-header,
.page-section .path-newsletter .basic-content-block-title h1.lg-header,
.path-newsletter .basic-content-block-title .page-section h1.lg-header {
  letter-spacing: 0.5px;
  font-size: 65px;
  line-height: 70px;
}
@media only screen and (max-width: 400px) {
  /* line 55, ../scss/common/_base.scss */
  .page-section h1.lg-header,
  .page-section .path-newsletter .basic-content-block-title h1.lg-header,
  .path-newsletter .basic-content-block-title .page-section h1.lg-header {
    font-size: 45px;
    line-height: 47px;
  }
}
@media only screen and (min-width: 75em) {
  /* line 55, ../scss/common/_base.scss */
  .page-section h1.lg-header,
  .page-section .path-newsletter .basic-content-block-title h1.lg-header,
  .path-newsletter .basic-content-block-title .page-section h1.lg-header {
    font-size: 80px;
    line-height: 84px;
  }
}
/* line 72, ../scss/common/_base.scss */
.page-section .bricks-item--product-carousel .product-list-teaser .product-teaser-title .product-name, .bricks-item--product-carousel .product-list-teaser .product-teaser-title .page-section .product-name {
  color: #221E1F;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 45px;
  letter-spacing: 0.5px;
  line-height: 65px;
  font-weight: 500;
}
@media only screen and (min-width: 62em) {
  /* line 72, ../scss/common/_base.scss */
  .page-section .bricks-item--product-carousel .product-list-teaser .product-teaser-title .product-name, .bricks-item--product-carousel .product-list-teaser .product-teaser-title .page-section .product-name {
    font-size: 60px;
    line-height: 85px;
  }
}
/* line 86, ../scss/common/_base.scss */
.page-section h2,
.page-section .news-and-events-form .form-item-field-category-target-id label,
.news-and-events-form .form-item-field-category-target-id .page-section label,
.page-section .bricks-item h2,
.bricks-item .page-section h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 30px;
}
/* line 95, ../scss/common/_base.scss */
.page-section h2.sm-header,
.page-section .news-and-events-form .form-item-field-category-target-id label.sm-header,
.news-and-events-form .form-item-field-category-target-id .page-section label.sm-header,
.page-section .bricks-item h2.sm-header,
.bricks-item .page-section h2.sm-header {
  font-size: 32px;
  line-height: 35px;
}
/* line 105, ../scss/common/_base.scss */
.page-section h2.lg-header,
.page-section .news-and-events-form .form-item-field-category-target-id label.lg-header,
.news-and-events-form .form-item-field-category-target-id .page-section label.lg-header,
.page-section .bricks-item h2.lg-header,
.bricks-item .page-section h2.lg-header, .page-section .bricks-item h2, .bricks-item .page-section h2 {
  font-weight: 500;
  letter-spacing: 0.5px;
  font-size: 34px;
  line-height: 40px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 105, ../scss/common/_base.scss */
  .page-section h2.lg-header,
  .page-section .news-and-events-form .form-item-field-category-target-id label.lg-header,
  .news-and-events-form .form-item-field-category-target-id .page-section label.lg-header,
  .page-section .bricks-item h2.lg-header,
  .bricks-item .page-section h2.lg-header, .page-section .bricks-item h2, .bricks-item .page-section h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
/* line 143, ../scss/common/_base.scss */
.page-section h3, .page-section h4, .page-section h5, .page-section h6 {
  color: #221E1F;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
}
/* line 149, ../scss/common/_base.scss */
.page-section blockquote,
.page-section blockquote p {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 149, ../scss/common/_base.scss */
  .page-section blockquote,
  .page-section blockquote p {
    font-size: 32px;
    line-height: 35px;
  }
}
/* line 390, ../scss/common/_mixins.scss */
.page-section blockquote b,
.page-section blockquote p b {
  font-weight: 700;
}
/* line 155, ../scss/common/_base.scss */
.page-section blockquote b,
.page-section blockquote p b {
  font-weight: bold;
}
/* line 160, ../scss/common/_base.scss */
.page-section blockquote {
  border-left: 5px solid #F7C56E;
  margin: 40px;
  padding: 0 35px;
}
/* line 166, ../scss/common/_base.scss */
.page-section p {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 166, ../scss/common/_base.scss */
  .page-section p {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 171, ../scss/common/_base.scss */
.page-section p.copy-big {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 27px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 171, ../scss/common/_base.scss */
  .page-section p.copy-big {
    font-size: 32px;
    line-height: 35px;
  }
}
/* line 390, ../scss/common/_mixins.scss */
.page-section p.copy-big b {
  font-weight: 700;
}
/* line 176, ../scss/common/_base.scss */
.page-section a {
  font-size: 20px;
  line-height: 26px;
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 176, ../scss/common/_base.scss */
  .page-section a {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 180, ../scss/common/_base.scss */
.page-section a:hover, .page-section a:focus {
  color: #D29A84;
}
/* line 186, ../scss/common/_base.scss */
.page-section button,
.page-section input[type="button"],
.page-section input.button,
.page-section .basic-content-block-button a,
.page-section .more-link a,
.page-section .detail-tabs-button,
.page-section .node-readmore a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: transparent;
  border: 1px solid #221E1F;
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 186, ../scss/common/_base.scss */
  .page-section button,
  .page-section input[type="button"],
  .page-section input.button,
  .page-section .basic-content-block-button a,
  .page-section .more-link a,
  .page-section .detail-tabs-button,
  .page-section .node-readmore a {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.page-section button:before, .page-section button:after,
.page-section input[type="button"]:before,
.page-section input[type="button"]:after,
.page-section input.button:before,
.page-section input.button:after,
.page-section .basic-content-block-button a:before,
.page-section .basic-content-block-button a:after,
.page-section .more-link a:before,
.page-section .more-link a:after,
.page-section .detail-tabs-button:before,
.page-section .detail-tabs-button:after,
.page-section .node-readmore a:before,
.page-section .node-readmore a:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.page-section button i, .page-section button span,
.page-section input[type="button"] i,
.page-section input[type="button"] span,
.page-section input.button i,
.page-section input.button span,
.page-section .basic-content-block-button a i,
.page-section .basic-content-block-button a span,
.page-section .more-link a i,
.page-section .more-link a span,
.page-section .detail-tabs-button i,
.page-section .detail-tabs-button span,
.page-section .node-readmore a i,
.page-section .node-readmore a span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.page-section button i,
.page-section input[type="button"] i,
.page-section input.button i,
.page-section .basic-content-block-button a i,
.page-section .more-link a i,
.page-section .detail-tabs-button i,
.page-section .node-readmore a i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .page-section button.slm-btn,
  .page-section input[type="button"].slm-btn,
  .page-section input.button.slm-btn,
  .page-section .basic-content-block-button a.slm-btn,
  .page-section .more-link a.slm-btn,
  .page-section .detail-tabs-button.slm-btn,
  .page-section .node-readmore a.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.page-section button[disabled], .page-section button.disabled, .page-section button:disabled,
.page-section input[type="button"][disabled],
.page-section input[type="button"].disabled,
.page-section input[type="button"]:disabled,
.page-section input.button[disabled],
.page-section input.button.disabled,
.page-section input.button:disabled,
.page-section .basic-content-block-button a[disabled],
.page-section .basic-content-block-button a.disabled,
.page-section .basic-content-block-button a:disabled,
.page-section .more-link a[disabled],
.page-section .more-link a.disabled,
.page-section .more-link a:disabled,
.page-section .detail-tabs-button[disabled],
.page-section .detail-tabs-button.disabled,
.page-section .detail-tabs-button:disabled,
.page-section .node-readmore a[disabled],
.page-section .node-readmore a.disabled,
.page-section .node-readmore a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.page-section button:hover, .page-section button:focus,
.page-section input[type="button"]:hover,
.page-section input[type="button"]:focus,
.page-section input.button:hover,
.page-section input.button:focus,
.page-section .basic-content-block-button a:hover,
.page-section .basic-content-block-button a:focus,
.page-section .more-link a:hover,
.page-section .more-link a:focus,
.page-section .detail-tabs-button:hover,
.page-section .detail-tabs-button:focus,
.page-section .node-readmore a:hover,
.page-section .node-readmore a:focus {
  background-color: transparent;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.page-section button:hover:before, .page-section button:hover:after, .page-section button:focus:before, .page-section button:focus:after,
.page-section input[type="button"]:hover:before,
.page-section input[type="button"]:hover:after,
.page-section input[type="button"]:focus:before,
.page-section input[type="button"]:focus:after,
.page-section input.button:hover:before,
.page-section input.button:hover:after,
.page-section input.button:focus:before,
.page-section input.button:focus:after,
.page-section .basic-content-block-button a:hover:before,
.page-section .basic-content-block-button a:hover:after,
.page-section .basic-content-block-button a:focus:before,
.page-section .basic-content-block-button a:focus:after,
.page-section .more-link a:hover:before,
.page-section .more-link a:hover:after,
.page-section .more-link a:focus:before,
.page-section .more-link a:focus:after,
.page-section .detail-tabs-button:hover:before,
.page-section .detail-tabs-button:hover:after,
.page-section .detail-tabs-button:focus:before,
.page-section .detail-tabs-button:focus:after,
.page-section .node-readmore a:hover:before,
.page-section .node-readmore a:hover:after,
.page-section .node-readmore a:focus:before,
.page-section .node-readmore a:focus:after {
  color: #221E1F;
}
/* line 174, ../scss/common/_mixins.scss */
.page-section button a, .page-section button:before, .page-section button:after,
.page-section input[type="button"] a,
.page-section input[type="button"]:before,
.page-section input[type="button"]:after,
.page-section input.button a,
.page-section input.button:before,
.page-section input.button:after,
.page-section .basic-content-block-button a a,
.page-section .basic-content-block-button a:before,
.page-section .basic-content-block-button a:after,
.page-section .more-link a a,
.page-section .more-link a:before,
.page-section .more-link a:after,
.page-section .detail-tabs-button a,
.page-section .detail-tabs-button:before,
.page-section .detail-tabs-button:after,
.page-section .node-readmore a a,
.page-section .node-readmore a:before,
.page-section .node-readmore a:after {
  color: #221E1F;
}
/* line 180, ../scss/common/_mixins.scss */
.page-section button:hover,
.page-section input[type="button"]:hover,
.page-section input.button:hover,
.page-section .basic-content-block-button a:hover,
.page-section .more-link a:hover,
.page-section .detail-tabs-button:hover,
.page-section .node-readmore a:hover {
  background-color: #F3F2F0;
  border-color: #221E1F;
  color: #221E1F;
}
/* line 185, ../scss/common/_mixins.scss */
.page-section button:hover:before, .page-section button:hover:after,
.page-section input[type="button"]:hover:before,
.page-section input[type="button"]:hover:after,
.page-section input.button:hover:before,
.page-section input.button:hover:after,
.page-section .basic-content-block-button a:hover:before,
.page-section .basic-content-block-button a:hover:after,
.page-section .more-link a:hover:before,
.page-section .more-link a:hover:after,
.page-section .detail-tabs-button:hover:before,
.page-section .detail-tabs-button:hover:after,
.page-section .node-readmore a:hover:before,
.page-section .node-readmore a:hover:after {
  color: #221E1F;
}
/* line 196, ../scss/common/_base.scss */
.page-section .node-readmore a {
  height: auto;
  line-height: 43px;
  min-height: 43px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 196, ../scss/common/_base.scss */
  .page-section .node-readmore a {
    min-height: 81px;
    line-height: 81px;
  }
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 208, ../scss/common/_base.scss */
  .page-section .slm-btn input[type="button"],
  .page-section .slm-btn input.button {
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
  }
}
/* line 218, ../scss/common/_base.scss */
.page-section .basic-content-block-button.link-white a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 218, ../scss/common/_base.scss */
  .page-section .basic-content-block-button.link-white a {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a:before, .page-section .basic-content-block-button.link-white a:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a i, .page-section .basic-content-block-button.link-white a span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .page-section .basic-content-block-button.link-white a.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a[disabled], .page-section .basic-content-block-button.link-white a.disabled, .page-section .basic-content-block-button.link-white a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a:hover, .page-section .basic-content-block-button.link-white a:focus {
  background-color: transparent;
  color: #ffffff;
}
/* line 97, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a:hover:before, .page-section .basic-content-block-button.link-white a:hover:after, .page-section .basic-content-block-button.link-white a:focus:before, .page-section .basic-content-block-button.link-white a:focus:after {
  color: #ffffff;
}
/* line 174, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a a, .page-section .basic-content-block-button.link-white a:before, .page-section .basic-content-block-button.link-white a:after {
  color: #ffffff;
}
/* line 180, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a:hover {
  background-color: #F3F2F0;
  border-color: #ffffff;
  color: #221E1F;
}
/* line 185, ../scss/common/_mixins.scss */
.page-section .basic-content-block-button.link-white a:hover:before, .page-section .basic-content-block-button.link-white a:hover:after {
  color: #221E1F;
}
/* line 222, ../scss/common/_base.scss */
.page-section input,
.page-section select,
.page-section textarea {
  border: none;
  background-color: #ffffff;
  color: #221E1F;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0 15px;
  width: auto;
  border-radius: 7px;
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 222, ../scss/common/_base.scss */
  .page-section input,
  .page-section select,
  .page-section textarea {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 237, ../scss/common/_base.scss */
.page-section input[disabled], .page-section input.disabled,
.page-section select[disabled],
.page-section select.disabled,
.page-section textarea[disabled],
.page-section textarea.disabled {
  opacity: .6;
  pointer-events: none;
}
/* line 244, ../scss/common/_base.scss */
.page-section input,
.page-section select {
  height: 38px;
}
/* line 249, ../scss/common/_base.scss */
.page-section .select-narrow,
.page-section select,
.page-section .webform-submission-form .js-form-type-select select,
.webform-submission-form .js-form-type-select .page-section select {
  border-width: 2px;
  padding-right: 60px;
}
/* line 255, ../scss/common/_base.scss */
.page-section .select-wide {
  border-width: 2px;
  padding-right: 95px;
}
/* line 261, ../scss/common/_base.scss */
.page-section select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  border-style: solid;
  background-position: right center;
  background-repeat: no-repeat;
  color: #5A5A5A;
  font-size: 20px;
  line-height: 26px;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 15px;
  position: relative;
  height: 60px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 261, ../scss/common/_base.scss */
  .page-section select {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 279, ../scss/common/_base.scss */
.page-section select:before {
  content: "";
  display: block;
  position: relative;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
}
/* line 290, ../scss/common/_base.scss */
.page-section select option {
  color: #221E1F;
}
/* line 294, ../scss/common/_base.scss */
.page-section select[disabled], .page-section select.disabled {
  pointer-events: none;
  opacity: .6;
}
/* line 301, ../scss/common/_base.scss */
.page-section select::-ms-expand {
  display: none;
}
/* line 305, ../scss/common/_base.scss */
.page-section .form-item {
  margin-bottom: 20px;
}
/* line 308, ../scss/common/_base.scss */
.page-section .form-item label {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 356, ../scss/common/_mixins.scss */
.page-section .form-item label b {
  font-weight: 700;
}
/* line 314, ../scss/common/_base.scss */
.page-section .form-item.js-form-type-select {
  position: relative;
}
/* line 316, ../scss/common/_base.scss */
.page-section .form-item.js-form-type-select:before {
  content: "";
  background-image: url("../images/icon_arrow_down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  right: 1px;
  height: 58px;
  width: 58px;
  z-index: 1;
  pointer-events: none;
  border-radius: 7px;
}
/* line 334, ../scss/common/_base.scss */
.page-section .form-item select,
.page-section .form-item input:not(.form-submit) {
  height: 60px;
  border-width: 7px;
}
@media only screen and (max-width: 47.938em) {
  /* line 334, ../scss/common/_base.scss */
  .page-section .form-item select,
  .page-section .form-item input:not(.form-submit) {
    width: 100%;
  }
}
/* line 344, ../scss/common/_base.scss */
.page-section #edit-submit-dealer-search.button,
.page-section #edit-submit-dealer-search--2.button {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: #221E1F;
  border: 2px solid #221E1F;
  color: #ffffff;
  opacity: 1;
  font-weight: 400;
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
  width: auto;
  margin-top: 0;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 344, ../scss/common/_base.scss */
  .page-section #edit-submit-dealer-search.button,
  .page-section #edit-submit-dealer-search--2.button {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button:before, .page-section #edit-submit-dealer-search.button:after,
.page-section #edit-submit-dealer-search--2.button:before,
.page-section #edit-submit-dealer-search--2.button:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button i, .page-section #edit-submit-dealer-search.button span,
.page-section #edit-submit-dealer-search--2.button i,
.page-section #edit-submit-dealer-search--2.button span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button i,
.page-section #edit-submit-dealer-search--2.button i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .page-section #edit-submit-dealer-search.button.slm-btn,
  .page-section #edit-submit-dealer-search--2.button.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button[disabled], .page-section #edit-submit-dealer-search.button.disabled, .page-section #edit-submit-dealer-search.button:disabled,
.page-section #edit-submit-dealer-search--2.button[disabled],
.page-section #edit-submit-dealer-search--2.button.disabled,
.page-section #edit-submit-dealer-search--2.button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button:hover, .page-section #edit-submit-dealer-search.button:focus,
.page-section #edit-submit-dealer-search--2.button:hover,
.page-section #edit-submit-dealer-search--2.button:focus {
  background-color: #ffffff;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button:hover:before, .page-section #edit-submit-dealer-search.button:hover:after, .page-section #edit-submit-dealer-search.button:focus:before, .page-section #edit-submit-dealer-search.button:focus:after,
.page-section #edit-submit-dealer-search--2.button:hover:before,
.page-section #edit-submit-dealer-search--2.button:hover:after,
.page-section #edit-submit-dealer-search--2.button:focus:before,
.page-section #edit-submit-dealer-search--2.button:focus:after {
  color: #221E1F;
}
/* line 201, ../scss/common/_mixins.scss */
.page-section #edit-submit-dealer-search.button a, .page-section #edit-submit-dealer-search.button:before, .page-section #edit-submit-dealer-search.button:after,
.page-section #edit-submit-dealer-search--2.button a,
.page-section #edit-submit-dealer-search--2.button:before,
.page-section #edit-submit-dealer-search--2.button:after {
  color: #ffffff;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 344, ../scss/common/_base.scss */
  .page-section #edit-submit-dealer-search.button,
  .page-section #edit-submit-dealer-search--2.button {
    height: 52px;
    line-height: 52px;
    margin-top: 4px;
  }
}
/* line 364, ../scss/common/_base.scss */
.page-section.dealer-search-form form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 364, ../scss/common/_base.scss */
  .page-section.dealer-search-form form {
    flex-direction: row;
  }
}
/* line 375, ../scss/common/_base.scss */
.page-section .small {
  font-size: 15px;
}
/* line 379, ../scss/common/_base.scss */
.page-section ::-webkit-input-placeholder {
  color: #5A5A5A;
  opacity: 1;
}
/* line 384, ../scss/common/_base.scss */
.page-section :-moz-placeholder {
  color: #5A5A5A;
  opacity: 1;
}
/* line 389, ../scss/common/_base.scss */
.page-section ::-moz-placeholder {
  color: #5A5A5A;
  opacity: 1;
}
/* line 394, ../scss/common/_base.scss */
.page-section :-ms-input-placeholder {
  color: #5A5A5A !important;
  opacity: 1;
}
/* line 399, ../scss/common/_base.scss */
.page-section ::-ms-input-placeholder {
  color: #5A5A5A;
  opacity: 1;
}
@media only screen and (min-width: 90.063em) {
  /* line 404, ../scss/common/_base.scss */
  .page-section .container-wide {
    width: 100%;
    max-width: 1640px;
  }
}

/* line 412, ../scss/common/_base.scss */
.font-belydisplay {
  font-family: "BelyDisplay", "FuturaLTPro", "Noto Sans", sans-serif !important;
}

/* line 416, ../scss/common/_base.scss */
.font-textbody {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif !important;
}

/* line 420, ../scss/common/_base.scss */
.bg-p1 {
  background-color: #D29A84;
}

/* line 424, ../scss/common/_base.scss */
.bg-p2 {
  background-color: #E8BB85;
}

/* line 428, ../scss/common/_base.scss */
.bg-p3 {
  background-color: #F7C56E;
}

/* line 432, ../scss/common/_base.scss */
.bg-p4 {
  background-color: #221E1F;
}

/* line 436, ../scss/common/_base.scss */
.bg-p5 {
  background-color: #ffffff;
}

/* line 440, ../scss/common/_base.scss */
.bg-s1 {
  background-color: #E1D6D3;
}

/* line 444, ../scss/common/_base.scss */
.bg-s2 {
  background-color: #D6C8BA;
}

/* line 448, ../scss/common/_base.scss */
.bg-s3 {
  background-color: #FFD290;
}

/* line 452, ../scss/common/_base.scss */
.bg-g1 {
  background-color: #F3F2F0;
}

/* line 456, ../scss/common/_base.scss */
.text-clr-p1 {
  color: #D29A84;
}

/* line 460, ../scss/common/_base.scss */
.text-clr-p3 {
  color: #F7C56E;
}

/* line 464, ../scss/common/_base.scss */
.text-clr-p5 {
  color: #ffffff !important;
}

/*  MOBILE NAV START */
/* line 2, ../scss/common/_layout.scss */
.header {
  z-index: 500;
}
@media only screen and (max-width: 64em) {
  /* line 2, ../scss/common/_layout.scss */
  .header {
    background: #F7C56E;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.1);
  }
  /* line 9, ../scss/common/_layout.scss */
  .path-frontpage .header {
    background: transparent;
    box-shadow: none;
  }
}
/* line 15, ../scss/common/_layout.scss */
.header .header-wrapper {
  background-color: #F7C56E;
  box-shadow: none;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 20, ../scss/common/_layout.scss */
  .header .logo-row {
    margin-left: 60px;
    width: 106px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 27, ../scss/common/_layout.scss */
  .header.affix .logo-2 {
    padding-top: 26px;
    padding-bottom: 20px;
  }
}
/* line 34, ../scss/common/_layout.scss */
.header .logo-img {
  height: auto;
}

/* line 39, ../scss/common/_layout.scss */
.hamb-mob-icon {
  color: #ffffff;
}
/* line 42, ../scss/common/_layout.scss */
.path-frontpage .hamb-mob-icon {
  color: #fff;
}
/* line 45, ../scss/common/_layout.scss */
.path-frontpage .hamb-mob-icon.is-opened {
  color: #fff;
}

/* line 51, ../scss/common/_layout.scss */
.main-menu-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}

@media only screen and (max-width: 64em) {
  /* line 61, ../scss/common/_layout.scss */
  .main-menu-container {
    background-color: #fff;
  }
}

@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 67, ../scss/common/_layout.scss */
  #main-menu .navbar {
    display: flex;
    margin-left: 150px;
  }
  /* line 72, ../scss/common/_layout.scss */
  #main-menu .navbar #block-anfim-hemro-main-menu {
    flex-grow: 1;
    display: flex !important;
  }
  /* line 76, ../scss/common/_layout.scss */
  #main-menu .navbar #block-anfim-hemro-main-menu ul.navbar-nav {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
  }
  /* line 81, ../scss/common/_layout.scss */
  #main-menu .navbar #block-anfim-hemro-main-menu ul.navbar-nav li:nth-last-child(2) {
    flex-grow: 1;
  }
}
@media only screen and (min-width: 75em) {
  /* line 67, ../scss/common/_layout.scss */
  #main-menu .navbar {
    margin-left: 300px;
  }
}

@media only screen and (max-width: 64em) {
  /* line 93, ../scss/common/_layout.scss */
  #main-menu .navbar .nav > li > a {
    color: #221E1F;
  }
}

@media only screen and (max-width: 64em) {
  /* line 100, ../scss/common/_layout.scss */
  .header .main-menu-container #main-menu .navbar .language-link.active-language,
  .header .main-menu-container #main-menu .navbar .dropbutton-arrow:before {
    color: #F7C56E;
  }
}
@media only screen and (max-width: 64em) {
  /* line 107, ../scss/common/_layout.scss */
  .header .main-menu-container #main-menu .navbar .language-link:not(.active-language) {
    color: #221E1F;
  }
}

@media only screen and (max-width: 64em) {
  /* line 114, ../scss/common/_layout.scss */
  #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-arrow {
    right: 24px;
  }
}

/* line 123, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector {
  margin-top: 25px;
}
/* line 126, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple {
  min-width: auto;
}
/* line 129, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-action {
  border: 1px solid #221E1F;
  width: 38px;
  padding: 1px 1px 5px 1px;
  min-width: 38px;
  cursor: pointer;
}
/* line 137, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-action a,
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-action span {
  font-size: 20px;
  padding: 0;
  font-weight: 500;
  margin: auto;
  text-align: center;
  padding-top: 8px;
}
/* line 147, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-action.secondary-action {
  border: none;
  padding-top: 22px;
}
/* line 151, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple .dropbutton-action.secondary-action a {
  padding-top: 8px !important;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 64em) {
  /* line 126, ../scss/common/_layout.scss */
  .affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple {
    padding: 0 0 20px 20px;
  }
}
/* line 163, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple.open {
  z-index: 1000;
  background-color: white;
}
@media only screen and (min-width: 62em) {
  /* line 163, ../scss/common/_layout.scss */
  .affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-multiple.open {
    background-color: #F7C56E;
  }
}
/* line 173, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-toggle > button {
  display: none;
}
/* line 177, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton-toggle {
  width: 100%;
  cursor: pointer;
}
/* line 182, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton {
  color: #221E1F;
}
/* line 185, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton .active-language {
  color: #221E1F;
}
@media only screen and (max-width: 64em) {
  /* line 185, ../scss/common/_layout.scss */
  .affix.header-1 #main-menu .navbar #block-dropdownlanguageselector .dropbutton .active-language {
    color: #221E1F;
  }
}
/* line 195, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar .language-link {
  text-transform: lowercase;
}
/* line 198, ../scss/common/_layout.scss */
.affix.header-1 #main-menu .navbar .language-link:first-letter {
  text-transform: uppercase;
}

/*  MOBILE NAV END */
/* line 209, ../scss/common/_layout.scss */
.header .main-menu-container #main-menu .navbar .nav > li > a {
  color: #221E1F;
  padding: 35px 3px 5px;
  margin: 0 20px 17px;
}
/* line 214, ../scss/common/_layout.scss */
.header .main-menu-container #main-menu .navbar .nav > li > a:hover, .header .main-menu-container #main-menu .navbar .nav > li > a:focus {
  color: #D29A84;
}
/* line 218, ../scss/common/_layout.scss */
.header .main-menu-container #main-menu .navbar .nav > li > a:hover .main-menu-title, .header .main-menu-container #main-menu .navbar .nav > li > a:focus .main-menu-title {
  color: #D29A84;
}

/* line 228, ../scss/common/_layout.scss */
.path-frontpage .header.affix-top .main-menu-title,
.path-frontpage .header.affix-top .dropbutton-action a,
.path-frontpage .header.affix-top .dropbutton-arrow:before {
  color: #fff;
}

/* line 241, ../scss/common/_layout.scss */
.header.affix .main-menu-title,
.header.affix .dropbutton-action a,
.header.affix .dropbutton-arrow:before {
  color: #221E1F;
}
/* line 249, ../scss/common/_layout.scss */
.header.affix-top .main-menu-title,
.header.affix-top .dropbutton-action a,
.header.affix-top .dropbutton-arrow {
  color: #221E1F;
}

/* line 257, ../scss/common/_layout.scss */
#back-top {
  bottom: 10px;
  right: 10px;
}
/* line 261, ../scss/common/_layout.scss */
#back-top a {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 62em) {
  /* line 261, ../scss/common/_layout.scss */
  #back-top a {
    height: 50px;
    width: 50px;
  }
}
/* line 273, ../scss/common/_layout.scss */
#back-top .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
/* line 280, ../scss/common/_layout.scss */
#back-top .icon::before {
  color: #221E1F;
  font-size: 30px;
  font-weight: 300;
}
@media only screen and (min-width: 62em) {
  /* line 280, ../scss/common/_layout.scss */
  #back-top .icon::before {
    font-size: 35px;
  }
}

/* line 295, ../scss/common/_layout.scss */
.path-partner .views-view-grid .views-field-field-partner-item {
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 48em) {
  /* line 295, ../scss/common/_layout.scss */
  .path-partner .views-view-grid .views-field-field-partner-item {
    border-right: 1px solid #e0e0e0;
  }
}

/* line 307, ../scss/common/_layout.scss */
.path-confirmation .page-section:not(.menu-icons),
.path-logout-confirm .page-section:not(.menu-icons) {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  /* line 307, ../scss/common/_layout.scss */
  .path-confirmation .page-section:not(.menu-icons),
  .path-logout-confirm .page-section:not(.menu-icons) {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

/* line 321, ../scss/common/_layout.scss */
ul.js-pager__items li.pager__item a {
  color: #221E1F;
}
/* line 324, ../scss/common/_layout.scss */
ul.js-pager__items li.pager__item a:focus, ul.js-pager__items li.pager__item a:hover {
  color: #221E1F;
}
/* line 331, ../scss/common/_layout.scss */
ul.js-pager__items li.pager__item:not(.is-active) > a {
  color: #221E1F;
}
/* line 337, ../scss/common/_layout.scss */
ul.js-pager__items li.pager__item.is-active > a {
  background-color: #F7C56E;
  border-color: #F7C56E;
}

/* line 347, ../scss/common/_layout.scss */
.path-frontpage .page-section.main-section {
  padding: 0;
}

/* line 354, ../scss/common/_layout.scss */
.page-section.menu-icons {
  margin: 0;
}

/* line 361, ../scss/common/_layout.scss */
.webform-submission-form .js-form-item-description {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 400;
}
/* line 356, ../scss/common/_mixins.scss */
.webform-submission-form .js-form-item-description b {
  font-weight: 700;
}

/* line 375, ../scss/common/_layout.scss */
.webform-confirmation .webform-confirmation__message {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
/* line 356, ../scss/common/_mixins.scss */
.webform-confirmation .webform-confirmation__message b {
  font-weight: 700;
}

/* line 381, ../scss/common/_layout.scss */
.path-dealer-search .item-list li .dealer-teaser h2 {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
/* line 356, ../scss/common/_mixins.scss */
.path-dealer-search .item-list li .dealer-teaser h2 b {
  font-weight: 700;
}

/* line 389, ../scss/common/_layout.scss */
#sliding-popup .popup-content #popup-buttons, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons {
  display: flex;
  font-size: 20px !important;
}
/* line 393, ../scss/common/_layout.scss */
#sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: transparent;
  border: 1px solid #221E1F;
  color: #221E1F;
  display: inline-block;
  padding: 10px 40px !important;
  line-height: 20px !important;
  font-size: 20px !important;
  height: 60px !important;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 393, ../scss/common/_layout.scss */
  #sliding-popup .popup-content #popup-buttons button, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button:before, #sliding-popup .popup-content #popup-buttons button:after, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:before, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button i, #sliding-popup .popup-content #popup-buttons button span, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button i, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button i, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  #sliding-popup .popup-content #popup-buttons button.slm-btn, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button[disabled], #sliding-popup .popup-content #popup-buttons button.disabled, #sliding-popup .popup-content #popup-buttons button:disabled, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button[disabled], #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button.disabled, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content #popup-buttons button:focus, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:focus {
  background-color: transparent;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button:hover:before, #sliding-popup .popup-content #popup-buttons button:hover:after, #sliding-popup .popup-content #popup-buttons button:focus:before, #sliding-popup .popup-content #popup-buttons button:focus:after, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover:before, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover:after, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:focus:before, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:focus:after {
  color: #221E1F;
}
/* line 174, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button a, #sliding-popup .popup-content #popup-buttons button:before, #sliding-popup .popup-content #popup-buttons button:after, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button a, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:before, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:after {
  color: #221E1F;
}
/* line 180, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button:hover, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover {
  background-color: #F3F2F0;
  border-color: #221E1F;
  color: #221E1F;
}
/* line 185, ../scss/common/_mixins.scss */
#sliding-popup .popup-content #popup-buttons button:hover:before, #sliding-popup .popup-content #popup-buttons button:hover:after, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover:before, #sliding-popup .popup-content .eu-cookie-compliance-categories-buttons button:hover:after {
  color: #221E1F;
}
/* line 404, ../scss/common/_layout.scss */
#sliding-popup .popup-content #popup-text p {
  font-size: 20px !important;
}
/* line 408, ../scss/common/_layout.scss */
#sliding-popup .popup-content #popup-text button {
  color: #221E1F;
}

@media only screen and (max-width: 64em) {
  /* line 417, ../scss/common/_layout.scss */
  .logo-container-2 .logo-img {
    max-width: 110px;
  }
  /* line 421, ../scss/common/_layout.scss */
  .path-frontpage .logo-container-2 {
    background: #E8BB85;
  }
  /* line 424, ../scss/common/_layout.scss */
  .path-frontpage .logo-container-2.is-opened {
    background: #E8BB85;
  }
}

/* product detail page */
/* line 434, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage {
  background-color: #F7C56E;
}
/* line 437, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .page-section-background {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  transform: rotate(180deg);
  background-image: url("../images/pattern.svg");
  background-repeat: repeat-x;
  background-size: cover;
}
@media only screen and (min-width: 62em) {
  /* line 437, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .page-section-background {
    background-size: contain;
  }
}
/* line 453, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .basic-content-block-title {
  font-family: "BelyDisplay", "Cormorant", serif;
  font-size: 56px;
  line-height: 80px;
  padding: 0;
  color: #ffffff;
}
@media only screen and (min-width: 48em) {
  /* line 453, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 453, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-title {
    padding: 40px 0 0 0;
    font-size: 95px;
    line-height: 90px;
    word-break: keep-all;
  }
}
@media only screen and (min-width: 75em) {
  /* line 453, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-title {
    font-size: 100px;
    line-height: 105px;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 453, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-title {
    padding: 0;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 453, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-title {
    padding: 0;
  }
}
/* line 492, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .basic-content-block-category {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media only screen and (min-width: 62em) {
  /* line 492, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .basic-content-block-category {
    display: inline-block;
    width: auto;
    font-size: 24px;
    line-height: 31px;
    padding-right: 220px;
    margin: 0;
  }
}
/* line 510, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .basic-content-block-category .basic-content-block-category-text {
  position: relative;
  display: inline-block;
  background-color: #F7C56E;
  padding: 0 10px 0 0;
  z-index: 2;
}
/* line 518, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .basic-content-block-category .basic-content-block-category-line {
  position: absolute;
  right: 0;
  top: 12px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  z-index: 1;
}
/* line 530, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .product-view-post .product-left-title {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0;
  justify-content: flex-start;
}
@media only screen and (min-width: 62em) {
  /* line 530, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .product-view-post .product-left-title {
    padding-top: 60px;
    width: 60%;
    margin-bottom: 40px;
  }
}
/* line 543, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--stage .product-view-post .product-center-img {
  width: 100%;
}
@media only screen and (min-width: 62em) {
  /* line 543, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--stage .product-view-post .product-center-img {
    width: 40%;
  }
}
/* line 553, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion {
  background-color: #ffffff;
  margin: 56px 0 62px 0;
}
@media only screen and (min-width: 62em) {
  /* line 553, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--accordion {
    margin: 0;
  }
}
/* line 562, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt {
  margin-top: 19px;
  margin-bottom: 0;
}
/* line 566, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt:first-child {
  margin-top: 0;
}
/* line 570, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt > a {
  font-size: 20px;
  color: #221E1F;
  border-color: #1F1C1D;
  padding: 16px 23px;
}
/* line 576, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt > a:after {
  content: "+";
  color: #1F1C1D;
  font-size: 28px;
  width: 18px;
  height: 18px;
}
/* line 584, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt > a.active, #block-anfim-hemro-content .page-section--accordion .accordion > dt > a.active:hover {
  border-bottom: 0;
}
/* line 588, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dt > a.active:after, #block-anfim-hemro-content .page-section--accordion .accordion > dt > a.active:hover:after {
  content: "-";
}
/* line 595, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dd {
  border: 1px solid #1F1C1D;
  border-top: 0;
  background-color: #F3F2F0;
  padding: 16px 23px;
}
/* line 602, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--accordion .accordion > dd p {
  font-size: 20px;
  line-height: 26px;
  color: #221E1F;
}
/* line 612, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--related .page-section-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 625, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--related .page-section-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10%;
  transform: rotate(180deg);
  background-image: url("../images/pattern_gray.svg");
  background-repeat: repeat-x;
  background-size: contain;
}
@media only screen and (min-width: 48em) {
  /* line 625, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--related .page-section-background-image {
    height: 20%;
  }
}
@media only screen and (min-width: 62em) {
  /* line 625, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--related .page-section-background-image {
    height: 50%;
  }
}
/* line 644, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--related .page-section-background-color {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90%;
  background-color: #F3F2F0;
}
@media only screen and (min-width: 48em) {
  /* line 644, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--related .page-section-background-color {
    height: 80%;
  }
}
@media only screen and (min-width: 62em) {
  /* line 644, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--related .page-section-background-color {
    height: 50%;
  }
}
/* line 660, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--related .related-products-background {
  display: none;
}
/* line 665, ../scss/common/_layout.scss */
#block-anfim-hemro-content .page-section--related .product-teaser-title h2 {
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (min-width: 62em) {
  /* line 665, ../scss/common/_layout.scss */
  #block-anfim-hemro-content .page-section--related .product-teaser-title h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 678, ../scss/common/_layout.scss */
.basic-content-block-title,
.basic-content-block-subtitle,
.basic-content-block-title p,
.basic-content-block-subtitle p {
  font-family: "BelyDisplay", "Cormorant", serif !important;
  text-transform: none !important;
}

/* line 686, ../scss/common/_layout.scss */
.button {
  text-transform: none;
}

/* line 690, ../scss/common/_layout.scss */
.pt-header {
  padding-top: var(--header-height);
}

/* line 697, ../scss/common/_layout.scss */
.pager--desktop {
  display: block;
  margin-bottom: 48px;
}
@media only screen and (max-width: 64em) {
  /* line 697, ../scss/common/_layout.scss */
  .pager--desktop {
    display: none;
  }
}
/* line 706, ../scss/common/_layout.scss */
.pager--mobile {
  display: none;
}
@media only screen and (max-width: 64em) {
  /* line 706, ../scss/common/_layout.scss */
  .pager--mobile {
    display: block;
    margin: 0 0 40px 0;
  }
}

/* line 716, ../scss/common/_layout.scss */
.links.inline li a {
  text-transform: initial;
}

/*@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}*/
@font-face {
  font-family: "BelyDisplay";
  font-weight: 500;
  src: url("../fonts/display-bely-415864/BelyDisplay-Regular.otf") format("opentype"), url("../fonts/5366679/21e05de9-8009-48ea-884c-1f46df90d8fd.woff2") format("woff2"), url("../fonts/5366679/1cf94057-c637-4383-91e3-7e28759991b9.woff") format("woff");
}
/*@font-face{
  font-family:"FuturaLTPro";
  font-weight: 400;
  src:url("../fonts/futura/FuturaLightfont.woff2") format("woff2"),url("../fonts/futura/FuturaLightfont.woff") format("woff");
}*/
@font-face {
  font-family: "FuturaLTPro";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/futura/FuturaBookObliquefont.woff2") format("woff2"), url("../fonts/futura/FuturaBookObliquefont.woff") format("woff");
}
@font-face {
  font-family: "FuturaLTPro";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/pro-book-futura-nv-368617/FuturaLTPro-Book.otf") format("opentype"), url("../fonts/futura/FuturaBookfont.woff2") format("woff2"), url("../fonts/futura/FuturaBookfont.woff") format("woff");
}
@font-face {
  font-family: "FuturaLTPro";
  font-weight: 600;
  src: url("../fonts/pro-medium-futura-nv-368624/FuturaLTPro-Medium.otf") format("opentype"), url("../fonts/futura/FuturaMediumfont.woff2") format("woff2"), url("../fonts/futura/FuturaMediumfont.woff") format("woff");
}
@font-face {
  font-family: "FuturaLTPro";
  font-weight: 700;
  src: url("../fonts/futura/FuturaBoldfont.woff2") format("woff2"), url("../fonts/futura/FuturaBoldfont.woff") format("woff");
}
/* line 1, ../scss/views/_detail-view.scss */
.product-view-post a {
  font-family: "FuturaLTPro", "Cormorant", serif;
}

/* line 6, ../scss/views/_detail-view.scss */
.basic-content-block.product-left-title {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 9, ../scss/views/_detail-view.scss */
.basic-content-block.product-left-title .basic-content-block-titles {
  margin-bottom: -110px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 9, ../scss/views/_detail-view.scss */
  .basic-content-block.product-left-title .basic-content-block-titles {
    margin-bottom: 0;
  }
}
/* line 20, ../scss/views/_detail-view.scss */
.basic-content-block.product-right-description .basic-content-block-body {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

/* line 29, ../scss/views/_detail-view.scss */
.page-section .tabs-3 .nav-tabs {
  border-bottom: 0;
}
/* line 34, ../scss/views/_detail-view.scss */
.page-section .tabs-3 .nav-tabs > li.active > a, .page-section .tabs-3 .nav-tabs > li.active > a:hover, .page-section .tabs-3 .nav-tabs > li.active > a:focus {
  border: 0;
  border-top: 5px solid #221E1F;
}
/* line 41, ../scss/views/_detail-view.scss */
.page-section .tabs-3 .nav-tabs > li > a {
  border: 0;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  padding: 24px 32px;
  border-top: 5px solid #ffffff;
}
/* line 49, ../scss/views/_detail-view.scss */
.page-section .tabs-3 .nav-tabs > li > a:hover, .page-section .tabs-3 .nav-tabs > li > a:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #221E1F;
}
/* line 60, ../scss/views/_detail-view.scss */
.page-section .tabs-3 .tab-content #field_service_files > div .video-embed-field-launch-modal,
.page-section .tabs-3 .tab-content #field_service_files > div .file a {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 60, ../scss/views/_detail-view.scss */
  .page-section .tabs-3 .tab-content #field_service_files > div .video-embed-field-launch-modal,
  .page-section .tabs-3 .tab-content #field_service_files > div .file a {
    font-size: 24px;
    line-height: 31px;
  }
}

/* line 68, ../scss/views/_detail-view.scss */
.tabs-3 .detail-tabs-button {
  margin-right: 30px;
}

/* line 73, ../scss/views/_detail-view.scss */
.related-products-background {
  background-color: #fdf2e5;
}

/* line 78, ../scss/views/_detail-view.scss */
.product-view-thumbs .post-prev-img {
  background-color: #f4f4f4;
}

/* line 84, ../scss/views/_detail-view.scss */
.video-embed-field-launch-modal:hover {
  color: #F7C56E;
}

/* line 91, ../scss/views/_detail-view.scss */
.page-section--accordion #field_infos h2 {
  font-family: "BelyDisplay", "Cormorant", serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 55px;
}
/* line 100, ../scss/views/_detail-view.scss */
.page-section--accordion .accordion h2 {
  font-family: "BelyDisplay", "Cormorant", serif;
  font-weight: 700;
  font-size: 20px;
}
/* line 106, ../scss/views/_detail-view.scss */
.page-section--accordion .accordion a {
  background-color: transparent;
}

/* line 1, ../scss/views/_list-view.scss */
.page-section.support-center-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #E1D6D3;
  overflow: visible;
}
@media only screen and (max-width: 47.938em) {
  /* line 1, ../scss/views/_list-view.scss */
  .page-section.support-center-block {
    padding-bottom: 40px;
  }
}
/* line 11, ../scss/views/_list-view.scss */
.page-section.support-center-block .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  /* line 11, ../scss/views/_list-view.scss */
  .page-section.support-center-block .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 48em) {
  /* line 1, ../scss/views/_list-view.scss */
  .page-section.support-center-block {
    height: 450px;
  }
}
@media only screen and (min-width: 48em) {
  /* line 26, ../scss/views/_list-view.scss */
  .page-section.support-center-block .support-center-block-image {
    height: 450px;
    position: relative;
  }
}
/* line 32, ../scss/views/_list-view.scss */
.page-section.support-center-block .support-center-block-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 560px;
  width: auto;
}
@media only screen and (min-width: 48em) {
  /* line 32, ../scss/views/_list-view.scss */
  .page-section.support-center-block .support-center-block-image img {
    bottom: 0;
    right: 0;
    position: absolute;
  }
}
/* line 47, ../scss/views/_list-view.scss */
.page-section.support-center-block .footer-user-login-block-info {
  height: 100%;
  margin-bottom: 0;
}
/* line 51, ../scss/views/_list-view.scss */
.page-section.support-center-block .footer-user-login-block-info .basic-content-block-titles {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  /* line 51, ../scss/views/_list-view.scss */
  .page-section.support-center-block .footer-user-login-block-info .basic-content-block-titles {
    margin-bottom: 20px;
  }
}
/* line 59, ../scss/views/_list-view.scss */
.page-section.support-center-block .footer-user-login-block-info .basic-content-block-body {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 59, ../scss/views/_list-view.scss */
  .page-section.support-center-block .footer-user-login-block-info .basic-content-block-body {
    font-size: 24px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 48em) {
  /* line 59, ../scss/views/_list-view.scss */
  .page-section.support-center-block .footer-user-login-block-info .basic-content-block-body {
    margin-bottom: 20px;
  }
}

/* line 72, ../scss/views/_list-view.scss */
.product-list-teaser .product-teaser-title a {
  color: #221E1F;
}
/* line 77, ../scss/views/_list-view.scss */
.product-list-teaser .product-list-teaser-image {
  margin-bottom: 30px;
  padding-bottom: 30px;
  box-shadow: none;
}

/* line 87, ../scss/views/_list-view.scss */
.path-product-list .products-list-view-row .product-list-teaser .product-subtitle {
  display: none;
}

/* line 94, ../scss/views/_list-view.scss */
.dealer-teaser {
  border: 2px solid transparent;
  position: relative;
  transition: all .3s ease;
}
/* line 95, ../scss/views/_list-view.scss */
.dealer-teaser h2 {
  margin-bottom: 0;
}
/* line 98, ../scss/views/_list-view.scss */
.dealer-teaser p, .dealer-teaser a, .dealer-teaser * {
  font-size: 18px;
  line-height: 28px;
}
/* line 103, ../scss/views/_list-view.scss */
.dealer-teaser a:hover {
  color: #221E1F;
  cursor: pointer;
}

/* line 123, ../scss/views/_list-view.scss */
.dealer-search-results .item-list ul {
  gap: 12px;
}
/* line 126, ../scss/views/_list-view.scss */
.dealer-search-results .item-list li {
  border: none;
  margin-top: 20px;
}
@media only screen and (min-width: 48em) {
  /* line 126, ../scss/views/_list-view.scss */
  .dealer-search-results .item-list li {
    width: calc(50% - (12/2 * 1px));
  }
}
@media only screen and (min-width: 75em) {
  /* line 126, ../scss/views/_list-view.scss */
  .dealer-search-results .item-list li {
    width: calc(33.333% - (24/3 *1px));
  }
}
/* line 140, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .dealer-teaser {
  display: flex;
  height: 100%;
}
/* line 144, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .dealer-teaser > div {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 7px;
  padding: 12px;
  transition: all .3s ease;
}
/* line 152, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .dealer-teaser > div:hover {
  background-color: #D6C8BA;
}
/* line 157, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .dealer-teaser .dealer-link {
  margin-top: auto;
}
/* line 162, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .dealer-content-preview {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 169, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .read-more-link {
  margin-top: auto;
}
/* line 171, ../scss/views/_list-view.scss */
.dealer-search-results .item-list .read-more-link:hover {
  text-decoration: underline;
}

/* line 2, ../scss/modules/_related-products.scss */
.related-products-titles .basic-content-block-title,
.related-products-titles .basic-content-block-subtitle {
  font-size: 45px;
  line-height: 47px;
}

/* line 2, ../scss/modules/_news-and-events.scss */
.path-news-and-events .page-section-news-and-events {
  background-color: #F3F2F0;
}

/* line 8, ../scss/modules/_news-and-events.scss */
.news-article-teaser h2 {
  margin-bottom: 10px;
}
/* line 12, ../scss/modules/_news-and-events.scss */
.news-article-teaser .news-content-preview {
  margin-bottom: 30px;
}
/* line 17, ../scss/modules/_news-and-events.scss */
.news-article-teaser .news-image-preview {
  max-height: 450px;
}
/* line 22, ../scss/modules/_news-and-events.scss */
.news-article-teaser .news-text-preview h2 {
  color: #221E1F;
  margin-top: 0;
  font-size: 36px;
  line-height: 40px;
}

/* line 33, ../scss/modules/_news-and-events.scss */
.news-article-full h1 {
  margin-bottom: 10px;
  font-family: "BelyDisplay", "Cormorant", serif;
}
/* line 39, ../scss/modules/_news-and-events.scss */
.news-article-full .news-article-teaser .news-teaser-date-and-type {
  margin-bottom: 30px;
}
/* line 41, ../scss/modules/_news-and-events.scss */
.news-article-full .news-article-teaser .news-teaser-date-and-type P {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
/* line 345, ../scss/common/_mixins.scss */
.news-article-full .news-article-teaser .news-teaser-date-and-type P b {
  font-weight: 700;
}

/* line 50, ../scss/modules/_news-and-events.scss */
.news-and-events-articles h2 {
  font-weight: 500;
  font-family: "BelyDisplay", "Cormorant", serif;
}
/* line 61, ../scss/modules/_news-and-events.scss */
.news-and-events-articles .news-article-teaser .news-teaser-date-and-type {
  margin-bottom: 20px;
}
/* line 63, ../scss/modules/_news-and-events.scss */
.news-and-events-articles .news-article-teaser .news-teaser-date-and-type P {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
/* line 345, ../scss/common/_mixins.scss */
.news-and-events-articles .news-article-teaser .news-teaser-date-and-type P b {
  font-weight: 700;
}

/* line 76, ../scss/modules/_news-and-events.scss */
.news-and-events-form .bef-links a {
  font-size: 18px;
}

/* line 85, ../scss/modules/_news-and-events.scss */
.news-more-comments .news-article-teaser .news-text-preview h2 {
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

/* line 97, ../scss/modules/_news-and-events.scss */
.news-article-full .node-readmore a {
  height: 81px;
  letter-spacing: 0;
  line-height: 24px;
  font-size: 24px;
  padding: 0 60px;
  vertical-align: middle;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

/* line 111, ../scss/modules/_news-and-events.scss */
.news-articles__grid {
  --grid-gap: 30px;
  --grid-gap-factor: 0;
  --grid-columns: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--grid-gap);
}
@media only screen and (min-width: 62em) {
  /* line 111, ../scss/modules/_news-and-events.scss */
  .news-articles__grid {
    --grid-gap: 35px;
    --grid-gap-factor: var(--grid-gap);
    --grid-columns: 2;
  }
}
@media only screen and (min-width: 75em) {
  /* line 111, ../scss/modules/_news-and-events.scss */
  .news-articles__grid {
    --grid-gap: 45px;
    --grid-columns: 3;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 111, ../scss/modules/_news-and-events.scss */
  .news-articles__grid {
    --grid-gap: 70px;
  }
}
/* line 518, ../scss/common/_mixins.scss */
.news-articles__grid > div {
  width: calc((100% - (var(--grid-gap-factor) * 2))  / var(--grid-columns) );
}
/* line 114, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-articles__grid-item {
  background-color: white;
  transition: background-color 0.2s ease-in-out;
  color: #221E1F;
  margin-bottom: 30px;
  border-radius: 7px;
  overflow: hidden;
  height: 100%;
}
/* line 123, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-articles__grid-item:hover {
  background-color: #E8BB85;
}
/* line 127, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-articles__grid-item:hover .news-image-preview::after {
  opacity: 0.5;
}
/* line 136, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-image-preview {
  position: relative;
  height: 0;
  padding-top: calc( 311 / 500 * 100% );
  margin: 0;
}
/* line 142, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-image-preview a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
/* line 150, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-image-preview img {
  top: 50%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  transform: translate(-50%, -50%);
  left: 50%;
  margin-top: -1px;
  min-width: 101%;
  max-width: inherit;
  min-height: 100%;
}
/* line 164, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-image-preview::after {
  transition: opacity 0.2s ease-in-out;
  content: "";
  display: block;
  padding-bottom: 56.25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  opacity: 0;
  pointer-events: none;
}
/* line 180, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-article-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 187, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-content-preview {
  color: #221E1F;
  padding: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100%;
}
/* line 196, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-content-preview h2, .news-articles__grid .news-content-preview h3 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 196, ../scss/modules/_news-and-events.scss */
  .news-articles__grid .news-content-preview h2, .news-articles__grid .news-content-preview h3 {
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 2px;
  }
}
/* line 216, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-content-preview .read-more {
  margin-top: auto;
  font-size: 20px;
  line-height: 27px;
}
/* line 221, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-content-preview .read-more:hover {
  opacity: 0.8;
}
/* line 226, ../scss/modules/_news-and-events.scss */
.news-articles__grid .news-content-preview h2, .news-articles__grid .news-content-preview h3 {
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 187, ../scss/modules/_news-and-events.scss */
  .news-articles__grid .news-content-preview {
    padding: 38px;
  }
}

/* line 8, ../scss/modules/_newsletter.scss */
.path-newsletter .page-section:not(.menu-icons):not(.footer-user-login-block) {
  background-color: #f1d9b3;
}
/* line 21, ../scss/modules/_newsletter.scss */
.path-newsletter .newsletter-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 62em) {
  /* line 21, ../scss/modules/_newsletter.scss */
  .path-newsletter .newsletter-content {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
/* line 32, ../scss/modules/_newsletter.scss */
.path-newsletter .newsletter-content input {
  height: 60px;
  font-size: 19px;
  width: 100%;
}
/* line 38, ../scss/modules/_newsletter.scss */
.path-newsletter .newsletter-content input[type="submit"] {
  /* @include button-unfilled(
      $button-color: $am-color-primary-4,
      $background-color: transparent,
      $action-color: $text-color,
      $action-background-color: transparent,
      $border-color: $am-color-primary-4,
      $hover-color: $text-color,
      $hover-background-color: $am-color-primary-5,
      $hover-border-color: $text-color
  ); */
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: #221E1F;
  border: 2px solid #221E1F;
  color: #ffffff;
  opacity: 1;
  min-width: 100%;
  margin-top: 30px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 38, ../scss/modules/_newsletter.scss */
  .path-newsletter .newsletter-content input[type="submit"] {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"]:before, .path-newsletter .newsletter-content input[type="submit"]:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"] i, .path-newsletter .newsletter-content input[type="submit"] span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"] i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .path-newsletter .newsletter-content input[type="submit"].slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"][disabled], .path-newsletter .newsletter-content input[type="submit"].disabled, .path-newsletter .newsletter-content input[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"]:hover, .path-newsletter .newsletter-content input[type="submit"]:focus {
  background-color: #ffffff;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"]:hover:before, .path-newsletter .newsletter-content input[type="submit"]:hover:after, .path-newsletter .newsletter-content input[type="submit"]:focus:before, .path-newsletter .newsletter-content input[type="submit"]:focus:after {
  color: #221E1F;
}
/* line 201, ../scss/common/_mixins.scss */
.path-newsletter .newsletter-content input[type="submit"] a, .path-newsletter .newsletter-content input[type="submit"]:before, .path-newsletter .newsletter-content input[type="submit"]:after {
  color: #ffffff;
}
@media only screen and (min-width: 62em) {
  /* line 38, ../scss/modules/_newsletter.scss */
  .path-newsletter .newsletter-content input[type="submit"] {
    min-width: 169px;
    height: 52px;
    line-height: 52px;
  }
}
/* line 65, ../scss/modules/_newsletter.scss */
.path-newsletter .newsletter-content .form-item-description {
  margin-bottom: 60px;
}
/* line 70, ../scss/modules/_newsletter.scss */
.path-newsletter .newsletter-content form {
  position: relative;
}
/* line 75, ../scss/modules/_newsletter.scss */
.path-newsletter .basic-content-block-title {
  text-transform: unset;
  z-index: 2;
  position: relative;
}
/* line 80, ../scss/modules/_newsletter.scss */
.path-newsletter .basic-content-block-title h1 {
  text-align: left;
}
/* line 86, ../scss/modules/_newsletter.scss */
.path-newsletter .bg-img {
  position: absolute;
  top: 0;
  height: 0;
  bottom: 0;
  z-index: 0;
  padding-top: calc((563 / 1676 * 100%));
  background-image: url("/sites/anfim/files/trainstation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}
@media only screen and (min-width: 48em) {
  /* line 86, ../scss/modules/_newsletter.scss */
  .path-newsletter .bg-img {
    height: 32vh;
    width: 100vw;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* line 122, ../scss/modules/_newsletter.scss */
.path-newsletter #edit-legal-language {
  padding: 16px;
  background-color: #ffffff;
  box-shadow: 5px 5px 0 0 #decdae;
  border-radius: 7px;
}
@media only screen and (min-width: 62em) {
  /* line 122, ../scss/modules/_newsletter.scss */
  .path-newsletter #edit-legal-language {
    padding: 20px;
    margin-top: 50px;
    width: 50%;
    float: right;
  }
}
@media only screen and (min-width: 62em) {
  /* line 137, ../scss/modules/_newsletter.scss */
  .path-newsletter .webform-submission-form .form-actions {
    width: 50%;
    float: left;
  }
}

/* line 1, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block {
  margin-bottom: 40px;
}
@media only screen and (min-width: 48em) {
  /* line 1, ../scss/modules/_basic-page-teaser.scss */
  .basic-content-block {
    margin-bottom: 80px;
  }
}
/* line 8, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block.news-content-block {
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
@media only screen and (min-width: 62em) {
  /* line 8, ../scss/modules/_basic-page-teaser.scss */
  .basic-content-block.news-content-block {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
}
/* line 20, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block.news-content-block .basic-content-block-titles {
  margin-bottom: 0;
}
/* line 30, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block .basic-content-block-img {
  text-align: center;
}
/* line 34, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block-titles {
  margin-bottom: 10px;
}
/* line 38, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block-title, .basic-content-block-subtitle, .basic-content-block-title p, .basic-content-block-subtitle p {
  font-family: "FuturaLTPro", "Cormorant", serif;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
@media only screen and (min-width: 75em) {
  /* line 38, ../scss/modules/_basic-page-teaser.scss */
  .basic-content-block-title, .basic-content-block-subtitle, .basic-content-block-title p, .basic-content-block-subtitle p {
    font-size: 45px;
    line-height: 56px;
  }
}
/* line 53, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block-title, .basic-content-block-subtitle {
  font-weight: 500;
}
/* line 58, ../scss/modules/_basic-page-teaser.scss */
.basic-content-block-body, .basic-content-block-body a {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
}
/* line 345, ../scss/common/_mixins.scss */
.basic-content-block-body b, .basic-content-block-body a b {
  font-weight: 700;
}
@media only screen and (min-width: 48em) {
  /* line 58, ../scss/modules/_basic-page-teaser.scss */
  .basic-content-block-body, .basic-content-block-body a {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 48em) and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 58, ../scss/modules/_basic-page-teaser.scss */
  .basic-content-block-body, .basic-content-block-body a {
    font-size: 24px;
    line-height: 31px;
  }
}

/* line 70, ../scss/modules/_basic-page-teaser.scss */
.padding-bottom-no {
  padding-bottom: 0 !important;
}

/* line 76, ../scss/modules/_basic-page-teaser.scss */
.page-section .user-login-form input.button[type="submit"] {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: #221E1F;
  border: 2px solid #221E1F;
  color: #fff;
  opacity: 1;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 76, ../scss/modules/_basic-page-teaser.scss */
  .page-section .user-login-form input.button[type="submit"] {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"]:before, .page-section .user-login-form input.button[type="submit"]:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"] i, .page-section .user-login-form input.button[type="submit"] span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"] i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .page-section .user-login-form input.button[type="submit"].slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"][disabled], .page-section .user-login-form input.button[type="submit"].disabled, .page-section .user-login-form input.button[type="submit"]:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"]:hover, .page-section .user-login-form input.button[type="submit"]:focus {
  background-color: #fff;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"]:hover:before, .page-section .user-login-form input.button[type="submit"]:hover:after, .page-section .user-login-form input.button[type="submit"]:focus:before, .page-section .user-login-form input.button[type="submit"]:focus:after {
  color: #221E1F;
}
/* line 201, ../scss/common/_mixins.scss */
.page-section .user-login-form input.button[type="submit"] a, .page-section .user-login-form input.button[type="submit"]:before, .page-section .user-login-form input.button[type="submit"]:after {
  color: #fff;
}

/* line 1, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: auto;
  color: #000;
  background-color: #F7C56E;
}
@media only screen and (max-width: 47.938em) {
  /* line 1, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 1, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block {
    height: 550px;
    flex-direction: row;
  }
}
/* line 21, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block .footer-user-login-block-info {
  height: 100%;
  margin-bottom: 0;
}
/* line 25, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-titles {
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  /* line 25, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-titles {
    margin-bottom: 20px;
  }
}
/* line 33, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-body {
  font-size: 20px;
  line-height: 26px;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  margin-bottom: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 33, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-body {
    font-size: 24px;
    line-height: 31px;
  }
}
@media only screen and (min-width: 48em) {
  /* line 33, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-body {
    margin-bottom: 20px;
  }
}
/* line 43, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: transparent;
  border: 1px solid #221E1F;
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 43, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:before, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a i, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a[disabled], .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a.disabled, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:focus {
  background-color: #fff;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover:before, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover:after, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:focus:before, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:focus:after {
  color: #221E1F;
}
/* line 174, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a a, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:before, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:after {
  color: #221E1F;
}
/* line 180, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover {
  background-color: #fff;
  border-color: #221E1F;
  color: #221E1F;
}
/* line 185, ../scss/common/_mixins.scss */
.page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover:before, .page-section.footer-user-login-block .footer-user-login-block-info .basic-content-block-button a:hover:after {
  color: #221E1F;
}
/* line 56, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block .footer-user-login-block-background {
  position: relative;
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-top: calc(176 / 375 * 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 56, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block .footer-user-login-block-background {
    background-size: 1250px 550px;
    background-position-y: top;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 31%;
    padding-top: 550px;
    height: auto;
  }
}
/* line 89, ../scss/modules/_footer.scss */
.page-section.footer-user-login-block.distributor-search-block {
  background-color: #D29A84;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 92, ../scss/modules/_footer.scss */
  .page-section.footer-user-login-block.distributor-search-block .footer-user-login-block-background {
    background-size: cover;
  }
}

/* line 103, ../scss/modules/_footer.scss */
.menu-icons {
  background: #F3F2F0;
  padding-top: 20px;
  display: flex;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 103, ../scss/modules/_footer.scss */
  .menu-icons {
    background: white;
    min-height: 125px;
    padding-top: 0;
  }
}
/* line 114, ../scss/modules/_footer.scss */
.menu-icons .container, .menu-icons .relative {
  height: 100%;
}
/* line 118, ../scss/modules/_footer.scss */
.menu-icons .relative {
  width: 100%;
  display: flex;
}
/* line 122, ../scss/modules/_footer.scss */
.menu-icons .relative > ul {
  width: 100%;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-content: center;
  margin: 0;
  flex-direction: column;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 122, ../scss/modules/_footer.scss */
  .menu-icons .relative > ul {
    flex-direction: row;
  }
}
/* line 135, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li {
  list-style: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 135, ../scss/modules/_footer.scss */
  .menu-icons .relative > ul > li {
    flex-direction: row;
  }
}
/* line 152, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li:hover ul li a label {
  color: #F7C56E !important;
}
/* line 160, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 64em) {
  /* line 160, ../scss/modules/_footer.scss */
  .menu-icons .relative > ul > li ul {
    margin-bottom: 20px;
  }
}
/* line 178, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li ul li {
  display: inline-block;
  /*&:last-child {
    padding-top: 5px;
  }*/
}
/* line 183, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li ul li:first-child img {
  height: auto;
  min-width: 21px;
  width: 21px;
}
/* line 201, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li ul li svg {
  height: 100%;
  fill: #221E1F;
}
/* line 206, ../scss/modules/_footer.scss */
.menu-icons .relative > ul > li ul li label {
  cursor: pointer;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  color: #221E1F;
  padding-left: 18px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 206, ../scss/modules/_footer.scss */
  .menu-icons .relative > ul > li ul li label {
    font-size: 24px;
    padding: 0 68px 0 15px;
  }
}
/* line 236, ../scss/modules/_footer.scss */
.menu-icons .fullwidth-footer-container {
  flex-grow: 1;
}
@media only screen and (max-width: 64em) {
  /* line 236, ../scss/modules/_footer.scss */
  .menu-icons .fullwidth-footer-container {
    padding-bottom: 0;
  }
}

/* line 244, ../scss/modules/_footer.scss */
footer {
  background: #F3F2F0;
}

/* line 249, ../scss/modules/_footer.scss */
#footer2 {
  background: #F3F2F0;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 249, ../scss/modules/_footer.scss */
  #footer2 {
    padding-top: 48px;
  }
}
@media only screen and (max-width: 64em) {
  /* line 256, ../scss/modules/_footer.scss */
  #footer2 .fullwidth-footer-container {
    padding-top: 0;
  }
}

/* line 263, ../scss/modules/_footer.scss */
.fullwidth-footer-container {
  display: flex;
  padding: 20px 20px;
  height: inherit;
  flex-direction: column;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 263, ../scss/modules/_footer.scss */
  .fullwidth-footer-container {
    padding: 0 140px;
    flex-direction: row;
  }
}
/* line 275, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer {
  text-align: left;
  order: 2;
}
/* line 278, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .widget {
  margin-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  /* line 278, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer .widget {
    display: block;
  }
}
/* line 285, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .widget h4 {
  display: none;
}
/* line 290, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .links-list {
  display: inline-block;
  margin: auto;
}
@media only screen and (min-width: 48em) {
  /* line 294, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer .links-list li {
    display: inline-block;
  }
  /* line 298, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer .links-list li:not(:last-of-type) {
    margin-right: 20px;
  }
  /* line 301, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer .links-list li:not(:last-of-type)::after {
    content: '';
    margin-left: 20px;
  }
}
/* line 308, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .links-list li a, .fullwidth-footer-container .bottom-footer .links-list li span {
  font-family: "BelyDisplay", "Cormorant", serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: lowercase;
  display: inline-block;
}
/* line 315, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .links-list li a::first-letter, .fullwidth-footer-container .bottom-footer .links-list li span::first-letter {
  text-transform: uppercase;
}
/* line 319, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .links-list li a.capitalize, .fullwidth-footer-container .bottom-footer .links-list li span.capitalize {
  text-transform: capitalize !important;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 308, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer .links-list li a, .fullwidth-footer-container .bottom-footer .links-list li span {
    font-size: 24px;
  }
}
/* line 327, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .links-list li a:hover, .fullwidth-footer-container .bottom-footer .links-list li span:hover {
  color: #F7C56E;
}
/* line 334, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .block-system-powered-by-block {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 30px;
}
/* line 340, ../scss/modules/_footer.scss */
.fullwidth-footer-container .bottom-footer .block-system-powered-by-block > div {
  display: inline-block;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 275, ../scss/modules/_footer.scss */
  .fullwidth-footer-container .bottom-footer {
    order: 1;
  }
}

/* line 359, ../scss/modules/_footer.scss */
.social-media-container {
  margin: 0 0 20px;
  order: 1;
}
/* line 364, ../scss/modules/_footer.scss */
.social-media-container a {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  height: 24px;
  width: 24px;
}
/* line 371, ../scss/modules/_footer.scss */
.social-media-container a:last-child {
  margin-right: 0;
}
/* line 376, ../scss/modules/_footer.scss */
.social-media-container img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
}
/* line 380, ../scss/modules/_footer.scss */
.social-media-container img[title="YouTube"] {
  width: auto;
  max-width: fit-content;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 359, ../scss/modules/_footer.scss */
  .social-media-container {
    margin: 0;
    text-align: right;
    flex-grow: 1;
    order: 2;
  }
}
/* line 393, ../scss/modules/_footer.scss */
.social-media-container--mobile {
  text-align: end;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 393, ../scss/modules/_footer.scss */
  .social-media-container--mobile {
    display: none;
  }
}
/* line 401, ../scss/modules/_footer.scss */
.social-media-container--desktop {
  display: none;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 401, ../scss/modules/_footer.scss */
  .social-media-container--desktop {
    display: flex;
    align-items: center;
  }
}
/* line 409, ../scss/modules/_footer.scss */
.social-media-container--desktop a {
  height: 34px;
  width: 34px;
  margin-right: 60px;
}

/* line 417, ../scss/modules/_footer.scss */
.footer-logo {
  margin-top: 30px;
  text-align: center;
}
/* line 421, ../scss/modules/_footer.scss */
.footer-logo a {
  display: inline-block;
  position: relative;
  width: 120px;
}
/* line 426, ../scss/modules/_footer.scss */
.footer-logo a img {
  height: auto;
  margin: auto;
  width: 100%;
}

/* line 434, ../scss/modules/_footer.scss */
.toggle-eu-cookie-withdraw-banner {
  color: #221E1F;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}
/* line 440, ../scss/modules/_footer.scss */
.toggle-eu-cookie-withdraw-banner:hover {
  color: #F7C56E;
}

/* line 2, ../scss/modules/_paralax.scss */
.parallax-section .local-scroll-cont {
  height: 50px;
  width: 50px;
}
/* line 6, ../scss/modules/_paralax.scss */
.parallax-section .local-scroll-cont .scroll-down {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  height: 100%;
  position: absolute;
  width: 100%;
}
/* line 15, ../scss/modules/_paralax.scss */
.parallax-section .local-scroll-cont .scroll-down .icon {
  width: 100%;
}
/* line 18, ../scss/modules/_paralax.scss */
.parallax-section .local-scroll-cont .scroll-down .icon::before {
  font-weight: 700 !important;
  font-size: 35px;
}
/* line 26, ../scss/modules/_paralax.scss */
.parallax-section .paralax-logo {
  display: none;
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  padding: 100px;
  margin-right: 120px;
  position: relative;
  font-size: 200px;
  line-height: .5;
  font-weight: 400;
  text-align: right;
  letter-spacing: 3px;
  background-color: transparent;
  box-shadow: 0 0 25px 25px transparent;
}
/* line 44, ../scss/modules/_paralax.scss */
.parallax-section .paralax-logo.logo-en {
  background-image: url("../images/circle-text-batch.png");
}
/* line 47, ../scss/modules/_paralax.scss */
.parallax-section .paralax-logo.logo-it {
  background-image: url("../images/circle-text-batch_italy.png");
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 26, ../scss/modules/_paralax.scss */
  .parallax-section .paralax-logo {
    display: block;
  }
  /* line 54, ../scss/modules/_paralax.scss */
  .parallax-section .paralax-logo.logo-it {
    background-image: url("../images/circle-text-batch_italy@2.png");
  }
}
@media only screen and (max-width: 47.938em) {
  /* line 26, ../scss/modules/_paralax.scss */
  .parallax-section .paralax-logo {
    font-size: 120px;
    line-height: .4;
  }
}
/* line 65, ../scss/modules/_paralax.scss */
.parallax-section .sm-content-cont {
  z-index: 80;
}
/* line 69, ../scss/modules/_paralax.scss */
.parallax-section .sm-cont-middle {
  min-width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 69, ../scss/modules/_paralax.scss */
  .parallax-section .sm-cont-middle {
    padding-top: 100px;
  }
}
/* line 86, ../scss/modules/_paralax.scss */
.parallax-section .sm-cont-middle h1 span.main {
  font-size: 65px;
  line-height: 70px;
  padding-left: 10%;
}
/* line 93, ../scss/modules/_paralax.scss */
.parallax-section .sm-cont-middle h1 span.subline {
  font-size: 20px;
  line-height: 31px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 85, ../scss/modules/_paralax.scss */
  .parallax-section .sm-cont-middle h1 {
    margin-left: 140px;
  }
  /* line 101, ../scss/modules/_paralax.scss */
  .parallax-section .sm-cont-middle h1 span.main {
    font-size: 175px;
    line-height: 175px;
    letter-spacing: -10px;
    padding-left: 0;
  }
  /* line 108, ../scss/modules/_paralax.scss */
  .parallax-section .sm-cont-middle h1 span.subline {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0;
  }
}
/* line 117, ../scss/modules/_paralax.scss */
.parallax-section .paralax-video {
  height: 100vh;
  z-index: 2;
  position: absolute;
  top: 0;
}
/* line 123, ../scss/modules/_paralax.scss */
.parallax-section .paralax-video video {
  position: absolute;
  width: 100vw;
  max-width: initial;
  min-width: 100vw;
  height: 100%;
  object-fit: cover;
}

/* line 2, ../scss/modules/_slick.scss */
.slick-dots {
  bottom: -30px !important;
}
/* line 5, ../scss/modules/_slick.scss */
.slick-dots li {
  height: 15px;
  width: 15px;
}
/* line 8, ../scss/modules/_slick.scss */
.slick-dots li button {
  background-color: transparent;
  border: 0;
  border-radius: 100%;
}
/* line 13, ../scss/modules/_slick.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #F7C56E;
}
/* line 20, ../scss/modules/_slick.scss */
.slick-dots li:not(.slick-active) button {
  opacity: .3;
  background-color: #221E1F;
}
/* line 27, ../scss/modules/_slick.scss */
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #F7C56E;
}
/* line 36, ../scss/modules/_slick.scss */
.slick__arrow .slick-arrow {
  border-radius: 7px;
  border: none;
  height: 80px;
  width: 40px;
  color: #221E1F;
  background-color: #fff;
  font-size: 60px;
  line-height: 100px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 36, ../scss/modules/_slick.scss */
  .slick__arrow .slick-arrow {
    height: 100px;
    width: 60px;
  }
  /* line 49, ../scss/modules/_slick.scss */
  .product-carousel-wrapper .slick__arrow .slick-arrow {
    display: none !important;
  }
}
/* line 65, ../scss/modules/_slick.scss */
.slick__arrow .slick-arrow::before {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  color: #221E1F;
  font-size: 55px;
  line-height: 100px;
}
/* line 74, ../scss/modules/_slick.scss */
.slick__arrow .slick-prev::before, .slick__arrow .slick-next::before {
  content: "";
  height: 80px;
  width: 40px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 74, ../scss/modules/_slick.scss */
  .slick__arrow .slick-prev::before, .slick__arrow .slick-next::before {
    height: 100px;
    width: 60px;
  }
}
/* line 86, ../scss/modules/_slick.scss */
.slick__arrow .slick-next::before {
  background: url("../images/icon_arrow_side.svg") no-repeat center;
}
/* line 89, ../scss/modules/_slick.scss */
.slick__arrow .slick-prev::before {
  background: url("../images/icon_arrow_side.svg") no-repeat center;
  transform: rotate(180deg);
}

/* line 2, ../scss/modules/_bricks.scss */
.bricks-wrapper--dark {
  background-color: #221E1F;
}
/* line 6, ../scss/modules/_bricks.scss */
.bricks-wrapper--light {
  background-color: #fdf2e5;
}
/* line 10, ../scss/modules/_bricks.scss */
.bricks-wrapper.facts-wrapper {
  position: relative;
  overflow: hidden;
}
/* line 14, ../scss/modules/_bricks.scss */
.bricks-wrapper.facts-wrapper:after, .bricks-wrapper.facts-wrapper:before {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
/* line 26, ../scss/modules/_bricks.scss */
.bricks-wrapper.facts-wrapper:before {
  background-image: url("/sites/anfim/themes/custom/anfim_hemro/images/dots_1.svg");
  left: -80px;
  top: -40px;
  height: 621px;
  width: 400px;
}
/* line 34, ../scss/modules/_bricks.scss */
.bricks-wrapper.facts-wrapper:after {
  background-image: url("/sites/anfim/themes/custom/anfim_hemro/images/dots_2.svg");
  right: -110px;
  height: 429px;
  width: 657px;
  top: -110px;
}
@media only screen and (max-width: 64em) {
  /* line 34, ../scss/modules/_bricks.scss */
  .bricks-wrapper.facts-wrapper:after {
    top: initial;
    bottom: 0;
  }
}
/* line 51, ../scss/modules/_bricks.scss */
.bricks-wrapper--simple .bricks-item:not(.bricks-item-slider):not(.bricks-item--product-carousel__text):not(.bricks-item--product-carousel__link):not(.basic-content-block-button):not([class*="pt-"]) {
  padding: 20px 20px;
}
/* line 57, ../scss/modules/_bricks.scss */
.bricks-wrapper.bricks__video-container {
  overflow: hidden;
  height: calc(100vh - var(--header-height));
    /*
    usage:
      wrapper: bricks-wrapper bricks-wrapper--simple hg-bg-primary-1 pt-100 bricks__video-container video-wrapper-w-background
      inner: bricks-item hg-color-primary-3 bricks-item--header
      item-content:```
      <div class="video">
        <video autoplay="autoplay" loop="loop" muted="muted"><source src="{SRC}" /></video>
        </div>

        <div class="header-container">
        <h1 class="text-align-left"><strong>{TITLE}</strong></h1>

        <p><strong>{CONTENT}</strong></p>
      </div>
      ```
    */
}
/* line 61, ../scss/modules/_bricks.scss */
.bricks-wrapper.bricks__video-container.peek {
  height: calc(100vh - var(--header-height) * 2);
}
/* line 65, ../scss/modules/_bricks.scss */
.bricks-wrapper.bricks__video-container video {
  position: absolute;
  top: 0;
  height: 100vh;
  width: auto;
  max-width: fit-content;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
@media only screen and (min-width: 75em) {
  /* line 65, ../scss/modules/_bricks.scss */
  .bricks-wrapper.bricks__video-container video {
    min-width: 100vw;
    height: auto;
  }
}
/* line 82, ../scss/modules/_bricks.scss */
.user-logged-in .bricks-wrapper.bricks__video-container video {
  top: -110px;
}
@media only screen and (min-width: 75em) {
  /* line 82, ../scss/modules/_bricks.scss */
  .user-logged-in .bricks-wrapper.bricks__video-container video {
    top: -165px;
  }
}
@media only screen and (max-width: 64em) {
  /* line 110, ../scss/modules/_bricks.scss */
  .bricks-wrapper.bricks__video-container.video-wrapper-w-background .header-container {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 107, ../scss/modules/_bricks.scss */
  .bricks-wrapper.bricks__video-container.video-wrapper-w-background {
    height: 0;
    padding-top: calc(494 / 825 * 100%);
  }
  /* line 119, ../scss/modules/_bricks.scss */
  .bricks-wrapper.bricks__video-container.video-wrapper-w-background .bricks-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
}
/* line 132, ../scss/modules/_bricks.scss */
.bricks-wrapper.bricks__video-container.video-wrapper-w-background div.video::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  display: block;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
}

/* line 154, ../scss/modules/_bricks.scss */
.bricks-content__image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 540px;
  width: auto;
}
/* line 162, ../scss/modules/_bricks.scss */
.bricks-content__image--column {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 168, ../scss/modules/_bricks.scss */
.bricks-content__image .bricks-content__text {
  margin-top: 20px;
}
/* line 177, ../scss/modules/_bricks.scss */
.bricks-content__text div > p:first-child > strong {
  font-size: 21px;
}

/* line 187, ../scss/modules/_bricks.scss */
.bricks-item.bricks-item--simple {
  padding-bottom: 0;
}

/* line 192, ../scss/modules/_bricks.scss */
.bricks-item-intro p {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 24px;
  line-height: 27px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 192, ../scss/modules/_bricks.scss */
  .bricks-item-intro p {
    font-size: 32px;
    line-height: 35px;
  }
}
/* line 390, ../scss/common/_mixins.scss */
.bricks-item-intro p b {
  font-weight: 700;
}

/* line 199, ../scss/modules/_bricks.scss */
.product-carousel-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
  bottom: 0;
  height: 50%;
  background-image: url("../images/pattern_2.svg");
  background-size: contain;
  background-position: bottom;
  background-repeat: repeat-x;
}

/* line 215, ../scss/modules/_bricks.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel {
  padding-bottom: 0;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 215, ../scss/modules/_bricks.scss */
  .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel {
    margin-top: 20px;
  }
}

/* line 223, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel {
  position: relative;
}
/* line 226, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .bricks-item--product-carousel__link {
  margin-top: 0;
}
@media only screen and (min-width: 48em) {
  /* line 232, ../scss/modules/_bricks.scss */
  .bricks-item--product-carousel .slick-slide img, .bricks-item--product-carousel .slick-slide .product-teaser-title {
    -moz-transition: ease-in-out 0.5s all;
    -o-transition: ease-in-out 0.5s all;
    -webkit-transition: ease-in-out 0.5s all;
    transition: ease-in-out 0.5s all;
  }
  /* line 237, ../scss/modules/_bricks.scss */
  .bricks-item--product-carousel .slick-slide:not(.slick-center) img {
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
  /* line 241, ../scss/modules/_bricks.scss */
  .bricks-item--product-carousel .slick-slide:not(.slick-center) .product-teaser-title {
    white-space: normal;
    text-overflow: initial;
  }
}
/* line 250, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .slick-slide .product-category {
  display: none;
}
/* line 253, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .slick-slide .product-subtitle {
  display: none;
}
/* line 256, ../scss/modules/_bricks.scss */
.path-frontpage .bricks-item--product-carousel .slick-slide .product-subtitle {
  display: block;
}
/* line 263, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .slick-arrow:hover, .bricks-item--product-carousel .slick-arrow:focus {
  background-color: #F3F2F0;
}
/* line 269, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .product-list-teaser {
  padding-bottom: 0;
}
/* line 272, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .product-list-teaser-image {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 75em) {
  /* line 276, ../scss/modules/_bricks.scss */
  .bricks-item--product-carousel .product-list-teaser-image a {
    height: 800px;
  }
}
/* line 281, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .product-list-teaser-image a img {
  height: 100%;
  max-width: none;
  max-height: 380px;
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 75em) {
  /* line 281, ../scss/modules/_bricks.scss */
  .bricks-item--product-carousel .product-list-teaser-image a img {
    max-height: 800px;
  }
}
/* line 296, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .product-list-teaser .product-teaser-title .product-name {
  font-size: 32px !important;
  line-height: 31px !important;
  font-weight: 500 !important;
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
  margin-top: 15px !important;
  padding: 0 5px;
}
/* line 308, ../scss/modules/_bricks.scss */
.bricks-item--product-carousel .product-list-teaser .product-teaser-title .product-category a {
  font-size: 18px;
  line-height: 18px;
}

/* line 317, ../scss/modules/_bricks.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__text {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
/* line 323, ../scss/modules/_bricks.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link {
  text-align: center;
}
/* line 325, ../scss/modules/_bricks.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
  padding: 0 25px;
  text-align: center;
  width: auto;
  background-color: transparent;
  border: 1px solid #221E1F;
  color: #221E1F;
  height: auto;
  line-height: 43px;
  min-height: 43px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 325, ../scss/modules/_bricks.scss */
  .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a {
    height: 60px;
    line-height: 60px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 60px;
  }
}
/* line 128, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:before, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:after {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 133, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a i, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a span {
  float: left;
  font-size: 15px;
  transition: all .2s ease-in-out;
}
/* line 139, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a i {
  margin-right: 10px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 143, ../scss/common/_mixins.scss */
  .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a.slm-btn {
    height: 52px;
    line-height: 52px;
    letter-spacing: 0;
    font-size: 24px;
    padding: 0 35px;
  }
}
/* line 76, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a[disabled], .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a.disabled, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* line 92, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:focus {
  background-color: transparent;
  color: #221E1F;
}
/* line 97, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover:before, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover:after, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:focus:before, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:focus:after {
  color: #221E1F;
}
/* line 174, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a a, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:before, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:after {
  color: #221E1F;
}
/* line 180, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover {
  background-color: #F3F2F0;
  border-color: #221E1F;
  color: #221E1F;
}
/* line 185, ../scss/common/_mixins.scss */
.bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover:before, .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a:hover:after {
  color: #221E1F;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 325, ../scss/modules/_bricks.scss */
  .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link a {
    min-height: 81px;
    line-height: 81px;
  }
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 323, ../scss/modules/_bricks.scss */
  .bricks-wrapper--simple .bricks-item.bricks-item--product-carousel__link {
    margin: 0;
    z-index: 25;
    position: relative;
    right: 0;
    padding: 0;
  }
}

/* line 353, ../scss/modules/_bricks.scss */
.bricks-item.basic-content-block-button {
  position: relative;
  left: 0;
}
/* line 362, ../scss/modules/_bricks.scss */
.bricks-item-slider .block-views-blocknews-and-events-news-carousel .news-article-teaser .news-text-preview h2 {
  font-family: "FuturaLTPro", "Cormorant", serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  color: #D29A84;
  font-family: "BelyDisplay", "Cormorant", serif;
  overflow: hidden;
  max-height: none;
}
@media only screen and (min-width: 75em) {
  /* line 362, ../scss/modules/_bricks.scss */
  .bricks-item-slider .block-views-blocknews-and-events-news-carousel .news-article-teaser .news-text-preview h2 {
    font-size: 45px;
    line-height: 56px;
  }
}
/* line 376, ../scss/modules/_bricks.scss */
.bricks-item-slider .block-views-blocknews-and-events-news-carousel .news-article-teaser .news-text-preview .news-teaser-date-and-type {
  display: none !important;
}
/* line 388, ../scss/modules/_bricks.scss */
.bricks-item-slider .block-views-blocknews-and-events-news-carousel .links.inline li a {
  text-transform: lowercase;
}
/* line 391, ../scss/modules/_bricks.scss */
.bricks-item-slider .block-views-blocknews-and-events-news-carousel .links.inline li a:first-letter {
  text-transform: uppercase;
}
/* line 399, ../scss/modules/_bricks.scss */
.bricks-item .fact-item img {
  max-width: 95px;
  height: auto;
}
/* line 404, ../scss/modules/_bricks.scss */
.bricks-item .fact-item h2 {
  font-family: "BelyDisplay", "Cormorant", serif;
  color: #D29A84;
}
/* line 411, ../scss/modules/_bricks.scss */
.bricks-item h2 {
  font-family: "BelyDisplay", "Cormorant", serif;
  margin: 16px 0;
}
@media only screen and (min-width: 75em) {
  /* line 422, ../scss/modules/_bricks.scss */
  .bricks-item--header-x-wide {
    max-width: calc(100vw - 290px);
    margin-left: 140px;
    margin-right: 140px;
    width: auto;
  }
}
/* line 431, ../scss/modules/_bricks.scss */
.bricks-item--header-x-wide .header-container {
  position: relative;
  z-index: 10;
  max-width: 740px;
}

/* line 440, ../scss/modules/_bricks.scss */
.anfim-card {
  padding: 32px;
  flex-grow: 1;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ffffff;
  border-radius: 7px;
}
@media only screen and (min-width: 62em) {
  /* line 440, ../scss/modules/_bricks.scss */
  .anfim-card {
    padding: 50px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 64em) {
  /* line 454, ../scss/modules/_bricks.scss */
  .anfim-card-wrapper {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 460, ../scss/modules/_bricks.scss */
  .anfim-card-wrapper .row {
    display: flex;
    margin-bottom: 30px;
  }
}
/* line 468, ../scss/modules/_bricks.scss */
.anfim-card-wrapper .col-md-6 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
/* line 475, ../scss/modules/_bricks.scss */
.anfim-card-wrapper.bricks-wrapper--mixed .bricks-item {
  padding-top: 20px;
}
@media only screen and (max-width: 64em) {
  /* line 475, ../scss/modules/_bricks.scss */
  .anfim-card-wrapper.bricks-wrapper--mixed .bricks-item {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* line 484, ../scss/modules/_bricks.scss */
.anfim-card-wrapper .brick--type--text {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  text-align: center;
}
/* line 491, ../scss/modules/_bricks.scss */
.anfim-card-wrapper .brick--type--text > div:first-child {
  padding-bottom: 20px;
}
/* line 498, ../scss/modules/_bricks.scss */
.anfim-card .bricks-content__text {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
/* line 502, ../scss/modules/_bricks.scss */
.anfim-card .bricks-content__text h1, .anfim-card .bricks-content__text h2, .anfim-card .bricks-content__text h3, .anfim-card .bricks-content__text h4, .anfim-card .bricks-content__text h5 {
  margin-top: 0;
}

/* line 3, ../scss/modules/_service.scss */
.support-center .js-form-type-select:before {
  top: 42px !important;
  border-left: 1px solid #F3F2F0;
}
/* line 7, ../scss/modules/_service.scss */
.support-center .js-form-type-select select {
  width: 100%;
  cursor: pointer;
  border: 1px solid #1F1C1D;
}
/* line 15, ../scss/modules/_service.scss */
.support-center .tab-pane p {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 15, ../scss/modules/_service.scss */
  .support-center .tab-pane p {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 20, ../scss/modules/_service.scss */
.support-center .tabs-3 .tab-content #field_service_files > div .file a {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 20, ../scss/modules/_service.scss */
  .support-center .tabs-3 .tab-content #field_service_files > div .file a {
    font-size: 24px;
    line-height: 31px;
  }
}
/* line 24, ../scss/modules/_service.scss */
.support-center .bef-exposed-form {
  margin-bottom: 50px;
}
@media only screen and (min-width: 64.001em) and (max-width: 99999999em) {
  /* line 24, ../scss/modules/_service.scss */
  .support-center .bef-exposed-form {
    margin-bottom: 180px;
  }
}

/* line 34, ../scss/modules/_service.scss */
.dealer-search-results .item-list li {
  margin-top: 20px;
}

@media only screen and (min-width: 48em) {
  /* line 40, ../scss/modules/_service.scss */
  .dealer-search-form .block-views-exposed-filter-blockdealer-search-page-with-map form .form-item {
    margin-right: 10px;
  }
  /* line 44, ../scss/modules/_service.scss */
  .dealer-search-form .block-views-exposed-filter-blockdealer-search-page-with-map form .form-item.js-form-type-select {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60px;
    -ms-flex: 1 1 60px;
    flex: 1 1 60px;
  }
  /* line 50, ../scss/modules/_service.scss */
  .dealer-search-form .block-views-exposed-filter-blockdealer-search-page-with-map form .form-item.js-form-type-textfield {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60px;
    -ms-flex: 1 1 60px;
    flex: 1 1 60px;
  }
}
@media only screen and (min-width: 62em) {
  /* line 40, ../scss/modules/_service.scss */
  .dealer-search-form .block-views-exposed-filter-blockdealer-search-page-with-map form .form-item {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 48em) {
  /* line 3, ../scss/content-pages/_contact-form.scss */
  .contact-form .contact-form-fields {
    padding-right: 80px;
  }
}
/* line 10, ../scss/content-pages/_contact-form.scss */
.contact-form .contact-form-text .col-md-6 {
  padding-top: 0;
}
/* line 20, ../scss/content-pages/_contact-form.scss */
.contact-form input {
  width: 100%;
}
/* line 24, ../scss/content-pages/_contact-form.scss */
.contact-form textarea {
  margin-top: 40px;
  padding-top: 16px;
  width: 100%;
  resize: none;
}
/* line 31, ../scss/content-pages/_contact-form.scss */
.contact-form .form-item-description {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-size: 18px;
}
/* line 36, ../scss/content-pages/_contact-form.scss */
.contact-form .contact-form-address-title {
  padding-left: 20px;
}
/* line 40, ../scss/content-pages/_contact-form.scss */
.contact-form .form-actions {
  margin-bottom: 20px;
  margin-top: 20px;
}
/* line 45, ../scss/content-pages/_contact-form.scss */
.contact-form .required-info {
  margin-bottom: 20px;
}
/* line 47, ../scss/content-pages/_contact-form.scss */
.contact-form .required-info p {
  font-family: "FuturaLTPro", "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 25px;
}
/* line 345, ../scss/common/_mixins.scss */
.contact-form .required-info p b {
  font-weight: 700;
}

/* line 54, ../scss/content-pages/_contact-form.scss */
.webform-submission-contact-form .form-actions {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 6, ../scss/content-pages/_dealer-full.scss */
.dealer-full .header-container {
  padding-bottom: 50px;
  position: relative;
}
/* line 15, ../scss/content-pages/_dealer-full.scss */
.dealer-full .header-container .headline {
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 62em) {
  /* line 15, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .header-container .headline {
    min-height: 450px;
  }
}
/* line 26, ../scss/content-pages/_dealer-full.scss */
.dealer-full .header-container .main-image-wrapper {
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: calc(320/500 * 100%);
}
@media only screen and (min-width: 62em) {
  /* line 26, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .header-container .main-image-wrapper {
    height: 500px;
    padding-top: 0;
  }
}
/* line 41, ../scss/content-pages/_dealer-full.scss */
.dealer-full .header-container .main-image-wrapper .main-image img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
}
/* line 58, ../scss/content-pages/_dealer-full.scss */
.dealer-full .subtitle {
  color: #D29A84;
  font-weight: 500;
  font-size: 24px;
}
/* line 63, ../scss/content-pages/_dealer-full.scss */
.dealer-full .subtitle.spacer {
  padding-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  /* line 63, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .subtitle.spacer {
    min-height: 70px;
    padding-bottom: 45px;
  }
}
/* line 74, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-section {
  margin-bottom: 36px;
}
/* line 76, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-section .subtitle {
  padding-bottom: 20px;
}
/* line 82, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-item {
  display: flex;
  flex-direction: row;
}
/* line 86, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-item > div:last-child {
  padding-left: 25px;
}
@media only screen and (min-width: 62em) {
  /* line 86, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__contact-item > div:last-child {
    padding-left: 40px;
  }
}
/* line 93, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-item > :first-child {
  width: 16px;
  flex-basis: 16px;
}
/* line 97, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__contact-item > :first-child img {
  min-width: 16px;
}
@media only screen and (min-width: 62em) {
  /* line 93, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__contact-item > :first-child {
    width: 20px;
    flex-basis: 20px;
  }
  /* line 105, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__contact-item > :first-child img {
    min-width: 20px;
  }
}
/* line 114, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__content {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 62em) {
  /* line 114, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__content {
    padding-top: 95px;
    padding-bottom: 95px;
  }
}
/* line 123, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__content h1 {
  font-size: 32px;
  line-height: 39px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 62em) {
  /* line 123, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__content h1 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
  }
}
/* line 137, ../scss/content-pages/_dealer-full.scss */
.dealer-full .dealer__content__sidebar {
  width: 100vw;
  padding: 50px;
  background-color: #F3F2F0;
  position: relative;
  left: -24px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  /* line 137, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__content__sidebar {
    left: initial;
    border-radius: 7px;
    width: auto;
  }
}
@media only screen and (min-width: 62em) {
  /* line 137, ../scss/content-pages/_dealer-full.scss */
  .dealer-full .dealer__content__sidebar {
    margin-top: 0;
  }
}

@media print {
  /* line 2, ../scss/common/_print.scss */
  html {
    overflow: scroll !important;
  }

  @page {
    margin: .5cm;
  }
  /* line 10, ../scss/common/_print.scss */
  body {
    margin: 0;
  }

  /* line 14, ../scss/common/_print.scss */
  header,
  #sliding-popup {
    display: none !important;
  }

  /* line 19, ../scss/common/_print.scss */
  #nav-stick,
  #block-anfim-hemro-local-tasks {
    display: none !important;
  }

  /* line 24, ../scss/common/_print.scss */
  a[href]:after {
    display: none !important;
  }

  /* line 28, ../scss/common/_print.scss */
  .product-action-buttons {
    display: none !important;
  }

  /* line 32, ../scss/common/_print.scss */
  .related-products-wrapper {
    display: none !important;
  }

  /* line 36, ../scss/common/_print.scss */
  .footer-user-login-block {
    display: none !important;
  }

  /* line 40, ../scss/common/_print.scss */
  .page-section.menu-icons {
    display: none !important;
  }

  /* line 44, ../scss/common/_print.scss */
  footer,
  #back-top {
    display: none !important;
  }

  /* line 50, ../scss/common/_print.scss */
  .product-center-img img {
    height: 450px !important;
    width: auto !important;
  }

  /* line 57, ../scss/common/_print.scss */
  .page-section .padtop-140 {
    padding-top: 0;
  }
  /* line 61, ../scss/common/_print.scss */
  .page-section .padtop-40 {
    padding-top: 0;
  }
  /* line 65, ../scss/common/_print.scss */
  .page-section .mb-50 {
    margin-bottom: 0;
  }
  /* line 69, ../scss/common/_print.scss */
  .page-section p {
    margin-bottom: 10px;
  }

  /* line 74, ../scss/common/_print.scss */
  .tabs-3 {
    border: 1px solid #221E1F;
    padding: 20px;
    display: block !important;
  }
  /* line 80, ../scss/common/_print.scss */
  .tabs-3 .tab-pane#field_infos {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 40px;
  }
  /* line 86, ../scss/common/_print.scss */
  .tabs-3 .tab-pane#field_infos, .tabs-3 .tab-pane#field_technical_details {
    display: block !important;
    opacity: 1;
  }

  /* line 94, ../scss/common/_print.scss */
  .accordion {
    display: none !important;
  }

  /* line 98, ../scss/common/_print.scss */
  .mfp-wrap,
  .mfp-bg {
    display: none !important;
  }

  /* line 103, ../scss/common/_print.scss */
  .product-view-thumbs {
    display: none !important;
  }

  /* line 107, ../scss/common/_print.scss */
  .basic-content-block-body a {
    font-family: "FuturaLTPro", "Noto Sans", sans-serif;
    font-weight: 500;
  }
  /* line 365, ../scss/common/_mixins.scss */
  .basic-content-block-body a b {
    font-weight: 700;
  }

  /* line 111, ../scss/common/_print.scss */
  .basic-content-block-title {
    font-size: 50px;
    line-height: 58px;
  }

  /* line 116, ../scss/common/_print.scss */
  ul.nav-tabs {
    display: none !important;
  }
}
