:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

:root {
  --icon--pencil-gd: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23333333'/%3E%3C/svg%3E");
  --icon--pencil-w: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' width='64px' height='64px'%3E%3Cpath d='M38.406 22.234l11.36 11.36L28.784 54.576l-12.876 4.307c-1.725.577-3.367-1.065-2.791-2.79l4.307-12.876L38.406 22.234zM41.234 19.406l5.234-5.234c1.562-1.562 4.095-1.562 5.657 0l5.703 5.703c1.562 1.562 1.562 4.095 0 5.657l-5.234 5.234L41.234 19.406z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-left-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-left-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L1 8L8 15' stroke='%23E25303'/%3E%3C/svg%3E");
  --icon--arrow-right-gl: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23666666'/%3E%3C/svg%3E");
  --icon--arrow-right-w: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23FFFFFF'/%3E%3C/svg%3E");
  --icon--arrow-right-o: url("data:image/svg+xml,%3Csvg width='9' height='16' viewBox='0 0 9 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999998 15L8 8L1 1' stroke='%23E25303'/%3E%3C/svg%3E");
  /* Desktop */
  --typography-title-800-font-size: 64px;
  --typography-title-800-line-height: 96px;
  --typography-title-800-font-weight: 800;
  --typography-title-700-font-size: 54px;
  --typography-title-700-line-height: 62px;
  --typography-title-700-font-weight: 300;
  --typography-title-510-font-size: 30px;
  --typography-title-510-line-height: 55.7px;
  --typography-title-510-font-weight: 510;
  --typography-title-500-font-size: 30px;
  --typography-title-500-line-height: 36px;
  --typography-title-500-font-weight: 300;
  --typography-title-400-font-size: 24px;
  --typography-title-400-line-height: 36px;
  --typography-title-400-font-weight: 300;
  --typography-title-320-font-size: 18px;
  --typography-title-320-line-height: 33.4px;
  --typography-title-320-font-weight: 320;
  --typography-title-300-font-size: 18px;
  --typography-title-300-line-height: 27px;
  --typography-title-300-font-weight: 300;
  --typography-paragraph-300-font-size: 14px;
  --typography-paragraph-300-line-height: 26px;
  --typography-paragraph-300-font-weight: 400;
  --typography-paragraph-310-font-size: 14px;
  --typography-paragraph-310-line-height: 25px;
  --typography-paragraph-310-font-weight: 300;
  --typography-label-305-font-size: 14px;
  --typography-label-305-line-height: 23px;
  --typography-label-305-font-weight: 305;
  --typography-label-301-font-size: 14px;
  --typography-label-301-line-height: 21px;
  --typography-label-301-font-weight: 301;
  --typography-label-300-font-size: 14px;
  --typography-label-300-line-height: 21px;
  --typography-label-300-font-weight: 300;
  --typography-label-210-font-size: 12px;
  --typography-label-210-line-height: 20px;
  --typography-label-210-font-weight: 210;
  --typography-label-205-font-size: 12px;
  --typography-label-205-line-height: 18px;
  --typography-label-205-font-weight: 205;
  --typography-label-200-font-size: 12px;
  --typography-label-200-line-height: normal;
  --typography-label-200-font-weight: 300;
  --typography-link-100-font-size: 10px;
  --typography-link-100-line-height: 18.6px;
  --typography-link-100-font-weight: 100;
  --typography-button-font-size: 14px;
  --typography-button-line-height: 23px;
  --typography-button-font-weight: 400;
  /* Mobile override */
}
@media (max-width: 992px) {
  :root {
    --typography-title-800-font-size: 24px;
    --typography-title-800-line-height: 36px;
    --typography-title-700-font-size: 44px;
    --typography-title-700-line-height: normal;
    --typography-title-500-font-size: 22px;
    --typography-title-500-line-height: 26px;
    --typography-title-400-font-size: 18px;
    --typography-title-400-line-height: 24px;
    --typography-title-300-font-size: 14px;
    --typography-title-300-line-height: 21px;
    --typography-paragraph-300-font-size: 12px;
    --typography-paragraph-300-line-height: 22px;
    --typography-paragraph-310-font-size: 12px;
    --typography-paragraph-310-line-height: 22px;
    --typography-label-300-font-size: 12px;
    --typography-label-300-line-height: 18px;
    --typography-button-font-size: 16px;
    --typography-button-line-height: 26.3px;
    --typography-button-2-font-size: 14px;
    --typography-button-2-line-height: 21px;
  }
}

.node--type-article.node--view-mode-teaser {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  background: #222222;
  height: 100%;
  position: relative;
}
.node--type-article.node--view-mode-teaser > .coverlink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.node--type-article.node--view-mode-teaser:hover .flag.action-flag {
  opacity: 1;
  z-index: 1;
}
.node--type-article.node--view-mode-teaser .flag {
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
  background: #222222;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.node--type-article.node--view-mode-teaser .flag.action-flag {
  opacity: 0;
  z-index: -1;
}
.node--type-article.node--view-mode-teaser .flag svg {
  width: 14px;
  width: 0.875rem;
  height: auto;
}
.node--type-article.node--view-mode-teaser .flag a {
  display: block;
  font-size: 0;
}
.node--type-article.node--view-mode-teaser .cta {
  padding-top: 0.1px;
  position: relative;
}
.node--type-article.node--view-mode-teaser .cta a:after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.node--type-article.node--view-mode-teaser:hover .image-body-wrapper .field--name-field-summary, .node--type-article.node--view-mode-teaser:hover .image-body-wrapper .field--name-body {
  opacity: 1;
}
.node--type-article.node--view-mode-teaser .image-body-wrapper {
  position: relative;
}
.node--type-article.node--view-mode-teaser .image-body-wrapper > .field--name-body {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5714385714;
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
  align-items: center;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, #222222 100%), rgba(34, 34, 34, 0.5);
  bottom: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  color: #fff;
  display: flex;
  left: 0;
  letter-spacing: 0.05em;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.node--type-article.node--view-mode-teaser .image-body-wrapper > .field--name-body .field--name-field-summary,
.node--type-article.node--view-mode-teaser .image-body-wrapper > .field--name-body .field--name-body {
  display: block;
}
.node--type-article.node--view-mode-teaser .image-body-wrapper p {
  width: 100%;
}
.node--type-article.node--view-mode-teaser .field--name-field-summary,
.node--type-article.node--view-mode-teaser .field--name-body {
  display: none;
  font-weight: 300;
}
.node--type-article.node--view-mode-teaser h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 9px 22px 0;
  margin: 0.5625rem 1.375rem 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.node--type-article.node--view-mode-teaser h2 span,
.node--type-article.node--view-mode-teaser h2 a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571528571;
  color: inherit;
  text-decoration: none;
}
.node--type-article.node--view-mode-teaser .subtitle {
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.node--type-article.node--view-mode-teaser .field--name-field-size,
.node--type-article.node--view-mode-teaser .field--name-field-subtitle,
.node--type-article.node--view-mode-teaser .field--name-field-product-code,
.node--type-article.node--view-mode-teaser .field--name-field-product-code-new,
.node--type-article.node--view-mode-teaser .field--name-field-product-code-ean {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .node--type-article.node--view-mode-teaser h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .node--type-article.node--view-mode-teaser .flag {
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
    padding-top: 14px;
    padding-top: 0.875rem;
    background: none;
    left: auto;
  }
  .node--type-article.node--view-mode-teaser .flag.action-flag {
    opacity: 1;
    z-index: 1;
  }
  .node--type-article.node--view-mode-teaser .flag.action-flag svg path {
    fill: #E25303;
  }
  .node--type-article.node--view-mode-teaser .flag svg {
    width: 17px;
    width: 1.0625rem;
  }
}
.node--type-article.node--view-mode-teaser {
  transition: all 0.3s ease-in-out;
}
.node--type-article.node--view-mode-teaser .node__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.node--type-article.node--view-mode-teaser .node__content .cta {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.node--type-article.node--view-mode-teaser .node__content .cta .details {
  margin-top: auto;
  padding-top: 15px;
}
.node--type-article.node--view-mode-teaser .image-body-wrapper {
  background: #fff;
}
.node--type-article.node--view-mode-teaser .subtitle {
  display: block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.node--type-article.node--view-mode-teaser .subtitle * {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-teaser .subtitle .field--name-field-category {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}
.node--type-article.node--view-mode-teaser .subtitle .field--name-field-category * {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.node--type-article.node--view-mode-teaser .field--name-field-summary {
  display: block;
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  color: #fff;
  font-weight: 500;
}
.node--type-article.node--view-mode-teaser .field--name-field-summary p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.50001;
}
.node--type-article.node--view-mode-teaser .cta .details {
  position: relative;
  display: inline-block;
  margin-left: 22px;
  margin-left: 1.375rem;
  margin-right: 22px;
  margin-right: 1.375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  color: #E25303;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-teaser .cta .details:after {
  margin-left: 10px;
  margin-left: 0.625rem;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #E25303;
  border-top: 7px solid transparent;
  bottom: -3px;
  content: "";
  display: inline-block;
  height: 0;
  position: relative;
  width: 0;
  top: auto;
}
.node--type-article.node--view-mode-full .page-banner-wrapper {
  margin-left: -30px;
  margin-right: -30px;
}
.node--type-article.node--view-mode-full .article-top {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.node--type-article.node--view-mode-full .article-top .article-top-header {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.node--type-article.node--view-mode-full .article-top h1 {
  display: block;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px solid #333333;
  color: #E25303;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.50001;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item {
  display: inline-block;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item:not(:last-child) {
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item:not(:last-child)::after {
  content: "-";
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item .paragraph--type--credits {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.50001;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item .paragraph--type--credits .field--name-field-title {
  font-weight: 500;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item .paragraph--type--credits .field--name-field-title::after {
  content: ":";
}
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item .paragraph--type--credits .field--name-field-title,
.node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item .paragraph--type--credits .field--name-field-description {
  display: inline-block;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags {
  color: #777777;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.50001;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__label {
  display: inline-block;
  font-weight: 500;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__label::after {
  content: ":";
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__items {
  display: inline-block;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__items .field__item {
  display: inline-block;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__items .field__item:not(:last-child) {
  padding-right: 5px;
  padding-right: 0.3125rem;
}
.node--type-article.node--view-mode-full .article-top .field--name-field-tags > .field__items .field__item:not(:last-child)::after {
  content: "|";
  padding-left: 10px;
  padding-left: 0.625rem;
}
.node--type-article.node--view-mode-full .field--name-field-summary {
  color: #777777;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.node--type-article.node--view-mode-full .field--name-field-summary p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.50001;
}
.node--type-article.node--view-mode-full .field--name-body {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}
.node--type-article.node--view-mode-full .field--name-body p {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.node--type-article.node--view-mode-full .field--name-body img {
  width: 100%;
}
.node--type-article.node--view-mode-full .field--name-body img.align-left {
  float: left;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: 60px;
  margin-right: 3.75rem;
  width: auto;
}
.node--type-article.node--view-mode-full .field--name-body img.align-right {
  float: right;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-left: 60px;
  margin-left: 3.75rem;
  width: auto;
}
.node--type-article.node--view-mode-full .field--name-body table {
  width: 100% !important;
  border-collapse: collapse;
  border: 0;
}
.node--type-article.node--view-mode-full .field--name-body table tr td {
  border: 0;
}
.node--type-article.node--view-mode-full .field--name-body ul li,
.node--type-article.node--view-mode-full .field--name-body ol li {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8571528571;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .img-overlay {
  background: linear-gradient(303.45deg, #282828 0.34%, #474747 73.95%, #585858 145.17%);
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play {
  height: 40px;
  height: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 40px;
  width: 2.5rem;
  background: #E25303;
  display: inline-block;
  position: relative;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play:after {
  border-bottom: 8px solid transparent;
  border-left: 12px solid #fff;
  border-top: 8px solid transparent;
  content: "";
  display: inline-block;
  left: 50%;
  margin-left: -5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs {
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .pause-overlay {
  display: none;
  position: absolute;
  z-index: 599;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play {
  left: 50%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play.thumb:after {
  display: none;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play.main:after {
  border-bottom-width: 4px;
  border-left-width: 6px;
  border-top-width: 4px;
  margin: 0 0 0 4px;
  position: static;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .play.start {
  font-size: 12px;
  font-size: 0.75rem;
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  z-index: 600;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .stop {
  bottom: 20px;
  bottom: 1.25rem;
  font-size: 12px;
  font-size: 0.75rem;
  height: 40px;
  height: 2.5rem;
  right: 20px;
  right: 1.25rem;
  width: 40px;
  width: 2.5rem;
  align-items: center;
  background: #fff;
  color: #444444;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 600;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .stop:after {
  width: 24px;
  width: 1.5rem;
  background: #444444;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -12px;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top {
  margin-bottom: 15px;
  padding: 5px;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-slide {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .field--name-field-media-image,
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .field--name-field-media-image img {
  width: 100%;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .items-1,
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .mobile {
  display: none;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button {
  height: 55px;
  height: 3.4375rem;
  width: 25px;
  width: 1.5625rem;
  transform: translateY(-50%);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button span {
  left: 11px;
  left: 0.6875rem;
  height: 34px;
  height: 2.125rem;
  background: #CCCCCC;
  display: block;
  position: relative;
  transition: all 0.2s linear;
  width: 2px;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-prev {
  left: 20px;
  left: 1.25rem;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-next {
  right: 20px;
  right: 1.25rem;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-prev .last, .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-next .first {
  transform: rotate(-45deg);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-prev .first, .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-next .last {
  transform: rotate(45deg);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-disabled .last, .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button-disabled .first {
  transform: rotate(0deg);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top .swiper-button .last {
  top: -11px;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80vw;
  max-width: 1440px;
  max-width: 90rem;
  padding: 0;
  z-index: 602;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active .swiper-slide {
  outline: none !important;
  border: none !important;
  background-color: #333333;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active .swiper-slide .ck-plus-sign {
  display: none;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active .media--type-image.zoom-active {
  cursor: grab;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active div[id^=KeyShotXR] #turntable {
  background-color: #333333 !important;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active .swiper-button {
  outline: none !important;
  border: none !important;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active ~ .ck-overlay-expand {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 601;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top.ck-zoom-active ~ .gallery-thumbs {
  opacity: 0;
  height: 200px;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs {
  padding-left: 5px;
  padding-right: 5px;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .play {
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  cursor: pointer;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .field--name-field-media-image svg {
  display: none;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .swiper-slide .media:after {
  bottom: 0;
  content: "";
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .swiper-slide-thumb-active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .swiper-slide-thumb-active:after {
  background: #E25303;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.node--type-article.node--view-mode-full .field--name-field-product {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.node--type-article.node--view-mode-full .field--name-field-product h3 {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.50001;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-full .field--name-field-product > .field__item {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.node--type-article.node--view-mode-full .tags-wrapper {
  padding-top: 20px;
  padding-top: 1.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  border-top: 1px solid #333333;
  display: flex;
  justify-content: space-between;
}
.node--type-article.node--view-mode-full .tags-wrapper .back {
  font-size: 12px;
  font-size: 0.75rem;
  color: #777777;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.node--type-article.node--view-mode-full .tags-wrapper .back svg {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-wrapper a {
  font-size: 12px;
  font-size: 0.75rem;
  padding-right: 24px;
  padding-right: 1.5rem;
  color: #444444;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-full .tags-wrapper .downloads {
  margin-right: 40px;
  margin-right: 2.5rem;
  background: url("../../images/icons/download-active.png") no-repeat right center;
  background-size: 14px auto;
}
.node--type-article.node--view-mode-full .tags-wrapper .share {
  background: url("../../images/icons/share.png") no-repeat right center;
  background-size: 14px auto;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out 0.3s;
  width: 100vw;
  z-index: -1;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup.active {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  z-index: 601;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .overlay {
  background: rgba(51, 51, 51, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal {
  padding: 30px 40px 72px;
  padding: 1.875rem 2.5rem 4.5rem;
  background-color: #333333;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  display: none;
  position: relative;
  z-index: 2;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal .close-modal {
  height: 25px;
  height: 1.5625rem;
  margin-bottom: 33px;
  margin-bottom: 2.0625rem;
  width: 25px;
  width: 1.5625rem;
  cursor: pointer;
  margin-left: auto;
  text-align: right;
  text-align: right;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal ul,
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal li {
  list-style: none;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal ul,
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal > span {
  min-width: 300px;
  min-width: 18.75rem;
  display: block;
  margin-bottom: 0;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal ul span,
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal > span span {
  display: none;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal ul a,
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal > span a {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  background: #222222;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: #eee;
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.node--type-article.node--view-mode-full .tags-wrapper .download-share-popup .download-share-modal.active {
  display: block;
}
@media (max-width: 991.98px) {
  .node--type-article.node--view-mode-full .page-content-wrapper {
    padding: 0;
  }
  .node--type-article.node--view-mode-full .page-content-wrapper .article-media {
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-left: -25px;
    margin-left: -1.5625rem;
    margin-right: -25px;
    margin-right: -1.5625rem;
  }
  .node--type-article.node--view-mode-full .article-top {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .node--type-article.node--view-mode-full .article-top .article-top-header {
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .node--type-article.node--view-mode-full .article-top h1 {
    padding-bottom: 0;
    border-bottom: none;
  }
  .node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item {
    display: block;
  }
  .node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item:not(:last-child) {
    padding-right: 0;
  }
  .node--type-article.node--view-mode-full .article-top .field--name-field-credits > .field__item:not(:last-child)::after {
    display: none;
  }
  .node--type-article.node--view-mode-full .field--name-field-summary p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.4444544444;
  }
  .node--type-article.node--view-mode-full .field--name-body {
    margin-bottom: 0;
  }
  .node--type-article.node--view-mode-full .field--name-body p:last-child {
    margin-bottom: 0;
  }
  .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-top {
    margin-bottom: 5px;
    padding: 0;
  }
  .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs {
    padding-left: 0;
    padding-right: 0;
  }
  .node--type-article.node--view-mode-full .field--name-field-product {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .node--type-article.node--view-mode-full .tags-wrapper {
    padding-top: 10px;
    padding-top: 0.625rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .node--type-article.node--view-mode-full .tags-wrapper .gallery-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8571528571;
  }
}
@media (max-width: 767.98px) {
  .node--type-article.node--view-mode-full .page-banner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .node--type-article.node--view-mode-full .page-banner-wrapper .media {
    height: auto;
  }
  .node--type-article.node--view-mode-full .page-banner-wrapper .media img {
    display: block;
  }
  .node--type-article.node--view-mode-full > .container-fluid .article-media {
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
  }
  .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs img {
    height: 5px;
  }
  .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .swiper-slide:after {
    background: #777777;
    bottom: 0;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
  }
  .node--type-article.node--view-mode-full .field--name-field-paragraphs .gallery-thumbs .swiper-slide-thumb-active:after {
    background: #E25303;
  }
  .node--type-article.node--view-mode-full .field--name-body p {
    display: inline-block;
  }
  .node--type-article.node--view-mode-full .field--name-body img {
    width: 100%;
  }
  .node--type-article.node--view-mode-full .field--name-body img.align-left, .node--type-article.node--view-mode-full .field--name-body img.align-right {
    float: none;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
    width: auto;
  }
  .node--type-article.node--view-mode-full .field--name-body table {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .node--type-article.node--view-mode-full .field--name-body table tr td {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .node--type-article.node--view-mode-full .page-banner-wrapper .media {
    display: flex;
    justify-content: center;
  }
  .node--type-article.node--view-mode-full .page-banner-wrapper .media img {
    width: auto;
    max-width: inherit;
    height: 150px;
    height: 9.375rem;
  }
}

.page-node-type-article h1 {
  display: none;
}
.page-node-type-article .main-content {
  background: #fff;
}

/*# sourceMappingURL=node--type-article.css.map */
