@charset "UTF-8";
input[name="nav"] {
  display: none; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

select {
  border: 1px solid #82af3e;
  border-radius: 4px;
  padding: 0.25em 2em 0.25em 0.5em;
  font-family: "Source Sans Pro";
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22none%22%20width%3D%22200%22%20height%3D%22400%22%3E%3Crect%20style%3D%22fill%3A%2382af3e%22%20height%3D%22400%22%20width%3D%22200%22%20y%3D%220%22%20x%3D%220%22%20%2F%3E%3Cpath%20style%3D%22fill%3A%23fff%22%20d%3D%22m%20104.98679%2C231.04477%20c%204.36667%2C0.0798%207.42425%2C-3.9195%209.92823%2C-7.76004%209.17827%2C-13.13941%2018.43286%2C-26.20146%2027.56287%2C-39.38981%204.31498%2C-6.77101%201.24855%2C-17.87294%20-5.53699%2C-20.04656%20-4.68589%2C-1.93393%20-9.65169%2C1.00987%20-12.37965%2C5.73724%20-6.65759%2C9.49829%20-13.31518%2C18.99657%20-19.97278%2C28.49485%20-7.29158%2C-10.34848%20-14.509454%2C-20.77732%20-21.848078%2C-31.0745%20-4.814889%2C-6.24523%20-14.240178%2C-4.20899%20-17.01909%2C3.67679%20-2.269178%2C5.38108%20-0.640192%2C11.83442%202.762293%2C15.85237%209.603375%2C13.6321%2019.100211%2C27.38214%2028.770911%2C40.93971%202.046724%2C2.40183%204.900004%2C3.71918%207.732284%2C3.56995%20z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: 100% -5%;
  background-repeat: no-repeat;
  background-size: 1.5em 110%; }
  select, select + input[type="checkbox"] + label {
    font-size: calc(1.1029411765vw - -5.5294117647px); }
    @media (max-width: 768px) {
      select, select + input[type="checkbox"] + label {
        font-size: 14px; } }
    @media (min-width: 1040px) {
      select, select + input[type="checkbox"] + label {
        font-size: 17px; } }

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

input, select, textarea, button {
  font-family: inherit; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  margin: 0;
  padding: 0; }

ul {
  margin-left: 1.25em; }

.text a, .info a {
  font-weight: bold;
  color: #357b3f; }

a {
  text-decoration: none; }

p {
  margin: 1em 0; }

html {
  font-size: calc(3.6764705882vw - 22.2352941176px); }
  @media (max-width: 768px) {
    html {
      font-size: 6px; } }
  @media (min-width: 1040px) {
    html {
      font-size: 16px; } }

body {
  background: #e6e6e6;
  font-family: "Source Sans Pro";
  background: #fefefe !important;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 0.02em; }
  body:before {
    content: '';
    background: #e6e6e6 url(/img/grid.png);
    opacity: 0.6;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  body > label {
    cursor: auto; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-style: normal; }

h1 {
  font-size: calc(5.1470588235vw - 19.5294117647px);
  line-height: 1.0882352941em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 20px; } }
  @media (min-width: 1040px) {
    h1 {
      font-size: 34px; } }

h2 {
  font-size: calc(2.9411764706vw - 4.5882352941px);
  line-height: 1.1923076923em; }
  @media (max-width: 768px) {
    h2 {
      font-size: 18px; } }
  @media (min-width: 1040px) {
    h2 {
      font-size: 26px; } }

.section-content {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  background: #f2f2f2; }

.shadow-hover.item {
  cursor: pointer; }
.shadow-hover:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.25); }

.image-holder img {
  display: block;
  width: 100%;
  height: auto; }

.module-navigation {
  position: fixed;
  z-index: 5;
  background: #4d4d4d;
  top: 105px; }
  .module-navigation .section-content {
    background: inherit; }
    .module-navigation .section-content .inner-content .container {
      overflow: visible;
      font-size: 13px;
      letter-spacing: 0em;
      position: fixed;
      right: 0;
      top: 0;
      height: 100%;
      background: #4d4d4d;
      z-index: 3;
      transition: transform 0.3s ease-in-out;
      transform: translateX(100vw); }
      .module-navigation .section-content .inner-content .container > div:first-child {
        text-align: right; }
        .module-navigation .section-content .inner-content .container > div:first-child label[for="nav-expand"]:after {
          color: #fff;
          font-family: icons;
          display: inline-block;
          font-weight: bold;
          width: 45px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          content: '';
          background: #357b3f url("data:image/svg+xml,%3Csvg%20height%3D%22487.595%22%20viewBox%3D%220%200%20365.696%20365.696%22%20width%3D%22487.595%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M243.188%20182.86L356.32%2069.726c12.5-12.5%2012.5-32.766%200-45.247L341.238%209.398c-12.504-12.503-32.77-12.503-45.25%200L182.86%20122.528%2069.727%209.374c-12.5-12.5-32.766-12.5-45.247%200L9.375%2024.457c-12.5%2012.504-12.5%2032.77%200%2045.25l113.152%20113.152L9.398%20295.99c-12.503%2012.503-12.503%2032.769%200%2045.25L24.48%20356.32c12.5%2012.5%2032.766%2012.5%2045.247%200l113.132-113.132L295.99%20356.32c12.503%2012.5%2032.769%2012.5%2045.25%200l15.081-15.082c12.5-12.504%2012.5-32.77%200-45.25zm0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          background-size: 45%;
          background-position: center; }
      .module-navigation .section-content .inner-content .container > ul {
        list-style-type: none; }
        .module-navigation .section-content .inner-content .container > ul li a.home > span.icon-home {
          font-size: 1.5em; }
      .module-navigation .section-content .inner-content .container li a.mitem {
        cursor: pointer; }
      .module-navigation .section-content .inner-content .container li .mitem {
        color: #fff;
        display: block;
        text-transform: uppercase;
        padding: 0.45em 0.6em;
        white-space: nowrap; }
      .module-navigation .section-content .inner-content .container li ul {
        display: none;
        z-index: 2;
        background: #4d4d4d; }
        .module-navigation .section-content .inner-content .container li ul > li {
          display: block; }
          .module-navigation .section-content .inner-content .container li ul > li a {
            display: block;
            width: 100%; }
      .module-navigation .section-content .inner-content .container li input[name="nav"]:checked ~ .submenu > ul, .module-navigation .section-content .inner-content .container li:hover > * ~ .submenu > ul {
        display: block; }
    .module-navigation .section-content .inner-content #nav-expand:checked ~ .container {
      transform: translateX(0); }
  @media (max-width: 499px) {
    .module-navigation .container {
      width: 90vw; }
      .module-navigation .container ul.menu {
        max-height: calc(100vh - 58px); }
      .module-navigation .container:before {
        content: '';
        position: fixed;
        height: 100vh;
        transform: translateX(-100%);
        left: 0;
        width: 10vw;
        background-color: rgba(0, 0, 0, 0.3); }
      html .section:not(.module-navigation) {
        transition: filter .3s; }
      html.menu body {
        overflow: hidden; }
      html.menu .section:not(.module-navigation) {
        filter: blur(3px); }
      .module-navigation .container li.dropdown {
        position: relative; }
        .module-navigation .container li.dropdown:after {
          content: '+';
          font-size: 18px;
          color: #fff;
          position: absolute;
          right: 10px;
          top: 5px; } }
  @media (min-width: 500px) {
    .module-navigation {
      width: 100%;
      height: 34px; }
      .module-navigation .container li > .mitem:hover {
        background: #337A35; }
      html.scrolling .module-pageheader.v1 + .module-navigation {
        top: 0; }
      .module-navigation .section-content .inner-content .container {
        transform: translateX(0);
        width: 100%;
        position: relative;
        overflow: visible; }
        .module-navigation .section-content .inner-content .container > div:first-child {
          display: none; }
        .module-navigation .section-content .inner-content .container > ul {
          padding-left: 3.125rem;
          margin-left: -0.6em; } }
      @media (min-width: 500px) and (min-width: 800px) {
        .module-navigation .section-content .inner-content .container > ul {
          display: flex;
          flex-flow: row wrap; }
          .module-navigation .section-content .inner-content .container > ul > * {
            flex: 1 1 auto; }
            .module-navigation .section-content .inner-content .container > ul > * > .mitem {
              display: inline-block; } }
  @media (min-width: 500px) {
          .module-navigation .section-content .inner-content .container > ul > li {
            display: inline-block; }
            .module-navigation .section-content .inner-content .container > ul > li a.home {
              position: relative;
              width: 3em; }
              .module-navigation .section-content .inner-content .container > ul > li a.home:before {
                content: ' ';
                white-space: pre; }
              .module-navigation .section-content .inner-content .container > ul > li a.home > span.icon-home {
                font-size: 1.5em;
                height: 0;
                display: inline-block; }
                .module-navigation .section-content .inner-content .container > ul > li a.home > span.icon-home:before {
                  position: absolute;
                  left: 0.5em;
                  top: 50%;
                  transform: translateY(-50%); }
            .module-navigation .section-content .inner-content .container > ul > li ul {
              margin-left: 0; }
            .module-navigation .section-content .inner-content .container > ul > li > div.submenu > ul {
              position: absolute; }
              .module-navigation .section-content .inner-content .container > ul > li > div.submenu > ul > li > .submenu > ul > li > a {
                font-size: 0.9em;
                text-indent: 1em; } }

html.index .slider:not(.slick-slider) {
  position: relative;
  white-space: nowrap;
  overflow: auto;
  display: flex; }
  html.index .slider:not(.slick-slider) > * {
    white-space: normal;
    width: 100%;
    flex: 0 0 100%; }
html.index .slider.slick-slider .slick-track {
  align-items: center; }
html.index .slider.slick-slider .slick-dots {
  position: absolute;
  z-index: 1000;
  left: 20%;
  bottom: 15%; }

.slick-dots {
  position: absolute;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%; }
  .slick-dots li {
    display: inline-block;
    margin: 0 0.25em; }
    .slick-dots li button {
      border: 2px solid transparent;
      background: #d5d5d5;
      border-radius: 50%;
      display: block;
      height: 12px;
      width: 12px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #82af3e;
      border-color: #357b3f; }

.swiper {
  position: relative; }
  .swiper .swiper-container {
    white-space: nowrap;
    overflow: hidden; }
    .swiper .swiper-container ~ .swiper-prev, .swiper .swiper-container ~ .swiper-next {
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      font-size: 3em;
      color: #999999;
      cursor: pointer; }
  .swiper .swiper-prev, .swiper .swiper-next {
    display: none;
    position: relative; }
    .swiper .swiper-prev.swiper-button-disabled, .swiper .swiper-next.swiper-button-disabled {
      color: rgba(153, 153, 153, 0.25); }
  .swiper .swiper-prev {
    left: -0.75em; }
  .swiper .swiper-next {
    right: -0.75em; }
  .swiper div.gradient {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .swiper .swiper-prev:not(.swiper-button-disabled) ~ div.gradient:before {
    content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #f2f2f2 20%, rgba(242, 242, 242, 0));
    z-index: 2; }
  .swiper .swiper-next:not(.swiper-button-disabled) ~ div.gradient:after {
    content: '';
    position: absolute;
    width: 130px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(to left, #f2f2f2 20%, rgba(242, 242, 242, 0));
    z-index: 2; }

.applications-files-holder {
  margin: -.5em; }
  .applications-files-holder:after {
    content: '';
    display: table;
    clear: both; }
  .applications-files-holder > * {
    float: left;
    width: 33.33%; }
    @media (min-width: 500px) {
      .applications-files-holder > * {
        width: 20%; } }
    .applications-files-holder > * > * {
      margin: .5em;
      display: block; }

.application {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 3px solid #fff;
  padding-bottom: 1em;
  margin: 2em 0; }
  .application .media {
    flex: 0 1 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto; }
    .application .media:not(.slick-slider) > * {
      position: relative;
      display: none; }
      .application .media:not(.slick-slider) > *:first-child {
        display: block; }
  .application .info {
    flex: 0 1 48%; }
    .application .info .more {
      margin-top: 1em; }
      .application .info .more a {
        padding-left: 0.5em; }
  @media (min-width: 600px) {
    .application {
      flex-direction: row; }
      .application .media {
        flex: 0 1 48%;
        width: 48%; } }

.comparable {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: inherit; }
  .comparable .media {
    height: 100%;
    display: flex;
    align-items: center; }
  .comparable .title h4 {
    font-size: calc(1.1029411765vw - -4.5294117647px);
    line-height: 1.1875em;
    font-weight: bold;
    padding: 0.5em;
    margin: 0; }
    @media (max-width: 768px) {
      .comparable .title h4 {
        font-size: 13px; } }
    @media (min-width: 1040px) {
      .comparable .title h4 {
        font-size: 16px; } }
  .comparable > div.specs {
    line-height: 0;
    line-height: 0.7em;
    white-space: normal; }
    .comparable > div.specs div {
      display: inline-block;
      white-space: nowrap;
      vertical-align: middle; }
      .comparable > div.specs div > div:nth-child(2) {
        font-size: 12px;
        margin: 0 0.5em; }
  .comparable > div.more {
    padding-top: 0.5em; }
    .comparable > div.more a {
      color: #214c27; }

.hamburger {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  transform: scale(0.46875, 0.46875);
  transform-origin: 100% 0;
  z-index: 2; }
  .hamburger:focus {
    outline: none; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    right: 18px;
    height: 8px;
    background: #000; }
    .hamburger span::before, .hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 8px;
      background-color: #000;
      content: ""; }
    .hamburger span::before {
      top: -20px; }
    .hamburger span::after {
      bottom: -20px; }
  .hamburger.rotate span {
    transition: transform 0.3s; }
  @media (min-width: 500px) {
    .hamburger {
      display: none; } }

.module-products.type1 .section-content .inner-content .occasion.item,
.occasion.item, .product {
  position: relative;
  background: #fff;
  display: flex;
  flex-direction: column;
  color: inherit; }
  .module-products.type1 .section-content .inner-content .occasion.item[data-vignette],
  .occasion.item[data-vignette], .product[data-vignette] {
    overflow: hidden; }
    .module-products.type1 .section-content .inner-content .occasion.item[data-vignette]:after,
    .occasion.item[data-vignette]:after, .product[data-vignette]:after {
      content: attr(data-vignette);
      background: #ff620d;
      color: #fff;
      font-size: 0.7em;
      padding-bottom: 0.1em;
      position: absolute;
      z-index: 1;
      transform: translate(-27%, 135%) rotate(-55deg);
      transform-origin: center;
      top: 0;
      left: 0;
      width: 150px;
      text-align: center; }
    .module-products.type1 .section-content .inner-content .occasion.item[data-vignette][data-type="new"]:after,
    .occasion.item[data-vignette][data-type="new"]:after, .product[data-vignette][data-type="new"]:after {
      background-color: #357b3f; }
  .module-products.type1 .section-content .inner-content .occasion.item .title,
  .occasion.item .title, .product .title {
    flex: 0 0 auto;
    z-index: 2;
    font-size: calc(0.7352941176vw - -7.3529411765px);
    line-height: 1.2666666667em;
    height: 3em;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .module-products.type1 .section-content .inner-content .occasion.item .title,
      .occasion.item .title, .product .title {
        font-size: 13px; } }
    @media (min-width: 1040px) {
      .module-products.type1 .section-content .inner-content .occasion.item .title,
      .occasion.item .title, .product .title {
        font-size: 15px; } }
    .module-products.type1 .section-content .inner-content .occasion.item .title > span,
    .occasion.item .title > span, .product .title > span {
      position: relative;
      height: 100%;
      padding: 0.35em 1em 0 0.1em;
      z-index: 0;
      font-size: 24px;
      color: #000;
      text-indent: 0.2em;
      min-width: 2em; }
      .module-products.type1 .section-content .inner-content .occasion.item .title > span:empty,
      .occasion.item .title > span:empty, .product .title > span:empty {
        display: none; }
    .module-products.type1 .section-content .inner-content .occasion.item .title h4,
    .occasion.item .title h4, .product .title h4 {
      font-size: calc(0.7352941176vw - -7.3529411765px);
      line-height: 1.2666666667em;
      flex: 0 1 100%;
      padding: 0.5em;
      margin: 0; }
      @media (max-width: 768px) {
        .module-products.type1 .section-content .inner-content .occasion.item .title h4,
        .occasion.item .title h4, .product .title h4 {
          font-size: 13px; } }
      @media (min-width: 1040px) {
        .module-products.type1 .section-content .inner-content .occasion.item .title h4,
        .occasion.item .title h4, .product .title h4 {
          font-size: 15px; } }
  .module-products.type1 .section-content .inner-content .occasion.item > div.details,
  .occasion.item > div.details, .product > div.details {
    flex: 1 0 auto;
    overflow: hidden;
    padding: 0.5em; }
    .module-products.type1 .section-content .inner-content .occasion.item > div.details > .image-holder,
    .occasion.item > div.details > .image-holder, .product > div.details > .image-holder {
      flex: 0 1 40%;
      margin-right: 0.5em; }
    .module-products.type1 .section-content .inner-content .occasion.item > div.details div.specs > *,
    .occasion.item > div.details div.specs > *, .product > div.details div.specs > * {
      display: table-row; }
      .module-products.type1 .section-content .inner-content .occasion.item > div.details div.specs > * > *,
      .occasion.item > div.details div.specs > * > *, .product > div.details div.specs > * > * {
        display: table-cell;
        padding: 0.3em 0; }
        .module-products.type1 .section-content .inner-content .occasion.item > div.details div.specs > * > *:nth-child(1),
        .occasion.item > div.details div.specs > * > *:nth-child(1), .product > div.details div.specs > * > *:nth-child(1) {
          padding-right: 0.5em;
          text-align: center;
          vertical-align: middle; }
  .module-products.type1 .section-content .inner-content .occasion.item > div.more,
  .occasion.item > div.more, .product > div.more {
    flex: 0 0 auto;
    margin-top: auto;
    padding-top: 0;
    background: #82af3e;
    display: flex;
    overflow: hidden;
    height: 3.15em;
    height: 50px; }
    .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(1),
    .occasion.item > div.more > div:nth-child(1), .product > div.more > div:nth-child(1) {
      background: #357b3f;
      transform-origin: top right;
      transform: skew(-29deg, 0deg);
      height: 100%;
      flex: 0 1 40%; }
      .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(1) span,
      .occasion.item > div.more > div:nth-child(1) span, .product > div.more > div:nth-child(1) span {
        display: table-cell;
        vertical-align: middle;
        transform-origin: top right;
        transform: skew(29deg, 0deg);
        font-size: calc(0.7352941176vw - -7.3529411765px);
        line-height: 1.0666666667em;
        color: #fff;
        text-transform: uppercase;
        padding-left: 0.85em;
        position: relative;
        padding-right: 4.5em; }
        @media (max-width: 768px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(1) span,
          .occasion.item > div.more > div:nth-child(1) span, .product > div.more > div:nth-child(1) span {
            font-size: 13px; } }
        @media (min-width: 1040px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(1) span,
          .occasion.item > div.more > div:nth-child(1) span, .product > div.more > div:nth-child(1) span {
            font-size: 15px; } }
        .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(1) span:after,
        .occasion.item > div.more > div:nth-child(1) span:after, .product > div.more > div:nth-child(1) span:after {
          position: absolute;
          content: '\e905';
          font-family: icons;
          display: inline-block;
          border: 2px solid #fff;
          border-radius: 50%;
          font-size: 0.85em;
          line-height: 1em;
          padding: 0.6em;
          right: 2.25em;
          top: 50%;
          transform: translateY(-50%); }
    .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2),
    .occasion.item > div.more > div:nth-child(2), .product > div.more > div:nth-child(2) {
      margin-left: auto;
      flex: 0 1 60%;
      text-align: right;
      height: 100%;
      flex-direction: column;
      padding-right: 0.3em;
      font-size: calc(0.7352941176vw - -8.3529411765px);
      line-height: 9.8125em;
      font-weight: 600;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2),
        .occasion.item > div.more > div:nth-child(2), .product > div.more > div:nth-child(2) {
          font-size: 14px; } }
      @media (min-width: 1040px) {
        .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2),
        .occasion.item > div.more > div:nth-child(2), .product > div.more > div:nth-child(2) {
          font-size: 16px; } }
      .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price_old,
      .occasion.item > div.more > div:nth-child(2) span.price_old, .product > div.more > div:nth-child(2) span.price_old {
        display: block;
        font-size: calc(0.7352941176vw - -6.3529411765px);
        line-height: 1.2142857143em;
        text-decoration: line-through;
        color: #214c27; }
        @media (max-width: 768px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price_old,
          .occasion.item > div.more > div:nth-child(2) span.price_old, .product > div.more > div:nth-child(2) span.price_old {
            font-size: 12px; } }
        @media (min-width: 1040px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price_old,
          .occasion.item > div.more > div:nth-child(2) span.price_old, .product > div.more > div:nth-child(2) span.price_old {
            font-size: 14px; } }
      .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price,
      .occasion.item > div.more > div:nth-child(2) span.price, .product > div.more > div:nth-child(2) span.price {
        display: block;
        font-size: calc(2.5735294118vw - 3.7647058824px);
        line-height: 1.0869565217em;
        color: #fff; }
        @media (max-width: 768px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price,
          .occasion.item > div.more > div:nth-child(2) span.price, .product > div.more > div:nth-child(2) span.price {
            font-size: 16px; } }
        @media (min-width: 1040px) {
          .module-products.type1 .section-content .inner-content .occasion.item > div.more > div:nth-child(2) span.price,
          .occasion.item > div.more > div:nth-child(2) span.price, .product > div.more > div:nth-child(2) span.price {
            font-size: 23px; } }
    .module-products.type1 .section-content .inner-content .occasion.item > div.more .table,
    .occasion.item > div.more .table, .product > div.more .table {
      display: table;
      height: 100%;
      width: 100%; }
      .module-products.type1 .section-content .inner-content .occasion.item > div.more .table .cell,
      .occasion.item > div.more .table .cell, .product > div.more .table .cell {
        display: table-cell;
        vertical-align: middle; }
  @media (min-width: 400px) {
    .module-products.type1 .section-content .inner-content .occasion.item > div.details,
    .occasion.item > div.details, .product > div.details {
      display: flex; } }

.module-404 .section-content {
  padding: 1em; }
  .module-404 .section-content .inner-content h1 {
    margin: 1em 0; }

.module-banner .section-content {
  padding-bottom: 1.5em; }
  .module-banner .section-content .inner-content {
    position: relative; }
    .module-banner .section-content .inner-content.slider.slick-slider .slick-dots {
      bottom: -5%;
      left: 50%; }
      .module-banner .section-content .inner-content.slider.slick-slider .slick-dots button {
        background: #161c1c; }
    .module-banner .section-content .inner-content .item > * {
      flex: 1 1 50%; }
    .module-banner .section-content .inner-content .item > :nth-child(1) img {
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
    .module-banner .section-content .inner-content .item > :nth-child(2) > div {
      height: 100%;
      background: url("/img/bg1.png") no-repeat top right/cover;
      padding: 2em 2.7em 0 2.7em;
      font-size: calc(4.4117647059vw - 29.8823529412px);
      max-width: 500px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .module-banner .section-content .inner-content .item > :nth-child(2) > div {
          font-size: 4px; } }
      @media (min-width: 1040px) {
        .module-banner .section-content .inner-content .item > :nth-child(2) > div {
          font-size: 16px; } }
    .module-banner .section-content .inner-content .item h2 {
      color: #fff;
      font-size: calc(2.2058823529vw - -1.0588235294px);
      line-height: 1.125em;
      margin-bottom: 0.5em; }
      @media (max-width: 768px) {
        .module-banner .section-content .inner-content .item h2 {
          font-size: 18px; } }
      @media (min-width: 1040px) {
        .module-banner .section-content .inner-content .item h2 {
          font-size: 24px; } }
    .module-banner .section-content .inner-content .item .text1, .module-banner .section-content .inner-content .item .text2 {
      font-size: calc(1.4705882353vw - -0.7058823529px);
      line-height: 1.4375em;
      max-height: 5.5em;
      overflow: hidden;
      color: #214c27; }
      @media (max-width: 768px) {
        .module-banner .section-content .inner-content .item .text1, .module-banner .section-content .inner-content .item .text2 {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-banner .section-content .inner-content .item .text1, .module-banner .section-content .inner-content .item .text2 {
          font-size: 16px; } }
      .module-banner .section-content .inner-content .item .text1 p:first-child, .module-banner .section-content .inner-content .item .text2 p:first-child {
        margin-top: 0; }
      .module-banner .section-content .inner-content .item .text1 a, .module-banner .section-content .inner-content .item .text2 a {
        color: #fff;
        text-decoration: underline; }
    .module-banner .section-content .inner-content .item a.button {
      color: #fff;
      margin: 1.5em 0; }
@media (min-width: 800px) {
  .module-banner .section-content {
    padding-bottom: 0; }
    .module-banner .section-content .inner-content {
      margin: 0 3em; }
      .module-banner .section-content .inner-content.slider.slick-slider .slick-dots {
        bottom: 5%;
        left: 20%; }
      .module-banner .section-content .inner-content .item {
        display: flex; } }

.module-breadcrumbs .section-content .inner-content {
  background: #fff;
  padding: 1em 3.125rem 1em 3.125rem;
  color: #000;
  text-transform: lowercase;
  font-size: 12px; }
  .module-breadcrumbs .section-content .inner-content ul {
    list-style-type: none; }
    .module-breadcrumbs .section-content .inner-content ul li {
      display: inline-block; }
      .module-breadcrumbs .section-content .inner-content ul li a {
        color: #000;
        text-decoration: underline;
        margin-right: 1.5em;
        font-style: italic; }
        .module-breadcrumbs .section-content .inner-content ul li a:after {
          content: '>';
          position: absolute;
          color: #357b3f;
          text-decoration: none;
          margin-left: 0.5em; }

.module-carousel .section-content {
  background: #fff; }
  .module-carousel .section-content .inner-content {
    margin: 0 2em;
    padding-bottom: 2em; }
    .module-carousel .section-content .inner-content h2 {
      text-align: center;
      padding-top: 1em;
      color: inherit; }
      .module-carousel .section-content .inner-content h2 em {
        color: inherit; }
    .module-carousel .section-content .inner-content .slider {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      font-size: calc(1.4705882353vw - -0.7058823529px);
      max-width: 700px;
      margin: 0 auto; }
      @media (max-width: 768px) {
        .module-carousel .section-content .inner-content .slider {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-carousel .section-content .inner-content .slider {
          font-size: 16px; } }
    .module-carousel .section-content .inner-content .item {
      flex: 0 1 33.3333333333%; }
      .module-carousel .section-content .inner-content .item span {
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #000;
        padding-top: 0.5em; }
@media (min-width: 700px) {
  .module-carousel .section-content .inner-content .item {
    flex-basis: 25%; } }

.module-cookie {
  position: fixed;
  bottom: 0;
  background: rgba(130, 175, 62, 0.95);
  padding: 0.25em;
  z-index: 1000;
  width: 100%; }
  .module-cookie .inner-content {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    align-items: center;
    color: #f2f2f2;
    font-weight: 300;
    font-size: 14px; }
    .module-cookie .inner-content > div {
      margin-right: 25px; }
    .module-cookie .inner-content a {
      color: #f2f2f2;
      text-decoration: underline; }
    .module-cookie .inner-content .button {
      cursor: pointer;
      border: none;
      background: #357b3f;
      color: #f2f2f2;
      padding: 0.5em 1em;
      font-family: "Source Sans Pro";
      font-size: calc(0.7352941176vw - -8.3529411765px);
      cursor: pointer;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .module-cookie .inner-content .button {
          font-size: 14px; } }
      @media (min-width: 1040px) {
        .module-cookie .inner-content .button {
          font-size: 16px; } }

.module-contentheader.rtl .section-content .inner-content > div {
  left: auto;
  right: 0;
  transform-origin: bottom left; }
  .module-contentheader.rtl .section-content .inner-content > div span {
    margin-left: 0.5em;
    margin-right: 1em; }
.module-contentheader.small .section-content .inner-content {
  font-size: calc(4.0441176471vw - 16.0588235294px);
  line-height: 1.9615384615em; }
  @media (max-width: 768px) {
    .module-contentheader.small .section-content .inner-content {
      font-size: 15px; } }
  @media (min-width: 1040px) {
    .module-contentheader.small .section-content .inner-content {
      font-size: 26px; } }
.module-contentheader .section-content .inner-content {
  position: relative;
  overflow: hidden;
  font-size: calc(12.1323529412vw - 78.1764705882px);
  line-height: 1.0625em; }
  @media (max-width: 768px) {
    .module-contentheader .section-content .inner-content {
      font-size: 15px; } }
  @media (min-width: 1040px) {
    .module-contentheader .section-content .inner-content {
      font-size: 48px; } }
  .module-contentheader .section-content .inner-content > div {
    position: absolute;
    overflow: hidden;
    bottom: 15%;
    color: #fff;
    text-align: right;
    padding: 0.625em 0.5em;
    text-transform: uppercase;
    z-index: 0;
    background: rgba(0, 0, 0, 0.59);
    left: 0;
    transform-origin: top left;
    transform: skew(-29deg, 0deg); }
    .module-contentheader .section-content .inner-content > div span {
      display: inline-block;
      transform-origin: bottom left;
      transform: skew(29deg, 0deg);
      margin-left: 1.5em; }

.module-product.rtl .section-content .inner-content {
  flex-direction: row-reverse; }
  .module-product.rtl .section-content .inner-content > *:nth-child(1) {
    padding: 2em 2em 2em 12em; }
    .module-product.rtl .section-content .inner-content > *:nth-child(1):before {
      transform-origin: bottom left;
      transform: skew(-29deg, 0deg); }
.module-product .section-content {
  background: #82af3e; }
  .module-product .section-content .inner-content {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 0; }
    .module-product .section-content .inner-content:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(/img/bg2.svg) no-repeat;
      background-position: -7.5em 50%;
      background-size: 100%;
      z-index: -1;
      opacity: 0.75; }
    .module-product .section-content .inner-content > * {
      flex: 0 1 100%; }
      .module-product .section-content .inner-content > *:nth-child(1) {
        padding: 1em; }
        .module-product .section-content .inner-content > *:nth-child(1) > div:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: url(/img/bg2.svg) no-repeat;
          background-position: -7.5em 50%;
          background-size: 100%;
          z-index: -1;
          opacity: 0.75; }
        .module-product .section-content .inner-content > *:nth-child(1) > div h1 {
          color: #fff;
          font-size: calc(6.9852941176vw - 34.6470588235px);
          line-height: 1.0789473684em; }
          @media (max-width: 768px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div h1 {
              font-size: 19px; } }
          @media (min-width: 1040px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div h1 {
              font-size: 38px; } }
        .module-product .section-content .inner-content > *:nth-child(1) > div div {
          color: #f0ffd9;
          text-transform: uppercase;
          font-size: calc(2.9411764706vw - 7.5882352941px);
          line-height: 1.347826087em;
          font-weight: 200; }
          @media (max-width: 768px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div div {
              font-size: 15px; } }
          @media (min-width: 1040px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div div {
              font-size: 23px; } }
        .module-product .section-content .inner-content > *:nth-child(1) > div a {
          background: #fff;
          font-size: calc(2.5735294118vw - 4.7647058824px);
          line-height: 1.1363636364em; }
          @media (max-width: 768px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div a {
              font-size: 15px; } }
          @media (min-width: 1040px) {
            .module-product .section-content .inner-content > *:nth-child(1) > div a {
              font-size: 22px; } }
  .module-product .section-content .image-holder {
    flex: 0 1 40%;
    padding: 1em;
    align-content: center; }
    .module-product .section-content .image-holder img {
      max-width: 100%;
      margin-left: 50%;
      transform: translateX(-50%);
      width: auto; }
.module-product .BACKUP-section-content .inner-content {
  display: flex; }
  .module-product .BACKUP-section-content .inner-content > * {
    flex: 0 1 100%; }
    .module-product .BACKUP-section-content .inner-content > *:nth-child(1) {
      position: relative;
      overflow: hidden;
      z-index: 0;
      padding: 2em 12em 2em 2em; }
      .module-product .BACKUP-section-content .inner-content > *:nth-child(1):after {
        content: '';
        background: url(/img/bg2.svg) no-repeat;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .module-product .BACKUP-section-content .inner-content > *:nth-child(1):before {
        content: '';
        background: #82af3e;
        background-size: 100% 100%;
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform-origin: top left;
        transform: skew(-29deg, 0deg); }
      .module-product .BACKUP-section-content .inner-content > *:nth-child(1) h1 {
        color: #fff;
        font-size: calc(6.9852941176vw - 34.6470588235px);
        line-height: 1.0789473684em; }
        @media (max-width: 768px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) h1 {
            font-size: 19px; } }
        @media (min-width: 1040px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) h1 {
            font-size: 38px; } }
      .module-product .BACKUP-section-content .inner-content > *:nth-child(1) div {
        color: #f0ffd9;
        text-transform: uppercase;
        font-size: calc(2.5735294118vw - 3.7647058824px);
        line-height: 1.347826087em;
        font-weight: 200; }
        @media (max-width: 768px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) div {
            font-size: 16px; } }
        @media (min-width: 1040px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) div {
            font-size: 23px; } }
      .module-product .BACKUP-section-content .inner-content > *:nth-child(1) a {
        background: #fff;
        font-size: calc(2.2867647059vw - 1.5623529412px);
        line-height: 1.5450045005em; }
        @media (max-width: 768px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) a {
            font-size: 16px; } }
        @media (min-width: 1040px) {
          .module-product .BACKUP-section-content .inner-content > *:nth-child(1) a {
            font-size: 22.22px; } }
.module-product .BACKUP-section-content .image-holder {
  flex: 0 1 70%;
  padding: 1em;
  align-content: center; }
  .module-product .BACKUP-section-content .image-holder img {
    max-width: 100%;
    margin-left: 40%;
    transform: translateX(-50%);
    width: auto; }
@media (min-width: 500px) {
  .module-product .section-content {
    background: none; }
    .module-product .section-content .inner-content {
      flex-direction: row; }
      .module-product .section-content .inner-content:before {
        display: none; }
      .module-product .section-content .inner-content > *:nth-child(1) {
        position: relative;
        overflow: hidden;
        z-index: 0;
        transform-origin: top left;
        transform: skew(-29deg, 0deg);
        background: #82af3e; }
        .module-product .section-content .inner-content > *:nth-child(1) > div {
          transform-origin: top left;
          transform: skew(29deg, 0deg);
          font-size: calc(1.4705882353vw - -0.7058823529px);
          padding: 2em 4em 2em 2em;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }
        @media (min-width: 500px) and (max-width: 768px) {
          .module-product .section-content .inner-content > *:nth-child(1) > div {
            font-size: 12px; } }
        @media (min-width: 500px) and (min-width: 1040px) {
          .module-product .section-content .inner-content > *:nth-child(1) > div {
            font-size: 16px; } }
@media (min-width: 500px) {
    .module-product .section-content .image-holder img {
      margin-left: 40%; } }
@media (min-width: 600px) {
  .module-product .section-content .inner-content > *:nth-child(1) > div {
    padding-right: 12em; }
  .module-product .section-content .image-holder {
    flex: 0 1 70%; } }

.module-text:nth-child(odd) .section-content {
  background: #fff; }
.module-text .section-content .inner-content {
  padding: 1em 2em; }
  .module-text .section-content .inner-content > div.title {
    padding: 0 1em; }
  .module-text .section-content .inner-content > div.text {
    display: flex;
    flex-direction: column; }
    .module-text .section-content .inner-content > div.text > div {
      flex: 0 1 50%;
      padding: 0 1em; }
.module-text .section-content h1 {
  font-size: calc(6.9852941176vw - 34.6470588235px);
  line-height: 1.0789473684em; }
  @media (max-width: 768px) {
    .module-text .section-content h1 {
      font-size: 19px; } }
  @media (min-width: 1040px) {
    .module-text .section-content h1 {
      font-size: 38px; } }
.module-text .section-content h2 {
  font-size: calc(1.8382352941vw - -2.8823529412px);
  line-height: 1.1363636364em;
  padding: 1em; }
  @media (max-width: 768px) {
    .module-text .section-content h2 {
      font-size: 17px; } }
  @media (min-width: 1040px) {
    .module-text .section-content h2 {
      font-size: 22px; } }
  .module-text .section-content h2 + p {
    margin-top: 0; }
.module-text .section-content a {
  color: #82af3e; }
@media (min-width: 500px) {
  .module-text .section-content .inner-content > div.text {
    flex-direction: row; } }

.module-textwithmedia.rtl .section-content .inner-content {
  flex-direction: column-reverse; }
  @media (min-width: 500px) {
    .module-textwithmedia.rtl .section-content .inner-content {
      flex-direction: row-reverse; } }
.module-textwithmedia:nth-child(odd) .section-content {
  background: #fff; }
.module-textwithmedia .section-content .inner-content {
  display: flex;
  flex-direction: column;
  padding: 1em; }
  @media (max-width: 499px) {
    .module-textwithmedia .section-content .inner-content img {
      max-width: 100%;
      height: auto !important; } }
  @media (min-width: 500px) {
    .module-textwithmedia .section-content .inner-content > div.text:last-child > div {
      columns: 2; } }
  .module-textwithmedia .section-content .inner-content > * {
    flex: 0 1 100%;
    min-width: 0px;
    padding: 1em; }
    .module-textwithmedia .section-content .inner-content > * p:first-child {
      margin-top: 0; }
  .module-textwithmedia .section-content .inner-content .media .image-holder img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto; }
  .module-textwithmedia .section-content .inner-content h1 {
    font-size: calc(6.9852941176vw - 34.6470588235px);
    line-height: 1.0789473684em;
    margin-bottom: 0.5em; }
    @media (max-width: 768px) {
      .module-textwithmedia .section-content .inner-content h1 {
        font-size: 19px; } }
    @media (min-width: 1040px) {
      .module-textwithmedia .section-content .inner-content h1 {
        font-size: 38px; } }
  .module-textwithmedia .section-content .inner-content h2 {
    font-size: calc(1.8382352941vw - -2.8823529412px);
    line-height: 1.1363636364em; }
    @media (max-width: 768px) {
      .module-textwithmedia .section-content .inner-content h2 {
        font-size: 17px; } }
    @media (min-width: 1040px) {
      .module-textwithmedia .section-content .inner-content h2 {
        font-size: 22px; } }
    .module-textwithmedia .section-content .inner-content h2 + p {
      margin-top: 0; }
@media (min-width: 500px) {
  .module-textwithmedia .section-content .inner-content {
    flex-direction: row; } }

.module-textwithtext.rtl .section-content .inner-content > div.text {
  flex-direction: column-reverse; }
  @media (min-width: 500px) {
    .module-textwithtext.rtl .section-content .inner-content > div.text {
      flex-direction: row-reverse; } }
.module-textwithtext:nth-child(odd) .section-content {
  background: #fff; }
.module-textwithtext .section-content .inner-content {
  padding: 1em; }
  .module-textwithtext .section-content .inner-content > div.title {
    padding: 0 1em; }
  .module-textwithtext .section-content .inner-content > div.text {
    display: flex;
    flex-direction: column; }
    .module-textwithtext .section-content .inner-content > div.text > div {
      flex: 0 1 50%;
      padding: 0 1em; }
.module-textwithtext .section-content h1 {
  font-size: calc(6.9852941176vw - 34.6470588235px);
  line-height: 1.0789473684em; }
  @media (max-width: 768px) {
    .module-textwithtext .section-content h1 {
      font-size: 19px; } }
  @media (min-width: 1040px) {
    .module-textwithtext .section-content h1 {
      font-size: 38px; } }
.module-textwithtext .section-content h2 {
  font-size: calc(1.8382352941vw - -2.8823529412px);
  line-height: 1.1363636364em;
  padding: 1em; }
  @media (max-width: 768px) {
    .module-textwithtext .section-content h2 {
      font-size: 17px; } }
  @media (min-width: 1040px) {
    .module-textwithtext .section-content h2 {
      font-size: 22px; } }
  .module-textwithtext .section-content h2 + p {
    margin-top: 0; }
@media (min-width: 500px) {
  .module-textwithtext .section-content .inner-content > div.text {
    flex-direction: row; } }

.module-footer .section-content {
  position: relative; }
  .module-footer .section-content .back-to-top {
    display: none;
    position: fixed;
    z-index: 2;
    bottom: 5em;
    right: 1em; }
    .scrolling .module-footer .section-content .back-to-top {
      display: block; }
    .module-footer .section-content .back-to-top span {
      background: #82af3e;
      color: #fff;
      font-size: 1.4em;
      padding: 0.5em;
      display: inline-block;
      transform: rotate(-90deg);
      border-radius: 4px;
      cursor: pointer;
      box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.55); }
      .module-footer .section-content .back-to-top span:hover {
        background: #357b3f; }
  .module-footer .section-content .inner-content .content {
    position: relative;
    z-index: 1; }
  .module-footer .section-content .inner-content:nth-child(1) {
    background: #82af3e;
    color: #fff; }
    .module-footer .section-content .inner-content:nth-child(1) .content {
      display: flex;
      flex-direction: column-reverse; }
      .module-footer .section-content .inner-content:nth-child(1) .content > div:nth-child(1) img {
        display: block;
        filter: drop-shadow(16px 0px 12px rgba(25, 24, 20, 0.2)); }
      .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(2) {
        flex: 1 1 auto;
        padding: 1em 3.125rem; }
      .module-footer .section-content .inner-content:nth-child(1) .content h2, .module-footer .section-content .inner-content:nth-child(1) .content h3 {
        color: inherit; }
      .module-footer .section-content .inner-content:nth-child(1) .content .text {
        flex: 1 1 auto;
        color: inherit;
        font-size: calc(1.4705882353vw - -4.7058823529px);
        line-height: 1.45em; }
        @media (max-width: 768px) {
          .module-footer .section-content .inner-content:nth-child(1) .content .text {
            font-size: 16px; } }
        @media (min-width: 1040px) {
          .module-footer .section-content .inner-content:nth-child(1) .content .text {
            font-size: 20px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .text h2 {
          font-size: calc(5.5147058824vw - 22.3529411765px);
          line-height: 1.0285714286em; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h2 {
              font-size: 20px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h2 {
              font-size: 35px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .text h3 {
          font-size: calc(5.5147058824vw - 24.3529411765px);
          line-height: 1.0303030303em;
          margin-top: 0.25em; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h3 {
              font-size: 18px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h3 {
              font-size: 33px; } }
          .module-footer .section-content .inner-content:nth-child(1) .content .text h3 > a {
            font-size: 1em;
            text-decoration: none;
            font-weight: inherit; }
        .module-footer .section-content .inner-content:nth-child(1) .content .text h4 {
          font-size: calc(1.4705882353vw - -2.7058823529px);
          line-height: 1.0555555556em;
          color: inherit;
          margin-top: 1em;
          font-weight: 600;
          text-transform: none; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h4 {
              font-size: 14px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text h4 {
              font-size: 18px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .text a {
          font-size: calc(1.1029411765vw - -4.5294117647px);
          line-height: 1.5625em;
          color: currentColor;
          text-decoration: underline; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text a {
              font-size: 13px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text a {
              font-size: 16px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .text i {
          font-size: calc(0.7352941176vw - -6.3529411765px);
          line-height: 1.0714285714em;
          color: #357b3f; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text i {
              font-size: 12px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .text i {
              font-size: 14px; } }
      .module-footer .section-content .inner-content:nth-child(1) .content .socials {
        margin-top: 1em;
        flex: 1 1 200px; }
        .module-footer .section-content .inner-content:nth-child(1) .content .socials .social > span {
          color: #214c27;
          border-radius: 50%;
          font-size: calc(2.9411764706vw - 6.5882352941px);
          line-height: 1.875em;
          display: inline-block;
          width: 2em;
          height: 2em;
          line-height: 2em;
          text-align: center;
          margin: 0.28em 0; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .socials .social > span {
              font-size: 16px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .socials .social > span {
              font-size: 24px; } }
          .module-footer .section-content .inner-content:nth-child(1) .content .socials .social > span:hover {
            background: #fff; }
      .module-footer .section-content .inner-content:nth-child(1) .content .newsletter {
        flex: 0 1 50%;
        margin-top: 2em;
        margin-right: 2em;
        font-size: calc(1.4705882353vw - -0.7058823529px);
        line-height: 1.5625em;
        color: #214c27; }
        @media (max-width: 768px) {
          .module-footer .section-content .inner-content:nth-child(1) .content .newsletter {
            font-size: 12px; } }
        @media (min-width: 1040px) {
          .module-footer .section-content .inner-content:nth-child(1) .content .newsletter {
            font-size: 16px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .newsletter h2 {
          font-size: calc(2.9411764706vw - 8.5882352941px);
          line-height: 1.1363636364em;
          margin-bottom: 0.1em; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter h2 {
              font-size: 14px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter h2 {
              font-size: 22px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="text"] {
          font-size: calc(0.7352941176vw - -6.3529411765px);
          color: #999999;
          border: 0;
          border-radius: 4px;
          padding: 0.643em 1em;
          width: 100%;
          margin: 1em 0 1em; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="text"] {
              font-size: 12px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="text"] {
              font-size: 14px; } }
        .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="submit"] {
          font-size: calc(0.7352941176vw - -8.3529411765px);
          line-height: 1.5625em;
          background: #214c27;
          color: #fff;
          border: 0;
          border-radius: 4px;
          padding: 0.375em 1em;
          width: 100%;
          text-transform: uppercase; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="submit"] {
              font-size: 14px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(1) .content .newsletter input[type="submit"] {
              font-size: 16px; } }
  .module-footer .section-content .inner-content:nth-child(2) {
    background: #337A35;
    color: #fff;
    position: relative;
    z-index: 1; }
    .module-footer .section-content .inner-content:nth-child(2) .content {
      display: flex;
      flex-wrap: wrap;
      padding: 2em 3.125rem 1em 3.125rem; }
      .module-footer .section-content .inner-content:nth-child(2) .content > div {
        flex: 0 1 100%;
        color: inherit;
        margin-bottom: 1em; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div div.text2 > p {
          margin: 0; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(1) {
          color: inherit; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(3) {
          color: inherit; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(4) {
          margin-top: auto;
          margin-bottom: auto;
          margin-left: auto; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div > h2 {
          font-size: calc(1.4705882353vw - -2.7058823529px);
          line-height: 1.3888888889em;
          color: #fff;
          margin-bottom: 0.5em; }
          @media (max-width: 768px) {
            .module-footer .section-content .inner-content:nth-child(2) .content > div > h2 {
              font-size: 14px; } }
          @media (min-width: 1040px) {
            .module-footer .section-content .inner-content:nth-child(2) .content > div > h2 {
              font-size: 18px; } }
        .module-footer .section-content .inner-content:nth-child(2) .content > div ul {
          list-style-type: none;
          display: flex;
          flex-wrap: wrap;
          margin-left: 0; }
          .module-footer .section-content .inner-content:nth-child(2) .content > div ul li {
            flex: 0 1 50%; }
            .module-footer .section-content .inner-content:nth-child(2) .content > div ul li a {
              text-decoration: underline; }
        .module-footer .section-content .inner-content:nth-child(2) .content > div a {
          color: currentColor; }
    .module-footer .section-content .inner-content:nth-child(2) .socials {
      position: absolute;
      right: 16px;
      bottom: 16px;
      font-size: 20px; }
      .module-footer .section-content .inner-content:nth-child(2) .socials a {
        margin: 8px; }
  .module-footer .section-content .inner-content:nth-child(3) {
    display: flex;
    padding: 0.5em 0;
    flex-wrap: wrap; }
    .module-footer .section-content .inner-content:nth-child(3) ul {
      font-size: 12px;
      list-style-type: none;
      color: #999999;
      margin: 0 3em; }
      .module-footer .section-content .inner-content:nth-child(3) ul li {
        display: inline-block;
        margin-right: 1em; }
        .module-footer .section-content .inner-content:nth-child(3) ul li a {
          color: currentColor; }
          .module-footer .section-content .inner-content:nth-child(3) ul li a.sitemap {
            color: #82af3e; }
    .module-footer .section-content .inner-content:nth-child(3) .payment {
      margin-left: auto;
      float: right; }
      .module-footer .section-content .inner-content:nth-child(3) .payment > * {
        margin: 0 1em; }
@media (min-width: 500px) {
  .module-footer .section-content .inner-content:nth-child(1) .content {
    flex-direction: row; }
    .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(1) {
      align-self: flex-end; }
  .module-footer .section-content .inner-content:nth-child(2) .content > div {
    flex: 0 1 45%; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(1) {
      flex: 0 1 55%;
      padding-right: 1em; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(3) {
      flex: 0 1 70%; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(4) {
      flex: 0 1 30%; } }
@media (min-width: 700px) {
  .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(2) {
    display: flex; }
    .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(2) > div:nth-child(2) {
      display: flex;
      flex-direction: column-reverse;
      align-self: flex-end; } }
@media (min-width: 800px) {
  .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(2) {
    display: flex; }
    .module-footer .section-content .inner-content:nth-child(1) .content > div.column:nth-child(2) > div:nth-child(2) {
      flex-direction: row; }
  .module-footer .section-content .inner-content:nth-child(2) .content > div {
    flex: 0 1 20%; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(1) {
      flex: 0 1 26%; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(3) {
      flex: 0 1 28%;
      padding-left: 1em; }
    .module-footer .section-content .inner-content:nth-child(2) .content > div:nth-child(4) {
      flex: 0 1 20%; } }

.module-form-content {
  max-width: 1000px;
  margin: 0 auto; }

.module-form .section-content .inner-content .text {
  display: inline-block; }
.module-form .section-content .inner-content form {
  overflow: auto;
  padding: 1em; }
  .module-form .section-content .inner-content form h2 {
    padding-bottom: 1em; }
.module-form .section-content .inner-content .rows {
  display: inline;
  margin-bottom: 1em;
  width: 100%; }
  .module-form .section-content .inner-content .rows .row.required label:after {
    content: '*';
    color: red;
    margin-left: 0.1em; }
  .module-form .section-content .inner-content .rows label {
    font-weight: normal;
    color: #4d4d4d; }
  .module-form .section-content .inner-content .rows .row {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 0.1em; }
    .module-form .section-content .inner-content .rows .row.formKop {
      margin-top: 0.5em; }
    .module-form .section-content .inner-content .rows .row.text, .module-form .section-content .inner-content .rows .row.textarea, .module-form .section-content .inner-content .rows .row.select {
      width: 100%;
      clear: both; }
      .module-form .section-content .inner-content .rows .row.text label, .module-form .section-content .inner-content .rows .row.textarea label, .module-form .section-content .inner-content .rows .row.select label {
        width: 25%;
        float: left; }
      .module-form .section-content .inner-content .rows .row.text .element, .module-form .section-content .inner-content .rows .row.textarea .element, .module-form .section-content .inner-content .rows .row.select .element {
        width: 75%;
        float: right; }
    .module-form .section-content .inner-content .rows .row.radio {
      width: 100%;
      clear: both; }
      .module-form .section-content .inner-content .rows .row.radio label {
        float: left;
        width: 50%; }
      .module-form .section-content .inner-content .rows .row.radio .element {
        width: 50%;
        float: right; }
    .module-form .section-content .inner-content .rows .row.error input, .module-form .section-content .inner-content .rows .row.error textarea {
      border: 1px solid red;
      background: #FFCCCC;
      color: red !important; }
    .module-form .section-content .inner-content .rows .row.checkbox .element {
      position: relative; }
      .module-form .section-content .inner-content .rows .row.checkbox .element input[type=checkbox] {
        position: absolute;
        visibility: hidden; }
      .module-form .section-content .inner-content .rows .row.checkbox .element .check {
        display: block;
        position: absolute;
        border: 1px solid #000;
        height: 15px;
        width: 15px;
        top: 3px;
        left: 0px;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
      .module-form .section-content .inner-content .rows .row.checkbox .element .check::before {
        display: block;
        position: absolute;
        content: '';
        height: 7px;
        width: 7px;
        top: 3px;
        left: 3px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
      .module-form .section-content .inner-content .rows .row.checkbox .element input[type=checkbox]:checked ~ .check {
        border: 1px solid #000; }
      .module-form .section-content .inner-content .rows .row.checkbox .element input[type=checkbox]:checked ~ .check::before {
        background: #000; }
    .module-form .section-content .inner-content .rows .row.checkbox label {
      display: block;
      position: relative;
      padding: 0px 0px 0px 30px;
      cursor: pointer;
      -webkit-transition: all 0.25s linear; }
    .module-form .section-content .inner-content .rows .row.multi_checkbox {
      margin-bottom: 2em; }
      .module-form .section-content .inner-content .rows .row.multi_checkbox > label {
        display: block; }
      .module-form .section-content .inner-content .rows .row.multi_checkbox .element {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem {
        position: relative;
        margin: 0.1em 0;
        display: inline-block;
        flex: 0 1 20%; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem input[type=checkbox] {
          position: absolute;
          visibility: hidden; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem label {
          display: inline-block;
          position: relative;
          padding: 0px 0px 0px 30px;
          cursor: pointer;
          -webkit-transition: all 0.25s linear; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem .check {
          display: block;
          position: absolute;
          border: 1px solid #000;
          height: 15px;
          width: 15px;
          top: 0.25em;
          left: 0.5em;
          transition: border .25s linear;
          -webkit-transition: border .25s linear;
          pointer-events: none; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem .check::before {
          display: block;
          position: absolute;
          content: '';
          height: 7px;
          width: 7px;
          top: 3px;
          left: 3px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check {
          border: 1px solid #000; }
        .module-form .section-content .inner-content .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check::before {
          background: #000; }
    .module-form .section-content .inner-content .rows .row.radio .radioItem {
      position: relative;
      width: 100%;
      display: inline-block; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem input[type=radio] {
        position: absolute;
        visibility: hidden; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem label {
        display: block;
        position: relative;
        padding: 0px 0px 0px 30px;
        cursor: pointer;
        -webkit-transition: all 0.25s linear; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem .check {
        display: block;
        position: absolute;
        border: 1px solid #000;
        border-radius: 100%;
        height: 15px;
        width: 15px;
        top: 3px;
        left: 0px;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
        pointer-events: none; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem .check::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 7px;
        width: 7px;
        top: 3px;
        left: 3px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem input[type=radio]:checked ~ .check {
        border: 1px solid #000; }
      .module-form .section-content .inner-content .rows .row.radio .radioItem input[type=radio]:checked ~ .check::before {
        background: #000; }
    .module-form .section-content .inner-content .rows .row.file {
      width: 100%;
      clear: both; }
      .module-form .section-content .inner-content .rows .row.file > label {
        width: 50%;
        float: left; }
      .module-form .section-content .inner-content .rows .row.file .element {
        width: 50%;
        float: right; }
        .module-form .section-content .inner-content .rows .row.file .element input[type=file] {
          width: 0.1px;
          height: 0.1px;
          opacity: 0;
          overflow: hidden;
          position: absolute;
          z-index: -1; }
        .module-form .section-content .inner-content .rows .row.file .element input[type=file] + label {
          max-width: 100%;
          width: 100%;
          text-overflow: ellipsis;
          white-space: nowrap;
          cursor: pointer;
          display: inline-block;
          overflow: hidden;
          padding: 0.325rem 1rem;
          color: #ffffff;
          background-color: #82af3e;
          border-radius: 16px; }
        .module-form .section-content .inner-content .rows .row.file .element input[type=file] + label svg {
          width: 1em;
          height: 1em;
          vertical-align: middle;
          fill: currentColor;
          margin-top: -0.25em;
          margin-right: 0.25em; }
        .module-form .section-content .inner-content .rows .row.file .element input[type=file] + label * {
          pointer-events: none; }
        .module-form .section-content .inner-content .rows .row.file .element svg:not(:root) {
          overflow: hidden; }
.module-form .section-content .inner-content .button {
  float: right;
  width: auto;
  display: inline-block;
  margin-top: 0.5em;
  border: none;
  background: none;
  position: relative;
  z-index: 1; }
.module-form .section-content .inner-content input[type="submit"] {
  background: #82af3e;
  border: none;
  border-radius: 5px;
  padding: 0.5em 1em;
  color: #fff;
  font-size: calc(1.4705882353vw - -0.7058823529px);
  line-height: 1.1875em;
  cursor: pointer;
  border-color: #82af3e;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .module-form .section-content .inner-content input[type="submit"] {
      font-size: 12px; } }
  @media (min-width: 1040px) {
    .module-form .section-content .inner-content input[type="submit"] {
      font-size: 16px; } }
.module-form .section-content .inner-content input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  display: inline-block;
  width: 100%; }
.module-form .section-content .inner-content select {
  display: inline-block;
  width: 100%;
  background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%3E%3Crect%20style%3D%22fill%3A%23bfbfbf%22%20height%3D%22400%22%20width%3D%22400%22%20y%3D%220%22%20x%3D%220%22%20%2F%3E%3Cpath%20style%3D%22fill%3A%23f0ffd9%22%20d%3D%22m278.86%20213.77-132.79%2073.793c-3.0997%201.6998-5.5995%200.19999-5.5995-3.2997v-147.19c0-3.4997%202.4998-4.9995%205.5995-3.2997l132.79%2073.793c3.0997%201.6998%203.0997%204.4996%200%206.1994z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
  background-position: 100% 0px;
  background-repeat: no-repeat;
  background-size: 2em 100%; }
.module-form .section-content .inner-content textarea {
  display: block;
  width: 100%;
  height: 8.2em;
  color: #000; }
.module-form .section-content .inner-content select optgroup {
  color: #000; }
.module-form .section-content .inner-content select:after {
  content: "\f11c";
  float: right;
  font-family: flaticon; }
.module-form .section-content .inner-content select, .module-form .section-content .inner-content input[type="text"], .module-form .section-content .inner-content input[type="email"], .module-form .section-content .inner-content textarea {
  background-color: #e6e6e6;
  font-size: inherit;
  padding: 0.5em 0.5em;
  color: #4d4d4d;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  float: right;
  width: 100%;
  outline: none; }
.module-form .section-content .inner-content textarea {
  height: 133px;
  resize: vertical; }

@media (max-width: 768px) {
  .module-form {
    max-width: 100%;
    width: 100%;
    float: inherit; }
    .module-form .section-content .inner-content {
      margin: 0 0 1em 0; }
      .module-form .section-content .inner-content h2 {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content .text {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content form .rows {
        display: inline-block;
        margin-bottom: 0em;
        width: 100%; }
        .module-form .section-content .inner-content form .rows .row {
          flex: inherit;
          padding-right: inherit; }
          .module-form .section-content .inner-content form .rows .row.text, .module-form .section-content .inner-content form .rows .row.textarea, .module-form .section-content .inner-content form .rows .row.select {
            width: 100%;
            clear: both; }
            .module-form .section-content .inner-content form .rows .row.text label, .module-form .section-content .inner-content form .rows .row.textarea label, .module-form .section-content .inner-content form .rows .row.select label {
              width: 100%;
              float: inherit; }
            .module-form .section-content .inner-content form .rows .row.text .element, .module-form .section-content .inner-content form .rows .row.textarea .element, .module-form .section-content .inner-content form .rows .row.select .element {
              width: 100%;
              float: inherit; }
        .module-form .section-content .inner-content form .rows input:not([type="submit"]), .module-form .section-content .inner-content form .rows select:not([type="submit"]) {
          margin-bottom: 0.33em; } }
@media (max-width: 700px) {
  .module-form .section-content .inner-content .rows .row.text label, .module-form .section-content .inner-content .rows .row.textarea label, .module-form .section-content .inner-content .rows .row.select label {
    width: 35%; }
  .module-form .section-content .inner-content .rows .row.text .element, .module-form .section-content .inner-content .rows .row.textarea .element, .module-form .section-content .inner-content .rows .row.select .element {
    width: 65%; } }
@media (max-width: 500px) {
  .module-form .section-content .inner-content .rows .row.text label, .module-form .section-content .inner-content .rows .row.textarea label, .module-form .section-content .inner-content .rows .row.select label {
    width: 45%; }
  .module-form .section-content .inner-content .rows .row.text .element, .module-form .section-content .inner-content .rows .row.textarea .element, .module-form .section-content .inner-content .rows .row.select .element {
    width: 55%; } }
@media (max-width: 400px) {
  .module-form .section-content .inner-content .rows .row.text label, .module-form .section-content .inner-content .rows .row.textarea label, .module-form .section-content .inner-content .rows .row.select label {
    width: 100%; }
  .module-form .section-content .inner-content .rows .row.text .element, .module-form .section-content .inner-content .rows .row.textarea .element, .module-form .section-content .inner-content .rows .row.select .element {
    width: 100%; } }
.module-formstatus {
  margin: 1em 0;
  display: none; }
  .module-formstatus.show {
    display: block; }
  .module-formstatus .message {
    padding: 0.5em; }
    .module-formstatus .message.error {
      border: 1px solid #FF0000;
      background: #FFCCCC;
      color: #FF0000; }
    .module-formstatus .message.send {
      border: 1px solid #008000;
      background: #EAF8E9;
      color: #008000; }

.module-groupheader .section-content {
  padding: 3.125rem;
  padding-top: 1.5625rem;
  font-size: calc(0.7352941176vw - -8.3529411765px);
  line-height: 1.5625em; }
  .module-groupheader .section-content h1 {
    margin-bottom: 1em; }
  @media (max-width: 768px) {
    .module-groupheader .section-content {
      font-size: 14px; } }
  @media (min-width: 1040px) {
    .module-groupheader .section-content {
      font-size: 16px; } }
  .module-groupheader .section-content input[type="checkbox"] {
    display: none; }
  .module-groupheader .section-content .text, .module-groupheader .section-content .text2 {
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 1em; }
    .module-groupheader .section-content .text a, .module-groupheader .section-content .text2 a {
      font-weight: bold;
      color: #357b3f; }
    .module-groupheader .section-content .text p, .module-groupheader .section-content .text2 p {
      margin: 0.75em 0; }
      .module-groupheader .section-content .text p:first-child, .module-groupheader .section-content .text2 p:first-child {
        margin-top: 0; }
    .module-groupheader .section-content .text .button, .module-groupheader .section-content .text2 .button {
      padding: 4px 8px 6px 8px;
      line-height: normal;
      background-color: #e6e6e6;
      color: #000;
      font-weight: normal; }
      .module-groupheader .section-content .text .button + .button, .module-groupheader .section-content .text2 .button + .button {
        margin-left: 10px; }
      .module-groupheader .section-content .text .button:after, .module-groupheader .section-content .text2 .button:after {
        content: '\e903';
        font-family: icons;
        position: relative;
        top: 2px; }
      .module-groupheader .section-content .text .button[href^="#"]:after, .module-groupheader .section-content .text2 .button[href^="#"]:after {
        display: inline-block;
        transform: rotate(90deg) translate(1px, -2px); }
  .module-groupheader .section-content .text2 {
    display: none; }
  .module-groupheader .section-content input:checked + .text ~ .text2 {
    display: block; }
  .module-groupheader .section-content input:checked + .text ~ .more :first-child {
    display: none; }
  .module-groupheader .section-content input:checked + .text ~ .more :last-child {
    display: inherit; }
  .module-groupheader .section-content .more span {
    padding: 0.15em 0.5em; }
  .module-groupheader .section-content .more span:last-child {
    display: none; }
.module-groupheader ul.faq {
  margin: 0;
  list-style: none; }
  .module-groupheader ul.faq [tabindex] {
    outline: none; }
    .module-groupheader ul.faq [tabindex] > label.active:before {
      transform: rotate(90deg) translateX(0.1em); }
    .module-groupheader ul.faq [tabindex] > label.active + div {
      display: block; }
  .module-groupheader ul.faq li > label {
    display: block;
    cursor: pointer;
    margin-top: 1em;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 400;
    font-size: 1.1em;
    text-transform: uppercase; }
    .module-groupheader ul.faq li > label:before {
      content: "\f104";
      font-family: icons;
      display: inline-block;
      transform: rotate(-90deg) translateX(-0.1em);
      margin-right: .5em; }
  .module-groupheader ul.faq li > div {
    background-color: #eeeeee;
    padding: 0.5em 1em .5em 1em;
    display: none; }
    .module-groupheader ul.faq li > div p:last-child {
      margin-bottom: 0; }

.module-header .section-content {
  overflow: hidden;
  border-bottom: 4px solid #fff; }
  .module-header .section-content .carousel img {
    display: block;
    width: 100%;
    height: auto; }
  .module-header .section-content .carousel img + img:not(.slick-slide) {
    display: none; }
  .module-header .section-content .spacing {
    float: right;
    clear: right; }
    .module-header .section-content .spacing:after {
      content: '\FEFF';
      display: block; }
  .module-header .section-content .spacing:nth-child(1) {
    width: 10px; }
  .module-header .section-content .spacing:nth-child(2) {
    width: 20px; }
  .module-header .section-content .spacing:nth-child(3) {
    width: 30px; }
  .module-header .section-content .inner-content {
    position: absolute;
    right: 3.125rem;
    margin-left: 6em;
    top: 0;
    z-index: 1;
    height: 100%;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .module-header .section-content .inner-content h1 {
      font-size: calc(6.25vw - 31px);
      line-height: 1.0882352941em;
      font-weight: inherit;
      text-transform: uppercase;
      color: inherit; }
      @media (max-width: 768px) {
        .module-header .section-content .inner-content h1 {
          font-size: 17px; } }
      @media (min-width: 1040px) {
        .module-header .section-content .inner-content h1 {
          font-size: 34px; } }
      .module-header .section-content .inner-content h1 em {
        color: inherit;
        font-style: normal; }
    .module-header .section-content .inner-content .text {
      display: none;
      font-size: calc(1.4705882353vw - -0.7058823529px);
      line-height: 1.4375em;
      height: 4.2em;
      overflow: hidden;
      margin-top: 1em; }
      @media (max-width: 768px) {
        .module-header .section-content .inner-content .text {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-header .section-content .inner-content .text {
          font-size: 16px; } }
      .module-header .section-content .inner-content .text > p:first-of-type {
        margin-top: 0; }
    .module-header .section-content .inner-content a {
      font-size: calc(2.2058823529vw - 6.9411764706px);
      line-height: 1.1875em;
      margin-top: 1em;
      display: inline-block;
      padding: 0.5em 1em;
      background-color: #82af3e;
      color: #fff;
      border-radius: 4px;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .module-header .section-content .inner-content a {
          font-size: 10px; } }
      @media (min-width: 1040px) {
        .module-header .section-content .inner-content a {
          font-size: 16px; } }
@media (max-width: 499px) {
  .module-header .section-content .inner-content {
    display: none; } }
@media (min-width: 500px) {
  .module-header .section-content:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.89);
    transform-origin: bottom left;
    transform: skew(-29deg, 0deg);
    z-index: 1;
    left: -25%;
    width: 54.4%; }
  .module-header .section-content .inner-content {
    left: 3.125rem;
    right: auto;
    margin-left: 0;
    top: 0;
    width: 33%; }
    .module-header .section-content .inner-content .text {
      display: block; } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.module-loader {
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.3); }
  .module-loader .section-loader {
    display: table;
    width: 100%;
    height: 100%; }
    .module-loader .section-loader .inner-loader {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .module-loader .section-loader .inner-loader div {
        text-indent: -9999px;
        border: 5px solid #f3f3f3;
        /* Light grey */
        border-top: 5px solid #82af3e;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear infinite;
        margin: 0 auto;
        position: relative;
        top: calc(50% - 40px);
        overflow: hidden; }

.module-pageheader {
  background: #fff;
  position: relative;
  z-index: 5; }
  .module-pageheader:not(.v1) {
    top: 0;
    width: 100%;
    height: 103px;
    border-bottom: 1px solid #4d4d4d; }
    .module-pageheader:not(.v1) .logo {
      padding: 2vw 3em 2vw 1em; }
    .module-pageheader:not(.v1) .section-content, .module-pageheader:not(.v1) .inner-content {
      height: 100%; }
    .module-pageheader:not(.v1) .overlay > div {
      display: flex; }
      .module-pageheader:not(.v1) .overlay > div > * {
        flex: 1 1 auto;
        display: flex;
        align-items: center;
        padding: 4px; }
      .module-pageheader:not(.v1) .overlay > div > :last-child {
        flex: 0 1 30%; }
    .module-pageheader:not(.v1) .overlay2 {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 4px;
      margin-left: auto; }
      .module-pageheader:not(.v1) .overlay2 > * {
        margin-right: 2px;
        margin-left: 16px;
        margin-top: 4px; }
        .module-pageheader:not(.v1) .overlay2 > *:last-child {
          align-self: flex-end; }
    .module-pageheader:not(.v1) .row {
      display: flex; }
    .module-pageheader:not(.v1) a.link {
      background-color: #82af3e;
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      height: 100%;
      border-radius: 4px;
      display: inline-flex;
      align-items: center;
      padding: 6px 12px; }
    .module-pageheader:not(.v1) form {
      flex-grow: 1;
      display: flex;
      margin: auto 0; }
      .module-pageheader:not(.v1) form input[type="text"] {
        flex: 1 1 auto; }
      .module-pageheader:not(.v1) form input[type="text"], .module-pageheader:not(.v1) form ul.languages li.active, .module-pageheader:not(.v1) form a.link {
        height: 32px; }
    .module-pageheader:not(.v1) input[type="submit"], .module-pageheader:not(.v1) a.basket {
      background: #e6e6e6;
      color: #666; }
    html.scrolling .module-pageheader:not(.v1) {
      position: fixed;
      width: 100%; }
    @media (min-width: 500px) {
      .module-pageheader:not(.v1) {
        z-index: 6;
        border-bottom: none;
        height: 105px; }
        .module-pageheader:not(.v1) .overlay > div:first-child > :last-child {
          justify-content: flex-end; }
        .module-pageheader:not(.v1) .overlay > div > :last-child {
          margin-left: 32px; }
        .module-pageheader:not(.v1) .logo {
          padding: 0 3em 0 2em; }
        .module-pageheader:not(.v1) form input[type="text"], .module-pageheader:not(.v1) form ul.languages li.active, .module-pageheader:not(.v1) form a.link {
          height: 40px; } }
  .module-pageheader.v1 .section-content .inner-content form {
    display: flex;
    padding: 0.5em 1em;
    margin: auto 0; }
  .module-pageheader.v1 .logo {
    padding: 2vw 3em 2vw 2em; }
  .module-pageheader.v1 .overlay {
    display: flex; }
    .module-pageheader.v1 .overlay div.payoff {
      top: 20px;
      margin-left: 12px;
      padding-right: 2em; }
      html.scrolling .module-pageheader.v1 .overlay div.payoff {
        color: #fff;
        position: fixed;
        display: flex;
        align-items: center; }
        html.scrolling .module-pageheader.v1 .overlay div.payoff:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: #999999;
          transform-origin: bottom left;
          transform: skew(29deg, 0deg);
          z-index: -1; }
        @media (max-width: 499px) {
          html.scrolling .module-pageheader.v1 .overlay div.payoff {
            height: 45px;
            z-index: 1;
            width: 100%;
            margin-left: 0; }
            html.scrolling .module-pageheader.v1 .overlay div.payoff:before {
              transform: none; } }
        @media (min-width: 500px) {
          html.scrolling .module-pageheader.v1 .overlay div.payoff {
            right: -1.5em; } }
      .module-pageheader.v1 .overlay div.payoff p {
        padding: 0.5em; }
  .module-pageheader.v1 ul.languages {
    margin-left: 2em; }
  .module-pageheader.v1 form input[type="submit"] {
    background: #ababab;
    color: #fff; }
    .module-pageheader.v1 form input[type="submit"]:hover {
      background: #357b3f; }
  .module-pageheader.v1 a.basket:hover {
    background: #357b3f; }
  @media (max-width: 499px) {
    .module-pageheader.v1 .logo {
      padding-left: 1em; }
    .module-pageheader.v1 .overlay div.payoff {
      top: 4px; } }
  .module-pageheader .section-content {
    background: inherit; }
    .module-pageheader .section-content .inner-content .logo {
      display: block; }
      .module-pageheader .section-content .inner-content .logo a {
        display: block;
        max-width: 300px;
        width: 40vw; }
      .module-pageheader .section-content .inner-content .logo img {
        max-width: 100%;
        height: auto; }
    .module-pageheader .section-content .inner-content .overlay {
      flex: 0 1 55%;
      position: relative;
      flex-direction: column;
      z-index: 1; }
    .module-pageheader .section-content .inner-content .overlay, .module-pageheader .section-content .inner-content .overlay2 {
      font-size: calc(1.4705882353vw - -4.7058823529px); }
      @media (max-width: 768px) {
        .module-pageheader .section-content .inner-content .overlay, .module-pageheader .section-content .inner-content .overlay2 {
          font-size: 16px; } }
      @media (min-width: 1040px) {
        .module-pageheader .section-content .inner-content .overlay, .module-pageheader .section-content .inner-content .overlay2 {
          font-size: 20px; } }
    .module-pageheader .section-content .inner-content div.payoff {
      position: relative;
      color: #82af3e;
      z-index: 0;
      font-weight: 600; }
      .module-pageheader .section-content .inner-content div.payoff p {
        margin: 0; }
      .module-pageheader .section-content .inner-content div.payoff a {
        color: currentColor; }
    .module-pageheader .section-content .inner-content form, .module-pageheader .section-content .inner-content form ul {
      outline: none; }
    .module-pageheader .section-content .inner-content form input[type="text"] {
      outline: none;
      background: #fff;
      border-radius: 4px 0 0 4px;
      font-size: calc(0.7352941176vw - -6.3529411765px);
      width: 52%; }
      @media (max-width: 768px) {
        .module-pageheader .section-content .inner-content form input[type="text"] {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-pageheader .section-content .inner-content form input[type="text"] {
          font-size: 14px; } }
    .module-pageheader .section-content .inner-content form input[type="submit"] {
      font-family: icons;
      border: none;
      outline: none;
      font-size: 1.2em;
      border-radius: 0 4px 4px 0;
      cursor: pointer; }
    .module-pageheader .section-content .inner-content input[type="text"], .module-pageheader .section-content .inner-content input[type="submit"] {
      padding: 0.25em 0.45em; }
    .module-pageheader .section-content .inner-content input[type="text"] {
      border: 1px solid #c8c9c7; }
  .module-pageheader ul.languages {
    outline: none;
    margin-left: 0;
    background: #fff;
    color: #bfbfbf;
    position: absolute;
    top: 3px;
    z-index: 0;
    list-style: none; }
    .module-pageheader ul.languages, .module-pageheader ul.languages.active > li, .module-pageheader ul.languages li.active {
      height: 27px; }
    .module-pageheader ul.languages li {
      border-radius: 4px;
      cursor: pointer;
      background: #fff;
      height: 0;
      transition: height 0.5s;
      overflow: hidden;
      position: relative;
      padding-right: 16px; }
      .module-pageheader ul.languages li.active:after {
        content: '\e903';
        font-family: icons;
        font-size: 16px;
        position: absolute;
        top: 5px;
        right: 4px;
        transform: rotate(90deg); }
      .module-pageheader ul.languages li > * {
        position: relative;
        display: block;
        font-size: calc(1.4705882353vw - -0.7058823529px);
        line-height: 1.8em;
        color: currentColor;
        width: 40px;
        height: 100%; }
        @media (max-width: 768px) {
          .module-pageheader ul.languages li > * {
            font-size: 12px; } }
        @media (min-width: 1040px) {
          .module-pageheader ul.languages li > * {
            font-size: 16px; } }
        .module-pageheader ul.languages li > * img {
          position: absolute;
          padding: 0.3em;
          height: 100%;
          margin-left: 0.5em;
          top: 0.1em; }
  .module-pageheader > div:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .module-pageheader a.basket {
    background-color: #ababab;
    border-radius: 4px;
    margin-left: 1em;
    padding: 0 0.5em;
    color: #fff;
    display: inline-flex;
    align-items: center;
    position: relative; }
    .module-pageheader a.basket .basket-count {
      position: absolute;
      width: 1.75em;
      height: 1.75em;
      line-height: 1.75em;
      text-align: center;
      background: #ff620d;
      color: #fff;
      border-radius: 50%;
      z-index: 11;
      top: 0;
      right: 0;
      transform: translate(50%, -50%) scale(0.75);
      transition: all 0.3s ease; }
      .module-pageheader a.basket .basket-count[data-count=""] {
        display: none; }
      .module-pageheader a.basket .basket-count:after {
        content: attr(data-count); }
      .module-pageheader a.basket .basket-count.loading {
        background: #ff620d;
        color: #fff;
        transform: scale(1.5); }
  @media (max-width: 499px) {
    .module-pageheader ul.languages {
      right: 42px; }
    .module-pageheader .overlay2 {
      margin-top: -9px; } }
  @media (min-width: 500px) {
    .module-pageheader ul.languages {
      position: relative;
      top: -4px; }
    .module-pageheader .section-content {
      background: inherit; }
      .module-pageheader .section-content .inner-content {
        display: flex;
        align-items: center; }
        .module-pageheader .section-content .inner-content .logo {
          flex: 0 1 45%;
          align-self: center; } }

.module-popup {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center; }
  .module-popup > .section-content {
    margin: 16px; }
    .module-popup > .section-content .inner-content {
      display: flex;
      flex-flow: row wrap; }
      .module-popup > .section-content .inner-content .close {
        cursor: pointer;
        position: absolute;
        right: 0;
        background: #e6e6e6 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22348.333%22%20height%3D%22348.334%22%3E%3Cpath%20d%3D%22M336.559%2068.611L231.016%20174.165l105.543%20105.549c15.699%2015.705%2015.699%2041.145%200%2056.85-7.844%207.844-18.128%2011.769-28.407%2011.769-10.296%200-20.581-3.919-28.419-11.769L174.167%20231.003%2068.609%20336.563c-7.843%207.844-18.128%2011.769-28.416%2011.769-10.285%200-20.563-3.919-28.413-11.769-15.699-15.698-15.699-41.139%200-56.85l105.54-105.549L11.774%2068.611c-15.699-15.699-15.699-41.145%200-56.844%2015.696-15.687%2041.127-15.687%2056.829%200l105.563%20105.554L279.721%2011.767c15.705-15.687%2041.139-15.687%2056.832%200%2015.705%2015.699%2015.705%2041.145.006%2056.844z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
        background-size: 50%;
        width: 2.5em;
        height: 2.5em; }
      .module-popup > .section-content .inner-content .image {
        flex: 1 1 25%;
        min-width: 100px; }
      .module-popup > .section-content .inner-content .content {
        flex: 1 1 75%;
        padding: 2em; }
      .module-popup > .section-content .inner-content .title {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 16px; }
      .module-popup > .section-content .inner-content .text {
        font-size: 18px; }

.module-product-detail > .section-content h2 {
  font-size: calc(5.8823529412vw - 27.1764705882px);
  line-height: 1.0882352941em;
  margin: 1.5em 0 0.5em 0;
  color: #000; }
  @media (max-width: 768px) {
    .module-product-detail > .section-content h2 {
      font-size: 18px; } }
  @media (min-width: 1040px) {
    .module-product-detail > .section-content h2 {
      font-size: 34px; } }
.module-product-detail > .section-content .explain {
  background: #e5e5e5;
  font-style: italic;
  padding: 0.3em;
  margin-bottom: 1em; }
.module-product-detail > .section-content .inner-content {
  padding: 0 3.125rem 3.125rem 3.125rem; }
  .module-product-detail > .section-content .inner-content .gallery {
    display: flex;
    flex-flow: row; }
    .module-product-detail > .section-content .inner-content .gallery .item {
      flex: 0 0 auto; }
      .module-product-detail > .section-content .inner-content .gallery .item > a {
        height: 100%;
        display: flex;
        align-items: center;
        margin-left: 8px;
        margin-right: 8px;
        border: 1px solid #f1f2f1; }
    .module-product-detail > .section-content .inner-content .gallery:not(.video) .item {
      flex-basis: 20%; }
    .module-product-detail > .section-content .inner-content .gallery:not(.video) :nth-child(5) > a {
      position: relative; }
      .module-product-detail > .section-content .inner-content .gallery:not(.video) :nth-child(5) > a:after {
        content: "+" attr(data-count);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(33, 33, 33, 0.75);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 2em; }
    .module-product-detail > .section-content .inner-content .gallery:not(.video) :nth-child(n+6) {
      display: none; }
    .module-product-detail > .section-content .inner-content .gallery.video .item {
      flex-basis: 50%; }
    .module-product-detail > .section-content .inner-content .gallery.video :nth-child(2) > a {
      position: relative; }
      .module-product-detail > .section-content .inner-content .gallery.video :nth-child(2) > a:after {
        content: "+" attr(data-count);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(33, 33, 33, 0.75);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 2em; }
    .module-product-detail > .section-content .inner-content .gallery.video :nth-child(n+3) {
      display: none; }
  .module-product-detail > .section-content .inner-content .buttons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
    margin-left: .5em;
    margin-right: -1em;
    font-size: 18px; }
    .module-product-detail > .section-content .inner-content .buttons > * {
      flex: 0 1 100%;
      margin: 0.5em .7em;
      padding: 0 0.5em 0 .5em;
      height: 3em;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
      background-color: #e6e6e6;
      position: relative;
      color: #000;
      text-transform: uppercase; }
      .module-product-detail > .section-content .inner-content .buttons > *:before {
        font-size: 1.8em;
        font-family: icons;
        margin-right: 0.5em; }
      .module-product-detail > .section-content .inner-content .buttons > * .vat {
        position: absolute;
        right: 1em;
        bottom: 0.25em;
        font-size: 0.75em;
        line-height: 1; }
    .module-product-detail > .section-content .inner-content .buttons .order {
      display: flex;
      align-items: center; }
      .module-product-detail > .section-content .inner-content .buttons .order > span:nth-child(1) {
        flex: 0 1 20%; }
      .module-product-detail > .section-content .inner-content .buttons .order > span:nth-child(2) {
        flex: 0 1 80%;
        font-size: calc(2.9411764706vw - 2.5882352941px);
        line-height: 1.0357142857em;
        margin-left: auto;
        text-align: right;
        white-space: nowrap; }
        @media (max-width: 768px) {
          .module-product-detail > .section-content .inner-content .buttons .order > span:nth-child(2) {
            font-size: 20px; } }
        @media (min-width: 1040px) {
          .module-product-detail > .section-content .inner-content .buttons .order > span:nth-child(2) {
            font-size: 28px; } }
        .module-product-detail > .section-content .inner-content .buttons .order > span:nth-child(2) s {
          font-size: 0.75em;
          margin-right: 1em; }
    .module-product-detail > .section-content .inner-content .buttons .quote {
      background: #82af3e;
      color: #fff; }
    .module-product-detail > .section-content .inner-content .buttons .order {
      background-color: #ff620d;
      border-color: #ea5b0c;
      color: #fff;
      padding-left: 0.25em; }
      .module-product-detail > .section-content .inner-content .buttons .order:before {
        content: '\e914';
        color: #fff; }
  .module-product-detail > .section-content .inner-content p.quicklinks a {
    color: #82af3e;
    padding-left: 0.5em; }
    .module-product-detail > .section-content .inner-content p.quicklinks a + a {
      position: relative;
      margin-left: 0.5em; }
      .module-product-detail > .section-content .inner-content p.quicklinks a + a:before {
        content: '';
        position: absolute;
        top: 0.1em;
        left: 0;
        width: 1px;
        background: #bfbfbf;
        height: 100%; }
.module-product-detail > .section-content .inner-content:first-child {
  background: #fff;
  position: relative; }
  .module-product-detail > .section-content .inner-content:first-child a.back, .module-product-detail > .section-content .inner-content:first-child div.title span, .module-product-detail > .section-content .inner-content:first-child div.title h2 {
    font-size: calc(2.2058823529vw - 0.9411764706px);
    line-height: 1.1363636364em;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media (max-width: 768px) {
      .module-product-detail > .section-content .inner-content:first-child a.back, .module-product-detail > .section-content .inner-content:first-child div.title span, .module-product-detail > .section-content .inner-content:first-child div.title h2 {
        font-size: 16px; } }
    @media (min-width: 1040px) {
      .module-product-detail > .section-content .inner-content:first-child a.back, .module-product-detail > .section-content .inner-content:first-child div.title span, .module-product-detail > .section-content .inner-content:first-child div.title h2 {
        font-size: 22px; } }
  .module-product-detail > .section-content .inner-content:first-child a.back {
    position: absolute;
    top: -8px;
    z-index: 1;
    color: currentColor;
    left: 3.125rem;
    width: 2.925rem; }
    .module-product-detail > .section-content .inner-content:first-child a.back:after {
      content: '\e911';
      font-family: icons;
      display: block;
      font-size: 0.8em; }
  .module-product-detail > .section-content .inner-content:first-child .title {
    display: flex;
    position: relative;
    z-index: 0; }
    .module-product-detail > .section-content .inner-content:first-child .title:before {
      content: '';
      position: absolute;
      top: -4px;
      border-top: 1px solid #357b3f;
      z-index: -1;
      width: 100%; }
    .module-product-detail > .section-content .inner-content:first-child .title span {
      background: #82af3e;
      color: #fff;
      position: relative;
      padding-left: 0.5em;
      margin-right: 1em; }
      .module-product-detail > .section-content .inner-content:first-child .title span:after {
        content: '';
        background-color: inherit;
        transform-origin: top left;
        transform: skew(-29deg, 0deg);
        position: absolute;
        right: -1.15em;
        width: 1.15em;
        top: 0;
        bottom: 0;
        z-index: -1; }
    .module-product-detail > .section-content .inner-content:first-child .title h1 {
      color: #000;
      font-weight: 300;
      margin-left: auto;
      align-self: center;
      font-size: calc(6.6176470588vw - 34.8235294118px);
      line-height: 1.0882352941em; }
      @media (max-width: 768px) {
        .module-product-detail > .section-content .inner-content:first-child .title h1 {
          font-size: 16px; } }
      @media (min-width: 1040px) {
        .module-product-detail > .section-content .inner-content:first-child .title h1 {
          font-size: 34px; } }
  .module-product-detail > .section-content .inner-content:first-child > .item {
    display: flex;
    flex-direction: column; }
    .module-product-detail > .section-content .inner-content:first-child > .item .media > span, .module-product-detail > .section-content .inner-content:first-child > .item .icon-enlarge {
      cursor: pointer; }
    .module-product-detail > .section-content .inner-content:first-child > .item .media {
      flex: 0 1 40%;
      margin-right: 2em;
      display: flex;
      flex-direction: column;
      align-self: center; }
      .module-product-detail > .section-content .inner-content:first-child > .item .media div {
        margin: auto 0; }
      .module-product-detail > .section-content .inner-content:first-child > .item .media span {
        margin-top: auto;
        color: #bfbfbf;
        font-size: 2em;
        position: relative; }
        .module-product-detail > .section-content .inner-content:first-child > .item .media span img {
          max-width: 100%;
          max-height: 100%;
          width: auto; }
      .module-product-detail > .section-content .inner-content:first-child > .item .media > span[data-vignette] {
        overflow: hidden; }
        .module-product-detail > .section-content .inner-content:first-child > .item .media > span[data-vignette]:after {
          content: attr(data-vignette);
          background: #ff620d;
          color: #fff;
          font-size: 0.7em;
          padding: 0.1em 3em 0.25em 3em;
          position: absolute;
          z-index: 1;
          transform: rotate(-45deg) translate(-50%, 200%);
          transform-origin: left top;
          top: 0;
          left: 0; }
    .module-product-detail > .section-content .inner-content:first-child > .item .details {
      flex: 0 1 60%; }
      .module-product-detail > .section-content .inner-content:first-child > .item .details .subtitle {
        background: #e6e6e6;
        text-align: right;
        font-size: calc(2.9411764706vw - 8.5882352941px);
        line-height: 1.1363636364em;
        color: #666666;
        padding: 0.25em;
        z-index: 0;
        position: relative; }
        @media (max-width: 768px) {
          .module-product-detail > .section-content .inner-content:first-child > .item .details .subtitle {
            font-size: 14px; } }
        @media (min-width: 1040px) {
          .module-product-detail > .section-content .inner-content:first-child > .item .details .subtitle {
            font-size: 22px; } }
        .module-product-detail > .section-content .inner-content:first-child > .item .details .subtitle:after {
          content: '';
          position: absolute;
          background-color: inherit;
          transform-origin: bottom left;
          transform: skew(29deg, 0deg);
          left: 0;
          width: 1.5em;
          top: 0;
          bottom: 0;
          z-index: -1; }
      .module-product-detail > .section-content .inner-content:first-child > .item .details .information {
        display: flex;
        flex-direction: column; }
        .module-product-detail > .section-content .inner-content:first-child > .item .details .information ul {
          list-style-type: none; }
        .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs {
          flex: 0 1 50%; }
          .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li {
            display: flex;
            align-items: center;
            margin-top: 0.5em; }
            .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li > span:first-child {
              flex-shrink: 0;
              border-radius: 50%;
              font-size: 1.25em;
              margin: 0.25em 0.5em 0 0;
              width: 1.75em;
              height: 1.75em;
              line-height: 1.75em;
              text-align: center; }
            .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li > span:nth-child(2) {
              font-size: calc(2.5735294118vw - 3.7647058824px);
              line-height: 1.0869565217em; }
              @media (max-width: 768px) {
                .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li > span:nth-child(2) {
                  font-size: 16px; } }
              @media (min-width: 1040px) {
                .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li > span:nth-child(2) {
                  font-size: 23px; } }
              .module-product-detail > .section-content .inner-content:first-child > .item .details .information .specs li > span:nth-child(2) label {
                display: block;
                font-size: 11px;
                font-weight: 600;
                text-transform: uppercase;
                margin-bottom: -0.5em; }
        .module-product-detail > .section-content .inner-content:first-child > .item .details .information .labels li {
          position: relative;
          display: flex;
          align-items: center;
          padding-left: 2.5em;
          min-height: 2.75em; }
          .module-product-detail > .section-content .inner-content:first-child > .item .details .information .labels li:before {
            content: '\e910';
            font-family: 'icons';
            background: #357b3f;
            color: #fff;
            font-size: 1.2em;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5em;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            position: absolute;
            left: 0; }
  .module-product-detail > .section-content .inner-content:first-child .slider-wrapper {
    position: relative;
    white-space: nowrap;
    padding-top: 2em; }
    .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider {
      position: relative;
      z-index: 0; }
      .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider:not(.slick-slider) {
        overflow: hidden; }
      .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow +
      .slick-list {
        overflow: hidden;
        margin: 0 1em; }
        .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow +
        .slick-list .slick-slide {
          margin: 0 0.4em; }
      .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow {
        color: #999999;
        font-size: calc(3.6764705882vw - 8.2352941176px);
        z-index: 2; }
        @media (max-width: 768px) {
          .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow {
            font-size: 20px; } }
        @media (min-width: 1040px) {
          .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow {
            font-size: 30px; } }
        .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow.slick-prev {
          left: 0em; }
        .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .slick-arrow.slick-next {
          right: 0em; }
      .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider img {
        height: 100%;
        width: auto; }
      .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .item {
        display: inline-block;
        position: relative;
        height: 120px;
        margin: 0 0.1em; }
        .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .item > a {
          display: inline-block; }
        .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .item .youtube-holder {
          height: 100%;
          padding: 0; }
          .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slider .item .youtube-holder:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 1; }
.module-product-detail > .section-content > .inner-content:nth-child(2) > .info > div ul {
  margin-left: 1.3em; }
.module-product-detail > .section-content > .inner-content:nth-child(2) > .specs {
  font-size: 14px; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div {
    overflow: auto; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div > div {
      display: table;
      min-width: 100%;
      overflow: auto; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div > div > div {
        display: table-row;
        line-height: 2.5em; }
        .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div > div > div:first-child {
          background: #bfbfbf;
          font-weight: bold; }
        .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div > div > div:nth-child(even) {
          background: #fff; }
        .module-product-detail > .section-content > .inner-content:nth-child(2) > .specs > div > div > div > span {
          display: table-cell;
          padding: 0 0.5em;
          white-space: nowrap; }
.module-product-detail > .section-content > .inner-content:nth-child(2) .occasions-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1em; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .occasions-holder .item {
    flex: 0 1 30%;
    margin: 0 1em 2em 1em; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .occasions-holder .item:last-child {
      margin-right: auto; }
.module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -1em; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item {
    flex: 0 1 30%;
    margin: 0 1em 2em 1em;
    transition: all 0.3s;
    color: inherit; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item:hover {
      box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1); }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .title span:before {
      background: #82af3e; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .title h2 {
      font-size: calc(1.1029411765vw - -3.5294117647px);
      line-height: 1.0666666667em;
      text-align: right;
      margin: 0 0.5em 0 0;
      width: 100%; }
      @media (max-width: 768px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .title h2 {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .title h2 {
          font-size: 15px; } }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .details {
      flex: 1 1 auto; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .details > div:nth-child(1) {
        flex: 0 1 50%;
        text-align: center;
        min-width: 150px; }
        .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .details > div:nth-child(1) .image-holder {
          display: inline-block; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .details > div:nth-child(2) {
        flex: 1 0 50%;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1em 0.25em 0.25em 1em; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .specs {
      font-size: calc(1.4705882353vw - -0.7058823529px);
      line-height: 1.125em; }
      @media (max-width: 768px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .specs {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .specs {
          font-size: 16px; } }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .more {
      margin-top: auto;
      padding-top: 0.5em;
      white-space: nowrap;
      background: none;
      display: block;
      height: auto;
      text-align: right; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .more .button {
        font-size: calc(0.7352941176vw - -6.3529411765px);
        line-height: 1.1428571429em;
        line-height: normal;
        padding: 4px 8px 6px 8px;
        transition: all 0.25s;
        background-color: #82af3e;
        color: #fff;
        border-radius: 6px;
        padding: 8px; }
        @media (max-width: 768px) {
          .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .more .button {
            font-size: 12px; } }
        @media (min-width: 1040px) {
          .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item .more .button {
            font-size: 14px; } }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item:hover .more .button {
      text-decoration: underline; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item:last-child {
      margin-right: auto; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .products-holder .item h2 {
      font-size: 16px; }
.module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper {
  margin: 0 2em; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item-holder {
    transition-timing-function: ease;
    display: flex; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item {
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: inherit;
    min-width: 150px; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item:hover .title {
      text-decoration: underline; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .info {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      padding: 0.5em; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .info:before {
        content: '';
        background-color: #82af3e;
        transform-origin: top left;
        transform: skew(-29deg, 0deg);
        position: absolute;
        left: 0px;
        width: 100%;
        padding-right: 1em;
        top: 0;
        bottom: 0;
        z-index: -1; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .info span {
        display: inline-block;
        font-size: calc(3.6764705882vw - 8.2352941176px);
        background: #fff;
        color: #82af3e;
        border-radius: 50%;
        width: 1em;
        height: 1em; }
        @media (max-width: 768px) {
          .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .info span {
            font-size: 20px; } }
        @media (min-width: 1040px) {
          .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .info span {
            font-size: 30px; } }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .title h4 {
      font-size: calc(1.4705882353vw - -0.7058823529px);
      line-height: 1.1875em;
      white-space: normal; }
      @media (max-width: 768px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .title h4 {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-product-detail > .section-content > .inner-content:nth-child(2) .accessories .swiper .item .title h4 {
          font-size: 16px; } }
.module-product-detail > .section-content > .inner-content:nth-child(2) .comparables {
  background: #fff;
  padding: 1.5em;
  margin: 2em 0 4em 0; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .gradient {
    display: none; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables h2 {
    margin-top: 0; }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .swiper {
    margin: 0 2em; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .swiper .gradient:before {
      background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0)); }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .swiper .gradient:after {
      background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0)); }
  .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder {
    display: flex; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder:not(.swiper-wrapper) {
      justify-content: space-between;
      flex-wrap: wrap; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder:not(.swiper-wrapper) .item {
        flex: 0 1 25%; }
    .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder .item {
      height: auto; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder .item:last-child {
        margin-right: auto; }
      .module-product-detail > .section-content > .inner-content:nth-child(2) .comparables .item-holder .item .more a {
        padding-left: 0.5em;
        padding-right: 0.5em; }
@media (min-width: 500px) {
  .module-product-detail > .section-content .inner-content:first-child .item .details .information {
    flex-direction: row;
    align-items: center; }
  .module-product-detail > .section-content .inner-content:first-child .item .details .buttons {
    justify-content: space-between; }
    .module-product-detail > .section-content .inner-content:first-child .item .details .buttons > * {
      flex: 0 1 auto;
      width: calc(50% - 1.4em); }
    .module-product-detail > .section-content .inner-content:first-child .item .details .buttons .order {
      margin-left: auto;
      display: flex;
      align-items: center; }
      .module-product-detail > .section-content .inner-content:first-child .item .details .buttons .order > span:nth-child(1) {
        flex: 0 1 20%; }
      .module-product-detail > .section-content .inner-content:first-child .item .details .buttons .order > span:nth-child(2) {
        flex: 0 1 80%;
        font-size: calc(2.2058823529vw - -3.0588235294px);
        line-height: 1.5em;
        margin-left: auto;
        text-align: right; } }
      @media (min-width: 500px) and (max-width: 768px) {
        .module-product-detail > .section-content .inner-content:first-child .item .details .buttons .order > span:nth-child(2) {
          font-size: 20px; } }
      @media (min-width: 500px) and (min-width: 1040px) {
        .module-product-detail > .section-content .inner-content:first-child .item .details .buttons .order > span:nth-child(2) {
          font-size: 26px; } }
@media (min-width: 500px) {
  .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slick-arrow +
  .slick-list {
    overflow: hidden; }
    .module-product-detail > .section-content .inner-content:first-child .slider-wrapper .slick-arrow +
    .slick-list .slick-slide {
      margin: 0 0.4em; }
  .module-product-detail > .section-content .inner-content:nth-child(2) .buttons {
    margin-top: 1em; }
    .module-product-detail > .section-content .inner-content:nth-child(2) .buttons > * {
      flex: 0 1 23%;
      margin-left: 1%;
      margin-right: 1%; }
  .module-product-detail > .section-content .inner-content:nth-child(2) .comparables .gradient {
    display: block; } }
@media (min-width: 800px) {
  .module-product-detail > .section-content .inner-content:first-child .item {
    flex-direction: row; }
    .module-product-detail > .section-content .inner-content:first-child .item .details {
      min-height: 350px; } }

.module-products.type1 .section-content {
  display: flex;
  flex-direction: column; }
  .module-products.type1 .section-content .filter.open > div {
    transform: translateX(0); }
  .module-products.type1 .section-content .filter h2 {
    position: relative;
    display: inline-block;
    color: #fff;
    background-color: #000;
    z-index: 0;
    font-size: calc(3.6764705882vw - 14.2352941176px);
    line-height: 1.1666666667em;
    padding-left: 1em;
    line-height: 2.5em; }
    @media (max-width: 768px) {
      .module-products.type1 .section-content .filter h2 {
        font-size: 14px; } }
    @media (min-width: 1040px) {
      .module-products.type1 .section-content .filter h2 {
        font-size: 24px; } }
    .module-products.type1 .section-content .filter h2:before {
      content: '\f1de';
      font-family: icons;
      margin-right: 0.5em; }
    .module-products.type1 .section-content .filter h2:after {
      content: '\e903';
      font-family: icons;
      margin-left: 0.25em;
      position: relative;
      top: 0.15em;
      font-size: 0.9em; }
  .module-products.type1 .section-content .filter a.back.button, .module-products.type1 .section-content .filter input[type="reset"] {
    background: #e6e6e6;
    color: #000; }
  .module-products.type1 .section-content .filter a.back.button {
    transition: all 0.3s; }
  .module-products.type1 .section-content .filter > div {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    transform: translateX(-100%);
    background: #f2f2f2;
    padding: 0.5em 1em 1em 1em; }
    @media (max-width: 499px) {
      .module-products.type1 .section-content .filter > div {
        z-index: 5; } }
    .module-products.type1 .section-content .filter > div div.quicklinks div {
      cursor: pointer; }
      .module-products.type1 .section-content .filter > div div.quicklinks div.active {
        font-weight: bold; }
    .module-products.type1 .section-content .filter > div h3 {
      margin: 1.5em 0 0.5em 0; }
    .module-products.type1 .section-content .filter > div form fieldset {
      border: 0;
      font-size: calc(0.7352941176vw - -8.3529411765px);
      line-height: 1.3125em; }
      @media (max-width: 768px) {
        .module-products.type1 .section-content .filter > div form fieldset {
          font-size: 14px; } }
      @media (min-width: 1040px) {
        .module-products.type1 .section-content .filter > div form fieldset {
          font-size: 16px; } }
      .module-products.type1 .section-content .filter > div form fieldset legend {
        font-size: calc(1.1029411765vw - -6.5294117647px);
        line-height: 1.2777777778em;
        padding: 0.5em 0; }
        @media (max-width: 768px) {
          .module-products.type1 .section-content .filter > div form fieldset legend {
            font-size: 15px; } }
        @media (min-width: 1040px) {
          .module-products.type1 .section-content .filter > div form fieldset legend {
            font-size: 18px; } }
    .module-products.type1 .section-content .filter > div form button {
      display: block;
      width: 90%;
      margin: 1em auto 0 auto;
      background: #82af3e;
      color: #fff;
      border: 0;
      border-radius: 5px;
      padding: 0.5em; }
    .module-products.type1 .section-content .filter > div ul {
      list-style-type: none; }
    .module-products.type1 .section-content .filter > div li {
      padding-bottom: 0.3em; }
    .module-products.type1 .section-content .filter > div input[type="checkbox"] {
      visibility: hidden;
      font-size: 0;
      width: 0;
      height: 0; }
      .module-products.type1 .section-content .filter > div input[type="checkbox"] + label {
        position: relative;
        padding-left: 1.2em; }
        .module-products.type1 .section-content .filter > div input[type="checkbox"] + label:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0.1em;
          width: 1em;
          height: 1em;
          border: 2px solid #000;
          border-radius: 3px; }
      .module-products.type1 .section-content .filter > div input[type="checkbox"]:checked + label:after {
        content: '\e910';
        position: absolute;
        font-size: 0.8em;
        left: 0.15em;
        top: 0em;
        font-family: icons;
        color: #82af3e; }
    .module-products.type1 .section-content .filter > div input[type="reset"] {
      border: 0;
      transition: all 0.3s;
      padding: 0.25em 0.5em;
      margin: 0 1em 1em 1em;
      float: right;
      cursor: pointer; }
  .module-products.type1 .section-content .inner-content .section.module-photoblockskewed {
    margin: 1em 1% 2em 1%;
    flex: 0 0 98%; }
    .module-products.type1 .section-content .inner-content .section.module-photoblockskewed .section-content {
      max-width: none; }
  .module-products.type1 .section-content .inner-content .banner_application {
    margin: 1em 1% 2em 1%;
    flex: 0 0 98%;
    background: #fff;
    color: #000;
    overflow: hidden; }
    .module-products.type1 .section-content .inner-content .banner_application .content {
      padding: 0.5em;
      text-transform: uppercase; }
    .module-products.type1 .section-content .inner-content .banner_application a {
      color: #fff; }
    .module-products.type1 .section-content .inner-content .banner_application .photo {
      background-color: #fff;
      overflow: hidden;
      transform-origin: top right;
      display: flex;
      align-items: center; }
      .module-products.type1 .section-content .inner-content .banner_application .photo .image-holder {
        display: block;
        margin: 0 auto;
        width: 100%;
        transform-origin: top left; }
  .module-products.type1 .section-content .inner-content .item {
    flex: 0 1 auto;
    min-width: 48%;
    transition: all 0.3s;
    color: inherit; }
    .module-products.type1 .section-content .inner-content .item:hover {
      box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.1); }
    .module-products.type1 .section-content .inner-content .item .title span:before {
      background: #82af3e; }
    .module-products.type1 .section-content .inner-content .item .title h2 {
      font-size: calc(1.1029411765vw - -3.5294117647px);
      line-height: 1.0666666667em;
      text-align: right;
      margin: 0 0.5em 0 0;
      width: 100%; }
      @media (max-width: 768px) {
        .module-products.type1 .section-content .inner-content .item .title h2 {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-products.type1 .section-content .inner-content .item .title h2 {
          font-size: 15px; } }
    .module-products.type1 .section-content .inner-content .item .details {
      flex: 1 1 auto; }
      .module-products.type1 .section-content .inner-content .item .details > div:nth-child(1) {
        flex: 0 1 50%;
        text-align: center;
        min-width: 150px; }
        .module-products.type1 .section-content .inner-content .item .details > div:nth-child(1) .image-holder {
          display: inline-block; }
      .module-products.type1 .section-content .inner-content .item .details > div:nth-child(2) {
        flex: 1 0 50%;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 1em 0.25em 0.25em 1em; }
    .module-products.type1 .section-content .inner-content .item .specs {
      font-size: calc(1.4705882353vw - -0.7058823529px);
      line-height: 1.125em; }
      @media (max-width: 768px) {
        .module-products.type1 .section-content .inner-content .item .specs {
          font-size: 12px; } }
      @media (min-width: 1040px) {
        .module-products.type1 .section-content .inner-content .item .specs {
          font-size: 16px; } }
    .module-products.type1 .section-content .inner-content .item .more {
      margin-top: auto;
      padding-top: 0.5em;
      white-space: nowrap;
      background: none;
      display: block;
      height: auto;
      text-align: right; }
      .module-products.type1 .section-content .inner-content .item .more .button {
        font-size: calc(0.7352941176vw - -6.3529411765px);
        line-height: 1.1428571429em;
        line-height: normal;
        padding: 4px 8px 6px 8px;
        transition: all 0.25s;
        background-color: #82af3e;
        color: #fff;
        border-radius: 6px;
        padding: 8px; }
        @media (max-width: 768px) {
          .module-products.type1 .section-content .inner-content .item .more .button {
            font-size: 12px; } }
        @media (min-width: 1040px) {
          .module-products.type1 .section-content .inner-content .item .more .button {
            font-size: 14px; } }
    .module-products.type1 .section-content .inner-content .item:hover .more .button {
      text-decoration: underline; }
    @media (min-width: 700px) {
      .module-products.type1 .section-content .inner-content .item {
        flex: 0 1 auto;
        width: 48%; } }
@media (min-width: 600px) {
  .module-products.type1 > .section-content {
    padding: 0em 3em 3em 3em;
    flex-direction: row; }
    .module-products.type1 > .section-content .filter {
      flex: 1 1 20%;
      background: #fff;
      margin-left: -3em;
      margin-right: 3em; }
      .module-products.type1 > .section-content .filter h2 {
        display: block; }
        .module-products.type1 > .section-content .filter h2:after {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0;
          right: -1.5243498915em;
          bottom: 0;
          width: 2em;
          background: inherit;
          transform-origin: top left;
          transform: skew(-29deg, 0deg); }
      .module-products.type1 > .section-content .filter > div {
        position: relative;
        width: auto;
        height: auto;
        background: none;
        transform: none;
        white-space: nowrap; }
        .module-products.type1 > .section-content .filter > div form button {
          display: none; }
      .module-products.type1 > .section-content .filter a.back.button {
        padding: 0 0.5em;
        margin-left: 1em; }
    .module-products.type1 > .section-content .inner-content-wrapper {
      flex: 1 1 70%; }
      .module-products.type1 > .section-content .inner-content-wrapper .active-filters > div {
        background: #214c27;
        color: #fff;
        display: inline-block;
        padding: 0.1em 0.3em;
        cursor: pointer;
        margin-left: 0.5em;
        margin-bottom: 0.5em; }
        .module-products.type1 > .section-content .inner-content-wrapper .active-filters > div:before {
          content: '';
          display: inline-block;
          width: 14px;
          height: 14px;
          background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M20.377%2C16.519l6.567-6.566c0.962-0.963%2C0.962-2.539%2C0-3.502l-0.876-0.875c-0.963-0.964-2.539-0.964-3.501%2C0%20%20L16%2C12.142L9.433%2C5.575c-0.962-0.963-2.538-0.963-3.501%2C0L5.056%2C6.45c-0.962%2C0.963-0.962%2C2.539%2C0%2C3.502l6.566%2C6.566l-6.566%2C6.567%20%20c-0.962%2C0.963-0.962%2C2.538%2C0%2C3.501l0.876%2C0.876c0.963%2C0.963%2C2.539%2C0.963%2C3.501%2C0L16%2C20.896l6.567%2C6.566%20%20c0.962%2C0.963%2C2.538%2C0.963%2C3.501%2C0l0.876-0.876c0.962-0.963%2C0.962-2.538%2C0-3.501L20.377%2C16.519z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/cover;
          margin-right: 0.5em; }
  .module-products.type1 .inner-content .item .details {
    flex-direction: column; } }
@media (min-width: 600px) {
  .module-products.type1 .section-content .filter h2:after {
    content: ''; }
  .module-products.type1 .section-content .inner-content .item .details {
    flex-direction: row; } }
@media (min-width: 700px) {
  .module-products.type1 .section-content .inner-content {
    display: flex;
    flex-wrap: wrap; }
    .module-products.type1 .section-content .inner-content .item .details {
      flex-direction: column; } }
@media (min-width: 900px) {
  .module-products.type1 .section-content .inner-content .item .details {
    flex-direction: row; } }
@media (min-width: 9700px) {
  .module-products.type1 .section-content .inner-content .item {
    flex: 0 1 31%; } }
.module-products > .section-content {
  padding: 0 3.125rem 2.125rem 3.125rem; }
  .module-products > .section-content h2 {
    margin-bottom: 1.25em; }
  .module-products > .section-content .inner-content .item {
    display: flex;
    flex-direction: column;
    margin: 0 1% 1em 1%; }
    .module-products > .section-content .inner-content .item:last-child {
      margin-right: auto; }
@media (min-width: 400px) {
  .module-products .section-content .inner-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .module-products .section-content .inner-content .item {
      flex: 0 1 48%; }
  .module-products.type1 .section-content .inner-content .item .details > div:nth-child(1) .image-holder img {
    width: 100%; } }
@media (min-width: 600px) {
  .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents a, .module-products .section-content .inner-content .banner_application a {
    font-size: calc(0.3676470588vw - -9.1764705882px);
    line-height: 1.1538461538em; } }
  @media (min-width: 600px) and (max-width: 768px) {
    .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents a, .module-products .section-content .inner-content .banner_application a {
      font-size: 12px; } }
  @media (min-width: 600px) and (min-width: 1040px) {
    .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents a, .module-products .section-content .inner-content .banner_application a {
      font-size: 13px; } }
@media (min-width: 600px) {
  .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents {
    background: #82af3e;
    position: static;
    width: 100%;
    min-width: 0;
    text-align: center;
    padding: 2em; }
    .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents > a {
      width: 100%; } }
@media (min-width: 700px) {
  .module-products .section-content .inner-content {
    display: flex;
    flex-direction: row; }
    .module-products .section-content .inner-content .item {
      flex: 0 1 31%; } }
@media (min-width: 800px) {
  .module-products .section-content .inner-content .banner_application {
    display: flex; }
    .module-products .section-content .inner-content .banner_application .content {
      flex: 1 1 35%;
      align-self: center; }
    .module-products .section-content .inner-content .banner_application .photo {
      flex: 1 1 50%;
      transform: skew(29deg, 0deg); }
      .module-products .section-content .inner-content .banner_application .photo .image-holder {
        height: 100%;
        transform: skew(-29deg, 0deg) scale(1.01); }
        .module-products .section-content .inner-content .banner_application .photo .image-holder img {
          display: block;
          height: 100%;
          width: auto; }
  .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents a, .module-products .section-content .inner-content .banner_application a {
    margin-top: 1em; }
  .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents {
    background: none;
    position: absolute;
    left: 0.5em;
    top: 0.5em;
    width: 40%;
    min-width: 230px;
    text-align: left;
    padding: 0; }
    .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents > div {
      font-size: calc(1.4705882353vw - -2.7058823529px);
      line-height: 1.2777777778em; } }
    @media (min-width: 800px) and (max-width: 768px) {
      .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents > div {
        font-size: 14px; } }
    @media (min-width: 800px) and (min-width: 1040px) {
      .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents > div {
        font-size: 18px; } }
@media (min-width: 800px) {
    .module-products .section-content .inner-content .module-photoblockskewed .section-content .inner-content .contents > a {
      width: 89%; } }

.module-photoblockskewed + .module-banner .section-content {
  padding-top: 3em; }
.module-photoblockskewed .section-content .inner-content {
  overflow: hidden; }
  .module-photoblockskewed .section-content .inner-content .block {
    position: relative;
    display: flex;
    width: 112%; }
    .module-photoblockskewed .section-content .inner-content .block .image-holder {
      transform-origin: top right;
      transform: skew(29deg, 0deg);
      overflow: hidden;
      position: relative; }
      .module-photoblockskewed .section-content .inner-content .block .image-holder img {
        display: block;
        transform: skew(-29deg, 0deg);
        width: 100%;
        height: auto; }
      .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(1) {
        transform-origin: bottom left; }
        .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(1):after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          background: rgba(255, 255, 255, 0.88); }
        .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(1) img {
          transform-origin: bottom left; }
      .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(2) {
        transform-origin: center center;
        position: relative;
        margin-left: -8%; }
        .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(2) img {
          transform-origin: center center;
          margin-left: -18%; }
      .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(3) {
        transform-origin: top right;
        position: relative;
        margin-left: -23%; }
        .module-photoblockskewed .section-content .inner-content .block .image-holder:nth-child(3) img {
          transform-origin: top right; }
  .module-photoblockskewed .section-content .inner-content .contents {
    background: #82af3e;
    color: #000;
    text-align: center;
    padding: 4em;
    font-size: calc(4.6666666667vw - 21.3333333333px); }
    @media (max-width: 500px) {
      .module-photoblockskewed .section-content .inner-content .contents {
        font-size: 2px; } }
    @media (min-width: 800px) {
      .module-photoblockskewed .section-content .inner-content .contents {
        font-size: 16px; } }
    .module-photoblockskewed .section-content .inner-content .contents > div {
      font-size: calc(3.6764705882vw - 12.2352941176px);
      line-height: 1.2692307692em;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        .module-photoblockskewed .section-content .inner-content .contents > div {
          font-size: 16px; } }
      @media (min-width: 1040px) {
        .module-photoblockskewed .section-content .inner-content .contents > div {
          font-size: 26px; } }
    .module-photoblockskewed .section-content .inner-content .contents > a {
      color: #fff;
      margin-top: 1.5em; }
      .module-photoblockskewed .section-content .inner-content .contents > a > span {
        float: right;
        font-size: 1.3em;
        margin-top: 0.1em; }
@media (min-width: 500px) {
  .module-photoblockskewed .section-content .inner-content .contents {
    background: none;
    position: absolute;
    left: 2.5em;
    top: 3em;
    width: 37%;
    min-width: 230px;
    text-align: left;
    padding: 0; }
    .module-photoblockskewed .section-content .inner-content .contents > a {
      width: 65%; } }

.module-references .section-content .inner-content {
  padding: 1em; }
  .module-references .section-content .inner-content .slider, .module-references .section-content .inner-content .slider3 > div {
    background: #fff;
    overflow: hidden;
    position: relative; }
    .module-references .section-content .inner-content .slider:not(.slick-slider), .module-references .section-content .inner-content .slider3 > div:not(.slick-slider) {
      display: flex;
      align-items: center; }
      .module-references .section-content .inner-content .slider:not(.slick-slider) .item-container, .module-references .section-content .inner-content .slider3 > div:not(.slick-slider) .item-container {
        flex: 0 0 100%; }
    .module-references .section-content .inner-content .slider.slick-slider .slick-list, .module-references .section-content .inner-content .slider3 > div.slick-slider .slick-list {
      margin: 0 1em;
      overflow: hidden; }
      .module-references .section-content .inner-content .slider.slick-slider .slick-list .slick-track, .module-references .section-content .inner-content .slider3 > div.slick-slider .slick-list .slick-track {
        display: flex;
        align-items: center; }
    .module-references .section-content .inner-content .slider.slick-slider .slick-dots, .module-references .section-content .inner-content .slider3 > div.slick-slider .slick-dots {
      left: 50%;
      bottom: 3%;
      max-width: 90%;
      margin-left: 0; }
      .module-references .section-content .inner-content .slider.slick-slider .slick-dots > li, .module-references .section-content .inner-content .slider3 > div.slick-slider .slick-dots > li {
        float: left;
        margin: 0.1em 0.25em; }
    .module-references .section-content .inner-content .slider .item-container, .module-references .section-content .inner-content .slider3 > div .item-container {
      outline: none; }
      .module-references .section-content .inner-content .slider .item-container .item, .module-references .section-content .inner-content .slider3 > div .item-container .item {
        white-space: normal;
        padding: 1em;
        text-align: center; }
        .module-references .section-content .inner-content .slider .item-container .item > *, .module-references .section-content .inner-content .slider3 > div .item-container .item > * {
          padding: 1em; }
        .module-references .section-content .inner-content .slider .item-container .item .image-holder, .module-references .section-content .inner-content .slider3 > div .item-container .item .image-holder {
          display: inline-block;
          flex: 0 0 45%; }
        .module-references .section-content .inner-content .slider .item-container .item .text, .module-references .section-content .inner-content .slider3 > div .item-container .item .text {
          flex: 0 0 55%;
          text-align: center; }
          .module-references .section-content .inner-content .slider .item-container .item .text > div, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div {
            font-size: calc(2.2058823529vw - 1.9411764706px);
            line-height: 1.5714285714em;
            font-weight: 200;
            color: #4d4d4d;
            font-style: italic; }
            @media (max-width: 768px) {
              .module-references .section-content .inner-content .slider .item-container .item .text > div, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div {
                font-size: 15px; } }
            @media (min-width: 1040px) {
              .module-references .section-content .inner-content .slider .item-container .item .text > div, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div {
                font-size: 21px; } }
            .module-references .section-content .inner-content .slider .item-container .item .text > div:before, .module-references .section-content .inner-content .slider .item-container .item .text > div:after, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:before, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:after {
              color: #d5d5d5;
              font-size: calc(5.8823529412vw - 15.1764705882px);
              font-weight: 400;
              font-style: normal; }
              @media (max-width: 768px) {
                .module-references .section-content .inner-content .slider .item-container .item .text > div:before, .module-references .section-content .inner-content .slider .item-container .item .text > div:after, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:before, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:after {
                  font-size: 30px; } }
              @media (min-width: 1040px) {
                .module-references .section-content .inner-content .slider .item-container .item .text > div:before, .module-references .section-content .inner-content .slider .item-container .item .text > div:after, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:before, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:after {
                  font-size: 46px; } }
            .module-references .section-content .inner-content .slider .item-container .item .text > div:before, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:before {
              content: '\201C';
              margin-left: -0.35em;
              position: absolute; }
            .module-references .section-content .inner-content .slider .item-container .item .text > div:after, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > div:after {
              content: '\201D';
              position: absolute;
              margin-top: 0.1em; }
          .module-references .section-content .inner-content .slider .item-container .item .text > a, .module-references .section-content .inner-content .slider3 > div .item-container .item .text > a {
            margin-top: 1em;
            padding: 0.25em 1.5em;
            color: #fff; }
      .module-references .section-content .inner-content .slider .item-container:not(.slick-current) .text, .module-references .section-content .inner-content .slider3 > div .item-container:not(.slick-current) .text {
        opacity: 0; }
      .module-references .section-content .inner-content .slider .item-container.slick-active + .slick-current .text, .module-references .section-content .inner-content .slider3 > div .item-container.slick-active + .slick-current .text {
        transform: translateX(-100%);
        width: 300%; }
  .module-references .section-content .inner-content .slider3 {
    background: #fff;
    padding: 0 2em 1em 2em; }
    .module-references .section-content .inner-content .slider3 > div.slick-initialized {
      overflow: visible; }
    .module-references .section-content .inner-content .slider3 .slick-prev {
      left: -.6em; }
    .module-references .section-content .inner-content .slider3 .slick-next {
      right: -.6em; }
    .module-references .section-content .inner-content .slider3 .slick-slide {
      filter: grayscale(100%);
      opacity: .5; }
    .module-references .section-content .inner-content .slider3 .slick-current {
      filter: none;
      opacity: 1; }
    .module-references .section-content .inner-content .slider3 ul {
      position: relative;
      list-style: none;
      height: 8em; }
      .module-references .section-content .inner-content .slider3 ul li {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        opacity: 0;
        display: none;
        transition: opacity .3s; }
        .module-references .section-content .inner-content .slider3 ul li > div {
          font-size: calc(2.2058823529vw - 1.9411764706px);
          line-height: 1.1428571429em;
          font-weight: 200;
          font-style: italic; }
          @media (max-width: 768px) {
            .module-references .section-content .inner-content .slider3 ul li > div {
              font-size: 15px; } }
          @media (min-width: 1040px) {
            .module-references .section-content .inner-content .slider3 ul li > div {
              font-size: 21px; } }
          .module-references .section-content .inner-content .slider3 ul li > div:before, .module-references .section-content .inner-content .slider3 ul li > div:after {
            font-size: calc(2.2058823529vw - -3.0588235294px);
            font-weight: 400;
            font-style: normal; }
            @media (max-width: 768px) {
              .module-references .section-content .inner-content .slider3 ul li > div:before, .module-references .section-content .inner-content .slider3 ul li > div:after {
                font-size: 20px; } }
            @media (min-width: 1040px) {
              .module-references .section-content .inner-content .slider3 ul li > div:before, .module-references .section-content .inner-content .slider3 ul li > div:after {
                font-size: 26px; } }
          .module-references .section-content .inner-content .slider3 ul li > div:before {
            content: '\201C';
            margin-left: -0.45em;
            position: absolute; }
          .module-references .section-content .inner-content .slider3 ul li > div:after {
            content: '\201D';
            position: absolute;
            margin-top: 0.1em;
            margin-left: .1em; }
        .module-references .section-content .inner-content .slider3 ul li > a {
          margin-top: 1em;
          padding: 0.25em 1.5em;
          color: #fff; }
        .module-references .section-content .inner-content .slider3 ul li.active {
          opacity: 1;
          display: block; }
@media (min-width: 500px) {
  .module-references .section-content .inner-content {
    padding: 3em; }
    .module-references .section-content .inner-content .slider.slick-slider .slick-list {
      margin: 0 4em; } }

.module-search .section-content {
  max-width: 800px;
  padding: 0 3.125rem 3.125rem 3.125rem; }
  .module-search .section-content .inner-content {
    padding: 1em 0; }
    .module-search .section-content .inner-content h1 {
      padding-bottom: 1em; }
    .module-search .section-content .inner-content .item {
      display: block;
      margin-bottom: 1em;
      font-size: 1.1em; }
      .module-search .section-content .inner-content .item:after {
        content: '';
        display: table;
        clear: both; }
      .module-search .section-content .inner-content .item a {
        color: #357b3f;
        font-weight: bold; }
      .module-search .section-content .inner-content .item .title {
        display: block;
        font-size: 1.1em;
        margin-bottom: 0.25em; }
      .module-search .section-content .inner-content .item .image {
        box-sizing: content-box;
        background: #fff;
        text-align: center;
        float: left;
        width: 100px;
        height: 100px;
        border: 1px solid #808080;
        margin: 0 0.5em 0.5em 0; }
        .module-search .section-content .inner-content .item .image img {
          position: relative;
          top: 50%;
          transform: translateY(-50%); }
      .module-search .section-content .inner-content .item .text {
        position: relative;
        display: block; }
      .module-search .section-content .inner-content .item .url {
        display: none; }

.module-sidebar .section-content {
  position: fixed;
  z-index: 2;
  top: 40vh;
  right: 0;
  background: none;
  border-right: 2.5em solid rgba(255, 255, 255, 0.6);
  border-top: 1.583em solid transparent;
  border-bottom: 1.583em solid transparent;
  width: 0;
  font-size: calc(2.9411764706vw - 6.5882352941px);
  filter: drop-shadow(-16px 0px 12px rgba(25, 24, 20, 0.2)); }
  @media (max-width: 768px) {
    .module-sidebar .section-content {
      font-size: 16px; } }
  @media (min-width: 1040px) {
    .module-sidebar .section-content {
      font-size: 24px; } }
  .module-sidebar .section-content a {
    background: #82af3e;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 1.92em;
    height: 1.92em;
    position: relative;
    margin-top: 2px;
    margin-left: 0.4em; }
    .module-sidebar .section-content a:hover {
      background: #357b3f; }
    .module-sidebar .section-content a > * {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .module-sidebar .section-content a > *:last-child {
        visibility: hidden; }

.module-videos .section-content {
  padding: 0 3.125rem 3.125rem 3.125rem; }
  .module-videos .section-content .inner-content .slider {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 2em; }
    .module-videos .section-content .inner-content .slider:not(.slick-slider) {
      display: flex;
      align-items: center; }
      .module-videos .section-content .inner-content .slider:not(.slick-slider) .item-container {
        flex: 0 0 100%; }
    .module-videos .section-content .inner-content .slider.slick-slider .slick-list {
      margin: 0 1em;
      overflow: hidden; }
    .module-videos .section-content .inner-content .slider.slick-slider .slick-dots {
      bottom: 5%;
      left: 50%;
      transform: translateX(-50%); }
    .module-videos .section-content .inner-content .slider .item-container .item {
      white-space: normal;
      padding: 1em;
      display: inline-flex;
      align-items: center;
      flex-direction: column;
      width: calc(100% - 2em); }
      .module-videos .section-content .inner-content .slider .item-container .item > * {
        padding: 1em;
        flex: 0 0 50%; }
      .module-videos .section-content .inner-content .slider .item-container .item h2 {
        font-size: calc(2.2058823529vw - -1.0588235294px);
        line-height: 1.2083333333em;
        color: #214c27;
        margin-bottom: 0.5em; }
        @media (max-width: 768px) {
          .module-videos .section-content .inner-content .slider .item-container .item h2 {
            font-size: 18px; } }
        @media (min-width: 1040px) {
          .module-videos .section-content .inner-content .slider .item-container .item h2 {
            font-size: 24px; } }
      .module-videos .section-content .inner-content .slider .item-container .item .text > div {
        font-size: calc(0.7352941176vw - -8.3529411765px);
        line-height: 1.4375em;
        font-weight: 200;
        color: #4d4d4d;
        font-weight: 200; }
        @media (max-width: 768px) {
          .module-videos .section-content .inner-content .slider .item-container .item .text > div {
            font-size: 14px; } }
        @media (min-width: 1040px) {
          .module-videos .section-content .inner-content .slider .item-container .item .text > div {
            font-size: 16px; } }
      .module-videos .section-content .inner-content .slider .item-container .item .text > a {
        margin-top: 1em;
        padding: 0.25em 1.5em;
        color: #357b3f; }
@media (min-width: 500px) {
  .module-videos .section-content .inner-content .slider .item-container .item {
    flex-direction: row; }
  .module-videos .section-content .inner-content .slider.slick-slider .slick-list {
    margin: 0 4em; }
  .module-videos .section-content .inner-content .slider.slick-slider .slick-dots {
    bottom: 10%; } }

.module-webshop-basket {
  background: #fff; }
  .module-webshop-basket .section-content .inner-content {
    padding: 2em; }
    .module-webshop-basket .section-content .inner-content h1 {
      margin-bottom: 1em; }
    .module-webshop-basket .section-content .inner-content .items {
      display: table;
      width: 100%;
      border: 1px solid #bfbfbf;
      background: #e6e6e6;
      padding: 1em;
      margin-bottom: 1em; }
      .module-webshop-basket .section-content .inner-content .items > div {
        display: table-row; }
        .module-webshop-basket .section-content .inner-content .items > div:first-child {
          font-weight: bold; }
        .module-webshop-basket .section-content .inner-content .items > div > div {
          padding-bottom: 1em;
          display: table-cell;
          vertical-align: middle; }
          .module-webshop-basket .section-content .inner-content .items > div > div > a {
            color: currentColor; }
          .module-webshop-basket .section-content .inner-content .items > div > div.media {
            width: 10vw;
            padding-right: 1em; }
            .module-webshop-basket .section-content .inner-content .items > div > div.media > .youtube-holder, .module-webshop-basket .section-content .inner-content .items > div > div.media .image-holder img {
              width: auto;
              height: 4em;
              margin: 0 auto; }
          .module-webshop-basket .section-content .inner-content .items > div > div.count > div {
            display: flex;
            align-items: center; }
            .module-webshop-basket .section-content .inner-content .items > div > div.count > div > span:first-child {
              text-align: center;
              margin-right: 1em; }
              .module-webshop-basket .section-content .inner-content .items > div > div.count > div > span:first-child:after {
                content: 'x'; }
      .module-webshop-basket .section-content .inner-content .items [class^="icon-"] {
        cursor: pointer;
        font-size: 2em;
        color: #82af3e;
        margin: 0 0.1em; }
    .module-webshop-basket .section-content .inner-content .button {
      float: right;
      border-color: #82af3e;
      background: #357b3f;
      color: #fff; }
    .module-webshop-basket .section-content .inner-content:after {
      content: '';
      display: block;
      clear: both; }

.module-webshop-order {
  background: #fff; }
  .module-webshop-order > .section-content > .inner-content {
    padding: 2em 2em 4em 2em; }
    .module-webshop-order > .section-content > .inner-content section {
      margin-top: 1em; }
    .module-webshop-order > .section-content > .inner-content h2 {
      padding-top: 0.5em;
      padding-bottom: 0.25em; }
    .module-webshop-order > .section-content > .inner-content section:nth-of-type(n+2) {
      display: none; }
    .module-webshop-order > .section-content > .inner-content .form-element-radio + .form-element-radio {
      margin-left: 1em; }
    .module-webshop-order > .section-content > .inner-content .form-element-radio input[type="radio"] + label > span {
      border: 1px solid #000;
      border-radius: 50%;
      width: 1em;
      height: 1em;
      line-height: 1em;
      display: inline-block;
      position: relative;
      top: 0.1em;
      margin-right: 0.25em; }
    .module-webshop-order > .section-content > .inner-content .form-element-radio input[type="radio"]:checked + label > span:after {
      content: '';
      border-radius: 50%;
      position: absolute;
      width: 0.6em;
      height: 0.6em;
      line-height: 0.6em;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #357b3f; }
    .module-webshop-order > .section-content > .inner-content .module-form .section-content .inner-content {
      padding: 0; }
      .module-webshop-order > .section-content > .inner-content .module-form .section-content .inner-content [type="submit"] {
        background: #ff620d;
        border-color: #ea5b0c; }
    .module-webshop-order > .section-content > .inner-content h1 {
      margin-bottom: 1em;
      background: #357b3f;
      color: #fff;
      font-size: calc(0.7352941176vw - -14.3529411765px);
      line-height: 1.1363636364em;
      padding: 0.4em 0.4em 0.2em 0.4em;
      display: inline-block;
      position: relative;
      z-index: 0;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .module-webshop-order > .section-content > .inner-content h1 {
          font-size: 20px; } }
      @media (min-width: 1040px) {
        .module-webshop-order > .section-content > .inner-content h1 {
          font-size: 22px; } }
      .module-webshop-order > .section-content > .inner-content h1 span {
        margin-right: 0.75em; }
      .module-webshop-order > .section-content > .inner-content h1:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #357b3f;
        transform-origin: top right;
        transform: skew(29deg, 0deg);
        z-index: -1; }
    .module-webshop-order > .section-content > .inner-content hr {
      font-size: calc(0.7352941176vw - -14.3529411765px);
      line-height: 1.1363636364em;
      height: 0.2em;
      background: #357b3f;
      border: 0;
      margin-bottom: 1em;
      position: relative;
      top: -1px; }
      @media (max-width: 768px) {
        .module-webshop-order > .section-content > .inner-content hr {
          font-size: 20px; } }
      @media (min-width: 1040px) {
        .module-webshop-order > .section-content > .inner-content hr {
          font-size: 22px; } }
    .module-webshop-order > .section-content > .inner-content .items {
      display: block;
      width: 100%;
      border: 1px solid #bfbfbf;
      background: #e6e6e6;
      padding: 1em;
      margin-bottom: 1em; }
      .module-webshop-order > .section-content > .inner-content .items div.totals {
        color: #357b3f; }
      .module-webshop-order > .section-content > .inner-content .items > div.row {
        border-bottom: 1px solid #357b3f;
        margin-bottom: 1em; }
      .module-webshop-order > .section-content > .inner-content .items > div:after {
        content: '';
        display: block;
        clear: both; }
      .module-webshop-order > .section-content > .inner-content .items > div > div {
        padding-bottom: 1em; }
        .module-webshop-order > .section-content > .inner-content .items > div > div, .module-webshop-order > .section-content > .inner-content .items > div > div * {
          vertical-align: middle; }
        .module-webshop-order > .section-content > .inner-content .items > div > div a {
          color: #357b3f;
          font-weight: 600; }
        .module-webshop-order > .section-content > .inner-content .items > div > div.media {
          padding-right: 1em;
          float: left;
          width: 25%; }
          .module-webshop-order > .section-content > .inner-content .items > div > div.media .image-holder {
            border: 1px solid #357b3f;
            display: block;
            max-width: 100px;
            max-height: 100px; }
            .module-webshop-order > .section-content > .inner-content .items > div > div.media .image-holder img {
              max-width: 100%;
              max-height: 100%; }
        .module-webshop-order > .section-content > .inner-content .items > div > div.count:before {
          content: '';
          display: block;
          clear: both; }
        .module-webshop-order > .section-content > .inner-content .items > div > div.count > div {
          display: flex;
          align-items: center;
          padding-right: 1em; }
          .module-webshop-order > .section-content > .inner-content .items > div > div.count > div > span:first-child {
            margin-left: auto;
            text-align: center;
            margin-right: 1em; }
            .module-webshop-order > .section-content > .inner-content .items > div > div.count > div > span:first-child:after {
              content: 'x'; }
            .module-webshop-order > .section-content > .inner-content .items > div > div.count > div > span:first-child + span, .module-webshop-order > .section-content > .inner-content .items > div > div.count > div > span:first-child + span + span {
              width: 32px;
              height: 28px;
              font-size: 2em;
              color: #82af3e;
              margin: 0 0.1em; }
        .module-webshop-order > .section-content > .inner-content .items > div > div.price {
          width: calc(50% - 2em);
          float: left; }
        .module-webshop-order > .section-content > .inner-content .items > div > div.price.total + div {
          width: 2em;
          margin-right: 1.1em;
          float: right; }
      @media (max-width: 500px) {
        .module-webshop-order > .section-content > .inner-content .items > div.row {
          display: flex;
          flex-wrap: wrap; }
          .module-webshop-order > .section-content > .inner-content .items > div.row [class^="icon-"] {
            font-size: 1.5em; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(1) {
            order: 1;
            flex-basis: 25%; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(2) {
            order: 2;
            flex-basis: 75%; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(3) {
            order: 4; }
            .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(3) > div > span:first-child {
              margin-right: 0.5em; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(4) {
            display: none; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(5) {
            order: 6; }
          .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(6) {
            order: 7;
            margin-left: auto;
            margin-right: 0 !important;
            width: auto !important; }
            .module-webshop-order > .section-content > .inner-content .items > div.row > :nth-child(6) > span {
              margin: 0; }
        .module-webshop-order > .section-content > .inner-content .items > div.totals {
          display: flex; }
          .module-webshop-order > .section-content > .inner-content .items > div.totals .price.total {
            margin-left: auto; } }
      .module-webshop-order > .section-content > .inner-content .items [class^="icon-"] {
        cursor: pointer; }
    .module-webshop-order > .section-content > .inner-content .button {
      float: right; }
    .module-webshop-order > .section-content > .inner-content:after {
      content: '';
      display: block;
      clear: both; }
  .module-webshop-order > .section-content .module-form .section-content .inner-content form {
    border: 0;
    background: none;
    padding: 0; }
    .module-webshop-order > .section-content .module-form .section-content .inner-content form .rows {
      border: 2px solid #d5d5d5;
      background: #fff;
      padding: 1em;
      display: block; }
      .module-webshop-order > .section-content .module-form .section-content .inner-content form .rows:after {
        content: '';
        display: table;
        clear: both; }
    .module-webshop-order > .section-content .module-form .section-content .inner-content form label[for="IssuerIDs"] {
      margin-right: 1em; }
    .module-webshop-order > .section-content .module-form .section-content .inner-content form > select {
      width: auto;
      float: none;
      padding-right: 2em; }
  @media (min-width: 800px) {
    .module-webshop-order .section-content .inner-content .items {
      display: table; }
      .module-webshop-order .section-content .inner-content .items > div {
        display: table-row; }
        .module-webshop-order .section-content .inner-content .items > div > * {
          display: table-cell;
          float: none !important; } }

.module-items.type1 .section-content {
  padding: 3.125rem 3.125rem 1.125rem 3.125rem; }
  .module-items.type1 .section-content .item {
    margin-bottom: 2em;
    background: #fff; }
    .module-items.type1 .section-content .item.style1 .inner-content:nth-child(1) div.link {
      bottom: 0%; }
    .module-items.type1 .section-content .item.style2 .inner-content:nth-child(1) div.link {
      bottom: 5%; }
    .module-items.type1 .section-content .item.style3 .inner-content:nth-child(1) div.link {
      bottom: 5%; }
    .module-items.type1 .section-content .item .inner-content:nth-child(1) {
      background: #ccc;
      display: block;
      position: relative;
      overflow: hidden; }
      .module-items.type1 .section-content .item .inner-content:nth-child(1) img {
        width: 100%;
        height: auto;
        display: block; }
      .module-items.type1 .section-content .item .inner-content:nth-child(1) h2 {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        padding: 0.45em 1em 0.45em 0.5em;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        overflow: hidden;
        min-width: 318px; }
        .module-items.type1 .section-content .item .inner-content:nth-child(1) h2:before {
          content: '';
          position: absolute;
          top: 0;
          left: -9%;
          left: 0;
          width: 100%;
          height: 100%;
          background: black;
          transform-origin: top left;
          transform: skew(-29deg, 0deg);
          z-index: -1; }
      .module-items.type1 .section-content .item .inner-content:nth-child(1) div.link {
        position: absolute;
        right: 1em;
        bottom: 1em;
        background-color: #82af3e;
        border-radius: 4px;
        color: #fff;
        padding: .5em 1em; }
    .module-items.type1 .section-content .item .inner-content:nth-child(2) {
      padding: 2em; }
      .module-items.type1 .section-content .item .inner-content:nth-child(2) ul {
        list-style-type: none; }
        .module-items.type1 .section-content .item .inner-content:nth-child(2) ul li {
          font-size: calc(0.7352941176vw - -8.3529411765px);
          line-height: 1.0625em;
          color: #357b3f;
          position: relative;
          min-height: 2.5em;
          position: relative;
          display: flex;
          align-items: center;
          padding-left: 2.5em; }
          @media (max-width: 768px) {
            .module-items.type1 .section-content .item .inner-content:nth-child(2) ul li {
              font-size: 14px; } }
          @media (min-width: 1040px) {
            .module-items.type1 .section-content .item .inner-content:nth-child(2) ul li {
              font-size: 16px; } }
          .module-items.type1 .section-content .item .inner-content:nth-child(2) ul li:before {
            content: '\e910';
            font-family: 'icons';
            background: #357b3f;
            color: #fff;
            font-size: 1.2em;
            width: 1.5em;
            height: 1.5em;
            line-height: 1.5em;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            position: absolute;
            left: 0; }
      .module-items.type1 .section-content .item .inner-content:nth-child(2) div {
        font-size: 14px;
        line-height: 1.5em;
        color: #4d4d4d;
        margin-top: 1em; }
@media (min-width: 500px) {
  .module-items.type1 .section-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .module-items.type1 .section-content .item {
      flex: 0 1 30%; } }

.module-items.type2 .section-content {
  padding: 1em;
  justify-content: space-between; }
  .module-items.type2 .section-content .item {
    flex: 0 1 49%;
    display: flex;
    flex-direction: column;
    padding-bottom: 1em; }
    .module-items.type2 .section-content .item h2 {
      font-size: calc(2.2058823529vw - -3.0588235294px);
      margin-bottom: 0.5em;
      color: inherit; }
      @media (max-width: 768px) {
        .module-items.type2 .section-content .item h2 {
          font-size: 20px; } }
      @media (min-width: 1040px) {
        .module-items.type2 .section-content .item h2 {
          font-size: 26px; } }
      .module-items.type2 .section-content .item h2 em {
        color: inherit; }
    .module-items.type2 .section-content .item > div.text {
      font-weight: 200; }
    .module-items.type2 .section-content .item > div.link {
      margin-top: auto;
      padding-top: 1em; }
@media (min-width: 500px) {
  .module-items.type2 .section-content {
    padding: 0 3.125rem 3.125rem 3.125rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -1em; }
    .module-items.type2 .section-content .item {
      flex: 0 1 47.4%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: "icons";
  src: url("/fonts/fonts/icons.eot?u9mkak");
  src: url("/fonts/fonts/icons.eot?u9mkak#iefix") format("embedded-opentype"), url("/fonts/fonts/icons.ttf?u9mkak") format("truetype"), url("/fonts/fonts/icons.woff?u9mkak") format("woff"), url("/fonts/fonts/icons.svg?u9mkak#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-eur:before {
  content: ""; }

.icon-euro:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-comments-o:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-verh-05:before {
  content: ""; }

.icon-verh-06:before {
  content: ""; }

.icon-verh-07:before {
  content: ""; }

.icon-verh-08:before {
  content: ""; }

.icon-verh-01:before {
  content: ""; }

.icon-verh-02:before {
  content: ""; }

.icon-verh-03:before {
  content: ""; }

.icon-verh-04:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-google_plus:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-enlarge:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-scrub-width:before {
  content: ""; }

.icon-capacity:before {
  content: ""; }

.icon-propulsion:before {
  content: ""; }

.icon-triangle:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-chevron-small-right:before {
  content: ""; }

.icon-chevron-thin-right:before {
  content: ""; }

.icon-magnifying-glass:before {
  content: ""; }

body {
  margin-top: 103px; }
  @media (min-width: 500px) {
    body {
      margin-top: 138px; } }
  body .module-pageheader, body .module-navigation {
    position: fixed; }

.slick-arrow {
  font-size: calc(7.3529411765vw - 26.4705882353px);
  position: absolute;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%); }
  @media (max-width: 768px) {
    .slick-arrow {
      font-size: 30px; } }
  @media (min-width: 1040px) {
    .slick-arrow {
      font-size: 50px; } }
  .slick-arrow.slick-prev {
    left: 3%; }
    .slick-arrow.slick-prev > * {
      display: inline-block;
      transform: scaleX(-1); }
  .slick-arrow.slick-next {
    right: 3%; }

.button {
  background-color: #82af3e;
  color: #fff;
  border-radius: 4px;
  padding: .5em 1em;
  font-size: calc(0.7352941176vw - -8.3529411765px);
  line-height: 1.5625em;
  display: inline-block; }
  @media (max-width: 768px) {
    .button {
      font-size: 14px; } }
  @media (min-width: 1040px) {
    .button {
      font-size: 16px; } }

.button2 {
  font: inherit;
  color: #82af3e;
  background-color: #fff;
  border: 2px solid currentColor;
  border-radius: 5px;
  font-size: calc(0.7352941176vw - -8.3529411765px);
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 8px;
  cursor: pointer; }
  @media (max-width: 768px) {
    .button2 {
      font-size: 14px; } }
  @media (min-width: 1040px) {
    .button2 {
      font-size: 16px; } }

.more > .button {
  background-color: transparent;
  color: #000; }
  .item:hover .more > .button {
    text-decoration: underline; }

.youtube-holder {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .youtube-holder img {
    width: 100%;
    height: auto; }
  .youtube-holder iframe {
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px); }

body > div.message {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s; }
  body > div.message > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 1em 2em; }
    body > div.message > div h1 {
      font-size: calc(1.1029411765vw - -6.5294117647px);
      line-height: 1.1666666667em;
      margin-bottom: 0.5em; }
      @media (max-width: 768px) {
        body > div.message > div h1 {
          font-size: 15px; } }
      @media (min-width: 1040px) {
        body > div.message > div h1 {
          font-size: 18px; } }

div.popup {
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
  transition: opacity 0.5s; }
  div.popup > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1em 2em;
    border-radius: 0.2em;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.55); }
    div.popup > div > div:nth-child(1) {
      font-size: 1.5em;
      color: #357b3f; }
    div.popup > div > div:nth-child(2):not(:empty) {
      margin-top: 0.5em; }
  div.popup .button2 + .button2 {
    margin-left: 16px; }

.slick-slider {
  z-index: 0; }

html.scrolling .notice {
  height: 4em; }
  html.scrolling .notice > div {
    position: fixed;
    top: 0; }
.notice > div {
  position: fixed;
  z-index: 4;
  top: 0;
  height: 4em;
  width: 100%;
  background-color: #357b3f;
  color: #fff;
  padding: 0 1em;
  display: flex;
  align-items: center;
  justify-content: center; }

:target:before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden; }

/*# sourceMappingURL=style.css.map */
