.faded {
  opacity: 0.65;
}

.fade-out-right-50 {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.fade-out-right-50::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}

.via-box-shadow {
  border-radius: 3px;
  box-shadow: var(--bs-box-shadow-sm);
}

.via-link-primary {
  cursor: pointer;
  color: var(--bs-link-color);
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}
.via-link-primary:hover, .via-link-primary:focus-visible {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}
.via-link-primary:disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
}

.via-link-secondary {
  cursor: pointer;
  color: var(--bs-body-color);
  transition: color 0.15s ease-in-out;
  text-decoration: none;
}
.via-link-secondary:hover, .via-link-secondary:focus-visible {
  color: var(--bs-link-color);
  text-decoration: none;
}
.via-link-secondary:disabled {
  color: var(--bs-nav-link-disabled-color);
  cursor: default;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  min-width: 360px;
  max-width: 3000px;
  margin: 0 auto;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--via-a11y-outline-color);
  outline-offset: 3px;
}

.via-link-primary {
  color: var(--bs-link-color);
}
.via-link-primary:active, .via-link-primary:hover, .via-link-primary:focus-visible {
  color: var(--bs-link-hover-color);
  text-decoration: none !important;
}

.via-link-secondary {
  color: var(--bs-body-color);
}
.via-link-secondary:active, .via-link-secondary:hover, .via-link-secondary:focus-visible {
  color: var(--bs-link-color);
  text-decoration: none !important;
}

ul,
ol {
  margin-bottom: 20px;
}

main,
footer {
  margin: 0 auto;
}
main strong.h1,
main strong.h2,
main strong.h3,
main strong.h4,
footer strong.h1,
footer strong.h2,
footer strong.h3,
footer strong.h4 {
  display: block;
}

.via-sidebar-menu,
.via-site-breadcrumbs {
  display: none;
}

.text-large {
  font-size: 1.25rem;
}

.text-small {
  font-size: 0.75rem;
}

.content-bg {
  background-color: #f2f2f2;
}

.divider.gray-green {
  background-color: var(--via-gray-green);
  color: #ffffff;
}
.divider.gray-dark {
  background-color: var(--bs-secondary);
  color: #ffffff;
}
.divider.gray-green-light {
  background-color: var(--via-gray-green-light);
  color: #ffffff;
}
.divider.orange {
  background-color: var(--bs-primary);
  color: #ffffff;
}
.divider.gray-light {
  background-color: #f2f2f2;
  color: var(--bs-body-color);
}
[data-via-a11y-contrast=high] .divider.gray-green {
  background-color: var(--via-gray-green) !important;
  color: #ffffff !important;
}
[data-via-a11y-contrast=high] .divider.gray-dark {
  background-color: var(--bs-secondary) !important;
  color: #ffffff !important;
}
[data-via-a11y-contrast=high] .divider.gray-green-light {
  background-color: var(--via-gray-green-light) !important;
  color: #ffffff !important;
}
[data-via-a11y-contrast=high] .divider.orange {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
}
[data-via-a11y-contrast=high] .divider.gray-light {
  background-color: #f2f2f2 !important;
  color: var(--bs-body-color) !important;
}
.divider a {
  color: inherit;
  text-decoration: underline;
}
.divider a:hover, .divider a:focus-visible {
  color: inherit;
  text-decoration: underline !important;
}
.divider.contact .contact-phone,
.divider.contact .contact-mail {
  text-align: right;
}
.divider.contact .contact-phone a,
.divider.contact .contact-mail a {
  text-decoration: none;
}
.divider.contact .icon-contact-phone {
  margin-top: -7px;
}
.divider.contact .icon-contact-mail {
  font-size: 26px;
  margin-top: -5px;
}
.divider.contact .mobile-contact-link {
  display: inline-block;
  width: 50%;
  height: 52px;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  text-decoration: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 7px;
  padding-bottom: 7px;
}
.divider.contact .mobile-contact-link:hover, .divider.contact .mobile-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: none !important;
}
.divider.contact .mobile-contact-link:focus-visible {
  outline-offset: -2px;
}
.divider.contact .mobile-contact-link.call-link {
  float: left;
  border-right: 1px solid;
}
.divider.contact .mobile-contact-link.mail-link {
  border-left: 1px solid;
}

.divider-row {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .divider-row .col-12 + .col-12 {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .divider-row {
    padding-top: 48px;
    padding-bottom: 40px;
  }
}

.content-row-top {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .content-row-top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.content-row-center {
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .content-row-center {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}

.content-row-bottom-1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content-row-bottom-2 {
  padding-bottom: 40px;
}

.box-shadow {
  overflow: hidden;
  box-shadow: var(--bs-box-shadow-hidden);
}

.img-icon {
  width: 78px;
  height: 78px;
  border: 1px solid var(--bs-gray-600);
  border-radius: 3px;
}

.section-headline {
  border-bottom: solid 2px var(--bs-gray-300);
  margin-top: 0 !important;
  margin-bottom: 40px !important;
  padding-top: 30px !important;
  padding-bottom: 20px !important;
}

.fancybox-skin {
  position: relative;
  background: #ffffff;
  text-shadow: none;
  border-radius: 0;
  box-shadow: none;
}

.fancybox-opened .fancybox-skin {
  box-shadow: none;
}

.fancybox-close {
  background: url("/viaprintoweb/dotcms_themes/productpage/images/lightbox-close-icon.svg") no-repeat;
  background-size: 24px 24px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 8040;
}

.btn-green {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--via-climate-green);
  --bs-btn-border-color: var(--via-climate-green);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--via-climate-green-hover);
  --bs-btn-hover-border-color: var(--via-climate-green-hover);
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--via-climate-green-hover);
  --bs-btn-active-border-color: var(--via-climate-green-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--via-climate-green);
  --bs-btn-disabled-border-color: var(--via-climate-green);
}

.btn-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--via-file-audit-blue);
  --bs-btn-border-color: var(--via-file-audit-blue);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--via-file-audit-blue-hover);
  --bs-btn-hover-border-color: var(--via-file-audit-blue-hover);
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: var(--via-file-audit-blue-hover);
  --bs-btn-active-border-color: var(--via-file-audit-blue-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--via-file-audit-blue);
  --bs-btn-disabled-border-color: var(--via-file-audit-blue);
}

.btn-white {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: var(--bs-primary-hover);
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: var(--bs-primary-hover);
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-white-turquoise {
  --bs-btn-color: var(--via-turquoise);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: var(--via-turquoise-hover);
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: var(--via-turquoise-hover);
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--via-turquoise);
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-white-gray-green {
  --bs-btn-color: var(--via-gray-green);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: var(--via-gray-green-hover);
  --bs-btn-hover-bg: #f7f7f7;
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: var(--via-gray-green-hover);
  --bs-btn-active-bg: #f7f7f7;
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--via-gray-green);
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: #ffffff;
}

.btn-dark {
  --bs-btn-color: #333333;
  --bs-btn-bg: #ceaa5e;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #ceaa5e;
  --bs-btn-hover-border-color: #ceaa5e;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: #000000;
  --bs-btn-active-bg: #ceaa5e;
  --bs-btn-active-border-color: #ceaa5e;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: #ceaa5e;
  --bs-btn-disabled-border-color: transparent;
}

.btn-arrow-orange {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: #ffffff;
  --bs-btn-hover-color: #f7f7f7;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: #f7f7f7;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: #f7f7f7;
  --bs-btn-active-bg: var(--bs-primary-hover);
  --bs-btn-active-border-color: #f7f7f7;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: #ffffff;
  position: relative;
  --bs-btn-border-width: 2px;
  --bs-btn-padding-y: 10px 28px;
  --bs-btn-padding-x: 6px 69px;
}
.btn-arrow-orange .viaicons {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 40px;
  padding: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-arrow-orange .viaicons::before {
  font-size: 1rem;
}
.btn-arrow-orange:hover .viaicons, .btn-arrow-orange:focus-visible .viaicons, .btn-arrow-orange:active .viaicons, .btn-arrow-orange.active .viaicons {
  color: var(--bs-btn-hover-bg);
  background-color: var(--bs-btn-hover-color);
}

.btn-arrow-white {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary-hover);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: var(--bs-primary-hover);
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: var(--bs-primary-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: var(--bs-primary);
  position: relative;
  --bs-btn-border-width: 2px;
  --bs-btn-padding-y: 10px 28px;
  --bs-btn-padding-x: 6px 69px;
}
.btn-arrow-white .viaicons {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 40px;
  padding: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-arrow-white .viaicons::before {
  font-size: 1rem;
}
.btn-arrow-white:hover .viaicons, .btn-arrow-white:focus-visible .viaicons, .btn-arrow-white:active .viaicons, .btn-arrow-white.active .viaicons {
  color: var(--bs-btn-hover-bg);
  background-color: var(--bs-btn-hover-color);
}

.btn-arrow-green {
  --bs-btn-color: var(--via-climate-green);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--via-climate-green);
  --bs-btn-hover-color: var(--via-climate-green-hover);
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: var(--via-climate-green-hover);
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: var(--via-climate-green-hover);
  --bs-btn-active-bg: #ffffff;
  --bs-btn-active-border-color: var(--via-climate-green-hover);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: var(--via-climate-green);
  --bs-btn-disabled-bg: #ffffff;
  --bs-btn-disabled-border-color: var(--via-climate-green);
  position: relative;
  --bs-btn-border-width: 2px;
  --bs-btn-padding-y: 10px 28px;
  --bs-btn-padding-x: 6px 69px;
}
.btn-arrow-green .viaicons {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 40px;
  padding: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-arrow-green .viaicons::before {
  font-size: 1rem;
}
.btn-arrow-green:hover .viaicons, .btn-arrow-green:focus-visible .viaicons, .btn-arrow-green:active .viaicons, .btn-arrow-green.active .viaicons {
  color: var(--bs-btn-hover-bg);
  background-color: var(--bs-btn-hover-color);
}

.btn-arrow-dark {
  --bs-btn-color: #ffe5b0;
  --bs-btn-bg: #333333;
  --bs-btn-border-color: #ffe5b0;
  --bs-btn-hover-color: #ceaa5e;
  --bs-btn-hover-bg: #333333;
  --bs-btn-hover-border-color: #ceaa5e;
  --bs-btn-focus-shadow-rgb: null;
  --bs-btn-active-color: #ceaa5e;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #ceaa5e;
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #ffe5b0;
  --bs-btn-disabled-bg: #333333;
  --bs-btn-disabled-border-color: #ffe5b0;
  position: relative;
  --bs-btn-border-width: 2px;
  --bs-btn-padding-y: 10px 28px;
  --bs-btn-padding-x: 6px 69px;
}
.btn-arrow-dark .viaicons {
  color: var(--bs-btn-bg);
  background-color: var(--bs-btn-color);
  position: absolute;
  top: 0;
  left: 0;
  min-width: 40px;
  min-height: 40px;
  padding: 12px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-arrow-dark .viaicons::before {
  font-size: 1rem;
}
.btn-arrow-dark:hover .viaicons, .btn-arrow-dark:focus-visible .viaicons, .btn-arrow-dark:active .viaicons, .btn-arrow-dark.active .viaicons {
  color: var(--bs-btn-hover-bg);
  background-color: var(--bs-btn-hover-color);
}

.stage {
  position: relative;
  background-repeat: no-repeat;
}
.stage .jumbotron-container {
  position: relative;
  height: auto;
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .stage {
    height: auto;
    min-height: 300px;
    background-position: top;
    background-size: cover;
  }
  .stage .jumbotron-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .stage {
    height: 640px;
    background-position: center;
    background-size: auto 640px;
  }
  .stage .jumbotron-container {
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.jumbotron {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--via-white-95);
}
.jumbotron .jumbotron-inner-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .jumbotron .jumbotron-inner-container {
    padding-left: max(var(--bs-gutter-x) * 0.5, env(safe-area-inset-left));
    padding-right: max(var(--bs-gutter-x) * 0.5, env(safe-area-inset-right));
  }
}
.jumbotron h1 {
  color: var(--bs-primary);
  margin-top: 0;
  margin-bottom: 10px;
}
.jumbotron h2 {
  color: var(--bs-secondary);
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .jumbotron .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .jumbotron {
    width: calc(100% + 2px);
    margin: 300px -1px -1px;
    text-align: center;
    padding: 30px 0;
  }
}
@media (min-width: 768px) {
  .jumbotron {
    margin-left: auto;
    min-width: 435px;
    max-width: 534px;
    padding: 30px;
    box-shadow: var(--bs-box-shadow-hidden);
  }
}

.award-list-container {
  position: relative;
}
@media (max-width: 767.98px) {
  .award-list-container {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .award-list-container {
    height: 0;
    margin-top: -155px;
  }
}

.award-list {
  display: flex;
}
@media (max-width: 575.98px) {
  .award-list {
    flex-direction: column;
    align-items: center;
  }
  .award-list a + a {
    margin-top: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .award-list {
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 576px) {
  .award-list {
    flex-direction: row;
  }
  .award-list a + a {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .award-list {
    width: max-content;
    height: 155px;
    padding-bottom: 15px;
    align-items: flex-end;
  }
}
.award-list img {
  filter: var(--bs-drop-shadow-hidden);
}

.related-products {
  padding-bottom: 60px;
}
.related-products .product-box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
}
.related-products .product-box a {
  width: 100%;
  height: 100%;
}
.related-products .teaser-image {
  width: 100%;
  height: 192px;
  overflow: hidden;
}
.related-products .teaser-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease-in-out;
}
@media (min-width: 768px) and (max-width: 1579.98px) {
  .related-products .teaser-image {
    height: 210px;
  }
}
@media (min-width: 1580px) {
  .related-products .teaser-image {
    height: 267px;
  }
}
.related-products .teaser-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 192px);
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 1579.98px) {
  .related-products .teaser-text {
    height: calc(100% - 210px);
  }
}
@media (min-width: 1580px) {
  .related-products .teaser-text {
    height: calc(100% - 267px);
  }
}
.related-products .teaser-text .top-center {
  flex-grow: 1;
  text-align: center;
}
.related-products .teaser-text .bottom-center {
  text-align: center;
}
.related-products .teaser-text .teaser-text-headline {
  color: var(--bs-primary);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.related-products .teaser-text .teaser-text-description {
  color: var(--bs-secondary);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
.related-products a {
  display: inline-block;
}
.related-products a:hover .teaser-image img, .related-products a:focus-visible .teaser-image img {
  transform: scale(1.05);
}
.related-products a:hover .teaser-text-headline, .related-products a:focus-visible .teaser-text-headline {
  color: var(--bs-primary-hover);
}
.related-products a:hover .btn-primary, .related-products a:focus-visible .btn-primary {
  background-color: var(--bs-primary-hover);
}

.claim {
  background-color: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.claim .claim-intro {
  margin-bottom: 80px;
}
.claim .claim-item-container {
  max-width: 320px;
  margin: 0 auto;
}
.claim .claim-item {
  text-align: center;
}
@media (max-width: 767.98px) {
  .claim .claim-item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .claim .claim-item:not(:last-child) {
    border-right: 2px solid var(--bs-gray-300);
  }
}
.claim .viaicons {
  margin-bottom: 15px;
}
.claim .viaicons::before {
  font-size: 72px;
}
.claim .claim-item-header {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--bs-primary);
  margin-bottom: 15px;
}
.claim .claim-item-text {
  font-size: 1.25rem;
}
.claim .claim-item-header,
.claim .claim-item-text {
  padding: 0 15px;
}
.claim .claim-intro-header {
  margin-bottom: 26px;
  text-align: center;
}
.claim .claim-intro-text {
  text-align: center;
}
@media (max-width: 575.98px) {
  .claim .claim-intro-header {
    font-size: 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .claim .claim-intro-header {
    font-size: 2rem;
  }
  .claim .claim-intro-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .claim .claim-intro-header {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  .claim .claim-intro-header {
    font-size: 2rem;
  }
  .claim .claim-intro-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1260px) {
  .claim .container:not(footer .claim .container) {
    max-width: 1260px;
  }
  .claim .claim-item-header,
  .claim .claim-item-text {
    margin-right: auto;
    margin-left: auto;
  }
  .claim .claim-intro-header {
    font-size: 2rem;
  }
  .claim .claim-intro-text {
    font-size: 1.25rem;
  }
}

footer .benefit {
  background-color: #f2f2f2;
  padding-bottom: 22px;
}
footer .benefit > .container {
  position: relative;
}
footer .benefit .grid-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: grid;
}
footer .benefit .grid-container .h5 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  font-weight: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  footer .benefit .grid-container .h5 {
    font-size: 1.5rem;
  }
}
@media (min-width: 1260px) {
  footer .benefit .grid-container .h5 {
    font-size: 1.5rem;
  }
}
footer .benefit .grid-container .tile {
  background-color: #ffffff;
  box-shadow: var(--bs-box-shadow-hidden);
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .benefit .grid-container .tile.transparent {
  background-color: transparent;
  box-shadow: none;
}
footer .benefit .grid-container .tile .img-large-landscape {
  width: 75%;
  height: auto;
}
footer .benefit .grid-container .tile .img-landscape {
  width: 75%;
  height: auto;
}
footer .benefit .grid-container .tile .img-portrait {
  width: auto;
  height: 75%;
}
footer .benefit .grid-container .tile .img-quadrate {
  width: 60%;
  height: auto;
}
footer .benefit .grid-container .tile .img-small-quadrate {
  width: 45%;
  height: auto;
}
footer .benefit .grid-container .payment {
  grid-area: pm;
}
footer .benefit .grid-container .mastercard {
  grid-area: mc;
}
footer .benefit .grid-container .mastercard img {
  aspect-ratio: 1.2916666667;
}
footer .benefit .grid-container .amex {
  grid-area: ax;
}
footer .benefit .grid-container .amex img {
  aspect-ratio: 1.1132075472;
}
footer .benefit .grid-container .visa {
  grid-area: vs;
}
footer .benefit .grid-container .visa img {
  aspect-ratio: 3.0674846626;
}
footer .benefit .grid-container .ec {
  grid-area: ec;
}
footer .benefit .grid-container .ec img {
  aspect-ratio: 1;
}
footer .benefit .grid-container .paypal {
  grid-area: pp;
}
footer .benefit .grid-container .paypal img {
  aspect-ratio: 3.778597786;
}
footer .benefit .grid-container .invoice {
  grid-area: iv;
}
footer .benefit .grid-container .invoice img {
  aspect-ratio: 4.3870967742;
}
footer .benefit .grid-container .sustainability {
  grid-area: st;
}
footer .benefit .grid-container .climate-partner {
  grid-area: cp;
}
footer .benefit .grid-container .climate-partner img {
  aspect-ratio: 6.8;
}
footer .benefit .grid-container .fsc {
  grid-area: fsc;
}
footer .benefit .grid-container .fsc img {
  aspect-ratio: 0.6612903226;
}
footer .benefit .grid-container .dhl {
  grid-area: dhl;
}
footer .benefit .grid-container .dhl img {
  aspect-ratio: 1.4166666667;
}
footer .benefit .grid-container .ups {
  grid-area: ups;
}
footer .benefit .grid-container .ups img {
  aspect-ratio: 2.5454545455;
}
footer .benefit .grid-container .dpd {
  grid-area: dpd;
}
footer .benefit .grid-container .dpd img {
  aspect-ratio: 3.53125;
}
footer .benefit .grid-container .reliability {
  grid-area: rb;
}
footer .benefit .grid-container .trusted-shops {
  grid-area: ts;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
footer .benefit .grid-container .trusted-shops .ts-badge {
  transform-origin: left top;
}
footer .benefit .grid-container .trusted-shops .ts-image {
  width: auto;
  height: 100%;
  aspect-ratio: 158/81;
}
footer .benefit .grid-container .award {
  grid-area: aw;
}
footer .benefit .grid-container .kununu {
  grid-area: kn;
}
footer .benefit .grid-container .kununu img {
  aspect-ratio: 1.5142857143;
}
footer .benefit .grid-container .social-media {
  grid-area: sm;
}
footer .benefit .grid-container .facebook {
  grid-area: fb;
}
footer .benefit .grid-container .facebook img {
  aspect-ratio: 1;
}
footer .benefit .grid-container .xing {
  grid-area: xg;
}
footer .benefit .grid-container .xing img {
  aspect-ratio: 1;
}
footer .benefit .grid-container .linked-in {
  grid-area: li;
}
footer .benefit .grid-container .linked-in img {
  aspect-ratio: 1;
}
@media (max-width: 575.98px) {
  footer .benefit .aspect-ratio {
    padding-bottom: 253.8461538462%;
  }
  footer .benefit .grid-container {
    grid: "pm  pm  pm  pm  pm  pm  pm  pm" 1fr "mc  mc  ax  ax  vs  vs  ec  ec" 1fr "pp  pp  pp  pp  iv  iv  iv  iv" 1fr "st  st  st  st  st  st  st  st" 1fr "cp  cp  cp  cp  cp  dhl dhl dhl" 1fr "ups ups ups dpd dpd dpd fsc fsc" 1fr "rb  rb  rb  rb  aw  aw  aw  aw" 1fr "ts  ts  ts  ts  kn  kn  kn  ." 1fr "sm  sm  sm  sm  sm  sm  sm  sm" 1fr "fb  fb  xg  xg  li  li  .   ." 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.0101010101% 2.5641025641%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .benefit .aspect-ratio {
    padding-bottom: 116.9396551724%;
  }
  footer .benefit .grid-container {
    grid: "pm  pm  pm  pm  pm  pm  st  st  st  st  st  st" 1fr "mc  mc  ax  ax  vs  vs  cp  cp  cp  cp  fsc fsc" 1fr "ec  ec  pp  pp  pp  pp  dhl dhl dhl ups ups ups" 1fr "iv  iv  iv  iv  .   .   dpd dpd dpd .   .   ." 1fr "rb  rb  rb  rb  aw  aw  aw  aw  sm  sm  sm  sm" 1fr "ts  ts  ts  ts  kn  kn  kn  .   fb  fb  xg  xg" 1fr ".   .   .   .   .   .   .   .   li  li  .   ." 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.4006634722% 1.6379310345%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  footer .benefit .aspect-ratio {
    padding-bottom: 116.9411764706%;
  }
  footer .benefit .grid-container {
    grid: "pm  pm  pm  pm  pm  pm  st  st  st  st  st  st" 1fr "mc  mc  ax  ax  vs  vs  cp  cp  cp  cp  fsc fsc" 1fr "ec  ec  pp  pp  pp  pp  dhl dhl dhl ups ups ups" 1fr "iv  iv  iv  iv  .   .   dpd dpd dpd .   .   ." 1fr "rb  rb  rb  rb  aw  aw  aw  aw  sm  sm  sm  sm" 1fr "ts  ts  ts  ts  kn  kn  kn  .   fb  fb  xg  xg" 1fr ".   .   .   .   .   .   .   .   li  li  .   ." 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 1.4084507042% 1.6470588235%;
  }
  footer .benefit .grid-container .trusted-shops .ts-badge {
    transform: scale(1.17581);
  }
}
@media (min-width: 1024px) and (max-width: 1259.98px) {
  footer .benefit .aspect-ratio {
    padding-bottom: 32.6271186441%;
  }
  footer .benefit .grid-container {
    grid: "pm  pm  pm  pm  pm  pm  .   st  st  st  st  st  st  st  .   rb  rb  rb  rb  .   sm  sm  sm  sm" 1fr "mc  mc  ax  ax  vs  vs  .   cp  cp  cp  cp  cp  fsc fsc .   ts  ts  ts  ts  .   fb  fb  xg  xg" 1fr "ec  ec  pp  pp  pp  pp  .   dhl dhl dhl dhl ups ups ups .   aw  aw  aw  aw  .   li  li  .   ." 1fr "iv  iv  iv  iv  .   .   .   dpd dpd dpd dpd .   .   .   .   kn  kn  kn  .   .   .   .   .   ." 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 3.2467532468% 1.0593220339%;
  }
  footer .benefit .grid-container .trusted-shops .ts-badge {
    transform: scale(0.78387);
  }
}
@media (min-width: 1260px) and (max-width: 1579.98px) {
  footer .benefit .grid-container .trusted-shops .ts-badge {
    transform: scale(1.00622);
  }
}
@media (min-width: 1260px) {
  footer .benefit .aspect-ratio {
    padding-bottom: 32.6666666667%;
  }
  footer .benefit .grid-container {
    grid: "pm  pm  pm  pm  pm  pm  .   st  st  st  st  st  st  st  .   rb  rb  rb  rb  .   sm  sm  sm  sm" 1fr "mc  mc  ax  ax  vs  vs  .   cp  cp  cp  cp  cp  fsc fsc .   ts  ts  ts  ts  .   fb  fb  xg  xg" 1fr "ec  ec  pp  pp  pp  pp  .   dhl dhl dhl dhl ups ups ups .   aw  aw  aw  aw  .   li  li  .   ." 1fr "iv  iv  iv  iv  .   .   .   dpd dpd dpd dpd .   .   .   .   kn  kn  kn  .   .   .   .   .   ." 1fr/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 3.0612244898% 1%;
  }
}
@media (min-width: 1580px) {
  footer .benefit .grid-container .trusted-shops .ts-badge {
    transform: scale(1.26795);
  }
}

footer .claim {
  background-color: #ffffff;
  box-shadow: var(--bs-box-shadow-top);
  padding-top: 70px;
  padding-bottom: 70px;
}
footer .claim .logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  height: 30px;
  line-height: 30px;
}
footer .claim .logo {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-image: url("/viaprintoweb/dotcms_themes/productpage/images/viaprinto-logo.svg");
  background-size: contain;
  display: block;
}
footer .contact {
  color: #ffffff;
  background-color: var(--bs-primary);
}
footer .contact p a {
  color: #ffffff;
  text-decoration: none !important;
}
footer .contact p a:hover, footer .contact p a:focus-visible {
  color: #ffffff;
  text-decoration: underline !important;
}
footer .contact .mobile-contact-link {
  display: inline-block;
  width: 50%;
  height: 52px;
  color: #ffffff;
  font-size: 1.75rem;
  text-align: center;
  text-decoration: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding-top: 7px;
  padding-bottom: 7px;
}
footer .contact .mobile-contact-link:hover, footer .contact .mobile-contact-link:focus-visible {
  color: #ffffff;
  text-decoration: none;
}
footer .contact .mobile-contact-link:focus-visible {
  outline-offset: -2px;
}
footer .contact .mobile-contact-link.call-link {
  float: left;
  border-right: 1px solid;
}
footer .contact .mobile-contact-link.mail-link {
  border-left: 1px solid;
}
footer .contact-row {
  padding-top: 32px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  footer .contact-row {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding-top: 48px;
    padding-bottom: 40px;
  }
}
footer .contact-row .contact-phone,
footer .contact-row .contact-mail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .contact-row .contact-mail-text {
  white-space: nowrap;
}
footer .contact-row .icon-contact-phone {
  margin-top: -7px;
}
footer .contact-row .icon-contact-mail {
  font-size: 26px;
  margin-top: -5px;
}
footer .link-list .link-list-row {
  display: flex;
  padding: 24px 0 22px;
}
footer .link-list .link-list-row .links {
  text-align: center;
}
@media (min-width: 1024px) {
  footer .link-list .link-list-row .links {
    text-align: right;
  }
}
footer .link-list.gray {
  background-color: #f2f2f2;
}
footer .link-list.gray .link-list-row {
  justify-content: center;
}
@media (min-width: 1024px) {
  footer .link-list.gray .link-list-row {
    justify-content: flex-end;
  }
}
footer .link-list.white {
  background-color: #ffffff;
}
footer .link-list.white .link-list-row {
  flex-direction: column;
  justify-content: center;
}
footer .link-list.white .link-list-row .copyright {
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  footer .link-list.white .link-list-row {
    flex-direction: row;
    justify-content: space-between;
  }
  footer .link-list.white .link-list-row .copyright {
    text-align: left;
    margin-bottom: 0;
  }
}

.startpage .products {
  background-color: #ffffff;
}
.startpage .product-info {
  background: #f2f2f2;
  padding-bottom: 30px;
}
.startpage .product-info h2,
.startpage .product-info .h2 {
  margin-bottom: 30px;
}

.startpage-stage {
  position: relative;
  background-repeat: no-repeat;
}
.startpage-stage .startpage-jumbotron-container {
  position: relative;
  height: auto;
  border: 1px solid transparent;
}
@media (max-width: 767.98px) {
  .startpage-stage {
    height: auto;
    min-height: 300px;
    background-position: top;
    background-size: auto 300px;
  }
  .startpage-stage .startpage-jumbotron-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .startpage-stage {
    height: 640px;
    background-position: center;
    background-size: auto 640px;
  }
  .startpage-stage .startpage-jumbotron-container {
    height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.startpage-stage .carousel-inner .item {
  height: auto;
  background-position: top;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .startpage-stage .carousel-inner .item {
    background-size: auto 300px;
  }
}
@media (min-width: 768px) {
  .startpage-stage .carousel-inner .item {
    height: 640px;
    background-position: center;
    background-size: auto 640px;
  }
}
.startpage-stage .startpage-jumbotron {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 300px;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background-color: var(--via-white-95);
}
.startpage-stage .startpage-jumbotron .startpage-jumbotron-inner-container {
  width: 100%;
}
@media (max-width: 767.98px) {
  .startpage-stage .startpage-jumbotron .startpage-jumbotron-inner-container {
    padding-left: max(var(--bs-gutter-x) * 0.5, env(safe-area-inset-left));
    padding-right: max(var(--bs-gutter-x) * 0.5, env(safe-area-inset-right));
  }
}
.startpage-stage .startpage-jumbotron h2,
.startpage-stage .startpage-jumbotron .h1 {
  margin-top: 0;
  margin-bottom: 10px;
}
.startpage-stage .startpage-jumbotron h3,
.startpage-stage .startpage-jumbotron .h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.startpage-stage .startpage-jumbotron.orange {
  background-color: var(--bs-primary);
}
.startpage-stage .startpage-jumbotron.orange h2,
.startpage-stage .startpage-jumbotron.orange .h1 {
  color: #ffffff;
}
.startpage-stage .startpage-jumbotron.orange h3,
.startpage-stage .startpage-jumbotron.orange .h4 {
  color: #ffffff;
}
.startpage-stage .startpage-jumbotron.green {
  background-color: var(--via-white-95);
}
.startpage-stage .startpage-jumbotron.green h2,
.startpage-stage .startpage-jumbotron.green .h1 {
  color: var(--via-climate-green);
}
.startpage-stage .startpage-jumbotron.green h3,
.startpage-stage .startpage-jumbotron.green .h4 {
  color: var(--bs-secondary);
}
.startpage-stage .startpage-jumbotron.white h2,
.startpage-stage .startpage-jumbotron.white .h1 {
  color: var(--bs-primary);
}
.startpage-stage .startpage-jumbotron.white h3,
.startpage-stage .startpage-jumbotron.white .h4 {
  color: var(--bs-gray-700);
}
.startpage-stage .startpage-jumbotron.dark {
  background-color: #333333;
}
.startpage-stage .startpage-jumbotron.dark h2,
.startpage-stage .startpage-jumbotron.dark .h1 {
  color: #ceaa5e;
}
.startpage-stage .startpage-jumbotron.dark h3,
.startpage-stage .startpage-jumbotron.dark .h4 {
  color: #f2f2f2;
}
.startpage-stage .startpage-jumbotron.dark .btn-dark {
  background: linear-gradient(29deg, #ffe5b0, #ceaa5e, #ffe5b0);
  background-size: 300% 300%;
  animation: gradient 10s ease-in-out infinite;
}
.startpage-stage .startpage-jumbotron.dark a:focus-visible,
.startpage-stage .startpage-jumbotron.dark button:focus-visible,
.startpage-stage .startpage-jumbotron.dark .btn:focus-visible {
  outline: 2px solid var(--via-a11y-outline-inverted-color);
}
@media (max-width: 575.98px) {
  .startpage-stage .startpage-jumbotron .btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .startpage-stage .startpage-jumbotron.orange {
    background-color: #ffffff;
  }
  .startpage-stage .startpage-jumbotron.orange h2,
  .startpage-stage .startpage-jumbotron.orange .h1 {
    color: var(--bs-primary);
  }
  .startpage-stage .startpage-jumbotron.orange h3,
  .startpage-stage .startpage-jumbotron.orange .h4 {
    color: var(--bs-secondary);
    font-size: 1rem;
  }
  .startpage-stage .startpage-jumbotron.orange .btn-arrow-orange {
    --bs-btn-color: var(--bs-primary);
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary-hover);
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: var(--bs-primary-hover);
    --bs-btn-active-color: var(--bs-primary-hover);
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: var(--bs-primary-hover);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: #ffffff;
    --bs-btn-disabled-border-color: var(--bs-primary);
  }
}
@media (min-width: 768px) {
  .startpage-stage .startpage-jumbotron {
    margin-top: 0;
    margin-left: auto;
    width: auto;
    min-width: 435px;
    max-width: 534px;
    text-align: left;
    padding: 30px;
    box-shadow: var(--bs-box-shadow-hidden);
  }
  .startpage-stage .startpage-jumbotron.orange {
    max-width: 456px;
    padding: 30px 50px;
  }
  .startpage-stage .startpage-jumbotron.orange h2,
  .startpage-stage .startpage-jumbotron.orange .h1 {
    font-size: 4.125rem;
    line-height: 1.125;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .startpage-stage .startpage-jumbotron.orange h3,
  .startpage-stage .startpage-jumbotron.orange .h4 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .startpage-stage .startpage-jumbotron.green {
    background-color: #ffffff;
  }
}

.startpage-stage-divider .container {
  min-height: 130px;
  display: flex;
  align-items: center;
  color: var(--bs-secondary);
  padding-top: 24px;
  padding-bottom: 24px;
}
.startpage-stage-divider .container .divider-row {
  padding: 0 0 6px;
}
.startpage-stage-divider .container .divider-row h1,
.startpage-stage-divider .container .divider-row .h2 {
  margin: 6px 0;
}
.startpage-stage-divider .container .divider-row h1 .orange,
.startpage-stage-divider .container .divider-row .h2 .orange {
  color: var(--bs-primary);
}
.startpage-stage-divider .container .divider-row .h5 {
  margin: 0;
}

#feature-tile-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#feature-tile-section .feature-header {
  text-align: center;
}
#feature-tile-section .btn-features {
  margin-top: 30px;
}

.feature-tile-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 970px;
  padding: 16px;
}
.feature-tile-container .tile-wrapper {
  width: 462px;
  position: relative;
  transform: translateZ(0);
}
.feature-tile-container .tile-wrapper .feature-tile {
  display: block;
  padding: 32px 35px 25px;
  background-size: cover;
  background-position: center;
  transition: width 300ms ease-in-out, height 300ms ease-in-out, margin 300ms ease-in-out, padding 300ms ease-in-out;
  box-shadow: var(--bs-box-shadow-lg);
  width: 430px;
  height: 430px;
  margin: 16px;
}
.feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
  width: 444px;
  height: 444px;
  margin: 9px;
  padding: 39px 42px 32px;
}
.feature-tile-container .tile-wrapper .feature-tile .feature-tile-title {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0;
}
.feature-tile-container .tile-wrapper .feature-tile .feature-tile-subtitle {
  font-size: 2rem;
  margin-top: 8px;
}
.feature-tile-container .tile-wrapper .feature-tile .feature-tile-btn {
  opacity: 0;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  bottom: 16px;
  right: 51px;
  transition: opacity 400ms ease-in-out, bottom 400ms ease-in-out, right 400ms ease-in-out, top 400ms ease-in-out;
  box-shadow: var(--bs-box-shadow);
}
.feature-tile-container .tile-wrapper .feature-tile:hover .feature-tile-btn, .feature-tile-container .tile-wrapper .feature-tile:focus-visible .feature-tile-btn {
  opacity: 1;
  bottom: 51px;
}
@media (max-width: 767.98px) {
  .feature-tile-container .tile-wrapper .feature-tile .feature-tile-btn, .feature-tile-container .tile-wrapper .feature-tile:hover .feature-tile-btn, .feature-tile-container .tile-wrapper .feature-tile:focus-visible .feature-tile-btn {
    opacity: 1;
    right: 36px;
    bottom: 36px;
  }
}
.feature-tile-container .tile-wrapper .half-tile {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  width: 462px;
}
.feature-tile-container .tile-wrapper .half-tile .feature-tile {
  width: 430px;
  height: 199px;
  margin: 16px;
}
.feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
  width: 444px;
  height: 213px;
  margin: 9px;
  padding: 39px 42px 32px;
}
.feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile .feature-tile-btn {
  top: 167px;
  bottom: 0;
}
.feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile:hover .feature-tile-btn, .feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile:focus-visible .feature-tile-btn {
  top: 132px;
  bottom: 0;
}
@media (max-width: 767.98px) {
  .feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile .feature-tile-btn, .feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile:hover .feature-tile-btn, .feature-tile-container .tile-wrapper .half-tile:first-child .feature-tile:focus-visible .feature-tile-btn {
    top: 145px;
    bottom: 0;
  }
}
@media (max-width: 970px) {
  .feature-tile-container {
    max-width: 758px;
  }
  .feature-tile-container .tile-wrapper {
    width: 712px;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: 680px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: 694px;
    height: 213px;
    margin: 9px;
    padding: 39px 42px 32px;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 712px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: 680px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: 694px;
    height: 213px;
    margin: 9px;
    padding: 39px 42px 32px;
  }
}
@media (max-width: 767.5px) {
  .feature-tile-container {
    max-width: 702px;
  }
  .feature-tile-container .tile-wrapper {
    width: 656px;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: 624px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: 624px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 656px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: 624px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: 624px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
}
@media (max-width: 702px) {
  .feature-tile-container {
    max-width: 622px;
  }
  .feature-tile-container .tile-wrapper {
    width: 576px;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: 544px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: 544px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 576px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: 544px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: 544px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
}
@media (max-width: 622px) {
  .feature-tile-container {
    max-width: 542px;
  }
  .feature-tile-container .tile-wrapper {
    width: 496px;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: 464px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: 464px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 496px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: 464px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: 464px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
}
@media (max-width: 542px) {
  .feature-tile-container {
    max-width: 462px;
  }
  .feature-tile-container .tile-wrapper {
    width: 416px;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: 384px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: 384px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 416px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: 384px;
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: 384px;
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
}
@media (max-width: 575.98px) {
  .feature-tile-container {
    max-width: 508px;
  }
  .feature-tile-container .tile-wrapper {
    width: 100%;
  }
  .feature-tile-container .tile-wrapper .feature-tile {
    width: calc(100% - 32px);
    height: 430px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .feature-tile:hover, .feature-tile-container .tile-wrapper .feature-tile:focus-visible {
    width: calc(100% - 32px);
    height: 430px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
  .feature-tile-container .tile-wrapper .feature-tile .feature-tile-subtitle {
    font-size: 1.5rem;
  }
  .feature-tile-container .tile-wrapper .half-tile {
    width: 100%;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile {
    width: calc(100% + -32px);
    height: 199px;
    margin: 16px;
  }
  .feature-tile-container .tile-wrapper .half-tile .feature-tile:hover, .feature-tile-container .tile-wrapper .half-tile .feature-tile:focus-visible {
    width: calc(100% + -32px);
    height: 199px;
    margin: 16px;
    padding: 32px 35px 25px;
  }
}
.feature-tile-container .color-orange {
  color: #f3651b;
}
.feature-tile-container .color-white {
  color: #ffffff;
}
.feature-tile-container .color-gray-light {
  color: #eeeeee;
}
.feature-tile-container .color-gray-dark {
  color: #666666;
}
.feature-tile-container .color-gold {
  color: #ceaa5e;
}

@media (max-width: 767.98px) {
  .startpage-stage {
    background-size: cover;
  }
}

.content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.contactbox-container {
  padding-bottom: 60px;
}

.related-products {
  background-color: #ffffff;
  padding-bottom: 120px;
}
.related-products .content-row-center {
  max-width: 1512px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
}
.related-products .content-row-center .intro-text {
  text-align: center;
}

#feature-tile-section {
  padding: 132px 0;
}