@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../dependencies/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../dependencies/slick-carousel/slick/fonts/slick.eot");
  src: url("../../../dependencies/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../dependencies/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../../dependencies/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../../dependencies/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0067d6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #B70E0C;
  --bs-orange: #fd953d;
  --bs-yellow: #ffc107;
  --bs-green: #679E48;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0067d6;
  --bs-secondary: #6c757d;
  --bs-success: #679E48;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #B70E0C;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 103, 214;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 103, 158, 72;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 183, 14, 12;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3f3e3e;
  text-decoration: underline;
}
a:hover {
  color: #3f3e3e;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 425px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 576px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg-2, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1600px) {
  .container-xxl, .container-xl, .container-lg-2, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.375rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.375rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.75rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.75rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.25rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.25rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4.5rem;
}

@media (min-width: 320px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 425px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 576px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1024px) {
  .col-lg-2 {
    flex: 1 0 0%;
  }

  .row-cols-lg-2-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-2-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-2-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-2-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-2-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-2-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-2-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-2-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-2-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-2-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-2-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-2-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-2-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-2-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-2-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-2-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-2-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-2-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-2-0 {
    margin-left: 0;
  }

  .offset-lg-2-1 {
    margin-left: 8.33333333%;
  }

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

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

  .offset-lg-2-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-2-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-lg-2-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-2-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-lg-2-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-2-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-2-0,
.gx-lg-2-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-2-0,
.gy-lg-2-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-2-1,
.gx-lg-2-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-2-1,
.gy-lg-2-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-2-2,
.gx-lg-2-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-2-2,
.gy-lg-2-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-2-3,
.gx-lg-2-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-2-3,
.gy-lg-2-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-2-4,
.gx-lg-2-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-2-4,
.gy-lg-2-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-2-5,
.gx-lg-2-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-2-5,
.gy-lg-2-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0067d6;
}
.link-primary:hover, .link-primary:focus {
  color: #0052ab;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #679E48;
}
.link-success:hover, .link-success:focus {
  color: #85b16d;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #B70E0C;
}
.link-danger:hover, .link-danger:focus {
  color: #920b0a;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 320px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 425px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-2-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0067d6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #679E48 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #B70E0C !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.375rem !important;
}

.gap-2 {
  gap: 0.75rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2.25rem !important;
}

.gap-5 {
  gap: 4.5rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.375rem !important;
}

.mt-2 {
  margin-top: 0.75rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mt-5 {
  margin-top: 4.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.375rem !important;
}

.me-2 {
  margin-right: 0.75rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2.25rem !important;
}

.me-5 {
  margin-right: 4.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.375rem !important;
}

.mb-2 {
  margin-bottom: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.375rem !important;
}

.ms-2 {
  margin-left: 0.75rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2.25rem !important;
}

.ms-5 {
  margin-left: 4.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.375rem !important;
}

.pt-2 {
  padding-top: 0.75rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2.25rem !important;
}

.pt-5 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.375rem !important;
}

.pe-2 {
  padding-right: 0.75rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2.25rem !important;
}

.pe-5 {
  padding-right: 4.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.375rem !important;
}

.pb-2 {
  padding-bottom: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2.25rem !important;
}

.pb-5 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.375rem !important;
}

.ps-2 {
  padding-left: 0.75rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2.25rem !important;
}

.ps-5 {
  padding-left: 4.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 320px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

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

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

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

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 0.375rem !important;
  }

  .gap-xs-2 {
    gap: 0.75rem !important;
  }

  .gap-xs-3 {
    gap: 1.5rem !important;
  }

  .gap-xs-4 {
    gap: 2.25rem !important;
  }

  .gap-xs-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: 0.375rem !important;
  }

  .m-xs-2 {
    margin: 0.75rem !important;
  }

  .m-xs-3 {
    margin: 1.5rem !important;
  }

  .m-xs-4 {
    margin: 2.25rem !important;
  }

  .m-xs-5 {
    margin: 4.5rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xs-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xs-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xs-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xs-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xs-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xs-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xs-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xs-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xs-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xs-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xs-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 0.375rem !important;
  }

  .me-xs-2 {
    margin-right: 0.75rem !important;
  }

  .me-xs-3 {
    margin-right: 1.5rem !important;
  }

  .me-xs-4 {
    margin-right: 2.25rem !important;
  }

  .me-xs-5 {
    margin-right: 4.5rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xs-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xs-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xs-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xs-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 0.375rem !important;
  }

  .p-xs-2 {
    padding: 0.75rem !important;
  }

  .p-xs-3 {
    padding: 1.5rem !important;
  }

  .p-xs-4 {
    padding: 2.25rem !important;
  }

  .p-xs-5 {
    padding: 4.5rem !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xs-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xs-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xs-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xs-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xs-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xs-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xs-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xs-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xs-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xs-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xs-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xs-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xs-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xs-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xs-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xs-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xs-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xs-5 {
    padding-left: 4.5rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 425px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.375rem !important;
  }

  .gap-sm-2 {
    gap: 0.75rem !important;
  }

  .gap-sm-3 {
    gap: 1.5rem !important;
  }

  .gap-sm-4 {
    gap: 2.25rem !important;
  }

  .gap-sm-5 {
    gap: 4.5rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.375rem !important;
  }

  .m-sm-2 {
    margin: 0.75rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2.25rem !important;
  }

  .m-sm-5 {
    margin: 4.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.375rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.375rem !important;
  }

  .me-sm-2 {
    margin-right: 0.75rem !important;
  }

  .me-sm-3 {
    margin-right: 1.5rem !important;
  }

  .me-sm-4 {
    margin-right: 2.25rem !important;
  }

  .me-sm-5 {
    margin-right: 4.5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.375rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-4 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.375rem !important;
  }

  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2.25rem !important;
  }

  .p-sm-5 {
    padding: 4.5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.375rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.375rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-4 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 4.5rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.375rem !important;
  }

  .gap-md-2 {
    gap: 0.75rem !important;
  }

  .gap-md-3 {
    gap: 1.5rem !important;
  }

  .gap-md-4 {
    gap: 2.25rem !important;
  }

  .gap-md-5 {
    gap: 4.5rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.375rem !important;
  }

  .m-md-2 {
    margin: 0.75rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2.25rem !important;
  }

  .m-md-5 {
    margin: 4.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.375rem !important;
  }

  .mt-md-2 {
    margin-top: 0.75rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2.25rem !important;
  }

  .mt-md-5 {
    margin-top: 4.5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.375rem !important;
  }

  .me-md-2 {
    margin-right: 0.75rem !important;
  }

  .me-md-3 {
    margin-right: 1.5rem !important;
  }

  .me-md-4 {
    margin-right: 2.25rem !important;
  }

  .me-md-5 {
    margin-right: 4.5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.375rem !important;
  }

  .ms-md-2 {
    margin-left: 0.75rem !important;
  }

  .ms-md-3 {
    margin-left: 1.5rem !important;
  }

  .ms-md-4 {
    margin-left: 2.25rem !important;
  }

  .ms-md-5 {
    margin-left: 4.5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.375rem !important;
  }

  .p-md-2 {
    padding: 0.75rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2.25rem !important;
  }

  .p-md-5 {
    padding: 4.5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.375rem !important;
  }

  .pt-md-2 {
    padding-top: 0.75rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 2.25rem !important;
  }

  .pt-md-5 {
    padding-top: 4.5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.375rem !important;
  }

  .pe-md-2 {
    padding-right: 0.75rem !important;
  }

  .pe-md-3 {
    padding-right: 1.5rem !important;
  }

  .pe-md-4 {
    padding-right: 2.25rem !important;
  }

  .pe-md-5 {
    padding-right: 4.5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.375rem !important;
  }

  .ps-md-2 {
    padding-left: 0.75rem !important;
  }

  .ps-md-3 {
    padding-left: 1.5rem !important;
  }

  .ps-md-4 {
    padding-left: 2.25rem !important;
  }

  .ps-md-5 {
    padding-left: 4.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.375rem !important;
  }

  .gap-lg-2 {
    gap: 0.75rem !important;
  }

  .gap-lg-3 {
    gap: 1.5rem !important;
  }

  .gap-lg-4 {
    gap: 2.25rem !important;
  }

  .gap-lg-5 {
    gap: 4.5rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.375rem !important;
  }

  .m-lg-2 {
    margin: 0.75rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2.25rem !important;
  }

  .m-lg-5 {
    margin: 4.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.375rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.375rem !important;
  }

  .me-lg-2 {
    margin-right: 0.75rem !important;
  }

  .me-lg-3 {
    margin-right: 1.5rem !important;
  }

  .me-lg-4 {
    margin-right: 2.25rem !important;
  }

  .me-lg-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-4 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.375rem !important;
  }

  .p-lg-2 {
    padding: 0.75rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2.25rem !important;
  }

  .p-lg-5 {
    padding: 4.5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.375rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-4 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-2-start {
    float: left !important;
  }

  .float-lg-2-end {
    float: right !important;
  }

  .float-lg-2-none {
    float: none !important;
  }

  .d-lg-2-inline {
    display: inline !important;
  }

  .d-lg-2-inline-block {
    display: inline-block !important;
  }

  .d-lg-2-block {
    display: block !important;
  }

  .d-lg-2-grid {
    display: grid !important;
  }

  .d-lg-2-table {
    display: table !important;
  }

  .d-lg-2-table-row {
    display: table-row !important;
  }

  .d-lg-2-table-cell {
    display: table-cell !important;
  }

  .d-lg-2-flex {
    display: flex !important;
  }

  .d-lg-2-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-2-none {
    display: none !important;
  }

  .flex-lg-2-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-2-row {
    flex-direction: row !important;
  }

  .flex-lg-2-column {
    flex-direction: column !important;
  }

  .flex-lg-2-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-2-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-2-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-2-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-2-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-2-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-2-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-2-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-2-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-2-0 {
    gap: 0 !important;
  }

  .gap-lg-2-1 {
    gap: 0.375rem !important;
  }

  .gap-lg-2-2 {
    gap: 0.75rem !important;
  }

  .gap-lg-2-3 {
    gap: 1.5rem !important;
  }

  .gap-lg-2-4 {
    gap: 2.25rem !important;
  }

  .gap-lg-2-5 {
    gap: 4.5rem !important;
  }

  .justify-content-lg-2-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-2-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-2-center {
    justify-content: center !important;
  }

  .justify-content-lg-2-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-2-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-2-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-2-start {
    align-items: flex-start !important;
  }

  .align-items-lg-2-end {
    align-items: flex-end !important;
  }

  .align-items-lg-2-center {
    align-items: center !important;
  }

  .align-items-lg-2-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-2-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-2-start {
    align-content: flex-start !important;
  }

  .align-content-lg-2-end {
    align-content: flex-end !important;
  }

  .align-content-lg-2-center {
    align-content: center !important;
  }

  .align-content-lg-2-between {
    align-content: space-between !important;
  }

  .align-content-lg-2-around {
    align-content: space-around !important;
  }

  .align-content-lg-2-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-2-auto {
    align-self: auto !important;
  }

  .align-self-lg-2-start {
    align-self: flex-start !important;
  }

  .align-self-lg-2-end {
    align-self: flex-end !important;
  }

  .align-self-lg-2-center {
    align-self: center !important;
  }

  .align-self-lg-2-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-2-stretch {
    align-self: stretch !important;
  }

  .order-lg-2-first {
    order: -1 !important;
  }

  .order-lg-2-0 {
    order: 0 !important;
  }

  .order-lg-2-1 {
    order: 1 !important;
  }

  .order-lg-2-2 {
    order: 2 !important;
  }

  .order-lg-2-3 {
    order: 3 !important;
  }

  .order-lg-2-4 {
    order: 4 !important;
  }

  .order-lg-2-5 {
    order: 5 !important;
  }

  .order-lg-2-last {
    order: 6 !important;
  }

  .m-lg-2-0 {
    margin: 0 !important;
  }

  .m-lg-2-1 {
    margin: 0.375rem !important;
  }

  .m-lg-2-2 {
    margin: 0.75rem !important;
  }

  .m-lg-2-3 {
    margin: 1.5rem !important;
  }

  .m-lg-2-4 {
    margin: 2.25rem !important;
  }

  .m-lg-2-5 {
    margin: 4.5rem !important;
  }

  .m-lg-2-auto {
    margin: auto !important;
  }

  .mx-lg-2-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-2-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-2-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-2-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-2-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-2-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-2-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-2-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-2-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-2-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-2-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-2-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-2-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-2-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-2-0 {
    margin-top: 0 !important;
  }

  .mt-lg-2-1 {
    margin-top: 0.375rem !important;
  }

  .mt-lg-2-2 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-2-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-2-4 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-2-5 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-2-auto {
    margin-top: auto !important;
  }

  .me-lg-2-0 {
    margin-right: 0 !important;
  }

  .me-lg-2-1 {
    margin-right: 0.375rem !important;
  }

  .me-lg-2-2 {
    margin-right: 0.75rem !important;
  }

  .me-lg-2-3 {
    margin-right: 1.5rem !important;
  }

  .me-lg-2-4 {
    margin-right: 2.25rem !important;
  }

  .me-lg-2-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-2-auto {
    margin-right: auto !important;
  }

  .mb-lg-2-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-2-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-lg-2-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-2-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-2-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-2-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-2-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-2-0 {
    margin-left: 0 !important;
  }

  .ms-lg-2-1 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-2-2 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-2-3 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-2-4 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-2-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-2-auto {
    margin-left: auto !important;
  }

  .p-lg-2-0 {
    padding: 0 !important;
  }

  .p-lg-2-1 {
    padding: 0.375rem !important;
  }

  .p-lg-2-2 {
    padding: 0.75rem !important;
  }

  .p-lg-2-3 {
    padding: 1.5rem !important;
  }

  .p-lg-2-4 {
    padding: 2.25rem !important;
  }

  .p-lg-2-5 {
    padding: 4.5rem !important;
  }

  .px-lg-2-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-2-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-2-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-2-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-2-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-2-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-lg-2-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-2-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-lg-2-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-2-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-2-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-2-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-lg-2-0 {
    padding-top: 0 !important;
  }

  .pt-lg-2-1 {
    padding-top: 0.375rem !important;
  }

  .pt-lg-2-2 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-2-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-2-4 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-2-5 {
    padding-top: 4.5rem !important;
  }

  .pe-lg-2-0 {
    padding-right: 0 !important;
  }

  .pe-lg-2-1 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-2-2 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-2-3 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-2-4 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-2-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-2-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-2-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-lg-2-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-2-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-2-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-2-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-lg-2-0 {
    padding-left: 0 !important;
  }

  .ps-lg-2-1 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-2-2 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-2-3 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-2-4 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-2-5 {
    padding-left: 4.5rem !important;
  }

  .text-lg-2-start {
    text-align: left !important;
  }

  .text-lg-2-end {
    text-align: right !important;
  }

  .text-lg-2-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.375rem !important;
  }

  .gap-xl-2 {
    gap: 0.75rem !important;
  }

  .gap-xl-3 {
    gap: 1.5rem !important;
  }

  .gap-xl-4 {
    gap: 2.25rem !important;
  }

  .gap-xl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.375rem !important;
  }

  .m-xl-2 {
    margin: 0.75rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2.25rem !important;
  }

  .m-xl-5 {
    margin: 4.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.375rem !important;
  }

  .p-xl-2 {
    padding: 0.75rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2.25rem !important;
  }

  .p-xl-5 {
    padding: 4.5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.375rem !important;
  }

  .gap-xxl-2 {
    gap: 0.75rem !important;
  }

  .gap-xxl-3 {
    gap: 1.5rem !important;
  }

  .gap-xxl-4 {
    gap: 2.25rem !important;
  }

  .gap-xxl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.375rem !important;
  }

  .m-xxl-2 {
    margin: 0.75rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2.25rem !important;
  }

  .m-xxl-5 {
    margin: 4.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.375rem !important;
  }

  .p-xxl-2 {
    padding: 0.75rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 2.25rem !important;
  }

  .p-xxl-5 {
    padding: 4.5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.btn.btn-dark, .btn-dark.button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: #fff;
  color: #000;
}
@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 0) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 0) {
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 320px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 320px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 320px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 425px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 425px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 425px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1024px) {
  .hide-lg-2 {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .block-lg-2 {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .inline-lg-2 {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .inline-xl {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .hide-xxl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .block-xxl {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .inline-xxl {
    display: inline !important;
  }
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 320px) {
  #responsive-status {
    font-family: "xs";
    min-width: 320px;
  }
}
@media (min-width: 425px) {
  #responsive-status {
    font-family: "sm";
    min-width: 425px;
  }
}
@media (min-width: 576px) {
  #responsive-status {
    font-family: "md";
    min-width: 576px;
  }
}
@media (min-width: 768px) {
  #responsive-status {
    font-family: "lg";
    min-width: 768px;
  }
}
@media (min-width: 1024px) {
  #responsive-status {
    font-family: "lg-2";
    min-width: 1024px;
  }
}
@media (min-width: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #responsive-status {
    font-family: "xxl";
    min-width: 1600px;
  }
}

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flexbox .site-canvas {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.flexbox .site-content {
  flex: 1 0 auto;
}

.container,
[class^=container-]:not(.container-inner) {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .container,
[class^=container-]:not(.container-inner) {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.container .container,
.container .alerts,
[class^=container-]:not(.container-inner) .container,
[class^=container-]:not(.container-inner) .alerts {
  padding: 0;
  min-width: 0;
}

@media (min-width: 1200px) {
  .container--articles-overview-seo {
    max-width: 800px;
  }
}
.container--narrow {
  max-width: 95rem;
}
.container--small {
  max-width: 50rem;
}

.floatleft,
.floatright,
.float-left,
.float-right,
.half-left,
.half-right {
  float: none;
  display: block;
  margin: 0 auto 1.5rem;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 425px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .half-left,
.half-right {
    width: 47%;
  }

  .floatleft,
.float-left,
.half-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right,
.half-right {
    float: right;
    margin-left: 3%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  color: #3f3e3e;
  text-decoration: underline;
}
a:visited {
  color: #3f3e3e;
}
a:hover {
  color: #3f3e3e;
}
a:active {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
a.download {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}

.go-back {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .go-back {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .go-back {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.alert-message.info {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  border-color: #0067d6;
  min-height: 2rem;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #0067d6;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #0067d6;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  border-color: #ffc107;
  min-height: 2rem;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #ffc107;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #ffc107;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  border-color: #B70E0C;
  min-height: 2rem;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #B70E0C;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #B70E0C;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #000;
  background-color: #fff;
  border-color: #679E48;
  min-height: 2rem;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #679E48;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #679E48;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .alerts {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

blockquote {
  margin: 1.5em 0;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: color("background");
}
blockquote:before, blockquote:after {
  color: color("grayscale");
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}
blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
blockquote:after {
  content: "”";
  right: 0.2em;
  bottom: 0;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.btn, .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background-image: none;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:disabled, .button:disabled, .btn.disabled, .disabled.button {
  opacity: 0.5;
  cursor: default;
}
.btn, .button, .btn:hover {
  text-decoration: none;
}
.btn:active, .button:active, .btn.is-open, .is-open.button {
  background-image: none;
  text-decoration: none;
}
.btn:focus-visible, .button:focus-visible {
  box-shadow: 0 0 0 1px #575756;
}
.btn > *, .button > * {
  vertical-align: inherit;
}
.btn .icon + .btn__text, .button .icon + .btn__text {
  margin-left: 0.5em;
}
.btn .btn__text + .icon, .button .btn__text + .icon {
  margin-left: 0.25em;
}

.btn, .button, .btn:visited {
  color: #3f3e3e;
  background-color: #C6C6C6;
  border-color: #C6C6C6;
}
.btn:not(:disabled):not(.disabled):hover, .button:not(:disabled):not(.disabled):hover {
  color: #3f3e3e;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.btn:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).is-open, .button:not(:disabled):not(.disabled).is-open {
  color: #3f3e3e;
  background-color: #adadad;
  border-color: #adadad;
}

.btn--primary, .btn--primary:visited {
  color: #fff;
  background-color: #C00D0D;
  border-color: #C00D0D;
}
.btn--primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #a80b0b;
  border-color: #a80b0b;
}
.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #900a0a;
  border-color: #900a0a;
}

.btn--secondary, .btn--secondary:visited {
  color: #fff;
  background-color: #6F6F6E;
  border-color: #6F6F6E;
}
.btn--secondary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #626261;
  border-color: #626261;
}
.btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #555555;
  border-color: #555555;
}

.btn--action, .btn--action:visited {
  color: #fff;
  background-color: #C00D0D;
  border-color: #C00D0D;
}
.btn--action:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #a80b0b;
  border-color: #a80b0b;
}
.btn--action:not(:disabled):not(.disabled):active, .btn--action:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #900a0a;
  border-color: #900a0a;
}

.btn--accept, .btn--accept:visited {
  color: #fff;
  background-color: #679E48;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #5c8c40;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):active, .btn--accept:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #507b38;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--decline, .btn--decline:visited {
  color: #fff;
  background-color: #B70E0C;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #9f0c0a;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):active, .btn--decline:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #870a09;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn, .button {
  font-size: 1.125rem;
  padding: 0.5rem 0.875rem;
  width: auto;
  height: auto;
}

.btn--sm {
  font-size: 1rem;
  padding: 0.1875rem 0.625rem;
  width: auto;
  height: auto;
}

.btn--lg {
  font-size: 1.25rem;
  padding: 0.5625rem 1.25rem;
  width: auto;
  height: auto;
}

.btn--xl {
  font-size: 1.375rem;
  padding: 0.625rem 0.875rem 0.6875rem;
  width: auto;
  height: auto;
}

.btn--square {
  font-size: 1.375rem;
  padding: 0;
  width: 2.125rem;
  height: 2.125rem;
}

.btn--full {
  width: 100%;
}

.btn--link:not(:disabled):not(.disabled) {
  color: #3f3e3e;
  text-decoration: underline;
}
.btn--link:not(:disabled):not(.disabled), .btn--link:not(:disabled):not(.disabled):hover, .btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  border-color: transparent;
  background-color: transparent;
}
.btn--link:not(:disabled):not(.disabled):hover {
  color: #3f3e3e;
  text-decoration: underline;
}
.btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  color: #000;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading:not(:disabled):not(.disabled).is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
.btn--loading:not(:disabled):not(.disabled).is-loading:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(192, 13, 13, 0.3);
  border-top-color: rgba(192, 13, 13, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.btn--ghost {
  background: transparent;
  border: 1px solid #575756;
}
.btn--ghost:not(:disabled):not(.disabled):hover, .btn--ghost:not(:disabled):not(.disabled):focus, .btn--ghost:not(:disabled):not(.disabled):active {
  color: #fff;
  background: #575756;
}

.btn--ghost-with-icon {
  gap: 0.25rem;
}
.btn--ghost-with-icon .icon {
  font-size: 0.875rem;
}
@media (min-width: 1200px) {
  .btn--ghost-with-icon .icon {
    font-size: 1.125rem;
  }
}

.btn--ghost-icon {
  padding: 0.125rem 0.375rem;
  background: transparent;
}
.btn--ghost-icon:not(:disabled):not(.disabled):hover, .btn--ghost-icon:not(:disabled):not(.disabled):focus, .btn--ghost-icon:not(:disabled):not(.disabled):active, .btn--ghost-icon.btn--active {
  background: #C6C6C6;
}

.btn--white {
  color: #000;
  background: #fff;
}
.btn--white:not(:disabled):not(.disabled):hover, .btn--white:not(:disabled):not(.disabled):focus, .btn--white:not(:disabled):not(.disabled):active {
  background: #cccccc;
}

.btn--load-more {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1200px) {
  .btn--load-more {
    margin-top: 2.5rem !important;
  }
}

.btn--flex-icon {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  padding: 0;
  background: transparent;
}
.btn--flex-icon:not(:disabled):not(.disabled):hover {
  background-color: transparent;
}

.btn--filter-close {
  color: #6F6F6E;
}

@media (min-width: 1200px) {
  .btn--rwd {
    font-size: 1.375rem;
    padding: 0.625rem 0.875rem 0.6875rem;
    width: auto;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .btn--square-rwd {
    width: 2.6875rem;
    height: 2.6875rem;
    font-size: 1.875rem;
  }
}

.btn--icon-p2 .icon {
  padding: 0.125rem !important;
}

.js-captcha {
  min-height: 3.75rem;
  display: flex;
}
.formitem .js-captcha ~ .formfield {
  clear: both;
  width: 11.25rem;
}

.captcha__refresh {
  margin: 0;
}

.captcha__img {
  margin-right: 0.625rem;
}

code,
pre code,
body pre code {
  color: #3f3e3e;
  word-break: break-word;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.error-message {
  font-style: italic;
  color: #B70E0C;
}

fieldset {
  margin: 0;
  border: 1px solid #CCCCCC;
  padding: 1rem 1.25rem;
  background-color: #CCCCCC;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #B70E0C;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0.3125rem;
  border-radius: 0;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #B70E0C;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.3125rem;
  top: -0.3125rem;
}
.formError:empty {
  display: none;
}

.formitem .loading-anim {
  display: none;
}

.formfield + .loading-anim {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  background-size: 1.25rem 1.25rem;
  left: auto;
  right: 1.25rem;
  top: 2.375rem;
  display: none;
}
.formfield.is-loading + .loading-anim {
  display: block;
}

input,
button,
select,
textarea {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  border: 1px solid transparent;
  color: #000;
  background-color: #F2F2F2;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.dark-mode .formfield,
.dark-mode select {
  background-color: #fff !important;
}
.formfield:hover,
select:hover {
  border-color: transparent;
}
.formfield:focus,
select:focus {
  border-color: transparent;
  box-shadow: 0 0 0 1px #575756;
}
.formfield.error,
select.error {
  border: 1px solid color("error");
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border-color: transparent;
}

.formfield,
select {
  padding: 0.25rem 0.625rem;
}
@media (min-width: 1200px) {
  .formfield,
select {
    padding: 0.5rem 0.625rem 0.5625rem;
  }
}

.formfield--sm {
  font-size: 1rem;
  padding: 0.1875rem 0.3125rem;
}

.formfield--lg {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  padding: 0.875rem 1.5625rem;
}

.formfield--static {
  padding: 0.25rem 0.625rem !important;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: transparent;
  background-color: #F2F2F2;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: transparent;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: transparent;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
  }

  select,
select.formfield,
select.formfield--sm,
select.formfield--lg {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 16px 12px;
    padding-right: 2.25rem;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #000));
    border: 0;
    color: #fff;
    font: 0.8rem/1rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1rem 1rem 1.1rem;
    text-shadow: #000 0 0 1px;
    min-height: 1rem;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
textarea {
  min-height: 2.5rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.formfield.js-datepicker {
  cursor: pointer;
}

:not(.wideform) .formitem.floatlabel {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}
:not(.wideform) .formitem.floatlabel:before {
  content: "";
  margin-top: 0;
  height: 0;
  display: none;
}
:not(.wideform) .formitem.floatlabel .label {
  position: absolute;
  top: 1.875rem;
  left: 0.625rem;
  font-size: 1.125rem;
  color: rgba(63, 62, 62, 0.65);
  height: 1.25rem;
  line-height: 1.25rem;
  transition: 0.1s all linear;
  cursor: text;
  z-index: 1;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.focus .label {
  top: 0;
  left: 0.3125rem;
  padding: 0 0.3125rem;
  font-size: 0.75rem;
  border-radius: 0;
}
:not(.wideform) .formitem.floatlabel.is-active .label {
  background: transparent;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: #fff;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: transparent;
}
:not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
  color: #fff;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.formgroup .formfield:hover, .formgroup .formfield:focus, .formgroup .formfield:active {
  z-index: 3;
}

.formgroup__addon,
.formgroup__btn,
.formgroup .formfield {
  display: flex;
  align-items: center;
}
.formgroup__addon:not(:first-child):not(:last-child),
.formgroup__btn:not(:first-child):not(:last-child),
.formgroup .formfield:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.formgroup__addon,
.formgroup__btn {
  white-space: nowrap;
  vertical-align: middle;
}

.formgroup__addon {
  padding: 0.25rem 0.625rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  color: #000;
  text-align: center;
  background-color: #CCCCCC;
  border: 1px solid transparent;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn:last-child, .formgroup__btn:not(:last-child) > .button:last-child {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active {
  z-index: 3;
}

.formitem {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 0.9375rem;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem.formitem--flat {
  padding-bottom: 0;
}
.formitem.formitem--flat:before {
  display: none;
}
.formitem > .label {
  float: none;
  display: block;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #B70E0C;
}
.formitem .formfield,
.formitem select,
.formitem .btn,
.formitem .button,
.formitem .formgroup,
.formitem .password-helper {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 0.625rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

.label {
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #3f3e3e;
  margin-bottom: 0;
  word-spacing: normal;
}
.label.req:after, .label.required:after {
  content: "*";
  color: #3f3e3e;
  font-weight: bold;
  font-size: 1.5rem;
}

.form-notice {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 1.0625rem;
  left: 100%;
  margin-left: 0.625rem;
  background-color: #575756;
  color: #fff;
  padding: 0.4375rem 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-height: 3.125rem;
  font-weight: 500;
  width: 12.5rem;
  z-index: 1;
}
.form-notice:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid #575756;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 425px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .form-notice {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0.3125rem;
    min-height: 0;
  }
  .form-notice:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #575756;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.375rem;
    left: 0.3125rem;
  }
}

.form-notice--success {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 1.0625rem;
  left: 100%;
  margin-left: 0.625rem;
  background-color: #679E48;
  color: #fff;
  padding: 0.4375rem 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-height: 3.125rem;
  font-weight: 500;
  width: 12.5rem;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 387.5 297'%3e%3cpath fill='%23fff' d='M387.5,58a23.1,23.1,0,0,1-7,17l-215,215a24.1,24.1,0,0,1-34,0L7,165.5a24.1,24.1,0,0,1,0-34l34-34a23.1,23.1,0,0,1,17-7,23.1,23.1,0,0,1,17,7l73.5,73.8L312.5,7a24.1,24.1,0,0,1,34,0l34,34A23.1,23.1,0,0,1,387.5,58Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 1rem;
  padding-left: 2.1875rem;
}
.form-notice--success:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid #679E48;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 425px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .form-notice--success {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0.3125rem;
    min-height: 0;
  }
  .form-notice--success:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #679E48;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.375rem;
    left: 0.3125rem;
  }
}

@media (min-width: 576px) {
  .form-notices fieldset {
    padding-right: 14.375rem;
  }
}
.password-helper {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.password-helper input[type=password],
.password-helper input[type=text] {
  margin: 0;
  padding-right: 3.125rem;
  width: 100%;
  overflow: hidden;
}
.password-helper .password-helper__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 2.5rem;
  font-size: 1.5rem;
  border: 1px solid transparent;
  background-color: #F2F2F2;
  color: #000;
  text-align: center;
  line-height: 2.375rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  transition: color 0.3s;
  cursor: pointer;
}
.password-helper .password-helper__toggle-button:hover {
  color: #C00D0D;
}
.password-helper .password-helper__toggle-button.is-readable .icon--readable {
  display: none;
}
.password-helper .password-helper__toggle-button.is-unreadable .icon--unreadable {
  display: none;
}

::-webkit-input-placeholder {
  color: #535352;
  font-style: normal;
}

::-moz-placeholder {
  color: #535352;
  font-style: normal;
}

input:-moz-placeholder {
  color: #535352;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #535352;
  font-style: normal;
}

.rating {
  padding: 0.3125rem 0 0;
}
.rating label {
  float: right;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2.625rem;
  line-height: 1;
  cursor: pointer;
}
.rating label:before {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "☆";
}
.rating label span {
  display: none;
}
.rating input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.checked ~ label:before {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  content: "★";
}

.formrow {
  font-size: 0;
  line-height: 0;
}
.formrow > .label {
  display: none;
}

.formrow--static {
  margin-right: -0.625rem;
}
.formrow--static .formitem {
  padding-right: 0.625rem;
  z-index: 2;
}
.formrow--static .formitem:last-child {
  margin-right: -99px;
}
.formrow--static .formitem:before {
  content: " ";
  display: block;
  font-size: 1.125rem;
  line-height: 1.25rem;
  height: 1.25rem;
  margin-top: -1.25rem;
  z-index: 1;
}
.formrow--static .formitem .rating label {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.formrow--static .col-1of1, .formrow--static .formrow .formitem.col-1of1 {
  width: 100%;
}
.formrow--static .col-1of2, .formrow--static .formrow .formitem.col-1of2 {
  width: 50%;
}
.formrow--static .col-1of3, .formrow--static .formrow .formitem.col-1of3 {
  width: 33.33333333%;
}
.formrow--static .col-2of3, .formrow--static .formrow .formitem.col-2of3 {
  width: 66.66666666%;
}
.formrow--static .col-1of4, .formrow--static .formrow .formitem.col-1of4 {
  width: 25%;
}
.formrow--static .col-3of4, .formrow--static .formrow .formitem.col-3of4 {
  width: 75%;
}
.formrow--static .col-1of5, .formrow--static .formrow .formitem.col-1of5 {
  width: 20%;
}
.formrow--static .col-2of5, .formrow--static .formrow .formitem.col-2of5 {
  width: 40%;
}
.formrow--static .col-3of5, .formrow--static .formrow .formitem.col-3of5 {
  width: 60%;
}
.formrow--static .col-4of5, .formrow--static .formrow .formitem.col-4of5 {
  width: 80%;
}

input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: transparent;
}
@media (forced-colors: active) {
  input[type=checkbox],
input[type=radio] {
    background-color: CanvasText;
  }
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: darkgray;
  outline: 0;
  box-shadow: 0 0 0 1px #575756;
}
input[type=checkbox]:active,
input[type=radio]:active {
  filter: brightness(70%);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  color: #1A1A1A;
  border-color: #1A1A1A;
  background-color: #fff;
}
input[type=checkbox]:checked ~ span,
input[type=radio]:checked ~ span {
  color: #3f3e3e;
}

input[type=checkbox] {
  border-radius: 0.125em;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath stroke='%231A1A1A' stroke-width='1' d='M9.9 15.9c-.2 0-.4-.1-.6-.2L3.7 10c-.3-.3-.3-.8 0-1.1.3-.3.8-.3 1.1 0l4.9 4.9 4.7-9.9c.2-.4.7-.6 1.1-.4.4.2.6.7.4 1.1l-5.2 10.9c-.1.2-.3.4-.6.4h-.2z'/%3e%3c/svg%3e");
}
input[type=checkbox]:indeterminate, input[type=checkbox].indeterminate {
  color: #1A1A1A;
  border-color: #1A1A1A;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231A1A1A' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%231A1A1A'/%3e%3c/svg%3e");
}

.ticks {
  padding: 0.5em 0 0;
}
.ticks label {
  display: block;
  padding-left: 1.5em;
  min-height: 1.5rem;
}
.ticks label > span {
  display: inline-block;
  cursor: default;
  color: #4D4D4D;
}
.ticks input[type=checkbox],
.ticks input[type=radio] {
  float: left;
  margin-left: -1.5em;
  margin-top: 0.25em;
}
.ticks input[type=checkbox].error ~ span,
.ticks input[type=radio].error ~ span {
  color: #B70E0C;
}

.ticks--inline label {
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 425px) {
  fieldset {
    margin: 0;
  }

  .formrow {
    margin-right: -0.625rem;
  }

  .formitem {
    padding-right: 0.625rem;
    z-index: 2;
  }
  .formitem:last-child, .formitem.last-child {
    margin-right: -99px;
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 1.125rem;
    line-height: 1.25rem;
    height: 1.5em;
    margin-top: -1.5em;
    z-index: 1;
  }
  .formitem .rating label {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
  }

  .grid {
    margin-right: -0.625rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 0.625rem;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 0.8125rem 0.625rem 1.25rem 0.2083333333rem;
    width: 33.3333333333%;
    text-align: right;
  }
  .wideform .formrow .formitem {
    vertical-align: top;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem > .label.hide-only-visually {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .wideform .formrow .formitem > .label:not(.hide-only-visually) {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 0.8125rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
  }
}

h4, .h4 {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

h5, .h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6, .h6 {
  font-size: 0.85rem;
  line-height: 1.2;
}

.hamburger {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 24px;
  width: 2rem;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: var(--br-text-color);
  height: 2px;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 11px;
}
.hamburger__bar:nth-child(3) {
  top: 22px;
}

.mobile-nav__toggle[aria-expanded=true] .hamburger__bar {
  border-radius: 10px;
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(1), .mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(3) {
  top: 11px;
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

hr {
  border: 0;
  border-bottom: 1px solid #C6C6C6;
  height: 1px;
  margin: 1.5em 0 1.5em;
  padding: 0;
  clear: both;
}

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs, .btn .icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm, .btn .icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg, .btn .icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl, .btn .icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x, .btn .icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x, .btn .icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x, .btn .icon--4x {
  width: 4em;
  height: 4em;
}

.icon--5x, .btn .icon--5x {
  width: 5em;
  height: 5em;
}

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  filter: none;
}

/**
 * Spinning animation
 */
.icon--spin {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn .icon, .button .icon {
  vertical-align: -0.15625rem;
}

.btn .icon--text-right,
.icon--text-right {
  margin-right: 0.625rem;
}

.icon--social {
  width: 1.75rem;
  height: 1.75rem;
}

.icon--success {
  color: #679E48;
}
.icon--error {
  color: #B70E0C;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keytoggle {
  border: 0;
  background-color: transparent;
  padding: 0 0.1875rem;
  color: inherit;
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 0.375rem;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

ul.no-list,
ol.no-list {
  padding-left: 0;
}
ul.no-list,
ul.no-list ul,
ul.no-list ol,
ol.no-list,
ol.no-list ul,
ol.no-list ol {
  list-style: none;
  list-style-image: none;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid #575756;
  border-top-color: #999999;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.site-header .loading {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  margin: 0.625rem 2.5rem 0 0;
  position: relative;
}
.cart-preview .loading {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid #575756;
  border-top-color: #999999;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  margin: 0;
  top: calc(50% - 0.625rem);
  left: calc(50% - 0.625rem);
}

[class^=made-in-] {
  position: relative;
  padding-left: 1.6rem;
}
[class^=made-in-]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.2rem;
  height: 0.9rem;
}

.made-in-germany:before {
  background-color: #D00;
  border-top: 0.35rem solid #000;
  border-bottom: 0.35rem solid #FFCE00;
}

.made-in-austria:before {
  background-color: #ffffff;
  border-top: 0.35rem solid #D00;
  border-bottom: 0.35rem solid #D00;
}

.made-in-france:before {
  background-color: #ffffff;
  border-left: 0.4rem solid #002395;
  border-right: 0.4rem solid #ED2939;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.no-entries {
  display: inline-block;
  color: #6F6F6E;
}

td.no-entries {
  display: table-cell;
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 0.625rem;
}

.orderasc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid color("primary");
  border-top: 0;
  height: 0;
  width: 0;
}

.orderdesc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid color("primary");
  border-bottom: 0;
  height: 0;
  width: 0;
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.4;
}

.small {
  font-size: 0.875rem;
  line-height: 1rem;
}

.p {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  .p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .p {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.percentage-bar {
  border: 1px solid color("primary");
  padding: 1px;
}

.percentage-bar__fill {
  background-color: color("primary");
  height: 1.5em;
  transition: width 1s ease;
}
.js .nulled > .percentage-bar__fill {
  width: 0% !important;
  transition: width 0.1s ease;
}

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 0.5rem 1.25rem;
  border: 1px solid color(grayscale);
  background: #fff;
  transform: translateX(-50%) translateY(-150%);
  transition: transform 0.3s;
  z-index: 999;
  font-size: 1.25rem;
}

.skip-to-content-link:focus {
  transform: translateX(-50%) translateY(50%);
}

.slider {
  /* Functional styling;
  * These styles are required for noUiSlider to function.
  * You don't need to change these rules to apply your design.
  */
  /* Painting and performance;
  * Browsers can paint handles in their own layer.
  */
  /* Slider size and handle placement;
  */
  /* Styling;
  */
  /* Handles and cursors;
  */
  /* Disabled state;
  */
}
.slider::after {
  display: block;
  clear: both;
  content: "";
}
.slider .noUi-target,
.slider .noUi-target * {
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .noUi-target {
  position: relative;
  direction: ltr;
}
.slider .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.slider .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.slider .noUi-handle {
  position: relative;
  z-index: 1;
}
.slider .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
  its values is > 50%. */
  z-index: 10;
}
.slider .noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
  creates a new context for the origins. */
  *z-index: -1;
}
.slider .noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}
.slider .noUi-state-drag * {
  cursor: inherit !important;
}
.slider .noUi-base {
  transform: translate3d(0, 0, 0);
}
.slider .noUi-horizontal {
  height: 2px;
}
.slider .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -10px;
  top: -7px;
}
.slider .noUi-vertical {
  width: 18px;
}
.slider .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.slider .noUi-background {
  background: #CCCCCC;
}
.slider .noUi-connect {
  background: #575756;
  transition: background 450ms;
}
.slider .noUi-origin {
  border-radius: 2px;
}
.slider .noUi-target {
  border-radius: 4px;
}
.slider .noUi-dragable {
  cursor: w-resize;
}
.slider .noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.slider .noUi-handle {
  border: 1px solid #575756;
  border-radius: 100%;
  background: #575756;
  cursor: default;
}
.noUi-horizontal .slider .noUi-handle {
  cursor: w-resize;
}
.slider .noUi-active {
  background: #fff;
}
.slider [disabled].noUi-connect, .slider [disabled] .noUi-connect {
  background: #B8B8B8;
}
.slider [disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider__slider {
  margin: 0.625rem;
}
.slider__slider::after {
  display: block;
  clear: both;
  content: "";
}
.slider__spacer {
  padding-top: 0.9375rem;
}
.slider__spacer--min {
  padding-top: 1px;
}
.slider__input {
  height: 1.875rem;
  padding: 0.3125rem 0.5rem;
  border: 0;
  background-color: #fff;
  color: #3f3e3e;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-align: center;
}
.slider__input--min {
  float: left;
}
.slider__input--max {
  float: right;
}

table {
  max-width: 100%;
}

th {
  text-align: left;
}

table:not([class]),
table[class=""],
table.table--default {
  border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td,
table.table--default th,
table.table--default td {
  text-align: left;
  padding: 0.625rem;
  vertical-align: top;
  border: 1px solid #F2F2F2;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #F2F2F2;
}
.table td {
  font-weight: 400;
}
.table th {
  font-weight: 700;
}
.table .cright {
  text-align: right;
}
.table td.is-active > td, .table td.is-active > th, .table tr > th.is-active > td, .table tr > th.is-active > th,
.table tr.is-active > td,
.table tr.is-active > th {
  background-color: #eee;
}
.table td.info > td, .table td.info > th, .table tr > th.info > td, .table tr > th.info > th,
.table tr.info > td,
.table tr.info > th {
  background-color: rgba(0, 103, 214, 0.1);
}
.table td.success > td, .table td.success > th, .table tr > th.success > td, .table tr > th.success > th,
.table tr.success > td,
.table tr.success > th {
  background-color: rgba(103, 158, 72, 0.1);
}
.table td.warning > td, .table td.warning > th, .table tr > th.warning > td, .table tr > th.warning > th,
.table tr.warning > td,
.table tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table td.error > td, .table td.error > th, .table tr > th.error > td, .table tr > th.error > th,
.table tr.error > td,
.table tr.error > th {
  background-color: rgba(183, 14, 12, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #F2F2F2;
}
.table caption + thead tr:first-child > th,
.table caption + thead tr:first-child > td,
.table colgroup + thead tr:first-child > th,
.table colgroup + thead tr:first-child > td,
.table thead:first-child tr:first-child > th,
.table thead:first-child tr:first-child > td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #F2F2F2;
}

.table--bordered {
  border: 1px solid #F2F2F2;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #F2F2F2;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}

.table--striped tbody tr:nth-child(odd) > td,
.table--striped tbody tr:nth-child(odd) > th {
  background-color: #CCCCCC;
}

.table--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: #eee;
}

@media (max-width: 575px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 1.5em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #F2F2F2;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table th,
.table--responsive-scroll > .table td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered th:first-child,
.table--responsive-scroll > .table--bordered td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered th:last-child,
.table--responsive-scroll > .table--bordered td:last-child {
    border-right: 0;
  }
  .table--responsive-scroll > .table--bordered > tbody > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tbody > tr:last-child > td,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > table > thead,
.table--responsive-vertical > table > tfoot:not(.customer-directoffer--tfoot) {
    display: none;
  }
  .table--responsive-vertical > table > tbody {
    display: block;
  }
  .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #F2F2F2;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .table--responsive-vertical > table > tbody > tr > td,
.table--responsive-vertical > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    text-align: right;
    font-weight: 400;
    min-height: calc(1.5em + 1.25rem);
  }
  .table--responsive-vertical > table > tbody > tr > td[data-title]:before,
.table--responsive-vertical > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

@media (max-width: 1023px) {
  .table--responsive-vertical-break-point-lg > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical-break-point-lg > table > thead,
.table--responsive-vertical-break-point-lg > table > tfoot:not(.customer-directoffer--tfoot) {
    display: none;
  }
  .table--responsive-vertical-break-point-lg > table > tbody {
    display: block;
  }
  .table--responsive-vertical-break-point-lg > table > tbody > tr {
    display: block;
    border: 1px solid #F2F2F2;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .table--responsive-vertical-break-point-lg > table > tbody > tr > td,
.table--responsive-vertical-break-point-lg > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    text-align: right;
    font-weight: 400;
    min-height: calc(1.5em + 1.25rem);
  }
  .table--responsive-vertical-break-point-lg > table > tbody > tr > td[data-title]:before,
.table--responsive-vertical-break-point-lg > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

.table-row--no-border td, .table-row--no-border th {
  border: 0 !important;
}

.table--bottom-bordered tr > td {
  border-bottom: 1px solid #C6C6C6;
}
.table--bottom-bordered tr > th {
  border-bottom: 1px solid #3f3e3e;
}

.table--centered th,
.table--centered td {
  text-align: center;
}

.table--fixed-layout {
  table-layout: fixed;
}
.table--fixed-layout th {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 576px) {
  .table--fixed-layout.table--order-info tr {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 4fr) minmax(0, 8fr) minmax(0, 4fr) minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
  }
  .table--fixed-layout.table--order-info tr td {
    word-break: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.table--overflow-scroll {
  width: 100%;
  overflow: auto;
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

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

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

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #B70E0C;
}

.tooltip {
  position: relative;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  width: 0;
  z-index: 10001;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  max-width: 15rem;
  overflow: hidden;
  padding: 0.375rem 0.625rem;
  pointer-events: none;
  z-index: 10000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.tooltip:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip:hover:after {
  transform: translate(-50%, -8px);
}

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  bottom: 100%;
  left: auto;
  right: 0;
  transform: translate(0, 12px);
}
.tooltip--top-left:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-left:hover:after {
  transform: translate(0, -8px);
}

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  transform: translate(0, 12px);
}
.tooltip--top-right:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-right:hover:after {
  transform: translate(0, -8px);
}

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  transform: translate(-50%, calc(50% + 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -12px);
}
.tooltip--bottom:hover:before {
  transform: translate(-50%, calc(50% + 4px));
}
.tooltip--bottom:hover:after {
  transform: translate(-50%, 8px);
}

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-left: 0.3125rem solid #333;
  border-right: 0;
  height: 0;
  width: 0;
}
.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--left:hover:before {
  transform: translate(4px, -50%);
}
.tooltip--left:hover:after {
  transform: translate(-10px, -50%);
}

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-right: 0.3125rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
}
.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--right:hover:before {
  transform: translate(-4px, -50%);
}
.tooltip--right:hover:after {
  transform: translate(10px, -50%);
}

.tooltip--multiline:after {
  min-width: 11.25rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip.tooltip--bottom:before {
  border-bottom-color: #575756;
}
.tooltip.tooltip--left:before {
  border-left-color: #575756;
}
.tooltip.tooltip--right:before {
  border-right-color: #575756;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #575756;
}
.tooltip:after {
  color: #fff;
  background-color: #575756;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #B70E0C;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #B70E0C;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #B70E0C;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #B70E0C;
}
.tooltip--error:after {
  color: #fff;
  background-color: #B70E0C;
}

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #ffc107;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #ffc107;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #ffc107;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #ffc107;
}
.tooltip--warning:after {
  color: #3f3e3e;
  background-color: #ffc107;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #679E48;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #679E48;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #679E48;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #679E48;
}
.tooltip--success:after {
  color: #fff;
  background-color: #679E48;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0.9375rem 1.5rem 0.9375rem 0;
  margin: 0;
  color: #3f3e3e;
}
.accordion .accordion__toggle:hover, .accordion .accordion__toggle:focus {
  color: #3f3e3e;
}
.accordion .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.accordion .accordion__icon {
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s linear;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 0.9375rem 0 0 0;
}
.accordion .accordion__content--with-border {
  padding-bottom: 1rem !important;
  border-bottom: 1px solid #C6C6C6;
}

button.accordion__toggle {
  border: 0;
  background: transparent;
  text-align: left;
}

.articles-entries--grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 1.875rem;
}
@media (min-width: 576px) {
  .articles-entries--grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 1200px) {
  .articles-entries--grid {
    gap: 2.8125rem 1.25rem;
  }
}
.articles-entries--grid .articles-entry__image-canvas {
  display: block !important;
}
.articles-entries--grid .articles-entry__image-wrapper {
  top: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}
.articles-entries--grid .articles-entry__carousel {
  display: none;
}
.articles-entries--list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .articles-entries--list {
    gap: 2.5rem;
  }
}
.articles-entries--list .articles-entry {
  display: flex;
  gap: 1rem;
}
.articles-entries--list .articles-entry__image {
  flex: 0 0 19%;
}
.articles-entries--list .articles-entry__image-canvas {
  display: block !important;
}
.articles-entries--list .articles-entry__carousel {
  display: none;
}
.articles-entries--list .articles-entry__text {
  flex-grow: 1;
  margin-top: 0;
}
.articles-entries--extended {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.articles-entries--extended .articles-entry__text {
  position: relative;
}
.articles-entries--extended .articles-entry__carousel.slick-slider.slick-dotted {
  margin-bottom: 2.5rem;
}
.articles-entries--extended .articles-entry__carousel.slick-slider.slick-dotted .slick-dots {
  bottom: -1.5625rem;
}

.articles-entries--carousel {
  position: relative;
}
@media (max-width: 767px) {
  .articles-entries--carousel {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.articles-entries--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn {
  pointer-events: initial;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  transform: translateY(50%);
}
.articles-entries--carousel .carousel-btn .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #3f3e3e;
}
.articles-entries--carousel .carousel-btn:hover .icon {
  color: #3f3e3e;
}
.articles-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn--prev {
  left: -2.5rem;
}
.articles-entries--carousel .carousel-btn--next {
  right: -2.5rem;
}

.articles-entry--carousel .articles-entry__text {
  margin-top: 0.75em;
}
.articles-entry--carousel .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.articles-entry--carousel .articles-entry__wrapper {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 424px) {
  .articles-entry--carousel .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--carousel .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 425px) {
  .articles-entry--carousel .articles-entry__text {
    margin-top: 0.75em;
  }
}

.articles-entry.articles-entry--details .articles-entry__top {
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    margin-top: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    margin-top: 2.5rem;
  }
}
.dark-mode .articles-entry.articles-entry--details .articles-entry__top {
  padding-top: 1rem;
}
.dark-mode .articles-entry.articles-entry--details .articles-entry__wrapper-box {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 2.25rem;
  background-color: var(--br-color-bg-secondary);
}
@media (min-width: 425px) and (max-width: 575px) {
  .articles-entry.articles-entry--details .articles-entry__carousel-item .articles-entry__image-canvas {
    padding-bottom: 80%;
  }
}
.articles-entry.articles-entry--details .articles-entry__carousel-item:not(.articles-entry__carousel-item--full) .articles-entry__image-wrapper {
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
}
@media (min-width: 425px) and (max-width: 575px) {
  .articles-entry.articles-entry--details .articles-entry__carousel-item:not(.articles-entry__carousel-item--full) .articles-entry__image-wrapper {
    top: 3.125rem;
    left: 3.125rem;
    right: 3.125rem;
    bottom: 3.125rem;
  }
}
.articles-entry.articles-entry--details .articles-entry__carousel-item--full .articles-entry__image-wrapper img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-entry.articles-entry--details .articles-entry__carousel-item--full .articles-entry__video {
  inset: 0;
  transform: none;
}
.articles-entry.articles-entry--details .articles-entry__carousel-item--full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-entry.articles-entry--details .articles-entry__shop-data {
  position: relative;
  min-height: 7.5rem;
  background-color: #fff;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1rem;
}
.articles-entry.articles-entry--details .articles-entry__bottom {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .articles-entry.articles-entry--details .articles-entry__bottom .tabs section {
    padding-bottom: 1.5625rem;
    padding-top: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__bottom .tabs section > h1 + *, .articles-entry.articles-entry--details .articles-entry__bottom .tabs section h2 + *, .articles-entry.articles-entry--details .articles-entry__bottom .tabs section h3 + *, .articles-entry.articles-entry--details .articles-entry__bottom .tabs section h4 + * {
    margin-top: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__bottom .tabs section:not(:last-child) {
    border-bottom: 1px solid #CCCCCC;
  }
}
.articles-entry.articles-entry--details .articles-entry__bottom .articles-related {
  margin-block: 4.6875rem 3.125rem;
}
.articles-entry.articles-entry--details .articles-entry__bottom .products-note {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .articles-entry.articles-entry--details .articles-entry__pager {
    display: none;
  }
}
@media (max-width: 575px) {
  .articles-entry.articles-entry--details .articles-entry__pager.slick:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
  }
  .articles-entry.articles-entry--details .articles-entry__pager.slick:not(.slick-initialized) .articles-entry__pager-item {
    width: 25%;
    flex-shrink: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__pager.slick:not(.slick-initialized) .articles-entry__pager-item:nth-child(n+5) {
    display: none;
  }
}
.articles-entry.articles-entry--details .articles-entry__pager.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.articles-entry.articles-entry--details .articles-entry__pager + .articles-entry__pager-dots .slick-dots {
  position: relative;
  bottom: unset;
}
.articles-entry.articles-entry--details .articles-entry__pager-dots {
  margin-top: 0.625rem;
}
.articles-entry.articles-entry--details .articles-entry__pager-item {
  padding: 0 5px;
}
.articles-entry.articles-entry--details .articles-entry__pager-item .articles-entry__image-canvas {
  cursor: pointer;
  border: 1px solid #fff;
}
.articles-entry.articles-entry--details .articles-entry__pager-item:hover .articles-entry__image-canvas {
  border-color: #3f3e3e;
}
.articles-entry.articles-entry--details .articles-entry__pager-item:not(.articles-entry__pager-item--full) .articles-entry__image-wrapper {
  top: 0.3125rem;
  left: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
}
.articles-entry.articles-entry--details .articles-entry__pager-item--full .articles-entry__image-wrapper img {
  top: 0;
  left: 0;
  height: 100%;
  transform: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles-entry.articles-entry--details .articles-entry__pager-item.slick-current .articles-entry__image-canvas {
  border-color: #999999;
}
.articles-entry.articles-entry--details .articles-entry__pager-item:focus {
  outline: none;
}
.articles-entry.articles-entry--details .articles-entry__data {
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
.articles-entry.articles-entry--details .articles-entry__data img {
  max-height: 2.5rem;
}
@media (max-width: 575px) {
  .articles-entry.articles-entry--details .articles-entry__carousel.slick:not(.slick-initialized) .articles-entry__carousel-item:nth-child(n+2) {
    display: none;
  }
}
.articles-entry.articles-entry--details .articles-entry__options {
  align-items: center;
}
@media (min-width: 768px) {
  .articles-entry.articles-entry--details .articles-entry__options--mobile {
    display: none;
  }
}
.articles-entry.articles-entry--details .articles-entry__options--desktop {
  display: none;
}
@media (min-width: 768px) {
  .articles-entry.articles-entry--details .articles-entry__options--desktop {
    display: flex;
  }
}
.articles-entry.articles-entry--details .articles-entry__artno-ean {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.articles-entry.articles-entry--details .articles-entry__artno-ean-item {
  display: flex;
  gap: 0.3125rem;
}
.articles-entry.articles-entry--details .articles-entry__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .articles-entry.articles-entry--details .articles-entry__buttons--mobile {
    display: none;
  }
}
.articles-entry.articles-entry--details .articles-entry__buttons--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .articles-entry.articles-entry--details .articles-entry__buttons--desktop {
    display: flex;
  }
}
.articles-entry.articles-entry--details .articles-entry__buttons .btn, .articles-entry.articles-entry--details .articles-entry__buttons .button {
  width: 100%;
}
.articles-entry.articles-entry--details .articles-entry__download-info .icon {
  color: #808080;
}
@media (min-width: 576px) {
  .articles-entry.articles-entry--details .articles-entry__details-wrapper {
    top: 3.75rem;
    position: sticky;
  }
  .articles-entry.articles-entry--details .articles-entry__carousel {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .articles-entry.articles-entry--details .articles-entry__carousel-item:first-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .articles-entry.articles-entry--details .articles-entry__details-wrapper {
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) {
  .articles-entry.articles-entry--details .articles-entry__logos {
    margin-top: 3.125rem;
  }
}
.articles-entry.articles-entry--details .lightbox-gallery__item {
  display: block;
  width: 100%;
  height: 100%;
}
.articles-entry.articles-entry--details .slick-slider {
  margin-bottom: 1.5625rem;
}
.articles-entry.articles-entry--details .details-image .wrapper {
  position: relative;
}
.articles-entry.articles-entry--details .article-downloads .downloads > li {
  width: 100%;
  max-width: 38.75rem;
}
.articles-entry.articles-entry--details .article-downloads .downloads a {
  display: grid;
  grid-template-columns: auto 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 3.75rem;
  word-break: break-all;
  padding: 0.625rem 1.5625rem 0.625rem 0;
  border-bottom: 1px solid #C6C6C6;
}
@media (min-width: 768px) {
  .articles-entry.articles-entry--details .article-downloads .downloads {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .articles-entry.articles-entry--details .article-downloads .downloads > li {
    max-width: 50rem;
  }
  .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(n+3), .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(3) ~ li {
    max-width: 26.25rem;
  }
}
@media (min-width: 1200px) {
  .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(n+3), .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(3) ~ li {
    max-width: 33.75rem;
  }
}
@media (min-width: 1600px) {
  .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(n+3), .articles-entry.articles-entry--details .article-downloads .downloads > li:nth-last-child(3) ~ li {
    max-width: 38.75rem;
  }
}
@media (max-width: 767px) {
  .articles-entry.articles-entry--details .accordion__toggle {
    font-size: 1.25rem;
    font-weight: 700;
    border-bottom: 1px solid transparent;
  }
  .articles-entry.articles-entry--details .accordion__toggle[aria-expanded=false] {
    border-color: #CCCCCC;
  }
}
@media (min-width: 576px) {
  .articles-entry.articles-entry--details .tab-articles-technical-attribute ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 1600px) {
  .articles-entry.articles-entry--details .tab-articles-technical-attribute ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.articles-entry.articles-entry--details .articles-entry__variants + .articles-entry__variants {
  margin-top: 0.375rem;
}
@media (min-width: 425px) {
  .articles-entry.articles-entry--details .articles-entry__variants + .articles-entry__variants {
    margin-top: 1.5625rem;
  }
}

.articles-entry--incentive .articles-entry__image {
  float: right;
  width: 33%;
  margin-left: 4%;
  margin-bottom: 1%;
  z-index: 2;
  max-width: 9.375rem;
}
.articles-entry--incentive .articles-entry__text {
  display: inline;
  z-index: 1;
}
.articles-entry--incentive .articles-entry__title {
  font-size: 1rem;
  line-height: 1.5;
}
.articles-entry--incentive .articles-entry__unit {
  margin-top: 0;
}
.articles-entry--incentive .articles-entry__prices {
  margin-top: 0.75em;
}
.articles-entry--incentive .articles-entry__add-to-cart {
  position: relative;
  z-index: 20;
  margin-top: 0;
}

.articles-entry--lightbox {
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  min-width: 25rem;
  max-width: 37.5rem;
  min-height: 12rem;
  display: flex;
  justify-content: stretch;
}
.articles-entry--lightbox .articles-entry__image {
  flex: 0 0 30%;
  padding-right: 1.25rem;
}
.articles-entry--lightbox .articles-entry__text {
  flex: 1 1 auto;
  padding-right: 2rem;
}
.articles-entry--lightbox .mfp-close-wrapper {
  flex: 0 0 31rem;
}

.articles-entry--livesearch {
  display: block;
  display: flex;
  padding: 0.375em 0.6rem;
}
.articles-entry--livesearch .articles-entry__image {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
.articles-entry--livesearch .articles-entry__text {
  flex-grow: 1;
  padding-left: 0.625rem;
}

.page--customer-my-products .no-articles-message,
.articles-entries--my-products .no-entries {
  display: none;
}

.articles-entry--my-products {
  margin-bottom: 3em;
}
.articles-entry--my-products .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.articles-entry--my-products .articles-entry__options {
  margin-top: 0.75em;
}
.articles-entry--my-products .add-to-cart,
.articles-entry--my-products .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
@media (max-width: 319px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 320px) and (max-width: 424px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 425px) {
  .articles-entry--my-products {
    display: flex;
  }
  .articles-entry--my-products .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .articles-entry--my-products .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
}
@media (min-width: 768px) {
  .articles-entry--my-products .articles-entry__text {
    display: flex;
  }
  .articles-entry--my-products .articles-entry__data {
    flex: 1 1 auto;
  }
  .articles-entry--my-products .articles-entry__options {
    flex: 0 1 20.625rem;
    max-width: 20.625rem;
    margin-top: 0;
  }
}

.articles-entries--selection-order {
  margin-bottom: 2.4rem;
}

.articles-entry--selection-order .ticks label > span:before {
  top: 5px;
}
.articles-entry--selection-order .ticks label > span:after {
  top: 10px !important;
}
.articles-entry--selection-order .ticks a.lightbox-ajax {
  position: relative;
  z-index: 400;
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
}
.articles-entry--selection-order .ticks a.lightbox-ajax .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  height: 1.125rem;
  padding-bottom: 4px;
}

.articles-entries--selection {
  display: flex;
  flex-wrap: wrap;
  margin: -0.625rem -0.3125rem;
}

.articles-entry--selection {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.625rem 0;
  padding: 0 0.3125rem;
}
@media (min-width: 320px) {
  .articles-entry--selection {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 576px) {
  .articles-entry--selection {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.articles-entry--selection .articles-entry__wrapper {
  display: flex;
  flex-direction: column;
}
.articles-entry--selection .articles-entry__image {
  margin-bottom: 0.625rem;
}
.articles-entry--selection .articles-entry__text {
  text-align: center;
}
.articles-entry--selection .image-wrapper {
  border: 2px solid transparent;
  border-radius: 2px;
  position: relative;
}
.articles-entry--selection .image-wrapper:before, .articles-entry--selection .image-wrapper:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.articles-entry--selection .image-wrapper:before {
  content: "";
  bottom: 0.3125rem;
  right: 0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #808080;
}
.articles-entry--selection .image-wrapper:after {
  bottom: 0.5rem;
  right: 0.5rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
.articles-entry--selection .image-wrapper:hover {
  border-color: #C00D0D;
}
.articles-entry--selection .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper {
  border-color: #C00D0D;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:before {
  border-color: #C00D0D;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:after {
  content: "";
  background-color: #C00D0D;
}
.articles-entry--selection .image-canvas {
  z-index: 1;
  width: auto;
  height: auto;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}
.articles-entry--selection .articles-entry__heading {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .articles-entry--selection .articles-entry__heading {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .articles-entry--selection .articles-entry__heading {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.articles-entry--selection .articles-entry__unit {
  margin-top: 0;
}

.no-welcome-gift {
  padding: 0 0.3125rem;
  margin: 0.625rem 0;
  position: relative;
}
.no-welcome-gift .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.no-welcome-gift .articles-entry__radio + span {
  position: relative;
  padding-left: 1.25rem;
}
.no-welcome-gift .articles-entry__radio + span:before, .no-welcome-gift .articles-entry__radio + span:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.no-welcome-gift .articles-entry__radio + span:before {
  content: "";
  bottom: 0.125rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #808080;
}
.no-welcome-gift .articles-entry__radio + span:after {
  bottom: 0.3125rem;
  left: 0.1875rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
.no-welcome-gift .articles-entry__radio:hover + span:before {
  border-color: #C00D0D;
}
.no-welcome-gift .articles-entry__radio:checked + span:before {
  border-color: #C00D0D;
}
.no-welcome-gift .articles-entry__radio:checked + span:after {
  content: "";
  background-color: #C00D0D;
}

.articles-entries--teaser {
  margin-top: 1.5em;
}

.articles-entry--teaser {
  margin-bottom: 3em;
}
.articles-entry--teaser .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 424px) {
  .articles-entry--teaser .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--teaser .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 425px) {
  .articles-entry--teaser .articles-entry__text {
    margin-top: 0.75em;
  }
}

.listed-by-table-accordion table tr td:first-child {
  padding-left: 0rem;
}
@media (max-width: 1023px) {
  .listed-by-table-accordion table tr td {
    padding-left: 0rem;
  }
}
@media (max-width: 1023px) {
  .listed-by-table-accordion table tr th {
    padding-left: 0rem;
  }
}
.listed-by-table-accordion table tr th:first-child {
  padding-left: 0rem;
}

.articles-entry {
  position: relative;
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry__image {
  position: relative;
}
.articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry__text {
  margin-top: 0.9375rem;
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1200px) {
  .articles-entry__text {
    margin-top: 0.75rem;
  }
}
.articles-entry__artno {
  color: #595959;
}
.articles-entry__title {
  margin-top: 0;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .articles-entry__title {
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.articles-entry__link {
  text-decoration: none;
}
.articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.articles-entry__link:hover {
  text-decoration: none;
}
.articles-entry__favorites .btn, .articles-entry__favorites .button {
  background-color: transparent;
}
.articles-entry__favorites .btn .icon, .articles-entry__favorites .button .icon {
  padding: 0;
}
.articles-entry__favorites .btn:not(:disabled):not(.disabled):hover, .articles-entry__favorites .button:not(:disabled):not(.disabled):hover {
  background-color: transparent;
  color: #6F6F6E;
}
.articles-entry__favorites .btn.is-active .icon, .articles-entry__favorites .is-active.button .icon {
  color: #3f3e3e;
}
.articles-entry__video {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.articles-entry__video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #262626;
  opacity: 0.8;
  width: 68px;
  height: 48px;
}
.articles-entry__image-wrapper .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #262626;
}
.articles-entry__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.articles-entry__logos-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
}
.articles-entry__logos-list a {
  display: flex;
  align-items: center;
}
.articles-entry__logos-list img {
  max-height: 40px;
}
@media (min-width: 1200px) {
  .articles-entry__logos-list img {
    max-height: 60px;
  }
}
.articles-entry__data, .articles-entry__logos, .articles-entry__options, .articles-entry__buttons, .articles-entry__variants {
  margin-top: 1.5625rem;
}
.articles-entry__options {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .articles-entry__variant-title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}

.articles-filter {
  display: none;
  margin-top: -135px;
}
.articles-filter--open {
  display: block;
}
@media (max-width: 424px) {
  .articles-filter--open {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.articles-filter__header {
  margin-bottom: 1.875rem;
}
.articles-filter__headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 1200px) {
  .articles-filter__headline {
    margin-bottom: 0.625rem;
  }
}
.articles-filter__close {
  margin: 0;
}
@media (max-width: 424px) {
  .articles-filter__close {
    margin-right: -1.25rem;
  }
}
.articles-filter__search {
  margin-top: 1.875rem;
}
.articles-filter__search-input {
  position: relative;
  color: #535352;
}
.articles-filter__search-input input {
  width: 100%;
  padding: 0 0.625rem 0.3125rem 1.5625rem;
  color: inherit;
  background: transparent;
  border: none;
  border-bottom: 1px solid #535352;
}
.articles-filter__search-icon {
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
}

#filter-submit {
  position: sticky;
  bottom: 5px;
  width: 100%;
  text-align: center;
}

.articles-lightbox {
  height: 100%;
  width: 17.5rem;
  overflow-y: hidden;
}
.articles-lightbox::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 320px) {
  .articles-lightbox {
    width: 22.5rem;
  }
}
@media (min-width: 425px) {
  .articles-lightbox {
    width: 35rem;
  }
}
@media (min-width: 576px) {
  .articles-lightbox {
    width: 43.75rem;
  }
}
.articles-lightbox .mfp-close {
  color: #3f3e3e;
}
.articles-lightbox .mfp-close:hover {
  color: #C00D0D;
}
.articles-lightbox__content {
  padding: 0.9375rem;
  margin-top: 0 !important;
}
.articles-lightbox__buttons {
  display: flex;
  gap: 0.625rem;
  justify-content: center;
  padding: 2.5rem 0.9375rem 0.9375rem;
}
.articles-lightbox__buttons .btn, .articles-lightbox__buttons .button {
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .articles-lightbox__buttons .btn, .articles-lightbox__buttons .button {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.articles-lightbox__buttons .btn--secondary:not(:disabled):not(.disabled):hover {
  background-color: #535352;
}
.articles-lightbox__buttons .icon {
  width: 21px;
  height: 21px;
  padding: 0;
}
.articles-lightbox .articles-list-entry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0.625rem;
  min-height: 2.1875rem;
  padding-block: 0.625rem;
}
.articles-lightbox .articles-list-entry:hover {
  color: #6F6F6E;
}
@media (min-width: 320px) {
  .articles-lightbox .articles-list-entry {
    grid-template-columns: 20% 1fr 1fr;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 70px;
    width: auto;
  }
}
@media (min-width: 425px) {
  .articles-lightbox .articles-list-entry {
    grid-template-columns: 18% 1fr 1fr;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 85px;
  }
}
@media (min-width: 576px) {
  .articles-lightbox .articles-list-entry {
    grid-template-columns: 16% 1fr 1fr;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 95px;
  }
}
.articles-lightbox .articles-list-entry__image {
  display: none;
}
@media (min-width: 320px) {
  .articles-lightbox .articles-list-entry__image {
    display: block;
  }
}
.articles-lightbox .articles-list-entry__options {
  text-align: right;
}
@media (min-width: 320px) {
  .articles-lightbox .articles-list-entry__image {
    display: block;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 70px;
    width: auto;
  }
}
@media (min-width: 425px) {
  .articles-lightbox .articles-list-entry {
    grid-template-columns: 18% 1fr 1fr;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 85px;
  }
}
@media (min-width: 576px) {
  .articles-lightbox .articles-list-entry {
    grid-template-columns: 16% 1fr 1fr;
  }
  .articles-lightbox .articles-list-entry img {
    max-height: 95px;
  }
}
.articles-lightbox .articles-list-entry + .articles-list-entry {
  border-top: 1px solid #CCCCCC;
}

@media (max-width: 1199px) {
  .articles-overview-intro {
    margin-top: 1.875rem;
  }
}
.articles-overview-intro__wrapper {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .articles-overview-intro__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.articles-overview-intro__title {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
@media (min-width: 1200px) {
  .articles-overview-intro__title {
    gap: 1.5625rem;
  }
}
.articles-overview-intro__title .icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 1200px) {
  .articles-overview-intro__title .icon {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}
.articles-overview-intro__options--desktop {
  display: none;
}
.articles-overview-intro__mobile-options {
  display: flex;
  justify-content: space-between;
  padding-top: 1.5625rem;
  border-top: 1px solid #C6C6C6;
}
@media (min-width: 1200px) {
  .articles-overview-intro__mobile-options {
    display: none;
  }
}
.articles-overview-intro__mobile-options--left {
  display: flex;
  gap: 1.5625rem;
}

.badge {
  max-width: 33%;
  max-height: 33%;
  pointer-events: none;
}

.discount-percent {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #B70E0C;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
}
.articles-entry--details .discount-percent {
  position: relative;
  float: right;
  font-size: 1rem;
  line-height: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  top: -0.75rem;
}

.badge-news {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  transform: rotateZ(-10deg);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.25));
  background-size: contain;
}
.lang-de .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_de.png");
}
.lang-en .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_en.png");
}
@media (max-width: 767px) {
  .articles-entries--overview .badge-news {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 576px) {
  .articles-entry--details .badge-news {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .articles-entry--details .badge-news {
    width: 5rem;
    height: 5rem;
  }
}

.big-ticks {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.big-ticks > li {
  padding: 0;
  margin: 0;
}
.big-ticks .big-ticks__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #808080;
  padding: 0.625rem;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.big-ticks .big-ticks__item:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #808080;
  background-color: #fff;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #C00D0D;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:hover {
  border-color: #C00D0D;
  z-index: 2;
}
.big-ticks .big-ticks__item:hover:before {
  border-color: #C00D0D;
}
.big-ticks .big-ticks__panel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.big-ticks .big-ticks__image {
  float: right;
  max-width: 30%;
  padding-left: 0.625rem;
}
.big-ticks .big-ticks__image img {
  max-height: 5rem;
  width: auto;
}
.big-ticks .big-ticks__radio {
  outline: none;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #C00D0D;
  background-color: #CCCCCC;
  box-shadow: 0 0 1px 1px rgba(192, 13, 13, 0.5);
  z-index: 3;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__subform,
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__helptext {
  display: block;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:before {
  border-color: #C00D0D;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:after {
  display: block;
}
.big-ticks .big-ticks__heading {
  margin: 0 0 0 1.875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.big-ticks .big-ticks__description {
  margin: 0.75em 0 0 1.875rem;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding: 0.75em 0 0 1.875rem;
  max-width: 18.75rem;
}
@media (min-width: 768px) {
  .big-ticks {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 -0.625rem;
  }
  .big-ticks > li {
    flex: 0 1 20rem;
    display: flex;
    align-items: stretch;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
  }
  .big-ticks .big-ticks__item {
    flex: 0 0 100%;
    padding: 0.625rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__panel {
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__image {
    float: none;
    max-width: none;
    padding-left: 0;
    order: 2;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .big-ticks .big-ticks__image img {
    max-height: 3.75rem;
    max-width: 70%;
    width: auto;
  }
  .big-ticks .big-ticks__heading {
    margin: 0 1.25rem;
    order: 1;
    text-align: center;
  }
  .big-ticks .big-ticks__description {
    order: 3;
    margin: 0;
    text-align: center;
  }
  .big-ticks .big-ticks__subform {
    padding-left: 0;
    order: 4;
  }
}
.big-ticks .big-ticks__helptext {
  display: none;
  padding-top: 0.75em;
  text-align: center;
  color: #4D4D4D;
  order: 4;
}

.buttons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.buttons-grid--between {
  justify-content: space-between;
}

.c-rte-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .c-rte-container {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.c-rte-container .container,
.c-rte-container .alerts {
  padding: 0;
  min-width: 0;
}

.c-rte-full-image-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--nb-column-gap);
}
@media (min-width: 576px) {
  .c-rte-full-image-text--text-left .c-rte-full-image-text__text {
    padding-left: var(--nb-container-gutter);
  }
}
.c-rte-full-image-text--text-left .c-rte-full-image-text__text-wrapper {
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-rte-full-image-text--text-left .c-rte-full-image-text__image {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .c-rte-full-image-text--text-left .c-rte-full-image-text__image {
    padding-left: 3.75rem;
  }
}
@media (min-width: 576px) {
  .c-rte-full-image-text--text-right .c-rte-full-image-text__text {
    padding-right: var(--nb-container-gutter);
  }
}
.c-rte-full-image-text--text-right .c-rte-full-image-text__text-wrapper {
  margin-right: auto;
}
@media (min-width: 768px) {
  .c-rte-full-image-text--text-right .c-rte-full-image-text__image {
    padding-right: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .c-rte-full-image-text--text-right .c-rte-full-image-text__image {
    padding-right: 3.75rem;
  }
}
.c-rte-full-image-text__image {
  width: 100%;
  order: 1;
}
.c-rte-full-image-text__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .c-rte-full-image-text__image {
    width: calc( 50% - ( var(--nb-column-gap) / 2 ) );
    order: unset;
  }
  .c-rte-full-image-text__image img {
    max-height: 390px;
  }
}
.c-rte-full-image-text__text {
  width: 100%;
  order: 2;
}
@media (max-width: 575px) {
  .c-rte-full-image-text__text {
    padding: 0 var(--nb-container-gutter);
  }
}
@media (min-width: 576px) {
  .c-rte-full-image-text__text {
    width: calc( 50% - ( var(--nb-column-gap) / 2 ) );
    align-self: center;
    order: unset;
  }
}
.c-rte-full-image-text__text-wrapper {
  max-width: calc( ( var(--nb-container-max-width) / 2 ) - ( var(--nb-column-gap) / 2 ) );
  text-align: left;
}

.card {
  display: block;
  padding: 1.25rem;
  background-color: #CCCCCC;
}

.card--small {
  padding: 0.625rem;
}

.card--white {
  background-color: #fff;
}

.carousel {
  position: relative;
}
.carousel .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.carousel .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.carousel ul,
.carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .carousel__item {
  position: relative;
}
.carousel .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.carousel img {
  max-width: none;
  transition: opacity 0.5s;
}
.carousel .carousel__caption {
  display: none;
}
@media (min-width: 425px) {
  .carousel .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #3f3e3e;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(242, 242, 242, 0.7);
    padding: 0.625rem 1.25rem;
  }
}
.carousel .carousel__caption h1, .carousel .carousel__caption h2, .carousel .carousel__caption h3, .carousel .carousel__caption h4,
.carousel .carousel__caption .h1, .carousel .carousel__caption .h2, .carousel .carousel__caption .h3, .carousel .carousel__caption .h4,
.carousel .carousel__caption p, .carousel .carousel__caption ul, .carousel .carousel__caption ol {
  margin: 0;
}
.carousel .slick-list {
  z-index: 1;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 2rem;
}
.carousel .slick-prev {
  left: 1.25rem;
}
.carousel .slick-next {
  right: 1.25rem;
}

.hero-carousel {
  position: relative;
}

.cart-amount-wrapper {
  display: flex;
  align-items: center;
}
.cart-amount-wrapper label {
  margin: 0 0.3125rem 0 0;
}

.cart-amount {
  margin-right: 0.3125rem;
  white-space: nowrap;
  display: flex;
}

.cart-amount-input,
.btn.cart-amount-minus,
.cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  position: relative;
  margin-right: -1px;
}

.cart-amount-input {
  text-align: center;
  width: 3.125rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  border-radius: 0;
  z-index: 1;
}
.cart-amount-input:hover {
  z-index: 3;
}

.btn.cart-amount-minus, .cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  z-index: 2;
}
.btn.cart-amount-minus:hover, .cart-amount-minus.button:hover,
.btn.cart-amount-plus:hover,
.cart-amount-plus.button:hover {
  z-index: 3;
}

.add-to-cart {
  position: relative;
  display: flex;
}
.add-to-cart::after {
  display: block;
  clear: both;
  content: "";
}

.cart-popup {
  max-width: 28.75rem;
  padding: 1.25rem;
  background-color: #fff;
}
.cart-popup__heading {
  border-bottom: 1px solid #C6C6C6;
}
.cart-popup__article {
  display: flex;
  gap: 1rem;
}
.cart-popup__article .articles-entry__image {
  flex-shrink: 0;
  width: 5rem;
}
@media (min-width: 768px) {
  .cart-popup__article .articles-entry__image {
    width: 7.5rem;
  }
}
.cart-popup__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.75rem;
}

.cart-preview {
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
}
.cart-preview.dropdown > .dropdown__content {
  min-width: 240px;
  background-color: #fff;
  border: 1px solid #808080;
}
.cart-preview.dropdown > .dropdown__content::after {
  border-bottom-color: #fff !important;
}
.cart-preview__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.25rem;
  width: 2.25rem;
  color: var(--br-text-color) !important;
}
.cart-preview__toggle .icon {
  width: 1.625rem;
  height: 1.625rem;
}
.cart-preview__toggle .keytoggle {
  display: none !important;
}
.cart-preview__item {
  display: flex;
  justify-content: space-between;
}

.cart-summary__info {
  display: flex;
  justify-content: space-between;
  gap: 1.875rem;
}
.cart-summary__vat {
  display: flex;
  gap: 0.125rem;
  font-size: 1rem;
  line-height: 1.375rem;
}
.cart-summary__btn {
  margin-top: 1rem;
  text-align: right;
}

.vat-info {
  color: #fff;
  background-color: #999999;
  border-radius: 0.25rem;
  cursor: help;
}

.catalog-entries {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 576px) {
  .catalog-entries {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 1200px) {
  .catalog-entries {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.catalog-entries .catalogue-entry img {
  box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.2);
}

.categories-overview {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 425px) {
  .categories-overview {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .categories-overview {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  .categories-overview {
    grid-template-columns: repeat(4, 1fr);
  }
}
.categories-overview .categories-entry {
  position: relative;
  border: 1px solid #CCCCCC;
}
.categories-overview .categories-entry__link {
  color: var(--br-text-color);
  text-decoration: none;
}
.categories-overview .categories-entry__link:visited {
  color: var(--br-text-color);
}
.categories-overview .categories-entry__link:hover {
  color: var(--br-text-color);
}
.categories-overview .categories-entry__link:active {
  color: var(--br-text-color);
}
.categories-overview .categories-entry__link:hover {
  text-decoration: underline;
}
.categories-overview .categories-entry__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.categories-overview .categories-entry__image {
  color: var(--br-text-color);
}
.categories-overview .categories-entry__image .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.categories-overview .categories-entry__panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.375rem;
  align-items: center;
  padding: 1rem;
}
.categories-overview .categories-entry__text-count {
  display: none;
}
.categories-overview .categories-entry__text-links {
  position: relative;
  color: #CCCCCC;
  font-size: 1.2rem;
  line-height: 1.4;
}
.categories-overview .categories-entry__text-links a {
  text-decoration: none;
}
.categories-overview .categories-entry__text-links a:hover {
  text-decoration: underline;
}
.categories-overview .categories-entry__text-links a:not(:last-child)::after {
  content: "/";
  font: inherit;
}

.checkout-progress {
  padding: 1.5em 0 0;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}
.checkout-progress .container-inner {
  border-bottom: 1px solid #575756;
}
.checkout-progress .container-inner::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-progress ul {
  border: 1px solid #575756;
  border-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  max-height: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.checkout-progress ul,
.checkout-progress ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.checkout-progress ul li {
  display: inline;
}
.checkout-progress ul > li {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 2.5rem;
  line-height: 0.5rem;
  padding: 0 1.25rem 0 1.875rem;
  position: relative;
  color: #3f3e3e;
  background-color: #CCCCCC;
  display: block;
  flex-grow: 1;
  text-align: center;
}
.checkout-progress ul > li, .checkout-progress ul > li:before, .checkout-progress ul > li:after {
  transition: all 0.1s ease-out;
}
.checkout-progress ul > li:before, .checkout-progress ul > li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 2.25rem solid transparent;
  border-bottom: 2.25rem solid transparent;
  border-left: 1.875rem solid transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.checkout-progress ul > li:before {
  margin-left: 2px;
  z-index: 1;
  border-left-color: #575756;
}
.checkout-progress ul > li:after {
  border-left-color: #CCCCCC;
}
.checkout-progress ul > li.running {
  color: #fff;
  background: #6F6F6E;
  font-weight: bold;
}
.checkout-progress ul > li.running:after, .checkout-progress ul > li.running:before {
  border-left-color: #6F6F6E;
}
.checkout-progress ul > li.done {
  color: #fff;
  background: #575756;
}
.checkout-progress ul > li.done:after {
  border-left-color: #575756;
}
.checkout-progress ul > li.done:before {
  border-left-color: #fff;
}
.checkout-progress ul > li:first-child {
  padding-left: 1.25rem;
}
.checkout-progress ul > li:last-child {
  padding-right: 1.25rem;
}
.checkout-progress ul > li:last-child:before, .checkout-progress ul > li:last-child:after {
  border: 0;
}
@media (max-width: 575px) {
  .checkout-progress ul > li {
    padding: 0 0.3125rem 0 1.25rem;
    font-size: 0.6875rem;
    line-height: 2.375rem;
  }
  .checkout-progress ul > li span {
    display: none;
  }
  .checkout-progress ul > li:first-child {
    padding-left: 0.625rem;
  }
  .checkout-progress ul > li:last-child {
    padding-right: 0.625rem;
  }
}
@media (min-width: 320px) {
  .checkout-progress ul > li {
    font-size: 0.875rem;
  }
}
@media (min-width: 425px) {
  .checkout-progress ul > li span {
    display: inline;
  }
}
@media (min-width: 576px) {
  .checkout-progress ul > li {
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.choosen-customer__wrapper {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
}
.choosen-customer__link, .choosen-customer__name {
  color: #fff;
}
.choosen-customer__link:visited, .choosen-customer__name:visited {
  color: #fff;
}
.choosen-customer__link:hover, .choosen-customer__name:hover {
  color: #fff;
}
.choosen-customer__link:active, .choosen-customer__name:active {
  color: #fff;
}
.dark-mode .choosen-customer__link, .dark-mode .choosen-customer__name {
  color: #3f3e3e;
}
.dark-mode .choosen-customer__link:visited, .dark-mode .choosen-customer__name:visited {
  color: #3f3e3e;
}
.dark-mode .choosen-customer__link:hover, .dark-mode .choosen-customer__name:hover {
  color: #3f3e3e;
}
.dark-mode .choosen-customer__link:active, .dark-mode .choosen-customer__name:active {
  color: #3f3e3e;
}

.color-variations {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.color-variation {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  cursor: pointer;
}
.color-variation input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.color-variation span {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.color-variation span:before, .color-variation span:after {
  content: "";
  position: absolute;
  border: 1px solid transparent;
}
.color-variation span:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.color-variation span:after {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}
.color-variation:hover span:before {
  border: 1px solid #000;
}
.color-variation input:checked + span:before {
  border: 2px solid #000;
}
.color-variation input:checked + span:after {
  border: 1px solid #fff;
}

.page-compare__intro {
  margin-bottom: 1.5625rem;
}

.page-compare__table {
  overflow-x: auto;
  max-width: 100%;
  padding-bottom: 5px;
  -webkit-overflow-scrolling: touch;
}

.compare {
  width: auto;
  border-collapse: collapse;
  font-size: 1.2rem;
  line-height: 1.4;
  background-color: #E6E6E6;
}
.compare .button-favorites_compare {
  padding: 0;
}
.compare td,
.compare th {
  text-align: left;
  vertical-align: top;
  padding: 5px;
  position: relative;
  border: 1px solid #CCCCCC;
}
.compare td:not(:last-child),
.compare th:not(:last-child) {
  border-right: 0;
}
.compare td,
.compare th {
  min-width: 160px;
  width: 160px;
}
.compare th {
  background-color: #D9D9D9;
  border-top-color: #CCCCCC;
}
.compare thead .button-favorites_compare {
  position: absolute;
  right: 0;
  top: -40px;
}
.compare thead tr:first-child td {
  background-color: #fff;
}
.compare thead tr:first-child td a {
  min-height: 150px;
  position: relative;
  display: grid;
  align-items: center;
}
.compare thead tr:first-child td img {
  max-height: 100%;
  height: auto;
  width: auto;
}
.compare tbody th {
  font-weight: 400;
}
.compare tbody td {
  color: #4D4D4D;
}
.compare tbody tr.is-different th,
.compare tbody tr.is-different td {
  color: #000;
  font-weight: 600;
}
.compare tbody tr.is-different td {
  background-color: #fff;
}
.compare tbody tr.is-different th {
  background-color: #CCCCCC;
}

@media (min-width: 425px) {
  .content-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
  }
}
@media (min-width: 576px) {
  .content-container {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 768px) {
  .content-container {
    gap: 1.875rem;
  }
}
@media (min-width: 1600px) {
  .content-container {
    gap: 3.125rem;
  }
}
@media (max-width: 424px) {
  .content-container__content {
    margin-top: 3.125rem;
  }
}

@media (max-width: 1199px) {
  .custom-container--mobile-full {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.customer-address__layout {
  margin-top: 0.625rem;
  padding: 1.5rem 0;
  border-top: 0.0625rem solid #C6C6C6;
  border-bottom: 0.0625rem solid #C6C6C6;
}
.customer-address__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.25rem;
}
.customer-address__headline {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}
.customer-address__icon {
  flex-shrink: 0;
  font-size: 1.5rem;
}
.customer-address__title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .customer-address__title {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
  }
}
.customer-address__content {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  word-break: break-word;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .customer-address__content {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.customer-box {
  position: relative;
  padding: 1.875rem 1rem;
  background-color: #fff;
}
.dark-mode .customer-box {
  background-color: #F2F2F2;
}
.customer-box.is-updating::before,
.customer-box .is-updating::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.customer-box .loading {
  z-index: 120;
}
.customer-box__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  min-height: 6.25rem;
}
@media (min-width: 1200px) {
  .customer-box__grid--2col {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}
.customer-box__grid--performance {
  grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
}
.customer-box__grid > * {
  min-width: 0;
  overflow: hidden;
}
.customer-box__title {
  margin-bottom: 1.5rem;
  padding-bottom: 0.375rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid #C6C6C6;
}
@media (min-width: 1200px) {
  .customer-box__title {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
    padding-bottom: 0.75rem;
  }
}
.customer-box__title--with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.customer-box__title--with-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .customer-box__title--with-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.customer-box__title--subtitle {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
@media (min-width: 1200px) {
  .customer-box__title--subtitle {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding-bottom: 0.375rem;
  }
}
.customer-box__title--flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}
.customer-box__customer-data-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .customer-box__customer-data-grid {
    grid-template-columns: repeat(auto-fit, minmax(23.125rem, 1fr));
    gap: 2.5rem;
  }
}
.customer-box__customer-data-grid--2col {
  grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  gap: 2.5rem;
}
.customer-box__customer-data-flex {
  display: flex;
}
.customer-box__customer-data-flex--column {
  flex-direction: column;
}
.customer-box__customer-data-flex--row {
  flex-direction: row;
  justify-content: space-between;
  margin-right: 0.625rem;
}
.customer-box__customer-data-item {
  min-width: 0;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .customer-box__customer-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.875rem;
  }
}
.customer-box__load-more-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 1.75rem;
}
.customer-box__accordion-toggle {
  width: 100%;
  border-bottom: 0.0625rem solid #C6C6C6 !important;
}
.customer-box__accordion-toggle .accordion__icon {
  top: 50%;
  transform: translateY(-50%);
}
.customer-box__accordion-toggle[aria-expanded=true] .accordion__icon {
  transform: translateY(-50%) rotate(180deg) !important;
}
.customer-box__accordion-toggle--no-border {
  border-bottom: 0 !important;
}
.customer-box__accordion-toggle-content {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .customer-box__accordion-toggle-content {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
  }
}
.customer-box__accordion-toggle-content--with-icon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.customer-box__accordion-toggle-content--with-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .customer-box__accordion-toggle-content--with-icon .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.customer-box__line--with-icon {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.customer-box__line--with-icon .icon {
  flex-shrink: 0;
}
.customer-box__line + .customer-box__line {
  margin-top: 0.25rem !important;
}
.customer-box__edit-content {
  display: none;
}

.customer-box .customer-info-status {
  display: flex;
  align-items: center;
}
.customer-box .customer-info-status:before {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 50%;
  line-height: 10px;
  margin-right: 0.5em;
  background-color: #679e48;
}
.customer-box .customer-info-status__green:before {
  background-color: #679e48;
}
.customer-box .customer-info-status__red:before {
  background-color: #c00d0d;
}
.customer-box .customer-info-status__yellow:before {
  background-color: #ebac00;
}
.customer-box .customer-info-status__darkgrey:before {
  background-color: #575756;
}
.customer-box .customer-info-status__lightgrey:before {
  background-color: #c6c6c6;
}

.customer-info-box {
  position: relative;
}
.customer-info-box__toggle {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1rem;
  gap: 0.5rem;
  width: 100%;
  padding: 1.125rem 0 !important;
  border-bottom: 1px solid #C6C6C6 !important;
  font-size: 1.25rem;
  line-height: 1.625rem;
  word-break: break-word;
  overflow: hidden;
}
.customer-info-box__toggle__9col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1rem !important;
  cursor: unset !important;
}
@media (min-width: 1200px) {
  .customer-info-box__toggle {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.customer-info-box__toggle .accordion__icon {
  top: 1.5rem !important;
}
@media (min-width: 1200px) {
  .customer-info-box__toggle .accordion__icon {
    top: 1.8125rem !important;
  }
}
.customer-info-box .is-loading {
  filter: blur(2px);
  pointer-events: none;
}

.entries-header__10col, .customer-info-box__toggle__10col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1rem !important;
}

.customer-price--text {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.customer-price--text-small {
  font-size: 0.875rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .customer-price__buttons-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.customer-price__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .customer-price__buttons {
    flex: 2;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .customer-price__prices {
    flex: 1;
  }
}
.customer-price__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.customer-price .btn--cart {
  margin-top: 1rem;
}
@media (max-width: 575px) {
  .customer-price .btn--cart {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .customer-price .btn--cart {
    margin-top: 0;
  }
}
.customer-price .cart-reload {
  display: inline-flex;
}

.customer-table--details {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .customer-table--details {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.customer-table--details .text--quantity-status {
  padding-right: 0.25rem;
  vertical-align: middle;
}
.customer-table--details .icon--quantity-status {
  font-size: 0.875rem;
}

.customer-table--dark td, .customer-table--dark th {
  font-size: 1rem;
  line-height: 1.625rem;
  border-color: #fff;
  border-bottom: 1px solid #fff !important;
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.customer-table--dark td:not(:first-child), .customer-table--dark th:not(:first-child) {
  text-align: right;
}
@media (min-width: 1200px) {
  .customer-table--dark td, .customer-table--dark th {
    font-size: 1.125rem;
  }
}
.customer-table--dark tbody {
  font-size: 0.9375rem;
}
.customer-table--dark tbody tr:nth-child(odd) td {
  background-color: #F2F2F2;
}
.customer-table--hover tr:hover td,
.customer-table--hover tr:nth-child(odd):hover td,
.customer-table--hover tr:nth-child(even):hover td {
  background-color: #CCCCCC !important;
}

.datepicker-wrapper {
  width: 10rem;
}

.timepicker-wrapper {
  width: 10rem;
}

.datepicker-root {
  position: relative;
  z-index: 90;
}

.picker {
  color: #3f3e3e;
}

.picker__frame {
  max-width: 25rem;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}

.picker--opened .picker__holder {
  background-color: rgba(0, 0, 0, 0.6);
}

.picker__day--today:before {
  border-top-color: #535352;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background-color: #CCCCCC;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #C00D0D;
}

.picker__nav--next:before {
  border-left-color: #C00D0D;
}

.picker__nav--prev:before {
  border-right-color: #C00D0D;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background-image: none;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  padding: 0.5rem 0.875rem;
  width: auto;
  height: auto;
  width: 31%;
  margin-right: 3%;
}
.picker__button--clear:disabled, .picker__button--clear.disabled,
.picker__button--close:disabled,
.picker__button--close.disabled,
.picker__button--today:disabled,
.picker__button--today.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker__button--clear, .picker__button--clear:hover,
.picker__button--close,
.picker__button--close:hover,
.picker__button--today,
.picker__button--today:hover {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.is-open,
.picker__button--close:active,
.picker__button--close.is-open,
.picker__button--today:active,
.picker__button--today.is-open {
  background-image: none;
  text-decoration: none;
}
.picker__button--clear:focus-visible,
.picker__button--close:focus-visible,
.picker__button--today:focus-visible {
  box-shadow: 0 0 0 1px #575756;
}
.picker__button--clear > *,
.picker__button--close > *,
.picker__button--today > * {
  vertical-align: inherit;
}
.picker__button--clear .icon + .btn__text,
.picker__button--close .icon + .btn__text,
.picker__button--today .icon + .btn__text {
  margin-left: 0.5em;
}
.picker__button--clear .btn__text + .icon,
.picker__button--close .btn__text + .icon,
.picker__button--today .btn__text + .icon {
  margin-left: 0.25em;
}
.picker__button--clear, .picker__button--clear:visited,
.picker__button--close,
.picker__button--close:visited,
.picker__button--today,
.picker__button--today:visited {
  color: #3f3e3e;
  background-color: #C6C6C6;
  border-color: #C6C6C6;
}
.picker__button--clear:not(:disabled):not(.disabled):hover,
.picker__button--close:not(:disabled):not(.disabled):hover,
.picker__button--today:not(:disabled):not(.disabled):hover {
  color: #3f3e3e;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.picker__button--clear:not(:disabled):not(.disabled):active, .picker__button--clear:not(:disabled):not(.disabled).is-open,
.picker__button--close:not(:disabled):not(.disabled):active,
.picker__button--close:not(:disabled):not(.disabled).is-open,
.picker__button--today:not(:disabled):not(.disabled):active,
.picker__button--today:not(:disabled):not(.disabled).is-open {
  color: #3f3e3e;
  background-color: #adadad;
  border-color: #adadad;
}
.picker__button--clear:last-child,
.picker__button--close:last-child,
.picker__button--today:last-child {
  margin-right: 0;
}

.picker__button--today:before {
  border-top-color: #535352;
}

.picker__button--clear:before {
  border-top-color: #B70E0C;
}

.picker__day {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(77, 77, 77, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 1.6rem;
  color: #4D4D4D;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.picker__month,
.picker__year {
  font-size: 2.2rem;
  font-style: normal;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}

.picker__year {
  color: #4D4D4D;
}

.picker--time .picker__frame {
  min-width: 20rem;
}
.picker--time .picker__box {
  border: 0;
  padding: 0.625rem;
  background: #999999;
}
.picker--time .picker__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  border-color: #999999;
  flex-basis: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.picker--time .picker__list-item:nth-child(4n-3) {
  border-left: 1px solid #999999;
}
.picker--time .picker__list-item:hover {
  background-color: #CCCCCC;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #C00D0D;
  border-color: #C00D0D;
  color: #fff;
}
.picker--time .picker__list-item--selected:nth-child(4n-3),
.picker--time .picker__list-item--selected:hover:nth-child(4n-3),
.picker--time .picker__list-item--highlighted:nth-child(4n-3) {
  border-left: 1px solid #C00D0D;
}
.picker--time .picker__button--clear {
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background-image: none;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  padding: 0.5rem 0.875rem;
  width: auto;
  height: auto;
  width: 100%;
  margin: 0;
}
.picker--time .picker__button--clear:disabled, .picker--time .picker__button--clear.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:hover {
  text-decoration: none;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.is-open {
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear:focus-visible {
  box-shadow: 0 0 0 1px #575756;
}
.picker--time .picker__button--clear > * {
  vertical-align: inherit;
}
.picker--time .picker__button--clear .icon + .btn__text {
  margin-left: 0.5em;
}
.picker--time .picker__button--clear .btn__text + .icon {
  margin-left: 0.25em;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited {
  color: #3f3e3e;
  background-color: #C6C6C6;
  border-color: #C6C6C6;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):hover {
  color: #3f3e3e;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):active, .picker--time .picker__button--clear:not(:disabled):not(.disabled).is-open {
  color: #3f3e3e;
  background-color: #adadad;
  border-color: #adadad;
}
.picker--time .picker__button--clear:before,
.picker--time .picker__button--clear:hover:before {
  border-top-color: #B70E0C;
}

.picker__button--close::before {
  top: -0.75rem;
}

.nb-table--shop-direct-offer .offer-row + .offer-row {
  margin-top: 1.5rem;
}
.nb-table--shop-direct-offer .offer-row__bottom-left {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.nb-table--shop-direct-offer .offer-row__bottom-right .custom-ticks {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.nb-table--shop-direct-offer .offer-row__bottom-right .custom-ticks label {
  cursor: pointer;
}
.nb-table--shop-direct-offer .offer-row__bottom-right .custom-ticks label span {
  cursor: pointer;
}
.nb-table--shop-direct-offer .offer-row__bottom-right input[type=checkbox] {
  background-color: #C6C6C6;
  cursor: pointer;
}

.direct-order__memory-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.direct-order__memory-actions .dropdown__toggle {
  font-weight: 400 !important;
}
.direct-order__memory-actions .dropdown__toggle .icon {
  font-size: 1rem;
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .direct-order__memory-actions .dropdown__toggle .icon {
    margin-left: 0.75rem;
  }
}
.direct-order__memory-dropdown {
  position: relative;
}
.direct-order__memory-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 17.5rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #C6C6C6;
}
.dark-mode .direct-order__memory-content {
  background-color: #F2F2F2;
}
.is-updating .direct-order__memory-content {
  filter: blur(5px);
  pointer-events: none;
}

.directorder__templates {
  list-style: none;
  padding: 0;
}
.directorder__template {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 0.25rem;
}
.directorder__template-title {
  font-size: 1.125rem;
  line-height: 1.5;
}
.directorder__template-btn {
  display: flex;
  gap: 0.25rem;
}

.order-row + .order-row {
  margin-top: 1.5rem;
}
.order-row__bottom-left {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.order-row__bottom-right .custom-ticks {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.order-row__bottom-right .custom-ticks label {
  cursor: pointer;
}
.order-row__bottom-right .custom-ticks label span {
  cursor: pointer;
}
.order-row__bottom-right input[type=checkbox] {
  background-color: #C6C6C6;
  cursor: pointer;
}

.result_directorder-live {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 80vw;
  max-width: 200%;
  min-height: 3rem;
  padding: 0.625rem;
  background-color: #F2F2F2;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
  z-index: 1000;
  word-break: break-word;
}
.result_directorder-live .result-product {
  cursor: pointer;
}
.result_directorder-live .result-product:hover, .result_directorder-live .result-product:focus-within {
  text-decoration: underline !important;
}
.result_directorder-live .result-product__image {
  padding: 0.3125rem;
  background-color: #fff;
}
.result_directorder-live .result-product__text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.result_directorder-live .result-product + .result-product {
  margin-top: 1rem;
}

/**
 * customer-nb-table.scss
 */
@media (min-width: 576px) {
  .nb-table--hide-initial:not(.article-loaded) .th-direct-order-price,
.nb-table--hide-initial:not(.article-loaded) .th-direct-order-discount1,
.nb-table--hide-initial:not(.article-loaded) .th-direct-order-discount2,
.nb-table--hide-initial:not(.article-loaded) .th-direct-order-sumprice,
.nb-table--hide-initial:not(.article-loaded) .th-direct-order-delete {
    display: none;
  }
}
.nb-table .direct-order-delete {
  text-align: right;
}
.nb-table .order-row .direct-order-no .formgroup,
.nb-table .order-row .direct-offer-no .formgroup,
.nb-table .offer-row .direct-order-no .formgroup,
.nb-table .offer-row .direct-offer-no .formgroup {
  width: 11.875rem;
  display: inline-flex;
}
.nb-table .order-row .direct-order-stock,
.nb-table .offer-row .direct-order-stock {
  display: none;
}
.nb-table .direct-offer-amount .formgroup,
.nb-table .direct-order-amount .formgroup {
  justify-content: flex-end;
}
.nb-table .direct-offer-amount .formgroup__btn,
.nb-table .direct-order-amount .formgroup__btn {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
@media (max-width: 575px) {
  .nb-table__header {
    display: none;
  }
  .nb-table .formgroup {
    position: static;
  }
  .nb-table .order-row .direct-order-no,
.nb-table .order-row .direct-offer-no,
.nb-table .offer-row .direct-order-no,
.nb-table .offer-row .direct-offer-no {
    position: relative;
  }
  .nb-table .order-row .direct-order-no input,
.nb-table .order-row .direct-offer-no input,
.nb-table .offer-row .direct-order-no input,
.nb-table .offer-row .direct-offer-no input {
    text-align: right;
  }
  .nb-table .order-row .direct-order-no .result_directorder-live,
.nb-table .order-row .direct-offer-no .result_directorder-live,
.nb-table .offer-row .direct-order-no .result_directorder-live,
.nb-table .offer-row .direct-offer-no .result_directorder-live {
    left: 0.625rem;
    right: 0.625rem;
    width: calc(100% - 1.25rem);
    top: 4.6875rem;
  }
  .nb-table .order-row {
    text-align: right;
    margin-bottom: 0.9375rem;
  }
  .nb-table .order-row--with-border {
    border: 1px solid #F2F2F2;
  }
  .nb-table .order-row__top > div {
    padding: 0.625rem;
  }
  .nb-table .order-row__top > div + div {
    border-top: 1px solid #F2F2F2;
  }
  .nb-table .order-row__bottom-left {
    display: none;
  }
  .nb-table .order-row__bottom-right {
    padding: 0.625rem;
  }
  .nb-table .order-row:not(.article-loaded) .direct-order-price,
.nb-table .order-row:not(.article-loaded) .direct-order-discount1,
.nb-table .order-row:not(.article-loaded) .direct-order-discount2,
.nb-table .order-row:not(.article-loaded) .direct-order-sumprice,
.nb-table .order-row:not(.article-loaded) .direct-order-delete,
.nb-table .order-row:not(.article-loaded) .order-row__bottom {
    display: none;
  }
  .nb-table .order-row .direct-order-no .order-name {
    display: block;
    margin-top: 0.3125rem;
  }
  .nb-table .order-row .direct-order-no .order-ean {
    display: inline-block;
  }
  .nb-table .order-row input.order-amount {
    max-width: 7rem;
  }
  .nb-table .order-row .formgroup__btn {
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .nb-table__header {
    display: grid;
    grid-template-columns: 10.625rem minmax(5.625rem, 1fr) 1fr 1fr 1fr 1fr 2.8125rem;
    gap: 0.5rem;
    padding: 0.625rem 0;
  }
  .nb-table .direct-order-label {
    display: none;
  }
  .nb-table .order-row__top {
    display: grid;
    grid-template-columns: 10.625rem minmax(5.625rem, 1fr) 1fr 1fr 1fr 1fr 2.8125rem;
    gap: 0.5rem;
    padding-bottom: 0.625rem;
  }
  .nb-table .order-row__bottom {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1.5rem;
  }
  .nb-table .order-row__bottom--with-border {
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #C6C6C6;
  }
  .nb-table .order-row__bottom .order-ean:not(:empty) {
    display: block;
  }
  .nb-table .order-row__bottom-right {
    text-align: right;
  }
  .nb-table .order-row .direct-order-no input,
.nb-table .order-row .th-direct-order-no input {
    max-width: 10rem;
  }
  .nb-table .order-row .direct-order-no .order-name, .nb-table .order-row .direct-order-no .order-ean,
.nb-table .order-row .th-direct-order-no .order-name,
.nb-table .order-row .th-direct-order-no .order-ean {
    display: none;
  }
  .nb-table .order-row .direct-order-no .direct-order-stock,
.nb-table .order-row .th-direct-order-no .direct-order-stock {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .nb-table--shop-direct-order:not(.nb-table--shop-direct-order-plain) .nb-table__header {
    grid-template-columns: 1.875rem 10.625rem minmax(5.625rem, 1fr) 1fr 1fr 1fr 1fr 2.8125rem;
  }
  .nb-table--shop-direct-order:not(.nb-table--shop-direct-order-plain) .order-row__top {
    grid-template-columns: 1.875rem 10.625rem minmax(5.625rem, 1fr) 1fr 1fr 1fr 1fr 2.8125rem;
  }
  .nb-table--shop-direct-order:not(.nb-table--shop-direct-order-plain) .order-row__bottom-left {
    padding-left: 2.375rem;
  }
}

.downloads {
  list-style: none;
  padding: 0;
}
.downloads li {
  padding-left: 0;
  margin: 0;
}
.downloads a {
  text-decoration: none;
}
.downloads a:hover {
  text-decoration: underline;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 10rem;
  margin: 0;
  padding: 1rem;
  z-index: 50;
  background-color: #F2F2F2;
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 0.5rem 1rem;
  clear: both;
  color: #212529;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: #3f3e3e;
}
.dropdown > ul li.is-active > a,
.dropdown .dropdown__sublist > ul li.is-active > a {
  color: #C00D0D;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #CCCCCC;
}
.dropdown .dropdown__caret,
.dropdown .dropdown__sublist .dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.js-dropdown--initialized > .dropdown__toggle:after,
.dropdown .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 1.2rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.75rem solid transparent;
  border-bottom: 0.75rem solid;
  border-top: 0;
  height: 0;
  width: 0;
  top: -0.75rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.6875rem solid transparent;
  border-bottom: 0.6875rem solid #F2F2F2;
  border-top: 0;
  height: 0;
  width: 0;
  top: -0.6875rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before {
  left: 0.5625rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after {
  left: 0.625rem;
}
.dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before {
  right: 0.5625rem;
}
.dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after {
  right: 0.625rem;
}
.dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist .dropdown__toggle {
  padding-right: 2.5rem;
}
.dropdown .dropdown__sublist .keytoggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.875rem;
}
.dropdown .dropdown__sublist .keytoggle .dropdown__caret {
  border: 0.3125rem solid transparent;
  border-left: 0.3125rem solid #212529;
  border-right: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards .dropdown__caret {
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #212529;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #212529;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left > ul,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content, .dropdown.dropdown--upwards.dropdown--right > ul,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content, .dropdown.dropdown--upwards.dropdown--center > ul,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:before,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right > ul:before,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center > ul:before,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -0.75rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:after,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right > ul:after,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center > ul:after,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.6875rem solid transparent;
  border-top: 0.6875rem solid #F2F2F2;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -0.6875rem;
}

.entries-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1rem;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #3f3e3e;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  overflow: hidden;
}
.entries-header__8col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1rem !important;
}
.entries-header__9col {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1rem !important;
}
.entries-header__item {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .entries-header__item {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.filters {
  margin-bottom: 1.25rem;
}
.filters::after {
  display: block;
  clear: both;
  content: "";
}
.filters__repeater::after {
  display: block;
  clear: both;
  content: "";
}
.filters__item {
  margin-bottom: 0.3125rem;
}
.filters__tooltip {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3125rem;
  cursor: help;
}
.filters__tooltip,
.filters__tooltip .icon {
  width: 1rem;
  height: 1rem;
}
.filters__tooltip .icon {
  vertical-align: 0;
}
.filters .ticks {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 0 !important;
}
.filters__checkbox-label {
  margin: 0 !important;
  padding: 0 !important;
  min-height: unset !important;
  position: relative;
}
.filters__checkbox-label input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  inset: 0;
  cursor: pointer;
}
.filters__checkbox-label input[type=checkbox]:checked ~ .filters__checkbox-span {
  color: #fff !important;
  background-color: #737373 !important;
}
.filters__checkbox-label input[type=checkbox]:focus-visible ~ .filters__checkbox-span {
  outline: 2px solid #000;
}
.filters__checkbox-span {
  color: #3f3e3e !important;
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
  cursor: pointer !important;
}
.filters__checkbox-span:hover {
  color: #fff !important;
}
.filters__checkbox-span.tag {
  min-width: 1.875rem;
  text-align: center;
  padding: 0.25rem !important;
}
@media (min-width: 1200px) {
  .filters__checkbox-span.tag {
    font-size: 1.125rem;
    padding: 0.3125rem 0.5rem !important;
  }
}
.filters fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
.filters fieldset legend {
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #000;
  font-weight: 700;
}
.filters .accordion .accordion__toggle {
  padding: 0.3125rem 1.5rem 0.3125rem 0;
}
.filters .accordion .accordion__icon {
  top: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
}
.filters .accordion .accordion__content {
  padding-top: 0.3125rem;
}

.filters-tag {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.3125rem 0.625rem;
  font-size: 1rem;
  line-height: 1;
  background-color: #737373;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .filters-tag {
    font-size: 1.25rem;
  }
}
.filters-tag, .filters-tag:visited, .filters-tag:hover {
  color: #fff;
}
.filters-tag__icon {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.0625rem;
}

.find-store__product {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 120px 1fr;
}
.find-store__options {
  margin-top: 1.25rem;
}
.find-store__map {
  margin-top: 1.25rem;
}
.find-store__map .map-canvas-wrapper {
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
.find-store__map .map-canvas {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.find-store__map .map_canvas__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.find-store__map .map_canvas__info a {
  color: #fff;
  text-decoration: underline;
}
.find-store__map #get-googleapi {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}
.find-store__results {
  margin-top: 1.25rem;
  padding: 1.25rem;
}
.find-store__results-item {
  border-top: 1px solid #BFBFBF;
  padding-block: 1.25rem;
}
.find-store__results-item p {
  margin-top: 0.45em;
}
.find-store__results-item h3 {
  margin-top: 0;
}
.find-store__results-item img {
  float: right;
  margin-left: 1.25rem;
  max-width: 25%;
}
.find-store__results-item-icons a {
  margin-right: 0.625rem;
  color: #C00D0D;
}
@media (min-width: 425px) {
  .find-store .find-store__top {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
  }
  .find-store .find-store__options {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .find-store {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto 1fr;
    gap: 1.25rem;
    grid-template-areas: "top map" "results map";
  }
  .find-store .find-store__top {
    grid-area: top;
    display: flex;
    flex-direction: column;
  }
  .find-store .find-store__results {
    grid-area: results;
    max-height: 400px;
    overflow: auto;
    margin-top: 0;
    padding: 0;
  }
  .find-store .find-store__map {
    grid-area: map;
    margin-top: 0;
  }
  .find-store .find-store__map .map-canvas-wrapper {
    padding-bottom: 0;
    height: 750px;
  }
  .find-store .find-store__options {
    margin-top: 1.25rem;
  }
}
.find-store .available,
.find-store .not-available,
.find-store .not-available--red {
  font-weight: 600;
  position: relative;
}
.find-store .available {
  color: #679E48;
}
.find-store .not-available {
  color: #ffc107;
}
.find-store .not-available--red {
  color: #C00D0D;
}
.find-store .accordion__toggle {
  padding-block: 0;
}
.find-store .accordion__toggle .icon {
  top: 0.35em;
  color: #C00D0D;
}
.find-store button[type=submit] {
  margin-top: 0;
}

@media (max-width: 575px) {
  .flex-tab-nav > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #C00D0D;
  }
  .flex-tab-nav > ul li {
    margin: 0;
    flex: 0 0 50%;
    border: 1px solid #C00D0D;
    border-top: 0;
  }
  .flex-tab-nav > ul .logout a {
    color: #4D4D4D;
  }
  .flex-tab-nav > ul a {
    display: block;
    padding: 0.625rem 1.1875rem;
    color: #C00D0D;
  }
  .flex-tab-nav > ul a:hover {
    background-color: rgba(192, 13, 13, 0.1);
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li {
    border-left: 0;
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li a {
    padding-left: 1.25rem;
  }
  .flex-tab-nav > ul li.is-active a {
    background-color: #C00D0D;
    color: #fff;
  }
}
@media (min-width: 576px) {
  .flex-tab-nav > ul {
    display: flex;
  }
  .flex-tab-nav > ul,
.flex-tab-nav > ul li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0;
  }
  .flex-tab-nav > ul li {
    display: inline;
  }
  .flex-tab-nav > ul li {
    display: flex;
  }
  .flex-tab-nav > ul a {
    flex-basis: 100%;
    display: block;
    position: relative;
    z-index: 10;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    text-decoration: none;
    color: #3f3e3e;
    background-color: transparent;
    transition: color 0.2s ease-out, background-color 0.2s ease-out;
  }
  .flex-tab-nav > ul a:hover, .flex-tab-nav > ul a:focus-visible {
    z-index: 20;
    color: #3f3e3e;
    text-decoration: underline;
  }
  .flex-tab-nav > ul a[aria-selected], .flex-tab-nav > ul a.is-active {
    z-index: 30;
    color: #3f3e3e;
    background-color: #fff;
  }
  .flex-tab-nav > ul li.logout {
    display: none;
  }
}

.form-section {
  padding: 0.625rem 0;
}
@media (min-width: 576px) {
  .form-section .formrow {
    margin-right: 14.375rem;
  }
}
@media (min-width: 768px) {
  .form-section .formrow {
    padding-left: 10rem;
  }
}
.form-section .formrow > .label {
  width: 10rem;
}

.form-section__heading {
  margin: 0 0 1.25rem 0;
}

.form-section__aid {
  margin-bottom: 1.25rem;
  flex: 0 0 100%;
}

.form-section__content {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .form-section__body {
    display: flex;
  }

  .form-section__aid {
    flex: 0 0 12.5rem;
    padding-right: 1.25rem;
  }

  .form-section__content {
    flex: 1 1 auto;
  }
  .form-section__content .formrow--first {
    margin-top: -0.875rem;
  }
}
.gallery {
  padding: 1.25rem 0;
  margin-bottom: 1.25rem;
}
.gallery__slider {
  position: relative;
}
.gallery__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.gallery__controls .container {
  height: 100%;
}
.gallery__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #777;
}
.gallery__slider-btn:hover {
  color: #C00D0D;
}
.gallery__slider-btn .icon {
  width: 1.875rem;
  height: 3.75rem;
}
.gallery__slider-btn--prev {
  left: 1.875rem;
}
.gallery__slider-btn--next {
  right: 1.875rem;
}
.gallery__slick.slick-dotted {
  margin-bottom: 3.75rem;
}
.gallery__slick.slick-dotted .slick-dots {
  bottom: -3.4375rem;
}
.gallery__slick.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}
.gallery__image {
  padding: 0 0.75rem;
}
.gallery__image > img {
  margin: 0 auto;
}

.headline-more {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
}
.headline-more__action {
  display: flex;
  align-items: center;
  gap: 0.4375rem;
  margin-top: 0 !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-decoration: none;
}

.hero-card {
  position: relative;
}
.hero-card__canvas {
  position: relative;
  width: 100%;
  aspect-ratio: 3/4;
  max-height: 546px;
  background: #000;
  overflow: hidden;
}
@media (min-width: 425px) {
  .hero-card__canvas {
    aspect-ratio: 5/2;
    max-height: 375px;
  }
}
@media (min-width: 1200px) {
  .hero-card__canvas {
    max-height: 546px;
  }
}
@media screen and (min-width: 1900px) {
  .hero-card__canvas {
    max-height: 670px;
  }
}
.hero-card__canvas::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 1;
}
.hero-card__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-card__caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero-card__caption .container {
  height: 100%;
}
.hero-card__text {
  position: absolute;
  bottom: 4.25rem;
  left: 0.9375rem;
  max-width: 60%;
  color: #fff;
}
@media (min-width: 425px) {
  .hero-card__text {
    bottom: 6.25rem;
    padding-left: 3.125rem;
  }
}
@media (min-width: 768px) {
  .hero-card__text {
    bottom: 8.75rem;
    left: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .hero-card__text {
    font-size: 3.125rem;
  }
}
@media (min-width: 1500px) {
  .hero-card__text {
    padding-left: 0;
  }
}
.hero-card__button {
  margin-top: 2rem;
  padding: 0.75rem;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.hero-card__button .icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .hero-card__button {
    margin-top: 1rem;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .hero-card__button .icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}
@media (max-width: 575px) {
  .hero-card__button {
    display: none;
  }
}
.hero-card__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-card__link:hover {
  text-decoration: none;
}
.hero-card--single .hero-card__image-wrapper--text::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), transparent 50%);
  z-index: 5;
}
.hero-card--single .hero-card__caption {
  z-index: 10;
}
.hero-card--single .hero-card__text {
  position: absolute;
  bottom: 1.875rem;
  left: 0.9375rem;
}
@media (min-width: 768px) {
  .hero-card--single .hero-card__text {
    bottom: 5rem;
    left: 1.25rem;
  }
}
.hero-card--single.hero--shop_articles .hero-card__canvas {
  max-height: 25vh;
}
@media (min-width: 1200px) {
  .hero-card--single.hero--shop_articles .hero-card__canvas {
    max-height: 274px;
  }
}
@media screen and (min-width: 1900px) {
  .hero-card--single.hero--shop_articles .hero-card__canvas {
    max-height: 375px;
  }
}

.images-block {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .images-block {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}
@media (min-width: 1200px) {
  .images-block--width-33 {
    grid-template-columns: repeat(auto-fill, minmax(365px, 1fr));
  }
}
.images-block__item {
  word-break: break-word;
  text-wrap: pretty;
}
.images-block__img-canvas {
  position: relative;
  padding-bottom: 66.666667%;
}
.images-block__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.images-block__title {
  margin-top: 0.5rem;
}

.infinite-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.infinite-container.is-loading {
  padding-bottom: 3.125rem;
}
.infinite-container.is-loading:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  top: auto;
  bottom: -0.625rem;
  left: calc(50% - 1.25rem);
}
.infinite-container.is-loading ~ .infinite-more-link {
  display: none;
}

.infinite-more-link {
  opacity: 0;
}

.site-language-suggest {
  padding: 1rem 0;
  background: #575756;
  color: #fff;
}
@media (min-width: 1200px) {
  .site-language-suggest__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-language-suggest__select {
  padding: 0.25rem 2.25rem 0.25rem 0.625rem;
}
.site-language-suggest__content {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .site-language-suggest__options {
    margin: 0;
  }
}
.site-language-suggest__btn {
  padding: 0.3125rem 0.625rem;
}
.site-language-suggest__btn--decline {
  color: #fff;
  background: transparent;
}
.site-language-suggest__btn--decline > .icon {
  padding: 0;
}
.site-language-suggest__btn--decline:not(:disabled):not(.disabled):hover, .site-language-suggest__btn--decline:not(:disabled):not(.disabled):focus, .site-language-suggest__btn--decline:not(:disabled):not(.disabled):active {
  color: #fff;
  background: transparent;
}
@media (min-width: 425px) {
  .site-language-suggest__select-wrapper {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.site-language-suggest__select-field select {
  width: 100%;
}
.site-language-suggest__select-field + .site-language-suggest__select-field {
  margin-top: 0.625rem;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-ajax-holder .mfp-content {
  background-color: #fff;
}

.mfp-figure:after {
  background-color: #fff;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
}
.mfp-preloader.mfp-preloader:after {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.mfp-s-error .mfp-preloader.mfp-preloader:after {
  display: none;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.small-grey-title {
  color: #595959;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.shop-articles-listed-by-container {
  display: flex;
  gap: 10px;
}

.shop-articles-display {
  width: 30%;
  margin-right: 5%;
  display: flex;
  gap: 5px;
}

#shop-articles-listed-by {
  width: 70%;
}

.logos-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.logos-list__item {
  display: flex;
  gap: 1rem;
}
@media (min-width: 576px) {
  .logos-list__item {
    gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .logos-list__item {
    width: 48%;
    flex-grow: 0;
  }
}
.logos-list__img {
  flex-shrink: 0;
}
.logos-list__img img {
  width: 5rem;
}
@media (min-width: 576px) {
  .logos-list__img img {
    width: 7.5rem;
  }
}
.logos-list__content {
  flex-grow: 1;
}
.logos-list__text {
  text-wrap: pretty;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 18.75rem;
}
.map .marker p {
  margin-top: 0;
}

/***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.2.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1100;
}
.messagebox_overlay *:focus {
  outline: 0;
}

/* MessageBox */
.messagebox {
  font-family: Roboto, verdana, arial, helvetica, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #3f3e3e;
  background-color: #fff;
  border: 1px solid #3f3e3e;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  max-height: 90%;
  /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 280px;
  border-radius: 2px;
}

/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0;
  /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following :after pseudo-class "height" value instead of "padding-bottom" here! */
}
.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */
}

/* Label for Input */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}

/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #3f3e3e;
  border: 1px solid #808080;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}
.messagebox_content_input .messagebox_content_input:hover {
  border-color: #808080;
}
.messagebox_content_input .messagebox_content_input:focus {
  border-color: #808080;
}

/* Input style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}

/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #4D4D4D;
}

/* Error */
.messagebox_content_error {
  background-color: #B70E0C;
  color: #3f3e3e;
  margin-top: 15px;
  margin-bottom: -10px;
  padding: 4px 6px;
  border-radius: 2px;
}

/* Buttons */
.messagebox_buttons {
  background-color: #F2F2F2;
  border-top: 1px solid #737373;
  padding: 10px 20px 0;
  text-align: center;
}
.messagebox_buttons button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background-image: none;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  padding: 0.5rem 0.875rem;
  width: auto;
  height: auto;
  margin: 0 4px 10px;
}
.messagebox_buttons .messagebox_button_done, .messagebox_buttons .messagebox_button_done:visited {
  color: #fff;
  background-color: #679E48;
  border-color: rgba(0, 0, 0, 0.3);
}
.messagebox_buttons .messagebox_button_done:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #5c8c40;
  border-color: rgba(0, 0, 0, 0.3);
}
.messagebox_buttons .messagebox_button_done:not(:disabled):not(.disabled):active, .messagebox_buttons .messagebox_button_done:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #507b38;
  border-color: rgba(0, 0, 0, 0.3);
}
.messagebox_buttons .messagebox_button_fail, .messagebox_buttons .messagebox_button_fail:visited {
  color: #fff;
  background-color: #B70E0C;
  border-color: rgba(0, 0, 0, 0.3);
}
.messagebox_buttons .messagebox_button_fail:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #9f0c0a;
  border-color: rgba(0, 0, 0, 0.3);
}
.messagebox_buttons .messagebox_button_fail:not(:disabled):not(.disabled):active, .messagebox_buttons .messagebox_button_fail:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #870a09;
  border-color: rgba(0, 0, 0, 0.3);
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.nav-sub .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0.9375rem 1.5rem 0.9375rem 0;
  margin: 0;
  color: #3f3e3e;
}
.nav-sub .accordion__toggle:hover, .nav-sub .accordion__toggle:focus {
  color: #C00D0D;
}
.nav-sub .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.nav-sub .accordion__icon {
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s linear;
}
.nav-sub .accordion__content {
  display: none;
  margin: 0;
  padding: 0.9375rem 0 0 0;
}
.nav-sub .accordion__toggle {
  font-weight: 700;
  padding-right: 0;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .nav-sub .accordion__toggle {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.nav-sub .accordion__toggle.is-active {
  background-color: #C6C6C6;
}
.nav-sub a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-sub .icon {
  width: 1rem;
  height: 1rem;
}

.nested-link {
  position: relative;
}
.nested-link__link {
  text-decoration: none;
}
.nested-link__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nested-link__sublink {
  position: relative;
  z-index: 5;
}

.news-card {
  position: relative;
  transition: transform 0.2s ease-in-out;
}
.news-card:hover {
  transform: translateY(-0.625rem);
}
@media (max-width: 1199px) {
  .news-card--square .news-card__canvas {
    padding-bottom: 100%;
    overflow: hidden;
  }
  .news-card--square .news-card__canvas::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
  }
}
.news-card__canvas {
  position: relative;
  width: 100%;
  padding-bottom: 61.875%;
}
.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card__mobile-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .news-card__mobile-link {
    display: none;
  }
}
.news-card__mobile-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card__mobile-title {
  position: absolute;
  bottom: 1.25rem;
  left: 0.9375rem;
  right: 0.9375rem;
  color: #fff;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 700;
  z-index: 5;
}
@media (min-width: 320px) {
  .news-card__mobile-title {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 576px) {
  .news-card__mobile-title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.news-card__content {
  display: none;
}
@media (min-width: 768px) {
  .news-card__content {
    display: block;
    margin-top: 1.25rem;
  }
}
.news-card__date {
  font-size: 1rem;
  line-height: 1.2;
}
.news-card__link {
  display: block;
  text-decoration: none;
}
.news-card__link:hover {
  text-decoration: none;
}
.news-card__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-card__text {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .news-card__text {
    padding-right: 1.5rem;
  }
}

@media (max-width: 575px) {
  .news-entry--details .images {
    display: flex;
  }
}
@media (max-width: 575px) and (max-width: 575px) {
  .news-entry--details .images {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    justify-content: stretch;
  }
  .news-entry--details .images a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    flex: 1 1 auto;
  }
}
@media (min-width: 576px) {
  .news-entry--details .news-entry__text {
    order: 1;
  }
  .news-entry--details .news-entry__images {
    order: 2;
  }
  .news-entry--details .images a {
    display: block;
    margin-bottom: 0.75em;
    text-align: center;
  }
}

.news-entries--overview {
  margin-top: 1.5em;
}

.news-entry--overview {
  position: relative;
  margin-bottom: 3em;
}
.news-entry--overview::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--overview .ex_items {
  margin-top: 0;
}
.news-entry--overview .news-entry__image {
  position: relative;
}
.news-entry--overview .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--overview .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--overview .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--overview .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--overview .news-entry__teaser {
  margin-top: 0.75em;
}
.news-entry--overview .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--overview .news-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 424px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 425px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.news-entries--teaser {
  margin-top: 1.5em;
}

.news-entry--teaser {
  position: relative;
  margin-bottom: 3em;
}
.news-entry--teaser::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--teaser .ex_items {
  margin-top: 0;
}
.news-entry--teaser .news-entry__image {
  position: relative;
}
.news-entry--teaser .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--teaser .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--teaser .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--teaser .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--teaser .news-entry__teaser {
  margin-top: 0.75em;
}
.news-entry--teaser .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--teaser .news-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 424px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 425px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.newsletter-box {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  color: #fff;
  background-color: #575756;
}
@media (min-width: 1200px) {
  .newsletter-box {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.newsletter-box__subheading {
  margin-top: 0.625rem;
}
.newsletter-box__container {
  width: 100%;
  margin-top: 1.25rem;
  max-width: 75ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .newsletter-box__container {
    margin-top: 1.875rem;
  }
}
.newsletter-box__form {
  margin-bottom: 0;
}
.newsletter-box__input {
  width: 100%;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .newsletter-box__input {
    font-size: 1.4375rem;
    line-height: 1.5rem;
    padding: 0.6875rem 1.5625rem;
  }
}
.newsletter-box__buttons {
  margin-top: 0.5rem;
}
@media (min-width: 1200px) {
  .newsletter-box__buttons {
    margin-top: 0;
  }
}
.newsletter-box__btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .newsletter-box__btn {
    font-size: 1.4375rem;
    line-height: 2rem;
    padding: 0.5rem 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-box__field-row {
    display: flex;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-box__field {
    flex-grow: 1;
  }
}
.newsletter-box__ticks {
  padding-bottom: 0;
}
@media (min-width: 425px) {
  .newsletter-box__ticks::before {
    content: unset;
  }
}
.newsletter-box__ticks .ticks {
  padding-top: 0.75rem;
}
@media (min-width: 1200px) {
  .newsletter-box__ticks .ticks {
    padding-top: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .newsletter-box__ticks .ticks label {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}
.newsletter-box__ticks .ticks label a {
  color: #fff;
}
.newsletter-box__ticks .ticks label a:visited {
  color: #fff;
}
.newsletter-box__ticks .ticks label a:hover {
  color: #fff;
}
.newsletter-box__ticks .ticks label a:active {
  color: #fff;
}
.newsletter-box__ticks .ticks label > span {
  color: #fff;
}
.newsletter-box__ticks .ticks input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
}
.newsletter-box__ticks .ticks p + p {
  margin-top: 0.625rem;
}
.newsletter-box__dsgvo {
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 1200px) {
  .newsletter-box__dsgvo {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.pageselector {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageselector .pageselector__limit-post {
  margin-right: 1.25rem;
  margin-left: 0.3125rem;
}
.pageselector .pageselector__prev,
.pageselector .pageselector__next {
  padding: 0.3125rem 0.625rem;
}

.password-response {
  display: block;
  position: relative;
  float: none !important;
  clear: both;
  padding: 0.9rem;
  border: 1px solid color(greyscale, light);
  border-radius: 2px;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .password-response {
    position: absolute;
    left: 100%;
    top: 5px;
    width: 27rem;
  }
}
.password-response ul li + li {
  margin-top: 5px;
}
.password-response:empty {
  min-height: 115px;
}
.password-response:empty:before {
  content: "";
  height: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.pie {
  /* percentage to degree  */
  --v: calc( ((18/5) * var(--p) - 180) * 1deg );
  display: inline-flex;
  width: 12.5rem;
  border-radius: 50%;
  background: linear-gradient(to right, #B70E0C 50%, #679E48 0);
  overflow: hidden;
}
@media (min-width: 768px) {
  .pie {
    width: 19.75rem;
  }
}
.pie::before, .pie::after {
  content: "";
  width: 50%;
  padding-top: 100%;
  transform: rotate(var(--v));
}
.pie::before {
  background: linear-gradient(#B70E0C 0 0) 0/calc((50 - var(--p)) * 1%);
  transform-origin: right;
}
.pie::after {
  background: linear-gradient(#679E48 0 0) 0/calc((var(--p) - 50) * 1%);
  transform-origin: left;
}

.product-carousel-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-carousel-card__image-container {
  position: relative;
  background: #fff;
}
.product-carousel-card__image-container::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.product-carousel-card__image-canvas {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media (min-width: 1200px) {
  .product-carousel-card__image-canvas {
    top: 2rem;
    left: 2rem;
    bottom: 2rem;
    right: 2rem;
  }
}
.product-carousel-card__image-canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-carousel-card__new-tag {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
  color: #fff;
  background: #C00D0D;
  padding: 0 0.75rem;
  z-index: 10;
  pointer-events: none;
}
.product-carousel-card__new-tag > span {
  vertical-align: 0.125rem;
}
.product-carousel-card__content {
  height: 6.25rem;
  margin-top: 0.75rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-carousel-card__content {
    height: 7.6875rem;
  }
}
.product-carousel-card__art-no {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #595959;
}
.product-carousel-card__name {
  font-weight: 700;
}
.product-carousel-card__name:hover {
  text-decoration: none;
}
.product-carousel-card__buttons {
  margin-top: auto;
  margin-bottom: 1px;
}
.product-carousel-card__buttons button {
  width: 100%;
  margin-top: 0.75rem;
}
.product-carousel-card__connector-button {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media (min-width: 1200px) {
  .product-carousel-card__connector-button {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }
}
.product-carousel-card__connector-button > .icon {
  padding: 0.125rem;
  margin: 0;
}
.product-carousel-card__connector-button > span {
  margin-left: 0.375rem;
}
@media (max-width: 449px) {
  .product-carousel-card--connector .product-carousel-card__layout-wrapper {
    display: flex;
    gap: 0.625rem;
  }
  .product-carousel-card--connector .product-carousel-card__image-container {
    flex: 1 0 50%;
  }
  .product-carousel-card--connector .product-carousel-card__content {
    margin-top: 0;
  }
}

.product-carousel__slider-btn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #737373;
  z-index: 5;
}
@media (min-width: 1200px) {
  .product-carousel__slider-btn {
    display: block;
  }
}
.product-carousel__slider-btn:hover {
  color: #3f3e3e;
}
.product-carousel__slider-btn--prev {
  left: 0;
}
.product-carousel__slider-btn--next {
  right: 0;
}
.product-carousel__slider-btn .icon {
  width: inherit;
}

.articles-carousel-wrapper {
  position: relative;
}
@media (min-width: 900px) {
  .articles-carousel-wrapper {
    padding-inline: 2.5rem;
  }
}

.product-category-teaser {
  position: relative;
  display: grid;
  grid-template-areas: "icon link";
  grid-template-columns: 2.875rem 1fr;
  align-items: center;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .product-category-teaser {
    grid-template-columns: 3.125rem 1fr;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.product-category-teaser--extended {
  grid-template-areas: "icon link button" "... content content";
  grid-template-columns: 2.875rem 1fr 2.5rem;
}
@media (min-width: 768px) {
  .product-category-teaser--extended {
    grid-template-areas: "icon link" "icon content";
    grid-template-columns: 3.125rem 1fr;
    grid-row-gap: 0.125rem;
  }
}
.product-category-teaser--extended .product-category-teaser__toggle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: inherit;
  z-index: 10;
}
@media (min-width: 768px) {
  .product-category-teaser--extended .product-category-teaser__toggle {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .product-category-teaser--extended .product-category-teaser__link {
    align-self: end;
  }
}
@media (min-width: 768px) {
  .product-category-teaser--extended .product-category-teaser__content {
    align-self: start;
  }
}
.product-category-teaser__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .product-category-teaser__list li + li {
    margin-top: 0;
    border-top: 1px solid #CCCCCC;
  }
}
@media (min-width: 768px) {
  .product-category-teaser__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .product-category-teaser__list li {
    position: relative;
  }
  .product-category-teaser__list li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
  }
  .product-category-teaser__list li + li {
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .product-category-teaser__list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media (min-width: 1600px) {
  .product-category-teaser__list {
    grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
  }
}
.product-category-teaser__icon {
  grid-area: icon;
  width: 2.25rem;
  height: 2.25rem;
}
@media (min-width: 768px) {
  .product-category-teaser__icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.product-category-teaser__link {
  grid-area: link;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}
.product-category-teaser__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .product-category-teaser__link {
    font-size: 1.25rem;
  }
}
.product-category-teaser a {
  color: inherit;
}
.product-category-teaser a:visited {
  color: inherit;
}
.product-category-teaser a:hover {
  color: inherit;
}
.product-category-teaser a:active {
  color: inherit;
}
.product-category-teaser__toggle {
  grid-area: button;
  padding: 0;
}
.product-category-teaser__toggle > .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.4s ease-in-out;
}
.product-category-teaser__toggle[aria-expanded=true] > .icon {
  transform: rotateX(180deg);
}
.product-category-teaser__content {
  grid-area: content;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.product-category-teaser__content a {
  position: relative;
  display: block;
  padding: 0.3125rem 0;
  text-decoration: none;
  z-index: 5;
}
@media (min-width: 768px) {
  .product-category-teaser__content a {
    display: inline-block;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .product-category-teaser__content a:not(:last-child)::after {
    content: "/";
    font: inherit;
  }
}
.product-category-teaser__content a:hover {
  text-decoration: underline;
}

.product-lines-entry {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
}
.product-lines-entry input[type=checkbox] {
  width: 0.75rem;
  height: 0.75rem;
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #3f3e3e;
}
.product-lines-entry__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product-list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .product-list__item {
    gap: 0.9375rem;
  }
}
.product-list__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
}

.products-download {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.25rem;
}
@media (min-width: 576px) {
  .products-download {
    grid-template-columns: 80px 1fr;
  }
}
@media (min-width: 768px) {
  .products-download {
    grid-template-columns: 100px 1fr;
  }
}
.products-download__artno {
  color: #737373;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .products-download__artno {
    font-size: 1.25rem;
  }
}
.products-download__image {
  text-align: center;
}
.products-download .no-entries-wrapper {
  margin-top: 0.9375rem;
}

.downloads_legacy_result .products-download__image {
  display: none;
}

.products-flyout {
  display: none;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc( 100vw - var(--scrollbar-width, 17px) );
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background: var(--br-color-bg-secondary);
  z-index: 10;
}
#desktop-nav.flyout-open .products-flyout {
  display: block;
}
.products-flyout__wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .products-flyout__wrapper {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.products-flyout__wrapper .container,
.products-flyout__wrapper .alerts {
  padding: 0;
  min-width: 0;
}
.products-flyout__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: start;
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.products-flyout__list .nested-link,
.products-flyout__list .list-item-margin {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.products-flyout .product-list__item {
  color: var(--br-text-color-inverse);
}
.products-flyout .product-list__item:visited {
  color: var(--br-text-color-inverse);
}
.products-flyout .product-list__item:hover {
  color: var(--br-text-color-inverse);
}
.products-flyout .product-list__item:active {
  color: var(--br-text-color-inverse);
}

body .protip-container.protip-mixin--css-no-transition {
  transition: all 0s;
}
body .protip-container.protip-mixin--css-bold {
  font-weight: bold;
}
body .protip-container.protip-mixin--css-italic {
  font-style: italic;
}
body .protip-container.protip-mixin--css-no-style {
  background: none;
  color: inherit;
}
body .protip-container.protip-mixin--css-no-style .protip-arrow {
  display: none;
}

.protip-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}
.protip-container > i {
  position: absolute;
  left: 10px;
}
.protip-container > i + div {
  padding-left: 20px;
}
.protip-arrow {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.protip-show {
  opacity: 1;
  pointer-events: auto;
}

/* Include skins here which you would like to use */
.protip-skin-default--size-small {
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
}

.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=top] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 6px 6px 0 6px;
}

.protip-skin-default--size-small[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-small[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-small[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow {
  top: -6px;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-default--size-small[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-default--size-small[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=left] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 0 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-small[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=right] .protip-arrow,
.protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 6px 6px 0;
}

.protip-skin-default--size-small[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-default--size-small[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-default--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-default--size-small[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-default--size-small[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 0;
}

.protip-skin-default--size-small[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-default--size-small[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -6px;
  margin: 0 0 0 6px;
  border-width: 6px 6px 0 0;
}

.protip-skin-default--size-small[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-default--size-small[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -6px;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 0 6px 6px;
}

.protip-skin-default--size-small[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-default--size-small[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -6px;
  margin: -6px 0 0 6px;
  border-width: 6px 0 0 6px;
}

.protip-skin-default--scheme-bren.protip-container {
  color: #fff;
  background: #575756;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-default--scheme-bren[data-pt-position=top-left] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=top] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=top-right] .protip-arrow {
  border-top-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=bottom] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=left-top] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=left] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=right-top] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=right] .protip-arrow,
.protip-skin-default--scheme-bren[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #575756;
}

.protip-skin-default--scheme-bren[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #575756;
}

.protip-skin-square--size-tiny {
  padding: 8px;
  font-size: 10px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 4px 4px 0 4px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  top: -4px;
  left: auto;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 0 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow,
.protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -4px 0 0 0;
  border-width: 4px 4px 4px 0;
}

.protip-skin-square--size-tiny[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-tiny[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-tiny[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -4px;
}

.protip-skin-square--size-tiny[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-square--size-tiny[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 4px 4px 0;
}

.protip-skin-square--size-tiny[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-square--size-tiny[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -4px;
  margin: 0 0 0 4px;
  border-width: 4px 4px 0 0;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-square--size-tiny[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -4px;
  left: 100%;
  margin: 0 0 0 -4px;
  border-width: 0 0 4px 4px;
}

.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-square--size-tiny[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -4px;
  margin: -4px 0 0 4px;
  border-width: 4px 0 0 4px;
}

.protip-skin-square--size-small {
  padding: 13px;
  font-size: 12px;
}

.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=top] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 6px 6px 0 6px;
}

.protip-skin-square--size-small[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-small[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-small[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow {
  top: -6px;
  left: auto;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-small[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-small[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -6px;
}

.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=left] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 0 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-small[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-small[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=right] .protip-arrow,
.protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -6px 0 0 0;
  border-width: 6px 6px 6px 0;
}

.protip-skin-square--size-small[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-small[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-small[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -6px;
}

.protip-skin-square--size-small[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-square--size-small[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 6px 6px 0;
}

.protip-skin-square--size-small[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-square--size-small[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -6px;
  margin: 0 0 0 6px;
  border-width: 6px 6px 0 0;
}

.protip-skin-square--size-small[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-square--size-small[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -6px;
  left: 100%;
  margin: 0 0 0 -6px;
  border-width: 0 0 6px 6px;
}

.protip-skin-square--size-small[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-square--size-small[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -6px;
  margin: -6px 0 0 6px;
  border-width: 6px 0 0 6px;
}

.protip-skin-square--size-normal {
  padding: 16px;
  font-size: 15px;
}

.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=top] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 8px 8px 0 8px;
}

.protip-skin-square--size-normal[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-normal[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-normal[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow {
  top: -8px;
  left: auto;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-normal[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-normal[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -8px;
}

.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=left] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 0 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-normal[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-normal[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=right] .protip-arrow,
.protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -8px 0 0 0;
  border-width: 8px 8px 8px 0;
}

.protip-skin-square--size-normal[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-normal[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-normal[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -8px;
}

.protip-skin-square--size-normal[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-square--size-normal[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 8px 8px 0;
}

.protip-skin-square--size-normal[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-square--size-normal[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -8px;
  margin: 0 0 0 8px;
  border-width: 8px 8px 0 0;
}

.protip-skin-square--size-normal[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-square--size-normal[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -8px;
  left: 100%;
  margin: 0 0 0 -8px;
  border-width: 0 0 8px 8px;
}

.protip-skin-square--size-normal[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-square--size-normal[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -8px;
  margin: -8px 0 0 8px;
  border-width: 8px 0 0 8px;
}

.protip-skin-square--size-big {
  padding: 20px;
  font-size: 18px;
}

.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=top] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 10px 10px 0 10px;
}

.protip-skin-square--size-big[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-big[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-big[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow {
  top: -10px;
  left: auto;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-big[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-big[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -10px;
}

.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=left] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 0 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-big[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-big[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=right] .protip-arrow,
.protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -10px 0 0 0;
  border-width: 10px 10px 10px 0;
}

.protip-skin-square--size-big[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-big[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-big[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -10px;
}

.protip-skin-square--size-big[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-square--size-big[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 10px 10px 0;
}

.protip-skin-square--size-big[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-square--size-big[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -10px;
  margin: 0 0 0 10px;
  border-width: 10px 10px 0 0;
}

.protip-skin-square--size-big[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-square--size-big[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -10px;
  left: 100%;
  margin: 0 0 0 -10px;
  border-width: 0 0 10px 10px;
}

.protip-skin-square--size-big[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-square--size-big[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -10px;
  margin: -10px 0 0 10px;
  border-width: 10px 0 0 10px;
}

.protip-skin-square--size-large {
  padding: 20px;
  font-size: 18px;
}

.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=top] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow {
  top: 100%;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 12px 12px 0 12px;
}

.protip-skin-square--size-large[data-pt-position=top-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-large[data-pt-position=top] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-large[data-pt-position=top-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow {
  top: -12px;
  left: auto;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-left] .protip-arrow {
  left: 20px;
}

.protip-skin-square--size-large[data-pt-position=bottom] .protip-arrow {
  left: 50%;
}

.protip-skin-square--size-large[data-pt-position=bottom-right] .protip-arrow {
  left: auto;
  right: 20px;
  margin-right: -12px;
}

.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=left] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  left: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 0 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=left-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-large[data-pt-position=left] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-large[data-pt-position=left-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=right] .protip-arrow,
.protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  right: 100%;
  margin: -12px 0 0 0;
  border-width: 12px 12px 12px 0;
}

.protip-skin-square--size-large[data-pt-position=right-top] .protip-arrow {
  top: 20px;
}

.protip-skin-square--size-large[data-pt-position=right] .protip-arrow {
  top: 50%;
}

.protip-skin-square--size-large[data-pt-position=right-bottom] .protip-arrow {
  top: auto;
  bottom: 20px;
  margin-bottom: -12px;
}

.protip-skin-square--size-large[data-pt-position=top-left-corner] {
  border-bottom-right-radius: 0;
}
.protip-skin-square--size-large[data-pt-position=top-left-corner] .protip-arrow {
  top: 100%;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 12px 12px 0;
}

.protip-skin-square--size-large[data-pt-position=top-right-corner] {
  border-bottom-left-radius: 0;
}
.protip-skin-square--size-large[data-pt-position=top-right-corner] .protip-arrow {
  top: 100%;
  left: -12px;
  margin: 0 0 0 12px;
  border-width: 12px 12px 0 0;
}

.protip-skin-square--size-large[data-pt-position=bottom-left-corner] {
  border-top-right-radius: 0;
}
.protip-skin-square--size-large[data-pt-position=bottom-left-corner] .protip-arrow {
  top: -12px;
  left: 100%;
  margin: 0 0 0 -12px;
  border-width: 0 0 12px 12px;
}

.protip-skin-square--size-large[data-pt-position=bottom-right-corner] {
  border-top-left-radius: 0;
}
.protip-skin-square--size-large[data-pt-position=bottom-right-corner] .protip-arrow {
  top: 0;
  left: -12px;
  margin: -12px 0 0 12px;
  border-width: 12px 0 0 12px;
}

.protip-skin-square--scheme-pro.protip-container {
  color: #000;
  background: #da2e2b;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-pro[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=top-right] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-pro[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #da2e2b;
}

.protip-skin-square--scheme-pro[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #da2e2b;
}

.protip-skin-square--scheme-blue.protip-container {
  color: #fff;
  background: #336699;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-blue[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=top-right] .protip-arrow {
  border-top-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-blue[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #336699;
}

.protip-skin-square--scheme-blue[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #336699;
}

.protip-skin-square--scheme-red.protip-container {
  color: #fff;
  background: #802731;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-red[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=top-right] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-red[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #802731;
}

.protip-skin-square--scheme-red[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #802731;
}

.protip-skin-square--scheme-aqua.protip-container {
  color: #fff;
  background: #339996;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-aqua[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339996;
}

.protip-skin-square--scheme-aqua[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339996;
}

.protip-skin-square--scheme-dark-transparent.protip-container {
  color: #fff;
  background: rgba(20, 20, 20, 0.8);
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=top-right] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-dark-transparent[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark-transparent[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: rgba(20, 20, 20, 0.8);
}

.protip-skin-square--scheme-dark.protip-container {
  color: #fff;
  background: #333;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-dark[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=top-right] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-dark[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #333;
}

.protip-skin-square--scheme-dark[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #333;
}

.protip-skin-square--scheme-black.protip-container {
  color: #fff;
  background: #000;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-black[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=top-right] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-black[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #000;
}

.protip-skin-square--scheme-black[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #000;
}

.protip-skin-square--scheme-leaf.protip-container {
  color: #fff;
  background: #339959;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=top-right] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-leaf[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #339959;
}

.protip-skin-square--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #339959;
}

.protip-skin-square--scheme-purple.protip-container {
  color: #fff;
  background: #613399;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-purple[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=top-right] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-purple[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #613399;
}

.protip-skin-square--scheme-purple[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #613399;
}

.protip-skin-square--scheme-pink.protip-container {
  color: #000;
  background: #D457AA;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-pink[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=top-right] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-pink[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #D457AA;
}

.protip-skin-square--scheme-pink[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #D457AA;
}

.protip-skin-square--scheme-orange.protip-container {
  color: #000;
  background: #E64426;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-orange[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=top-right] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-orange[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #E64426;
}

.protip-skin-square--scheme-orange[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #E64426;
}

.protip-skin-square--scheme-white.protip-container {
  color: #000;
  background: #FFF;
  font-family: sans-serif;
  transition: opacity 0.2s ease-out;
}

.protip-skin-square--scheme-white[data-pt-position=top-left] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=top] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=top-right] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=bottom] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=left-top] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=left] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=right-top] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=right] .protip-arrow,
.protip-skin-square--scheme-white[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #FFF;
}

.protip-skin-square--scheme-white[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #FFF;
}

.protip-container {
  line-height: 1.3 !important;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif !important;
  text-align: left;
}

.ratings-filter-entry {
  display: flex;
}

.ratings-filter-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ratings-filter-entry__content {
  position: relative;
  padding: 0 0 0.3125rem 1.25rem;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.ratings-filter-entry__content:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #808080;
}
.ratings-filter-entry__radio:checked + .ratings-filter-entry__content:before {
  background-color: #C00D0D;
  border-color: #C00D0D;
  box-shadow: inset 0 0 0 4px #fff;
}
.ratings-filter-entry__radio:focus + .ratings-filter-entry__content:before {
  box-shadow: 0 0 0 3px rgba(192, 13, 13, 0.25), inset 0 0 0 4px #fff;
}
.ratings-filter--language .ratings-filter-entry__content {
  padding-left: 1.5625rem;
}

.ratings-filter-entry__stars {
  margin-left: 0.3125rem;
  font-size: 1.25rem;
}

.ratings-filter-entry__bar,
.ratings-filter-entry__bar-inner {
  height: 0.5rem;
  border-radius: 0.1875rem;
}

.ratings-filter-entry__bar {
  flex: 1 1 100%;
  background-color: #808080;
}

.ratings-filter-entry__bar-inner {
  background-color: #C00D0D;
}

.ratings-filter-entry__count {
  flex: 0 0 0.3125rem;
  text-align: right;
}

:root {
  --col-stars-active: #C00D0D;
  --col-stars-inactive: #808080;
}

.ratings-average-stars {
  font-size: 1.875rem;
}

.ratings-pagination {
  display: flex;
  justify-content: space-between;
}
.ratings-pagination .btn, .ratings-pagination .button {
  margin: 0;
}

.ratings-reviews > .js-exec-module .loading {
  position: sticky;
  top: 11.25rem;
  margin: 0;
}

.reviews-wrapper {
  padding-bottom: 1.5rem;
}
.reviews-wrapper hr:last-child {
  margin-bottom: 0;
}

.reviews-entry {
  position: relative;
}
@media (min-width: 425px) {
  .reviews-entry {
    display: flex;
  }
}

.reviews-entry__data,
.reviews-entry__review {
  overflow: hidden;
}

.reviews-entry__data {
  flex: 0 0 11.25rem;
  max-width: 11.25rem;
  padding-right: 1.25rem;
}

.reviews-entry__stars {
  font-size: 1.25rem;
}
@media (max-width: 424px) {
  .reviews-entry__stars {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.reviews-entry__name,
.reviews-entry__comment {
  margin-top: 0.375em;
}

.result-category {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.result-category__icon {
  width: 2rem;
  height: 2rem;
}

.result-product {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.result-product__image {
  width: 5rem;
  flex-shrink: 0;
}
.result-product__image-canvas {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.result-product__image-canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.rwd-menu {
  margin: 0 0 1.5em;
}
.rwd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rwd-menu li {
  padding: 0;
  margin: 0;
}
.rwd-menu li + li {
  margin-top: 2px;
}
.rwd-menu li a,
.rwd-menu .dropdown__toggle {
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0 0 2px;
}
.rwd-menu li a {
  border-top: 1px solid #CCCCCC;
}
.rwd-menu li:first-child a {
  border-top: 0;
}
.rwd-menu li.is-active a {
  color: #3f3e3e;
}
.rwd-menu .dropdown__toggle {
  display: none;
  padding-right: 1.25rem;
}
.rwd-menu .dropdown__toggle:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #C00D0D;
  border-right: 0;
  height: 0;
  width: 0;
  top: 0.9375rem;
  right: 0.1875rem;
}
.rwd-menu .dropdown__toggle--open:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #C00D0D;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: 0.8125rem;
  right: 0;
}

.scrollbar-nav {
  overflow-x: auto;
  overflow-y: clip;
  scrollbar-width: thin;
}

.select-attachments__item {
  position: relative;
  padding: 0.25rem 0.625rem;
  border: 1px solid transparent;
  height: 38px;
}
.select-attachments__item + .select-attachments__item {
  border-top: 1px solid #575756;
}
.select-attachments__item .file-name,
.select-attachments__item .progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
}
.select-attachments__item .file-name {
  left: 30px;
  right: 40px;
  line-height: normal;
  padding: 0.25rem 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 2;
}
.select-attachments__item .progress-bar {
  left: 0;
  right: 0;
  background-color: rgba(33, 136, 56, 0.1);
  z-index: 1;
}
.select-attachments__item .progress-bar__inner {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  transition: width 0.25s linear;
}
.select-attachments__item .file-status {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0;
  line-height: 38px;
  text-align: center;
  z-index: 2;
}
.select-attachments__item .file-status .icon:before {
  font-style: normal;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
}
.select-attachments__item .file-status .icon-success {
  color: #679E48;
}
.select-attachments__item .file-status .icon-success:before {
  content: "✔";
}
.select-attachments__item .remove-file {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}
.select-attachments__item .remove-file .icon {
  color: #3f3e3e;
}
.select-attachments__item .remove-file .icon:before {
  font-style: normal;
  content: "x";
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 16px;
  color: #3f3e3e;
}
.select-attachments__item .remove-file:hover .icon:before {
  color: #B70E0C;
}

.share ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.share .shariff-button {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.share .shariff-button:hover {
  background-color: rgba(192, 13, 13, 0.1);
}
.share .shariff-button a {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
}
.share .shariff-button a:before, .share .shariff-button a:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.share .shariff-button a:before {
  content: "" !important;
  width: 0;
  z-index: 10001;
}
.share .shariff-button a:after {
  content: attr(title);
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  max-width: 15rem;
  overflow: hidden;
  padding: 0.375rem 0.625rem;
  pointer-events: none;
  z-index: 10000;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):before {
  opacity: 1;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
}
.share .shariff-button a:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.share .shariff-button a:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.share .shariff-button a:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.share .shariff-button a:hover:after {
  transform: translate(-50%, -8px);
}
.share .shariff-button a.tooltip--bottom:before {
  border-bottom-color: #575756;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #575756;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #575756;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #575756;
}
.share .shariff-button a:after {
  color: #fff;
  background-color: #575756;
}
.share .shariff-button + .shariff-button {
  margin-left: 0.3125rem;
}
.share .fa,
.share .icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.share .share_text {
  display: none;
}
.share .facebook .icon {
  color: #3b5998;
}
.share .twitter .icon {
  color: #1da1f2;
}
.share .googleplus .icon {
  color: #dd4b39;
}
.share .whatsapp .icon {
  color: #25d366;
}
.share .mail .icon {
  color: #999;
}
.share .xing .icon {
  color: #026466;
}
.share .linkedin .icon {
  color: #0077b5;
}
.share .pinterest .icon {
  color: #bd081c;
}
.share .reddit .icon {
  color: #ff4500;
}

.slick-arrow {
  width: 1.5625rem;
  height: 100%;
  font-size: inherit;
}
.slick-arrow:before {
  display: none;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow .icon {
  fill: #737373;
}

.slick-dots li {
  margin: 0 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin: 0 0.1875rem;
  }
}
.slick-dots li button {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C6C6C6;
  opacity: 1;
}
.background-dark .slick-dots li button:before {
  border-color: #C6C6C6;
  background-color: #fff;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #1A1A1A;
}
.slick-dots li.slick-active button:before {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  opacity: 1;
}
.slick-dots > li:only-child {
  display: none;
}

.slick--product-carousel .slick-list {
  margin-left: -1.25rem;
}
.slick--product-carousel .slick-track {
  margin-left: 0;
}
.slick--product-carousel .slick-slide {
  padding-left: 1.25rem;
}

.slick--product-carousel-flex .slick-track {
  display: flex !important;
}
.slick--product-carousel-flex .slick-slide {
  display: flex !important;
  height: inherit;
}

.slick-dotted.slick-slider {
  margin-bottom: 3.125rem;
}
.slick-dotted.slick-slider .slick-dots {
  bottom: -2.8125rem;
}

@media (min-width: 640px) {
  .topics-slider {
    margin-left: -1.25rem;
  }
  .topics-slider .slick-slide {
    padding-left: 1.25rem;
  }
}
.topics-slider.slick-dotted {
  margin-bottom: 1.875rem;
}
.topics-slider.slick-dotted .slick-dots {
  bottom: -1.5625rem;
}

.hero-carousel {
  background-color: #F2F2F2;
}
.hero-carousel__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.hero-carousel__arrow {
  display: grid;
  place-content: center;
  padding: 0.625rem 1.5625rem;
  pointer-events: initial;
}
.hero-carousel__arrow .icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #575756;
}
.hero-carousel__slick-wrapper {
  position: relative;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  .hero-carousel__slick-wrapper {
    margin-bottom: 0;
  }
}
.hero-carousel__slick-wrapper .slick-dots {
  position: unset;
  display: flex;
  gap: 0.625rem;
}
@media (min-width: 576px) {
  .hero-carousel__slick-wrapper .slick-dots {
    gap: 1.25rem;
  }
}
@media (min-width: 768px) {
  .hero-carousel__slick-wrapper .slick-dots {
    gap: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .hero-carousel__slick-wrapper .slick-dots {
    gap: 3.125rem;
  }
}
.hero-carousel__slick-wrapper .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 424px) {
  .hero-carousel__slick-wrapper .slick-dots > li {
    padding: 0.625rem 0;
  }
}
.hero-carousel__slick-wrapper .slick-dots > li > button {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.35);
  overflow: hidden;
}
.hero-carousel__slick-wrapper .slick-dots > li > button::before {
  display: none;
}
.hero-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.hero-carousel .slick:not(.slick-initialized) .hero-carousel__item:not(:first-child) {
  display: none;
}

.custom-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.25rem 0 1.875rem;
}
@media (min-width: 768px) {
  .custom-dots {
    padding: 1.875rem 0 2.5rem;
  }
}
.custom-dots__text {
  display: none;
  font-size: 0.875rem;
  line-height: 1.2;
}
@media (min-width: 425px) {
  .custom-dots__text {
    display: block;
    margin-bottom: 0.625rem;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .custom-dots__text {
    line-height: 1.2;
  }
}
.custom-dots__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #fff;
}

@keyframes dotsProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sort-dropdown {
  position: relative;
}
.sort-dropdown > ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
  border: 1px solid #575756;
  z-index: 25;
}
.sort-dropdown > ul li + li {
  margin: 0;
}
.sort-dropdown > ul a {
  display: block;
  padding: 0.25rem 0.625rem;
  color: #3f3e3e;
  text-decoration: none;
  font-size: 1.125rem;
}
.sort-dropdown > ul a:visited {
  color: #3f3e3e;
}
.sort-dropdown > ul a:hover {
  color: #3f3e3e;
}
.sort-dropdown > ul a:active {
  color: #3f3e3e;
}
.sort-dropdown > ul a.is-active, .sort-dropdown > ul a:hover {
  background-color: #737373;
  color: #fff;
}
.sort-dropdown--desktop {
  flex-grow: 1;
}
.sort-dropdown--desktop .dropdown__toggle {
  position: relative;
  gap: 0.625rem;
  padding: 0.3125rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: #F2F2F2;
  border: 1px solid #575756;
  z-index: 2;
}
.sort-dropdown--desktop .dropdown__toggle:hover:not(:disabled):not(.disabled) {
  background-color: #F2F2F2;
  border-color: #575756;
}
.sort-dropdown--desktop .dropdown__toggle .icon {
  padding: 0;
}
.sort-dropdown--desktop .dropdown__toggle .icon--prev {
  width: 0.75rem;
  height: 0.75rem;
}
.sort-dropdown--desktop .dropdown__toggle .icon--caret {
  width: 0.5rem;
  height: 0.5rem;
  transition: transform 0.2s ease-in-out;
}
.sort-dropdown--desktop .dropdown__toggle[aria-expanded=true], .sort-dropdown--desktop .dropdown__toggle[aria-expanded=true]:hover:not(:disabled):not(.disabled) {
  border-bottom-color: #F2F2F2;
}
.sort-dropdown--desktop .dropdown__toggle[aria-expanded=true] .icon--caret {
  transform: rotateX(180deg);
}
.sort-dropdown--desktop > ul {
  top: calc( 100% - 1px);
  right: 0;
  left: auto;
  min-width: 100%;
}

.stockinfo-article {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.stockinfo-article__image {
  flex-shrink: 0;
  width: 6.25rem;
}
@media (min-width: 1200px) {
  .stockinfo-article__image {
    width: 7.5rem;
  }
}
.stockinfo-article__title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .stockinfo-article__title {
    margin-bottom: 1.5rem;
    font-size: 1.375rem;
  }
}
.stockinfo-article__row {
  font-size: 1rem;
  line-height: 1.25rem;
}
@media (min-width: 1200px) {
  .stockinfo-article__row {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.stockinfo-article__row--availability {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.stockinfo-article__row--availability .customer-info-status::before {
  top: 0.25rem !important;
}
@media (min-width: 1200px) {
  .stockinfo-article__row--availability .customer-info-status::before {
    top: 0.4375rem !important;
  }
}

.stockinfo-formrow {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  align-items: flex-end;
}
.stockinfo-formrow .label {
  display: block;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .stockinfo-formrow .label {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.stockinfo-formrow__item--autosuggest {
  flex-grow: 1;
  max-width: 33.75rem;
}
@media (max-width: 575px) {
  .stockinfo-formrow__item--autosuggest {
    width: 100%;
  }
}
.stockinfo-formrow__item--autosuggest input {
  width: 100%;
  min-width: 15rem;
}
.stockinfo-formrow__item--delivery {
  flex-grow: 1;
  max-width: 17.5rem;
}
.stockinfo-formrow__item--delivery input {
  width: 100%;
  min-width: 13.75rem;
}
.stockinfo-formrow__input {
  position: relative;
  margin-top: 0.625rem;
}
.stockinfo-formrow__input--amount {
  display: flex;
  width: 7.375rem;
}
@media (min-width: 1200px) {
  .stockinfo-formrow__input--amount {
    width: 9.25rem;
  }
}
.stockinfo-formrow__input--amount button {
  flex-shrink: 0;
}
.stockinfo-formrow__input--amount input {
  min-width: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .tabs--responsive .accordion__toggle {
    position: relative;
    cursor: pointer;
    padding: 0.9375rem 1.5rem 0.9375rem 0;
    margin: 0;
    color: #3f3e3e;
  }
  .tabs--responsive .accordion__toggle:hover, .tabs--responsive .accordion__toggle:focus {
    color: #C00D0D;
  }
  .tabs--responsive .accordion__toggle[aria-expanded=true] .accordion__icon {
    transform: rotateX(180deg);
  }
  .tabs--responsive .accordion__icon {
    position: absolute;
    top: 1rem;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    transition: transform 0.4s linear;
  }
  .tabs--responsive .accordion__content {
    display: none;
    margin: 0;
    padding: 0.9375rem 0 0 0;
  }
  .tabs--responsive .accordion__toggle {
    display: block;
  }
  .tabs--responsive .accordion__toggle:hover, .tabs--responsive .accordion__toggle:focus {
    color: #3f3e3e;
  }
  .tabs--responsive .tabs__content {
    margin: 0 !important;
  }
  .tabs--responsive .nav-sticky__nav {
    display: none;
  }
}
@media (min-width: 768px) {
  .tabs--responsive .accordion__toggle {
    display: none;
  }
  .tabs--responsive .nav-sticky__nav {
    background-color: var(--br-color-bg-primary);
    border-bottom: 1px solid #737373;
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
  }
  .tabs--responsive .nav-sticky__nav .tabs__list {
    border-bottom: none;
  }
  .tabs--responsive > .tabs__content-wrapper > .accordion__toggle:first-child + .tabs__content {
    display: block;
  }
}

.tabs .tabs__content-wrapper {
  margin-top: 0;
}
.tabs .tabs__content {
  margin-top: 1.5em;
}
.js .tabs:not(.js-tabs--initialized) .tabs__content:not(:first-child) {
  display: none;
}
.tabs .tabs__list {
  display: flex;
}
.tabs .tabs__list,
.tabs .tabs__list li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs__list li {
  display: inline;
}
.tabs .tabs__list li {
  display: flex;
}
.tabs .tabs__list a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.625rem 0.625rem 0.625rem 0;
  cursor: pointer;
  text-decoration: none;
  color: #3f3e3e;
  background-color: transparent;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.tabs .tabs__list a:hover, .tabs .tabs__list a:focus-visible {
  z-index: 20;
  color: #3f3e3e;
  text-decoration: underline;
}
.tabs .tabs__list a[aria-selected], .tabs .tabs__list a.is-active {
  z-index: 30;
  color: #3f3e3e;
  background-color: transparent;
}
.tabs .tabs__list {
  gap: 1.25rem;
  border-bottom: 0.0625rem solid #575756;
}
.dark-mode .tabs .tabs__list {
  border-bottom-color: #fff;
}
.tabs .tabs__list a {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: var(--br-text-color);
}
@media (min-width: 1200px) {
  .tabs .tabs__list a {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}
.tabs .tabs__list a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -0.125rem;
  width: 0;
  height: 0.1875rem;
  background: #575756;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.dark-mode .tabs .tabs__list a:after {
  background: #fff;
}
.tabs .tabs__list a[aria-selected], .tabs .tabs__list a.is-active, .tabs .tabs__list a:hover, .tabs .tabs__list a:focus-visible {
  color: var(--br-text-color);
  text-decoration: none;
}
.tabs .tabs__list a[aria-selected]:after, .tabs .tabs__list a.is-active:after, .tabs .tabs__list a:hover:after, .tabs .tabs__list a:focus-visible:after {
  width: 100%;
  left: 0;
}
.tabs .tabs__list--dark {
  border-bottom-color: #575756 !important;
}
.tabs .tabs__list--dark a {
  color: #3f3e3e !important;
}
.tabs .tabs__list--dark a:after {
  background: #575756 !important;
}

.tag {
  padding: 0.5rem 0.5rem 0.5625rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #3f3e3e;
  background-color: transparent;
  border: 1px solid #737373;
  text-decoration: none !important;
}
@media (min-width: 1200px) {
  .tag {
    font-size: 1.5625rem;
    padding: 0.4375rem 1.5625rem;
  }
}
.tag:hover, .tag--active {
  color: #fff !important;
  background-color: #737373;
}

.tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 20px 0 20px;
  color: #fff;
}
.timeline::before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #3f3e3e;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li::before, .timeline > li::after {
  content: " ";
  display: table;
}
.timeline > li::after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 44%;
  float: left;
  background-color: #3f3e3e;
  padding: 20px;
  position: relative;
  transition: all 0.4s ease;
}
.timeline > li > .timeline-panel::after {
  position: absolute;
  top: 18px;
  right: -12px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #3f3e3e;
  border-right: 0 solid #3f3e3e;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -25px;
  background-color: #3f3e3e;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  transition: all 0.4s ease;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #C00D0D !important;
}

.timeline-badge.success {
  background-color: #679E48 !important;
}

.timeline-badge.warning {
  background-color: #ffc107 !important;
}

.timeline-badge.danger {
  background-color: #B70E0C !important;
}

.timeline-badge.info {
  background-color: #0067d6 !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 575px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -12px;
    right: auto;
  }
}
.timeline li:hover .timeline-panel {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

#toast-container > div {
  opacity: 1;
  text-align: left;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.275);
}
#toast-container > div:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.575);
}

.toast-success {
  background-color: #679E48;
}

.toast-warning {
  background-color: #ffc107;
}

.toast-error {
  background-color: #B70E0C;
}

.toast-info {
  background-color: #0067d6;
}

.btn--compare {
  z-index: 500;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #999999;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0.3125rem 0.625rem;
}
.btn--compare:not(:disabled):not(.disabled):focus {
  box-shadow: none;
  outline: #C00D0D;
}
.btn--compare:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #C00D0D;
  box-shadow: none;
}
.btn--compare .icon {
  width: 1.75em;
  height: 1.75em;
}
@media (min-width: 576px) {
  .btn--compare .icon {
    width: 2em;
    height: 2em;
  }
}
.btn--compare span:not(:empty) {
  padding-left: 0.3125rem;
}

.topic-card {
  position: relative;
  width: 100%;
  padding-bottom: 61.875%;
}
@media (max-width: 1199px) {
  .topic-card--square {
    padding-bottom: 100%;
  }
  .topic-card--square::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.4) 35%, rgba(0, 0, 0, 0.75) 100%);
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .topic-card:hover .topic-card__link {
    transform: translateY(-0.625rem);
  }
}
.topic-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.topic-card__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topic-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topic-card__title {
  position: absolute;
  bottom: 1.25rem;
  left: 0.9375rem;
  right: 0.9375rem;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  z-index: 5;
}
@media (min-width: 576px) {
  .topic-card__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.topic-entries {
  margin-top: 1.5625rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .topic-entries {
    margin-top: 2.5rem;
    margin-bottom: 6.25rem;
  }
}
.topic-entries__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.125rem;
}
@media (min-width: 1200px) {
  .topic-entries__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
  }
}

.topic-gallery {
  position: relative;
}
.topic-gallery__item {
  padding-left: 1rem;
  padding-right: 1rem;
}
.topic-gallery__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #737373;
  z-index: 5;
}
.topic-gallery__slider-btn:hover {
  color: #3f3e3e;
}
.topic-gallery__slider-btn--prev {
  left: 1rem;
}
.topic-gallery__slider-btn--next {
  right: 1rem;
}
@media (min-width: 1200px) {
  .topic-gallery .slick-slider.slick-dotted {
    margin-bottom: 5rem;
  }
}
@media (max-width: 1199px) {
  .topic-gallery .slick-slider.slick-dotted .slick-dots {
    bottom: -1.5625rem;
  }
}

.upload-progress {
  display: flex;
  justify-content: space-between;
  margin-block: 1.875rem 3.75rem;
}
.upload-progress__step {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upload-progress__step::before, .upload-progress__step::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  display: block;
  width: 100%;
  border-bottom: 0.3125rem solid #C6C6C6;
  z-index: 2;
}
.upload-progress__step::before {
  left: -50%;
}
.upload-progress__step::after {
  left: 50%;
}
.upload-progress__step:first-child::before, .upload-progress__step:last-child::after {
  content: none;
}
.upload-progress__step.completed::before, .upload-progress__step.completed::after, .upload-progress__step.active::before, .upload-progress__step.active::after {
  border-color: #575756;
}
.upload-progress__step.completed .upload-progress__step-counter {
  background: #575756;
}
.upload-progress__step.active .upload-progress__step-name {
  font-weight: 700;
}
.upload-progress__step-counter {
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #C6C6C6;
}
.active .upload-progress__step-counter, .completed .upload-progress__step-counter {
  background: #575756;
  color: #fff;
}
.upload-progress__step-name {
  text-align: center;
}

.upload {
  width: 100%;
}
.upload .select-attachments {
  display: flex;
  margin: 0.3125rem 0;
}
.upload .select-attachments .btn, .upload .select-attachments .button {
  margin: 0;
  height: 38px;
}
.upload .select-attachments__list {
  flex: 1 1 90%;
  background-color: #fff;
  cursor: pointer;
}

.variants .variants__toggle {
  color: #3f3e3e !important;
  font-weight: 400 !important;
}

.variants__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(4.375rem, 1fr));
  gap: 0.625rem;
  list-style: none;
  padding-left: 0;
}
.variants__list--image {
  grid-template-columns: repeat(auto-fill, minmax(7.25rem, 1fr));
}

.variants-entry {
  display: flex;
  margin-top: 0;
  word-break: break-word;
}
.variants-entry a {
  width: 100%;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
}
.variants-entry a.is-active {
  background-color: #737373;
  color: #fff;
}
.variants-entry:not(.variants-entry--image) a {
  padding: 0.4375rem;
}
.variants-entry--image a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.variants-entry--image .variants-entry__image-canvas {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 76%;
  background-color: #fff;
}
.variants-entry--image .variants-entry__image-canvas img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.variants-entry--image .variants-entry__value {
  width: 100%;
  padding: 0.3125rem;
  min-height: 40px;
}

@media (max-width: 424px) {
  .variants {
    position: relative;
  }
  .variants .accordion__toggle {
    position: relative;
    cursor: pointer;
    padding: 0.9375rem 1.5rem 0.9375rem 0;
    margin: 0;
    color: #3f3e3e;
  }
  .variants .accordion__toggle:hover, .variants .accordion__toggle:focus {
    color: #C00D0D;
  }
  .variants .accordion__toggle[aria-expanded=true] .accordion__icon {
    transform: rotateX(180deg);
  }
  .variants .accordion__icon {
    position: absolute;
    top: 1rem;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    transition: transform 0.4s linear;
  }
  .variants .accordion__content {
    display: none;
    margin: 0;
    padding: 0.9375rem 0 0 0;
  }
  .variants .variants__toggle {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    width: 100%;
    padding: 0.5rem 4rem 0.75rem 0;
  }
  .variants .variants__toggle .icon {
    top: initial;
  }
  .variants .variants__content {
    display: none;
    padding: 0.625rem 0 1.5625rem;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 425px) {
  .variants__toggle {
    padding: 0;
    cursor: default !important;
  }

  .variants__content {
    display: block !important;
  }
}
.youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 6px;
}
.youtube .play-button:hover {
  background-color: #f00;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube__disclaimer {
  z-index: 3;
  position: absolute;
  left: 5px;
  top: 5px;
  max-width: max(35%, 160px);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 3px;
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtube-testthumbs {
  position: fixed;
  left: 100vmax;
}
.youtube-testthumbs img {
  max-width: none;
  max-height: none;
}

.breadcrumb {
  position: relative;
  margin-bottom: 1.5625rem;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin-top: 1.5625rem;
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 1199px) {
  .breadcrumb--products {
    display: none;
  }
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  margin: 0;
  padding: 0;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4D4D4D;
}
@media (min-width: 768px) {
  .breadcrumb li {
    padding-right: 1.125rem;
    font-size: 1rem;
    line-height: 1.125rem;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
  cursor: default;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:visited {
  color: inherit;
}
.breadcrumb a:hover {
  color: inherit;
}
.breadcrumb a:active {
  color: inherit;
}
.breadcrumb .icon {
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
@media (min-width: 768px) {
  .breadcrumb .icon {
    top: 0.375rem;
    right: 0.25rem;
  }
}

.cart-preview__wrapper .cart-preview__toggle {
  z-index: 1;
}
.cart-preview__wrapper .cart-preview__icon {
  position: relative;
}
.cart-preview__wrapper .cart-preview__counter {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 0.625rem;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  text-shadow: 0 0 6px #679E48;
}
.cart-preview__wrapper.cart-preview--filled .cart-preview__toggle {
  color: #679E48;
}
.cart-preview__wrapper.cart-preview--filled .cart-preview__toggle:visited {
  color: #679E48;
}
.cart-preview__wrapper.cart-preview--filled .cart-preview__toggle:hover {
  color: #3f3e3e;
}
.cart-preview__wrapper.cart-preview--filled .cart-preview__toggle:active {
  color: #000;
}
.cart-preview__wrapper .cart-preview__content {
  left: auto;
  right: 0;
  color: #3f3e3e;
  min-width: 15rem;
}
.cart-preview__wrapper .cart-preview__list {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1rem;
}
.cart-preview__wrapper .cart-preview__list td {
  vertical-align: top;
  padding: 0 0 0.3125rem;
}
.cart-preview__wrapper .cart-preview__list .cart-preview__quantity {
  text-align: right;
  white-space: nowrap;
  padding-right: 0.3125rem;
  width: 1.25rem;
}
.cart-preview__wrapper .cart-preview__sum {
  width: 100%;
}
.cart-preview__wrapper .cart-preview__sum td {
  vertical-align: top;
  border-top: 1px solid #999999;
  padding: 0.1875rem 0;
  font-weight: 600;
}
.cart-preview__wrapper .cart-preview__sum-value {
  text-align: right;
  white-space: nowrap;
}
.cart-preview__wrapper .cart-preview__vat {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 0.75em;
}

.checkout-skin .site-content {
  margin-top: 2rem;
}
.checkout-skin .checkout-buttons {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}

.desktop-nav {
  position: relative;
  z-index: 35;
}
.desktop-nav__main {
  position: relative;
}
.desktop-nav__main > ul {
  display: flex;
}
.desktop-nav__main > ul.desktop-nav__main-top {
  justify-content: center;
  gap: 3.75rem;
}
.desktop-nav__main > ul.desktop-nav__main-bottom {
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.desktop-nav__main > ul > li {
  position: relative;
}
.desktop-nav__main > ul > li > a {
  color: #3f3e3e;
  display: block;
  font-size: 1.375rem;
  line-height: 1.5rem;
  padding-bottom: 0.375rem;
}
.desktop-nav__main > ul > li > a:visited {
  color: #3f3e3e;
}
.desktop-nav__main > ul > li > a:hover {
  color: #3f3e3e;
}
.desktop-nav__main > ul > li > a:active {
  color: #3f3e3e;
}
.dark-mode .desktop-nav__main > ul > li > a {
  color: #fff;
  font-weight: 700;
}
.dark-mode .desktop-nav__main > ul > li > a:visited {
  color: #fff;
}
.dark-mode .desktop-nav__main > ul > li > a:hover {
  color: #fff;
}
.dark-mode .desktop-nav__main > ul > li > a:active {
  color: #fff;
}
.desktop-nav__main > ul > li > a:hover {
  text-decoration: none;
}
.desktop-nav__main > ul > li.is-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 0.1875rem;
  left: 0;
  right: 0;
  background-color: #575756;
}
.dark-mode .desktop-nav__main > ul > li.is-active::after {
  background-color: #fff;
}
.desktop-nav__main li + li {
  margin-top: 0;
}
.desktop-nav__main li a {
  text-decoration: none;
}
.desktop-nav__main li a:hover {
  text-decoration: underline;
}
.desktop-nav__main .dropdown {
  display: block;
}
.desktop-nav__main .dropdown__toggle {
  background: none;
  border: 0;
  padding: 0;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.875rem;
}
.desktop-nav__link--icon {
  display: flex !important;
  align-items: center;
  gap: 0.75rem;
}
.desktop-nav__link--icon .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.desktop-nav__link--directorder {
  color: #C00D0D !important;
}
.desktop-nav__sublist {
  top: calc( 100% + 1px ) !important;
  left: -2.5rem !important;
  padding: 1.25rem 1.875rem !important;
  border: 0 !important;
}
.desktop-nav__sublist > li + li {
  border-top: 1px solid #CCCCCC;
}
.desktop-nav__sublist > li > a {
  display: block;
  padding: 1.25rem 0 !important;
  line-height: 1;
  white-space: nowrap;
}
.nav_company .desktop-nav__sublist {
  left: -1rem !important;
  padding: 0.625rem 1rem !important;
}
.nav_company .desktop-nav__sublist > li > a {
  padding: 0.5rem 0 !important;
}

.dark-mode .desktop-nav__link--directorder {
  padding-top: 0.1875rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  background-color: #C00D0D;
  color: #fff !important;
}
.dark-mode .desktop-nav__link--directorder:visited, .dark-mode .desktop-nav__link--directorder:hover, .dark-mode .desktop-nav__link--directorder:active {
  color: #fff !important;
}

.flyout-open .desktop-nav__main > ul > li.is-active#products-flyout-list-item::after {
  width: calc( var(--products-list-item-width, 3.75rem ));
  top: 1.625rem;
  left: var(--products-list-item-left);
}

.flow-content {
  word-break: break-word;
}
.flow-content p + *, .flow-content * + p, .flow-content .p + *, .flow-content * + .p,
.flow-content ul + *, .flow-content * + ul,
.flow-content ol + *, .flow-content * + ol,
.flow-content h1 + *, .flow-content .h1 + *,
.flow-content h2 + *, .flow-content .h2 + *,
.flow-content h3 + *, .flow-content .h3 + *,
.flow-content h4 + *, .flow-content .h4 + *,
.flow-content h5 + *, .flow-content .h5 + *,
.flow-content h6 + *, .flow-content .h6 + * {
  margin: 1rem 0 0;
}
.flow-content * + h2, .flow-content * + .h2,
.flow-content * + h3, .flow-content * + .h3,
.flow-content * + h4, .flow-content * + .h4,
.flow-content * + h5, .flow-content * + .h5,
.flow-content * + h6, .flow-content * + .h6 {
  margin: 1.5rem 0 0;
}
.flow-content ul li + li {
  margin-top: 0.625rem;
}
.flow-content .c-rte-container + *,
.flow-content .c-rte-full-image-text + * {
  margin-top: 1.5rem;
}

.mobile-nav__toggle {
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.mobile-nav__toggle[aria-expanded=false] + .mobile-nav__content {
  display: none;
}
.mobile-nav__toggle[aria-expanded=true] + .mobile-nav__content {
  position: absolute;
  top: 3.875rem;
  left: 0;
  right: 0;
  max-height: calc( 100vh - 8rem );
  background-color: var(--br-color-bg-primary);
  overflow-y: auto;
}
.mobile-nav__content {
  padding: 0.75rem 1.25rem 1.875rem;
  z-index: 35;
}
@media (min-width: 768px) {
  .mobile-nav__content {
    padding: 0.75rem 3.75rem 2.5rem;
  }
}
.mobile-nav__content nav a {
  color: var(--br-text-color);
}
.mobile-nav__content nav a:visited {
  color: var(--br-text-color);
}
.mobile-nav__content nav a:hover {
  color: var(--br-text-color);
}
.mobile-nav__content nav a:active {
  color: var(--br-text-color);
}

.nav-categories {
  clear: both;
  position: relative;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #999999;
}
@media (max-width: 767px) {
  .nav-categories {
    background-color: #999999;
    border-bottom: 1px solid #999999;
  }
  .nav-categories::after {
    display: block;
    clear: both;
    content: "";
  }
  .nav-categories .container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    display: block;
  }
  .nav-categories .container > ul,
.nav-categories .container > .dropdown__content,
.nav-categories .container .dropdown__sublist > ul,
.nav-categories .container .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 10rem;
    margin: 0;
    padding: 1rem;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-categories .container > ul,
.nav-categories .container .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .container > ul li,
.nav-categories .container .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-categories .container > ul li a,
.nav-categories .container .dropdown__sublist > ul li a {
    display: block;
    padding: 0.5rem 1rem;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-categories .container > ul li a:hover,
.nav-categories .container .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-categories .container > ul li.is-active > a,
.nav-categories .container .dropdown__sublist > ul li.is-active > a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-categories .container .dropdown__divider,
.nav-categories .container .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-categories .container .dropdown__caret,
.nav-categories .container .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.125rem;
    border: 0.3125rem solid transparent;
    border-top: 0.3125rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container.js-dropdown--initialized > .dropdown__toggle:after,
.nav-categories .container .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.125rem;
    border: 0.3125rem solid transparent;
    border-top: 0.3125rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container.dropdown--left > ul,
.nav-categories .container.dropdown--left > .dropdown__content, .nav-categories .container.dropdown--right > ul,
.nav-categories .container.dropdown--right > .dropdown__content, .nav-categories .container.dropdown--center > ul,
.nav-categories .container.dropdown--center > .dropdown__content {
    margin-top: 1.2rem;
  }
  .nav-categories .container.dropdown--left > ul:before,
.nav-categories .container.dropdown--left > .dropdown__content:before, .nav-categories .container.dropdown--right > ul:before,
.nav-categories .container.dropdown--right > .dropdown__content:before, .nav-categories .container.dropdown--center > ul:before,
.nav-categories .container.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -0.75rem;
  }
  .nav-categories .container.dropdown--left > ul:after,
.nav-categories .container.dropdown--left > .dropdown__content:after, .nav-categories .container.dropdown--right > ul:after,
.nav-categories .container.dropdown--right > .dropdown__content:after, .nav-categories .container.dropdown--center > ul:after,
.nav-categories .container.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6875rem solid transparent;
    border-bottom: 0.6875rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -0.6875rem;
  }
  .nav-categories .container.dropdown--left > ul:before,
.nav-categories .container.dropdown--left > .dropdown__content:before {
    left: 0.5625rem;
  }
  .nav-categories .container.dropdown--left > ul:after,
.nav-categories .container.dropdown--left > .dropdown__content:after {
    left: 0.625rem;
  }
  .nav-categories .container.dropdown--right > ul,
.nav-categories .container.dropdown--right > .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-categories .container.dropdown--right > ul:before,
.nav-categories .container.dropdown--right > .dropdown__content:before {
    right: 0.5625rem;
  }
  .nav-categories .container.dropdown--right > ul:after,
.nav-categories .container.dropdown--right > .dropdown__content:after {
    right: 0.625rem;
  }
  .nav-categories .container.dropdown--center > ul,
.nav-categories .container.dropdown--center > .dropdown__content {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container.dropdown--center > ul:before,
.nav-categories .container.dropdown--center > .dropdown__content:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container.dropdown--center > ul:after,
.nav-categories .container.dropdown--center > .dropdown__content:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container .dropdown__sublist {
    position: relative;
  }
  .nav-categories .container .dropdown__sublist > ul,
.nav-categories .container .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-categories .container .dropdown__sublist .dropdown__toggle {
    padding-right: 2.5rem;
  }
  .nav-categories .container .dropdown__sublist .keytoggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.875rem;
  }
  .nav-categories .container .dropdown__sublist .keytoggle .dropdown__caret {
    border: 0.3125rem solid transparent;
    border-left: 0.3125rem solid #333;
    border-right: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container.dropdown--upwards > ul,
.nav-categories .container.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-categories .container.dropdown--upwards .dropdown__caret {
    border: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
    border: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container.dropdown--upwards.dropdown--left > ul,
.nav-categories .container.dropdown--upwards.dropdown--left > .dropdown__content, .nav-categories .container.dropdown--upwards.dropdown--right > ul,
.nav-categories .container.dropdown--upwards.dropdown--right > .dropdown__content, .nav-categories .container.dropdown--upwards.dropdown--center > ul,
.nav-categories .container.dropdown--upwards.dropdown--center > .dropdown__content {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .nav-categories .container.dropdown--upwards.dropdown--left > ul:before,
.nav-categories .container.dropdown--upwards.dropdown--left > .dropdown__content:before, .nav-categories .container.dropdown--upwards.dropdown--right > ul:before,
.nav-categories .container.dropdown--upwards.dropdown--right > .dropdown__content:before, .nav-categories .container.dropdown--upwards.dropdown--center > ul:before,
.nav-categories .container.dropdown--upwards.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 0.75rem solid transparent;
    border-top: 0.75rem solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -0.75rem;
  }
  .nav-categories .container.dropdown--upwards.dropdown--left > ul:after,
.nav-categories .container.dropdown--upwards.dropdown--left > .dropdown__content:after, .nav-categories .container.dropdown--upwards.dropdown--right > ul:after,
.nav-categories .container.dropdown--upwards.dropdown--right > .dropdown__content:after, .nav-categories .container.dropdown--upwards.dropdown--center > ul:after,
.nav-categories .container.dropdown--upwards.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6875rem solid transparent;
    border-top: 0.6875rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -0.6875rem;
  }
  .nav-categories .container .dropdown__content {
    right: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    border: 0;
  }
  .nav-categories .container .dropdown__content ul {
    display: block;
  }
  .nav-categories .container .dropdown__content li {
    border-bottom: 1px solid #CCCCCC;
  }
  .nav-categories .container .dropdown__content li a {
    display: block;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 767px) and (max-width: 319px) {
  .nav-categories .container .dropdown__content li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 767px) {
  .nav-categories .container ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .container ul li {
    margin-top: 0;
  }
  .nav-categories .container ul li a {
    display: block;
    padding: 0.5rem 1rem;
    clear: both;
    color: #3f3e3e;
    white-space: nowrap;
  }
  .nav-categories .container ul li a:hover {
    color: #3f3e3e;
    background-color: rgba(192, 13, 13, 0.1);
  }
  .nav-categories .container ul li.is-active > a {
    color: #C00D0D;
    background-color: #F2F2F2;
  }
}
@media (max-width: 767px) {
  .nav-categories .dropdown__toggle {
    padding: 0.5rem 0;
    display: block;
    color: #3f3e3e;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .nav-categories .container .dropdown__content > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .nav-categories .container .dropdown__content > ul > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-categories .container .dropdown__content > ul > li > ul,
.nav-categories .container .dropdown__content > ul > li > .dropdown__content,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 10rem;
    margin: 0;
    padding: 1rem;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-categories .container .dropdown__content > ul > li > ul,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-categories .container .dropdown__content > ul > li > ul li,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-categories .container .dropdown__content > ul > li > ul li a,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul li a {
    display: block;
    padding: 0.5rem 1rem;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-categories .container .dropdown__content > ul > li > ul li a:hover,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-categories .container .dropdown__content > ul > li > ul li.is-active > a,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul li.is-active > a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__divider,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__caret,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.125rem;
    border: 0.3125rem solid transparent;
    border-top: 0.3125rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.js-dropdown--initialized > .dropdown__toggle:after,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.125rem;
    border: 0.3125rem solid transparent;
    border-top: 0.3125rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--left > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--left > .dropdown__content, .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content, .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content {
    margin-top: 1.2rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--left > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--left > .dropdown__content:before, .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content:before, .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -0.75rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--left > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--left > .dropdown__content:after, .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content:after, .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6875rem solid transparent;
    border-bottom: 0.6875rem solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -0.6875rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--left > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--left > .dropdown__content:before {
    left: 0.5625rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--left > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--left > .dropdown__content:after {
    left: 0.625rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content:before {
    right: 0.5625rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--right > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--right > .dropdown__content:after {
    right: 0.625rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--center > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--center > .dropdown__content:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__sublist {
    position: relative;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__sublist > ul,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__sublist .dropdown__toggle {
    padding-right: 2.5rem;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__sublist .keytoggle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1.875rem;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__sublist .keytoggle .dropdown__caret {
    border: 0.3125rem solid transparent;
    border-left: 0.3125rem solid #333;
    border-right: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards .dropdown__caret {
    border: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
    border: 0.3125rem solid transparent;
    border-bottom: 0.3125rem solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content {
    margin-top: 0;
    margin-bottom: 0.75rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content:before, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content:before, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul:before,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 0.75rem solid transparent;
    border-top: 0.75rem solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -0.75rem;
  }
  .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--left > .dropdown__content:after, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--right > .dropdown__content:after, .nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > ul:after,
.nav-categories .container .dropdown__content > ul > li.dropdown--upwards.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6875rem solid transparent;
    border-top: 0.6875rem solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -0.6875rem;
  }
  .nav-categories .container .dropdown__content > ul > li > a {
    display: block;
    margin-right: 1.25rem;
    padding: 0.5rem 0;
    color: #3f3e3e;
  }
  .nav-categories .container .dropdown__content > ul > li > a:visited {
    color: #3f3e3e;
  }
  .nav-categories .container .dropdown__content > ul > li > a:hover {
    color: #3f3e3e;
  }
  .nav-categories .container .dropdown__content > ul > li > a:active {
    color: #C00D0D;
  }
  .nav-categories .container .dropdown__content > ul > li.is-active > a {
    color: #C00D0D;
  }
  .nav-categories .dropdown__toggle {
    display: none;
  }
}

.nav-lang {
  color: #fff;
}
.dark-mode .nav-lang {
  color: var(--br-color-fg-primary);
}
.nav-lang label {
  display: flex;
  align-items: center;
}
.nav-lang select {
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-color: #575756;
  background-position: right 0.125rem center;
}
@media (max-width: 424px) {
  .nav-lang select {
    field-sizing: content;
  }
}
.dark-mode .nav-lang select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23575756' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-color: var(--br-color-bg-secondary);
  color: var(--br-color-fg-primary);
}

.nav-main {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-main a {
  text-decoration: none;
}
.nav-main a:hover {
  text-decoration: underline;
}
.nav-main > ul {
  /* First level */
}
.nav-main > ul > li {
  margin-top: 0;
  border-bottom: 1px solid #CCCCCC;
}
.nav-main > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.nav-main > ul > li > a > .icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.nav-main > ul > li .nav-accordion > button.accordion__toggle,
.nav-main > ul > li .accordion > button.accordion__toggle {
  display: block;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
  color: var(--br-text-color);
  padding: 0.9375rem 1.5rem 0.9375rem 0;
}
.nav-main > ul > li .nav-accordion > button.accordion__toggle[aria-expanded=true] .accordion__icon,
.nav-main > ul > li .accordion > button.accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.nav-main > ul > li .nav-accordion > button.accordion__toggle .accordion__icon,
.nav-main > ul > li .accordion > button.accordion__toggle .accordion__icon {
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s linear;
}
.nav-main > ul > li .accordion__content {
  padding: 0 0 0.9375rem 0;
}

#desktop-nav.flyout-open #products-flyout-list-item {
  position: static;
}

.nav-accordion {
  position: relative;
}
.nav-accordion__link {
  display: block;
  padding: 0.9375rem 2.5rem 0.9375rem 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.nav-accordion__toggle {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 2.5rem;
  height: 3.125rem;
  padding: 0;
}
.nav-accordion__toggle > .icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s ease-in-out;
}
.nav-accordion__toggle[aria-expanded=true] > .icon {
  transform: rotateX(180deg);
}
.nav-accordion__toggle--product-nested {
  height: 4.375rem;
}

.gebaeck-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  animation-name: comeUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  background-color: rgba(0, 0, 0, 0.4);
}

.gebaeck-notice__content {
  text-align: left;
}
.gebaeck-notice__content a {
  color: #fff;
}
.gebaeck-notice__content a:visited {
  color: #fff;
}
.gebaeck-notice__content a:hover {
  color: #fff;
}
.gebaeck-notice__content a:active {
  color: #fff;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
.gebaeck-notice--simple .gebaeck-notice__content {
  padding: 1.25rem;
}
.gebaeck-notice--simple .gebaeck-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.gebaeck-notice--simple .btn, .gebaeck-notice--simple .button {
  float: right;
}

.gebaeck-notice--advanced {
  animation: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice--advanced .gebaeck-notice__container {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.875rem 0.9375rem;
  color: #fff;
  background-color: #575756;
}

.gebaeck-notice-popup {
  display: none;
  background-color: #575756;
  max-width: 40rem;
  padding: 2.5rem 0.9375rem;
  color: #fff;
}
.mfp-content .gebaeck-notice-popup {
  display: block;
}
.gebaeck-notice-popup__text * + p {
  margin-top: 0.9375rem;
}

.gebaeck-notice-popup__form {
  margin-top: 1.25rem;
}
.gebaeck-notice-popup__form a {
  color: #fff;
}
.gebaeck-notice-popup__form a:visited {
  color: #fff;
}
.gebaeck-notice-popup__form a:hover {
  color: #fff;
}
.gebaeck-notice-popup__form a:active {
  color: #fff;
}
.gebaeck-notice-popup__form ul {
  list-style: none;
  padding-left: 0;
}
.gebaeck-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #fff;
}
.gebaeck-notice-popup__form .accordion > label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.gebaeck-notice-popup__form .accordion label {
  margin: 0;
  padding-left: 0;
}
.gebaeck-notice-popup__form .accordion label > span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0.9375rem;
  color: #fff;
}
.gebaeck-notice-popup__form .accordion input[type=checkbox] {
  width: 1.625rem;
  height: 1.625rem;
  margin-top: -0.25rem;
  margin-left: 0;
}
@media (min-width: 768px) {
  .gebaeck-notice-popup__form .accordion input[type=checkbox] {
    margin-top: 0.125rem;
  }
}
.gebaeck-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.gebaeck-notice-popup__form .accordion__toggle .icon {
  width: 1rem;
  height: 1.125rem;
  position: relative;
  top: auto;
  left: auto;
}
.gebaeck-notice-popup__form .accordion__toggle:hover, .gebaeck-notice-popup__form .accordion__toggle:focus {
  color: #fff;
}
.gebaeck-notice-popup__form .accordion__content {
  padding-left: 2.5625rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
}
.gebaeck-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.gebaeck-notice-popup__form > .ticks {
  margin-bottom: 0.625rem;
}

.gebaeck-notice__buttons {
  margin-top: 0.9375rem;
}
@media (min-width: 768px) {
  .gebaeck-notice__buttons {
    margin-top: 1.875rem;
  }
}
.gebaeck-notice__buttons button:not(.btn--no-cookies) {
  display: block;
  width: 100%;
}
.gebaeck-notice__buttons button:not(.btn--no-cookies) + button {
  margin-top: 0.3125rem;
}
.gebaeck-notice__buttons .btn--no-cookies {
  color: #fff !important;
  background-color: transparent !important;
}
.gebaeck-notice__buttons .btn--no-cookies:hover {
  text-decoration: underline;
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 320px) {
  #responsive-status {
    font-family: "xs";
    min-width: 320px;
  }
}
@media (min-width: 425px) {
  #responsive-status {
    font-family: "sm";
    min-width: 425px;
  }
}
@media (min-width: 576px) {
  #responsive-status {
    font-family: "md";
    min-width: 576px;
  }
}
@media (min-width: 768px) {
  #responsive-status {
    font-family: "lg";
    min-width: 768px;
  }
}
@media (min-width: 1024px) {
  #responsive-status {
    font-family: "lg-2";
    min-width: 1024px;
  }
}
@media (min-width: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #responsive-status {
    font-family: "xxl";
    min-width: 1600px;
  }
}

.page--contact .ticks input[type=radio] {
  margin-left: 0;
}
@media (min-width: 768px) {
  .page--contact .contactform.form-customer .formrow:not(.formrow--req) .label:after {
    display: none;
  }
}

.site-content {
  position: relative;
  background-color: var(--br-color-bg-primary);
  margin-bottom: 1.5625rem;
  z-index: 20;
}
@media (min-width: 1200px) {
  .site-content {
    margin-bottom: 5.3125rem;
  }
}

@media (max-width: 1199px) {
  .hero:not(.hero--home) + .site-content {
    margin-top: 0.75rem;
  }
}
.site-footer {
  padding: 1.875rem 0 1.25rem;
  color: var(--br-text-color-inverse);
  background-color: var(--br-color-bg-secondary);
  z-index: 10;
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .site-footer {
    padding-top: 5rem;
  }
}
.site-footer a {
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .site-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.site-footer__title {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 700;
}
.site-footer__social {
  margin-top: 1.25rem;
}
.site-footer__social ul {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.site-footer__social ul li {
  margin: 0;
}
.site-footer__social ul a {
  display: block;
  color: #fff;
}
.site-footer__social ul a:visited {
  color: #fff;
}
.site-footer__social ul a:hover {
  color: #D9D9D9;
}
.site-footer__social ul a:active {
  color: #D9D9D9;
}
.dark-mode .site-footer__social ul a {
  color: #3f3e3e;
}
.dark-mode .site-footer__social ul a:visited {
  color: #3f3e3e;
}
.dark-mode .site-footer__social ul a:hover {
  color: #1A1A1A;
}
.dark-mode .site-footer__social ul a:active {
  color: #1A1A1A;
}
.site-footer__social .social-youtube .icon {
  width: 2.8125rem;
}
.site-footer__subnav {
  margin-top: 1.5rem;
}
.site-footer__subnav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
}
.site-footer__subnav ul li {
  margin-top: 0;
}
.site-footer__subnav a {
  color: #fff;
}
.site-footer__subnav a:visited {
  color: #fff;
}
.site-footer__subnav a:hover {
  color: #D9D9D9;
}
.site-footer__subnav a:active {
  color: #D9D9D9;
}
.dark-mode .site-footer__subnav a {
  color: #3f3e3e;
}
.dark-mode .site-footer__subnav a:visited {
  color: #3f3e3e;
}
.dark-mode .site-footer__subnav a:hover {
  color: #1A1A1A;
}
.dark-mode .site-footer__subnav a:active {
  color: #1A1A1A;
}
.site-footer__ifm {
  margin-top: 3.125rem;
}
.site-footer__ifm a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
}
.site-footer__ifm a:visited {
  color: #fff;
}
.site-footer__ifm a:hover {
  color: #D9D9D9;
}
.site-footer__ifm a:active {
  color: #D9D9D9;
}
.dark-mode .site-footer__ifm a {
  color: #3f3e3e;
}
.dark-mode .site-footer__ifm a:visited {
  color: #3f3e3e;
}
.dark-mode .site-footer__ifm a:hover {
  color: #1A1A1A;
}
.dark-mode .site-footer__ifm a:active {
  color: #1A1A1A;
}

.unset-cookies-btn {
  color: var(--br-text-color-inverse);
}
.unset-cookies-btn:hover {
  text-decoration: underline;
}

.site-header {
  background-color: var(--br-color-bg-primary);
  z-index: 30;
}
.site-header__top {
  padding: 0.25rem 0;
  color: var(--br-text-color);
  background-color: var(--br-color-bg-secondary);
}
.site-header__top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.site-header__top-right {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
}
.site-header__main {
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 2.75rem;
}
@media (max-width: 1199px) {
  .site-header__main:not(.site-header__main--center) {
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .site-header__main {
    justify-content: center;
  }
}
.site-header__main--center {
  display: flex;
  justify-content: center;
}
@media (max-width: 1199px) {
  .site-header__title-wrapper {
    /* Breite von .site-nav__subnav / 2 , damit das Logo zentriert ist*/
    padding-left: 4rem;
  }
}
.site-header__title img {
  width: 8.375rem;
  height: 3.875rem;
}
@media (min-width: 1200px) {
  .site-header__title img {
    width: 10.3125rem;
    height: 4.8125rem;
  }
}
.site-header__logo--light {
  display: block;
}
.dark-mode .site-header__logo--light {
  display: none;
}
.site-header__logo--dark {
  display: none;
}
.dark-mode .site-header__logo--dark {
  display: block;
}
.site-header__admin-info {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .site-header__admin-info {
    display: none;
  }
}
.site-header__admin-info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
}
.site-header__admin-info-link > .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.dark-mode .site-header__admin-info-link {
  color: #fff;
  font-weight: 700;
}
.dark-mode .site-header__admin-info-link:visited {
  color: #fff;
}
.dark-mode .site-header__admin-info-link:hover {
  color: #fff;
}
.dark-mode .site-header__admin-info-link:active {
  color: #fff;
}
.site-header__customer-search--mobile {
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .site-header__customer-search--mobile {
    display: none;
  }
}
.site-header__customer-search--mobile .formfield {
  padding: 0 1rem;
  background: #fff;
  border: 0;
  font-size: 1rem;
  line-height: 2.625rem;
}
.site-header__customer-search--mobile .formfield:focus {
  outline: 3px solid #000 !important;
}
.site-header__customer-search--mobile button {
  width: 2.625rem;
  height: 2.625rem;
}
.site-header__customer-search--mobile button:focus {
  outline: 3px solid #000 !important;
}
.site-header__customer-search--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .site-header__customer-search--desktop {
    display: block;
    margin-left: 1.875rem;
  }
}
.site-header__customer-search--desktop .formfield {
  min-width: 12.875rem;
  padding: 0 0.625rem;
  background: #fff;
  border: 0;
  line-height: 2.125rem;
}

.dark-mode-toggle {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.dark-mode-toggle__input {
  display: none;
}
.dark-mode-toggle__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 3.125rem;
  height: 1.625rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
  overflow: hidden;
}
.dark-mode-toggle__label:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.dark-mode-toggle__slider {
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
  z-index: 2;
  border: 1px solid #3f3e3e;
}
.dark-mode .dark-mode-toggle__slider {
  border: 1px solid #fff;
}
.dark-mode-toggle__text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  top: 0.125rem;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.dark-mode-toggle__text .icon {
  width: 0.75rem;
  height: 0.75rem;
  fill: #3f3e3e;
}
.dark-mode-toggle__text--light {
  right: 0.125rem;
  opacity: 1;
}
.dark-mode-toggle__text--dark {
  left: 0.125rem;
  opacity: 0;
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__label {
  background-color: #575756 !important;
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__label .dark-mode-toggle__slider {
  transform: translateX(-1.5rem);
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__label .dark-mode-toggle__text--light {
  opacity: 0;
}
.dark-mode-toggle__input:checked + .dark-mode-toggle__label .dark-mode-toggle__text--dark {
  opacity: 1;
}
.dark-mode-toggle__input:focus + .dark-mode-toggle__label {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 0.125rem;
}
.dark-mode .dark-mode-toggle__label {
  background-color: #575756;
  border: 1px solid #575756;
}
.dark-mode .dark-mode-toggle__label:hover {
  background-color: #575756;
}
.dark-mode .dark-mode-toggle__input:checked + .dark-mode .dark-mode-toggle__label {
  background-color: #575756;
}
.dark-mode .dark-mode-toggle__input:focus + .dark-mode .dark-mode-toggle__label {
  outline: 2px solid #3f3e3e;
}
.dark-mode-toggle__label {
  border: 1px solid #3f3e3e;
}
.dark-mode-toggle:not(.dark-mode) .dark-mode-toggle__label {
  background-color: #fff;
  border: 1px solid #3f3e3e;
}
.dark-mode-toggle:not(.dark-mode) .dark-mode-toggle__label:hover {
  background-color: #fff;
}

.main-header {
  padding: 0 0 0.75em;
}
.main-header::after {
  display: block;
  clear: both;
  content: "";
}
.main-header .dropdown__toggle {
  display: flex;
  height: 2.5rem;
  min-width: 2.5rem;
  position: relative;
  border: 1px solid #3f3e3e;
  align-items: center;
  justify-content: center;
  padding: 0 0.3125rem;
}
.main-header .dropdown__toggle .keytoggle {
  margin-right: -0.1875rem;
}

.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  transform: translate(-50%, 0);
  color: #3f3e3e;
}

@media (min-width: 1200px) {
  .site-nav--mobile {
    display: none;
  }
}
.site-nav--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .site-nav--desktop {
    display: block;
    margin-bottom: 1.875rem;
  }
}
.site-nav__dropdown {
  position: relative;
}
.site-nav__dropdown > ul {
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 10rem;
  margin: 0;
  padding: 0;
  background-color: #F2F2F2;
  z-index: 50;
}
.site-nav__dropdown .keytoggle {
  display: none;
}
@media (min-width: 1200px) {
  .site-nav__subnav {
    display: none;
  }
}

.subnav__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.subnav__list li {
  margin-top: 0 !important;
}
.subnav__link--direct-order {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #C00D0D !important;
}
html.dark-mode .subnav__link--direct-order {
  color: #fff !important;
}
.subnav__link--direct-order .icon {
  width: 2rem;
  height: 2rem;
}

.subnav-customer .dropdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: var(--br-text-color);
}
.subnav-customer .dropdown__toggle .icon {
  width: 1.625rem;
  height: 1.625rem;
}
.subnav-customer .keytoggle {
  display: none !important;
}
.subnav-customer ul {
  min-width: 9.375rem !important;
  background-color: #C6C6C6;
}
.subnav-customer ul::before {
  display: none !important;
}
.subnav-customer ul::after {
  border-bottom-color: #C6C6C6 !important;
}
.subnav-customer ul a {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.4375rem !important;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #3f3e3e !important;
  text-decoration: none;
}
.subnav-customer ul a:hover {
  text-decoration: underline;
}
.subnav-customer ul a .icon {
  width: 1rem;
  height: 1rem;
}

.site-search--mobile {
  position: relative;
  margin-bottom: 1.875rem;
}
@media (min-width: 1200px) {
  .site-search--mobile {
    position: absolute;
    right: 3.75rem;
    bottom: 0;
    margin-bottom: 0;
    width: 35%;
    z-index: 50;
  }
}

.mobile-search__input-wrapper {
  position: relative;
}
.mobile-search__input {
  width: 100%;
  padding: 0 2.5rem;
  font-size: 1rem;
  line-height: 2.625rem;
  background: #fff;
  border: 0;
}
body:not(.user-is-tabbing) .mobile-search__input:focus {
  box-shadow: none;
}
.mobile-search__input-button {
  position: absolute;
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #000;
}
.mobile-search__input-button--search {
  top: 0.3125rem;
  left: 0.625rem;
  z-index: 1;
}
.mobile-search__input-button .icon--search {
  width: 1rem;
  height: 1rem;
}

#mobile-search .result-live {
  position: absolute;
  top: 2.625rem;
  right: 0;
  left: 0;
  display: none;
  min-height: 2.5rem;
  max-height: calc(100vh - 12rem);
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  overflow-y: auto;
}
#mobile-search .result-live > div + div {
  margin-top: 1.25rem;
}
#mobile-search .result-live ul {
  list-style: none;
  padding: 0;
}
#mobile-search .result-live ul li + li {
  margin-top: 0.625rem;
}

.livesearch {
  background-color: #fff;
}
.livesearch .js-exec-module {
  display: inline;
}
.livesearch .no-entries {
  margin: 0.625rem;
}

.livesearch-more-btn {
  display: block;
  margin-top: 0.625rem;
  text-align: right;
}

.result-live ul a {
  text-decoration: none;
}
.result-live ul a:hover {
  text-decoration: underline;
}

.sticky-header--initialized {
  position: fixed;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.has-scrolled-up .sticky-header--initialized {
  transform: translateY(0);
}
.has-scrolled-down .sticky-header--initialized {
  transform: translateY(-100%);
}

.page--articles-reviews .articles-entry {
  margin-bottom: 1.5em;
}
.page--articles-reviews .articles-entry .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 319px) {
  .page--articles-reviews .articles-entry {
    display: flex;
  }
  .page--articles-reviews .articles-entry .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .page--articles-reviews .articles-entry .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
}
@media (min-width: 320px) and (max-width: 575px) {
  .page--articles-reviews .articles-entry {
    display: flex;
  }
  .page--articles-reviews .articles-entry .articles-entry__image {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
  .page--articles-reviews .articles-entry .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .page--articles-reviews .reviews-entry__data {
    flex: 0 0 8.75rem;
  }
}

.page--articles-details .articles-entry__teaser {
  line-height: 1.5rem;
}
.page--articles-details .articles-entry__teaser ul li + li {
  margin-top: 0.625rem;
}
@media (min-width: 1200px) {
  .page--articles-details .articles-entry__teaser {
    line-height: 1.75rem;
  }
}
.page--articles-details .articles-entry__description-tab {
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .page--articles-details .articles-entry__description-tab {
    line-height: 1.75rem;
  }
}
.page--articles-details .customer-info-status {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page--articles-details .customer-info-status::before {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #679E48;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}
.page--articles-details .customer-info-status__green::before {
  background-color: #679E48;
}
.page--articles-details .customer-info-status__red::before {
  background-color: #B70E0C;
}
.page--articles-details .customer-info-status__yellow::before {
  background-color: #ffc107;
}
.page--articles-details .customer-info-status__darkgrey::before {
  background-color: #666666;
}
.page--articles-details .customer-info-status__lightgrey::before {
  background-color: #D9D9D9;
}
.dark-mode .page--articles-details .tabs .tabs__content-wrapper {
  color: var(--br-text-color);
}
.dark-mode .page--articles-details .tabs .tabs__content-wrapper a {
  color: #fff;
}
.dark-mode .page--articles-details .tabs .tabs__content-wrapper a:visited {
  color: #fff;
}
.dark-mode .page--articles-details .tabs .tabs__content-wrapper a:hover {
  color: #fff;
}
.dark-mode .page--articles-details .tabs .tabs__content-wrapper a:active {
  color: #fff;
}

.articles-details-related .container__inner {
  border-top: 1px solid #808080;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.page--articles-overview .pageselector {
  margin-left: auto;
  margin-right: auto;
}
.page--articles-overview .articles-overview-articles > .container {
  background: #F2F2F2;
}
.page--articles-overview .articles-entry__title {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.page--articles-overview .articles-entry__favorites {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 20;
}
.page--articles-overview .articles-entry:hover .articles-entry__favorites, .page--articles-overview .articles-entry:focus-within .articles-entry__favorites {
  display: block;
}
@media (hover: none) and (pointer: coarse) {
  .page--articles-overview .articles-entry__favorites {
    display: block;
  }
}

@media (min-width: 1200px) {
  .articles-overview-grid--has-filter {
    display: grid;
    grid-template-columns: minmax(275px, 1fr) 4fr;
    gap: 5.625rem;
  }
  .articles-overview-grid--has-filter .articles-filter {
    display: block;
    margin: 0;
  }
  .articles-overview-grid--has-filter .articles-filter__close {
    display: none;
  }
}
@media (min-width: 1600px) {
  .articles-overview-grid:not(.articles-overview-grid--has-filter) .articles-entries--grid {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}

@media (max-width: 1199px) {
  .articles-overview-content {
    margin-top: 0.9375rem;
  }
}
.articles-overview-content__results {
  display: none;
}
@media (min-width: 1200px) {
  .articles-overview-content__results {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.875rem;
  }
}
.articles-overview-content__actions {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  margin-bottom: 1.875rem;
}
.articles-overview-content__sort {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  margin-left: auto;
}
.articles-overview-content__sort--filter {
  display: none;
}
@media (min-width: 1200px) {
  .articles-overview-content__sort--filter {
    display: flex;
  }
}

.articles-overview__custom-title {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .articles-overview__custom-title {
    font-size: 1.875rem;
    line-height: 1.1;
    font-weight: 700;
  }
}
.dark-mode .articles-overview__theme-wrapper-box {
  padding: 1.25rem;
  background-color: var(--br-color-bg-secondary);
}
.dark-mode .articles-overview__theme-seo-wrapper-box {
  color: #fff;
}
.dark-mode .articles-overview__theme-seo-wrapper-box a {
  color: #fff;
}
.dark-mode .articles-overview__theme-seo-wrapper-box a:visited {
  color: #fff;
}
.dark-mode .articles-overview__theme-seo-wrapper-box a:hover {
  color: #fff;
}
.dark-mode .articles-overview__theme-seo-wrapper-box a:active {
  color: #fff;
}
.articles-overview__seo-text {
  margin-top: 3.125rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .articles-overview__seo-text {
    margin-top: 5.3125rem;
  }
}
@media (max-width: 1199px) {
  .articles-overview__seo-text {
    margin-bottom: 2.5rem;
  }
}
.articles-overview__seo-long {
  margin-top: 1.875rem;
}

.articles-overview-topics {
  margin-top: 2.5rem;
  padding-bottom: 2rem;
}
@media (min-width: 1200px) {
  .articles-overview-topics {
    margin-top: 5rem;
  }
}

.page--customer-shopcart-import .upload-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-block: 1.875rem;
  padding: 1.25rem;
  border: 0.125rem dashed #999999;
  border-radius: 0.625rem;
  color: #575756;
  transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
  cursor: pointer;
}
.page--customer-shopcart-import .upload-container:hover {
  background: #F2F2F2;
  border-color: #575756;
}
.page--customer-shopcart-import .upload-container input[type=file] {
  padding: 0.3125rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #999999;
}
@media (max-width: 424px) {
  .page--customer-shopcart-import .upload-container input[type=file] {
    width: 100%;
  }
}
.page--customer-shopcart-import .upload-container input[type=file]::-webkit-file-upload-button {
  padding: 0.375rem 0.9375rem;
  border: none;
  background-image: none;
  background: #C00D0D;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.page--customer-shopcart-import .upload-container input[type=file]::file-selector-button {
  padding: 0.375rem 0.9375rem;
  border: none;
  background-image: none;
  background: #C00D0D;
  color: #fff;
  transition: all 0.2s ease-out;
}
.page--customer-shopcart-import .upload-icon {
  width: 3.125rem;
  height: 3.125rem;
  fill: #4D4D4D;
  transition: fill 0.2s ease-in-out;
}
.page--customer-shopcart-import .upload-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  color: #4D4D4D;
  text-align: center;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 1200px) {
  .page--customer-shopcart-import .upload-title {
    font-size: 1.5625rem;
    line-height: 2.0625rem;
  }
}

.page-cart .cart-options {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.75rem;
  margin-top: 1.25rem;
}
.page-cart .sticky-item {
  position: sticky;
  bottom: 0;
  background-color: #fff;
  z-index: 100;
}
.dark-mode .page-cart .sticky-item {
  background-color: #F2F2F2;
}
.page-cart .sticky-item--responsive-bottom {
  bottom: 3.125rem;
}
@media (min-width: 1200px) {
  .page-cart .sticky-item--responsive-bottom {
    bottom: 3.6875rem;
  }
}
.page-cart .sticky-item--padding {
  padding-bottom: 1rem;
}

.page--customer-choose .customer-box .page--customer-choose__search #customer-search-form {
  width: 100%;
}
@media (min-width: 768px) {
  .page--customer-choose .customer-box .page--customer-choose__search #customer-search-form {
    display: flex;
    justify-content: center;
    width: 50rem;
  }
}
@media (max-width: 575px) {
  .page--customer-choose .customer-box .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .page--customer-choose .customer-box .table--responsive-vertical > table > thead,
.page--customer-choose .customer-box .table--responsive-vertical > table > tfoot:not(.customer-directoffer--tfoot) {
    display: none;
  }
  .page--customer-choose .customer-box .table--responsive-vertical > table > tbody {
    display: block;
  }
  .page--customer-choose .customer-box .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #F2F2F2;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .page--customer-choose .customer-box .table--responsive-vertical > table > tbody > tr > td,
.page--customer-choose .customer-box .table--responsive-vertical > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    text-align: right;
    font-weight: 400;
    min-height: calc(1.5em + 1.25rem);
  }
  .page--customer-choose .customer-box .table--responsive-vertical > table > tbody > tr > td[data-title]:before,
.page--customer-choose .customer-box .table--responsive-vertical > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}
.page--customer-choose .customer-box .table--responsive-vertical .table td:first-child,
.page--customer-choose .customer-box .table--responsive-vertical .table th:first-child {
  padding-left: 0;
}
.page--customer-choose .customer-box .table--responsive-vertical .table td:last-child {
  padding-right: 0;
}
@media (max-width: 575px) {
  .page--customer-choose .customer-box .table--responsive-vertical .table > tbody > tr td:first-child,
.page--customer-choose .customer-box .table--responsive-vertical .table > tbody > tr th:first-child {
    padding: 0.625rem;
  }
  .page--customer-choose .customer-box .table--responsive-vertical .table > tbody > tr td:last-child {
    padding: 0.625rem;
  }
}

.page--customer-favorites .no-articles-message {
  display: none;
}

.lost-pw-form {
  max-width: 31.25rem;
}

.orderinfo-formrow {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
.orderinfo-formrow button {
  flex-shrink: 0;
}
.orderinfo-formrow__item {
  width: 100%;
  max-width: 16.25rem;
}
.orderinfo-formrow__item label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
  line-height: 2rem;
}
.orderinfo-formrow__item input {
  width: 100%;
}

.customer-revenue-filter {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .customer-revenue-filter {
    margin-bottom: 2rem;
  }
}

.customer-revenue__formrow {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
}
.customer-revenue__formrow button {
  flex-shrink: 0;
}
.customer-revenue__formitem {
  width: 100%;
  max-width: 16.25rem;
}
.customer-revenue__formitem label {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .customer-revenue__formitem label {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.customer-revenue__formitem input {
  width: 100%;
}

.page--customer .customer-box .teaser .customer-box__data h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
.page--customer .customer-box .teaser .customer-box__data p {
  margin-top: 0;
}
.page--customer .customer-info-status {
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
}
.page--customer .customer-info-status::before {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background-color: #679E48;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .page--customer .customer-info-status::before {
    top: 0.625rem;
  }
}
.page--customer .customer-info-status__green::before {
  background-color: #679E48;
}
.page--customer .customer-info-status__red::before {
  background-color: #B70E0C;
}
.page--customer .customer-info-status__yellow::before {
  background-color: #ffc107;
}
.page--customer .customer-info-status__darkgrey::before {
  background-color: #666666;
}
.page--customer .customer-info-status__lightgrey::before {
  background-color: #D9D9D9;
}
.page--customer .result_autosuggest-live {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 3rem;
  padding: 0.625rem;
  background-color: #F2F2F2;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
  z-index: 1000;
}
.page--customer .result_autosuggest-live .result-product {
  cursor: pointer;
}
.page--customer .result_autosuggest-live .result-product:hover, .page--customer .result_autosuggest-live .result-product:focus-within {
  text-decoration: underline !important;
}
.page--customer .result_autosuggest-live .result-product__image {
  padding: 0.3125rem;
  background-color: #fff;
}
.page--customer .result_autosuggest-live .result-product__text {
  font-size: 1rem;
  line-height: 1.25rem;
}
.page--customer .result_autosuggest-live .result-product + .result-product {
  margin-top: 1rem;
}
.page--customer .customer-performance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(7.5rem, 1fr));
  gap: 1.5rem;
}
.page--customer .direct-order-amount input.order-amount {
  min-width: 2.75rem;
}
.page--customer .direct-order-more-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1.25rem 0;
  border-bottom: 1px solid #C6C6C6;
  font-size: 1rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .page--customer .direct-order-more-btn {
    font-size: 1.25rem;
  }
}
.page--customer .direct-order-submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.75rem;
  padding: 0.75rem 0;
}
@media (min-width: 576px) {
  .page--customer .direct-order-submit-wrapper {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 50;
  }
  .dark-mode .page--customer .direct-order-submit-wrapper {
    background-color: #F2F2F2;
  }
}
@media (min-width: 1200px) {
  .page--customer .direct-order-submit-wrapper {
    margin-top: 1.25rem;
  }
}

.page--customer-retourinfo .customer-info-positions-amount-del,
.page--customer-retourinfo .customer-info-positions-delivery,
.page--customer-retourinfo .customer-info-positions-price,
.page--customer-retourinfo td.customer-info-positions-amount svg,
.page--customer-retourinfo td.customer-info-positions-amount span {
  display: none;
}

.faqs__mobile-nav {
  margin-bottom: 1.5rem;
}
@media (min-width: 1200px) {
  .faqs__mobile-nav {
    display: none;
  }
}
.faqs__mobile-nav .accordion__toggle {
  background-color: #fff;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  border: 1px solid #535352;
}
.faqs__mobile-nav .accordion__toggle[aria-expanded=true] {
  border-bottom: 0;
}
.faqs__mobile-nav .accordion__toggle .accordion__icon {
  top: 0.625rem;
  right: 0.625rem;
}
.faqs__mobile-nav .accordion__content {
  list-style-position: inside;
  padding: 0.75rem 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid #535352;
  border-top: 0;
}
.faqs__nav {
  display: none;
}
@media (min-width: 1200px) {
  .faqs__nav {
    display: block;
  }
}
.faqs__nav-list {
  list-style: none;
  padding: 0;
}
@media (min-width: 1200px) {
  .faqs__grid {
    display: grid;
    grid-template-columns: minmax(225px, 1fr) 3fr;
    grid-gap: 32px;
  }
}

.history-carousel {
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 425px) {
  .history-carousel {
    margin-bottom: 3rem;
  }
}
.history-carousel .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.history-carousel__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.history-carousel__controls .carousel-btn--prev {
  flex-shrink: 0;
  margin-right: 10px;
}
.history-carousel__controls .carousel-btn--next {
  flex-shrink: 0;
  margin-left: 10px;
}
.history-carousel__controls .slick-dots {
  position: relative;
  bottom: 0;
}
.history-carousel .history-item {
  position: relative;
}
.history-carousel .history-item__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  background-color: #575756;
}
@media (min-width: 1200px) {
  .history-carousel .history-item__canvas {
    padding-bottom: 35%;
  }
}
.history-carousel .history-item__image {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}
.history-carousel .history-item__caption {
  display: block;
  padding: 15px 20px;
  background-color: #fff;
}

.home-section--categories {
  margin-top: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  background-color: var(--br-color-bg-secondary);
  color: var(--br-text-color-inverse);
}
@media (min-width: 1200px) {
  .home-section--categories {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
.home-section--orders {
  margin-top: 2.5rem;
  margin-bottom: 3.4375rem;
}
@media (min-width: 1200px) {
  .home-section--orders {
    margin-top: 3.75rem;
  }
}
.home-section__headline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (min-width: 1200px) {
  .home-section__headline {
    gap: 1rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.home-section__headline .icon {
  width: 1.25rem;
  height: 1.25rem;
}
@media (min-width: 1200px) {
  .home-section__headline .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}
html:not(.dark-mode) .home-section__headline .icon--direct-order {
  fill: #C00D0D;
}
.home-section__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 1200px) {
  .home-section__columns {
    grid-template-columns: 1fr 1fr;
  }
}
.home-section__col {
  min-width: 0;
}
.home-section__span-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
}
@media (min-width: 1200px) {
  .home-section__span-row {
    grid-column: span 2;
  }
}
.home-section__admin-box-row {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.home-section__admin-box {
  width: 100%;
  padding: 0.375rem 1.875rem 1.25rem;
  background-color: #fff;
  text-align: center;
  text-decoration: none !important;
}
.dark-mode .home-section__admin-box {
  background-color: #F2F2F2;
}
.home-section__admin-box:hover .home-section__admin-box-content, .home-section__admin-box:focus .home-section__admin-box-content {
  transform: scale(1.12);
}
.home-section__admin-box-content {
  position: relative;
  min-height: 3.5rem;
  margin-top: 0;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: 700;
  transition: transform 0.2s ease-in-out;
}

.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 0.75em;
}
@media (min-width: 425px) {
  .page--imprint .left {
    clear: left;
    width: 12.5rem;
    float: left;
    margin-right: 1.25rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.page--lightbox {
  padding: 0.625rem;
}
@media (min-width: 320px) {
  .page--lightbox {
    padding: 1.25rem;
  }
}

.order-time {
  margin-bottom: 1.25rem;
}

.page--maps .maps-menu ul {
  display: flex;
}
.page--maps .maps-menu ul,
.page--maps .maps-menu ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.page--maps .maps-menu ul li {
  display: inline;
}
.page--maps .maps-menu ul li {
  display: flex;
}
.page--maps .maps-menu ul a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  text-decoration: none;
  color: #3f3e3e;
  background-color: transparent;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.page--maps .maps-menu ul a:hover, .page--maps .maps-menu ul a:focus-visible {
  z-index: 20;
  color: #3f3e3e;
  text-decoration: underline;
}
.page--maps .maps-menu ul a[aria-selected], .page--maps .maps-menu ul a.is-active {
  z-index: 30;
  color: #3f3e3e;
  background-color: #fff;
}
.page--maps .maps-content {
  margin-top: 1.5em;
}

.nav-products-list li + li {
  margin-top: 0;
  border-top: 1px solid #CCCCCC;
}

.product-menu-item__link {
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 700;
}
.product-menu-item__icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem;
  fill: var(--br-text-color);
}
.product-menu-item__content {
  padding-left: 3.125rem !important;
}
.product-menu-item__content a {
  display: block;
  padding: 0.3125rem 0;
}
.product-menu-item .nav-accordion__toggle--product-nested {
  color: var(--br-text-color);
}

.news-entry {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .news-entry {
    margin-bottom: 5rem;
  }
}
.news-entry__image {
  margin-bottom: 1.5rem;
}
.news-entry__date {
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.2;
}
.news-entry__content {
  margin-top: 1rem;
}
.news-entry .topic-entry__articles-intro,
.news-entry .topic-entry__video-intro {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .news-entry .topic-entry__articles-intro,
.news-entry .topic-entry__video-intro {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .news-entry .topic-entry__subsection--video {
    margin-top: 7.1875rem;
  }
}
.news-entry .topic-entry__subsection--articles .slick-slider {
  margin-top: 2.1875rem;
  margin-bottom: 4.0625rem;
}
@media (min-width: 1200px) {
  .news-entry .topic-entry__subsection--articles .slick-slider {
    margin-top: 3.125rem;
    margin-bottom: 5.9375rem;
  }
}
@media (max-width: 1199px) {
  .news-entry .topic-entry__subsection--articles .slick-slider.slick-dotted .slick-dots {
    bottom: -1.5625rem;
  }
}
.news-entry .topic-entry__content-intro {
  margin-bottom: 1.5rem;
}
.news-entry .topic-entry__subsection + .topic-entry__subsection {
  margin-top: 1.5rem;
}

.newsletter-subscriber-intro {
  margin-bottom: 1.5em;
}

.page-order .order-cart {
  margin-bottom: 1.875rem;
}
.page-order .table-cart__article-quantity {
  grid-column: 2 !important;
}
.page-order .table-cart__article-amount {
  text-align: right;
}
@media (min-width: 768px) {
  .page-order .table-cart__article-amount {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-order .table-cart__shipping .customer-info-status {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .page-order .table-custom-borders > td {
    border-top: 0 !important;
    border-bottom: 1px solid #F2F2F2 !important;
  }
}
.page-order .panel {
  padding-bottom: 1rem;
  border-bottom: 1px solid #C6C6C6;
}
.page-order .panel + .panel {
  margin-top: 1rem;
}
.page-order .panel-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.page--with-cart .table-cart__article-grid {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .page--with-cart .table-cart__article-grid {
    grid-template-columns: 7.5rem 1fr;
  }
}
.page--with-cart .table-cart__article-title {
  margin-bottom: 0.375rem;
}
.page--with-cart .table-cart__article-availability {
  display: flex;
}
.page--with-cart .table-cart__article-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
}
@media (min-width: 1200px) {
  .page--with-cart .table-cart__article-title {
    font-size: 1.5625rem;
    line-height: 2rem;
  }
}
.page--with-cart .table-cart__article-artno {
  font-size: 1rem;
  line-height: 1.3125rem;
}
@media (min-width: 1200px) {
  .page--with-cart .table-cart__article-artno {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
.page--with-cart .table-cart__admin-price-input {
  max-width: 4.375rem;
}
.page--with-cart .table-cart__price-admin {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
.page--with-cart .table-cart__price-amount .cart-amount-wrapper {
  gap: 0.3125rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) and (max-width: 792px) {
  .page--with-cart .table-cart__price-amount .cart-amount-wrapper {
    flex-wrap: wrap;
  }
}
.page--with-cart .table-cart__price-amount .cart-amount {
  margin: 0;
}
.page--with-cart .table-cart__extra-notice {
  color: #C00D0D;
}
.page--with-cart .cart-table .table-cart tbody tr + tr {
  border-top: 1px solid #C6C6C6;
}

@media (min-width: 768px) {
  .page--imprint__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
.page--plain {
  color: var(--br-text-color);
}
.page--plain a {
  color: var(--br-text-color);
}
.page--plain a:visited {
  color: var(--br-text-color);
}
.page--plain a:hover {
  color: var(--br-text-color);
}
.page--plain a:active {
  color: var(--br-text-color);
}

.page-search .search-content {
  margin-top: 1.5625rem;
}
@media (min-width: 1200px) {
  .page-search .search-content {
    margin-top: 2.5rem;
  }
}
.page-search .search-content__grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 1200px) {
  .page-search .search-content__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    gap: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .page-search .search-misc {
    order: 2;
  }
}
.page-search .search-misc section + section {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .page-search .search-misc ul a {
    text-decoration: none;
  }
}
.page-search .search-misc ul a:hover {
  text-decoration: underline;
}
.page-search .search-intro em {
  color: #6F6F6E;
}
.dark-mode .page-search .search-intro em {
  color: #E6E6E6;
}
.page-search .search-categories ul {
  list-style: none;
  padding: 0;
}
.page-search .articles-overview-content .articles-entries--grid {
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.dark-mode .page-search .no-entries {
  color: #fff;
}

.special-models__grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .special-models__grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 576px) {
  .special-models__grid > * {
    width: 48%;
  }
}

.special-models-gallery,
.special-models-form,
.special-models-misc {
  padding-top: 3rem;
}

.special-models-heading {
  padding-top: 1.5rem;
}

.special-models-gallery {
  padding-bottom: 3rem;
}

.special-models-cta,
.special-models-usecase__heading,
.special-models-sectors {
  padding: 1.5rem 0;
}

.special-models-form__intro {
  margin-bottom: 1.5rem;
}

.special-models-form {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 576px) {
  .special-models-form {
    flex-direction: row;
    justify-content: space-between;
  }
}
.special-models-form .datepicker-wrapper {
  width: 100%;
}

@media (min-width: 576px) {
  .special-models-form__intro {
    width: 31%;
  }
}

@media (min-width: 576px) {
  .special-models-form__form {
    width: 65%;
  }
}

.topic-entry {
  margin-bottom: 2.5rem;
}
@media (min-width: 1200px) {
  .topic-entry {
    margin-bottom: 0;
  }
}
.topic-entry__content {
  margin-top: 1.6875rem;
}
.topic-entry__articles-intro, .topic-entry__video-intro {
  margin-bottom: 1.25rem;
}
@media (min-width: 1200px) {
  .topic-entry__articles-intro, .topic-entry__video-intro {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .topic-entry .topic-entry__subsection--video {
    margin-top: 7.1875rem;
  }
}
.topic-entry .topic-entry__subsection--articles {
  margin-top: 1.5rem;
}
.topic-entry .topic-entry__subsection--articles .slick-slider {
  margin-top: 2.1875rem;
  margin-bottom: 4.0625rem;
}
@media (min-width: 1200px) {
  .topic-entry .topic-entry__subsection--articles .slick-slider {
    margin-top: 3.125rem;
    margin-bottom: 5.9375rem;
  }
}
@media (max-width: 1199px) {
  .topic-entry .topic-entry__subsection--articles .slick-slider.slick-dotted .slick-dots {
    bottom: -1.5625rem;
  }
}
.topic-entry__content-columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.75rem;
}
@media (min-width: 576px) {
  .topic-entry__content-columns {
    gap: 0;
  }
}
.topic-entry__content-columns::after {
  content: unset;
}
.topic-entry__content-column {
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .topic-entry__content-column {
    flex-grow: 0;
    width: 48%;
  }
}
.topic-entry .topic-entry__content-intro {
  margin-bottom: 1.5rem;
}
.topic-entry .topic-entry__subsection + .topic-entry__subsection {
  margin-top: 1.5rem;
}

@media (max-width: 576px) {
  .page-topic-overview .topic-viewer-container {
    display: none;
  }
}
.page-topic-overview .topic-tags {
  margin-top: 1.25rem;
}
@media (min-width: 1200px) {
  .page-topic-overview .topic-tags {
    margin-top: 3.4375rem;
  }
}

@media (min-width: 1200px) {
  .topics-slider {
    margin-top: 0.625rem;
  }
}
.topics-slider .topic-card {
  margin-top: 0.625rem;
}

:root {
  --nb-container-max-width: 1800px;
  --nb-container-gutter: 1.25rem;
  --nb-column-gap: 1.5rem;
  --br-color-bg-primary: #F2F2F2;
  --br-color-bg-secondary: #575756;
  --br-color-fg-primary: #3f3e3e;
  --br-text-color: #3f3e3e;
  --br-text-color-inverse: #fff;
}
@media (min-width: 768px) {
  :root {
    --nb-container-gutter: 3.75rem;
  }
}

:root.dark-mode {
  --br-color-bg-primary: #575756;
  --br-color-bg-secondary: #F2F2F2;
  --br-text-color: #fff;
  --br-text-color-inverse: #3f3e3e;
}

::-moz-selection {
  background-color: #575756;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #575756;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

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

body {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.25rem;
  background-color: var(--br-color-bg-primary);
  color: var(--br-color-fg-primary);
}
@media (min-width: 768px) {
  body {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

*:focus {
  outline: none !important;
}

body.user-is-tabbing *:not(.formfield):not(select):not(.btn):not(.button):not(input[type=checkbox]):not(input[type=radio]):focus {
  outline: 3px solid #000 !important;
}

html,
button,
input,
select,
textarea {
  color: #3f3e3e;
}

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, .h2 + *,
h3 + *, .h3 + *,
h4 + *, .h4 + *,
h5 + *, .h5 + *,
h6 + *, .h6 + * {
  margin: 1rem 0 0;
}

* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
  margin: 1.5rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.page-example {
  background-color: #CCCCCC;
  overflow: hidden;
}

.page-example-content {
  padding: 1.25rem;
  max-width: 60em;
  z-index: 50;
}

.page-example-navigation {
  display: none;
}

.js .page-example-navigation {
  display: block;
  position: fixed;
  font-size: 14px;
  line-height: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 100;
  border-radius: 3px;
  box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.7);
}
.js .page-example-navigation .btn, .js .page-example-navigation .button {
  float: right;
  margin: 0;
}
.js .page-example-navigation li {
  margin-top: 0;
}
.js .page-example-navigation li.is-active > a {
  color: #f8f9fa;
  font-weight: bold;
}
.js .page-example-navigation > ul {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 10px 10px 10px 40px;
  position: absolute;
  right: 0;
  bottom: 45px;
  border-radius: 3px;
  border: 1px solid #ced4da;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 280px;
}
.js .page-example-navigation > ul ol,
.js .page-example-navigation > ul ul {
  padding-left: 20px;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .js .page-example-navigation > ul {
    width: 420px;
  }
}

@media only screen and (orientation: landscape) and (max-device-width: 736px) {
  .js .page-example-navigation > ul {
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-gap: 40px;
    /* Firefox */
    column-gap: 40px;
    width: 500px;
  }
}
.js .page-example-navigation > ul {
  display: none;
}
.js .page-example-navigation > ul > li > ul {
  display: none;
}
.js .page-example-navigation > ul > li.is-active > ul {
  display: block;
}

.page-example article {
  margin: 3em 0;
}

.page-example section > h2 {
  display: block;
  position: relative;
  padding: 10px 20px 10px 35px;
  color: #3f3e3e;
  background: #F2F2F2;
}
.page-example section > h2:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding: 10px;
  margin-right: 5px;
  color: #F2F2F2;
  background: #C00D0D;
}

.example-sub-h {
  display: block;
  color: #4D4D4D;
  font-size: 0.8em;
}

.hljs,
.example-content,
div.example {
  padding: 10px !important;
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) {
  .hljs,
.example-content,
div.example {
    padding: 20px !important;
  }
}

code {
  border: 1px solid #fff;
}
code.definition {
  font-size: 0.8em;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
  margin-top: 1.5em;
}

pre code {
  display: block;
  padding: 10px;
}

p code {
  padding: 0 2px;
  white-space: nowrap;
}

.hljs,
.files {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

ul.files,
ol.files,
.hljs {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

html.js {
  background: transparent !important;
}

pre {
  margin-top: 20px;
  margin-bottom: 20px;
}

pre h4,
.example-heading {
  margin: 0;
  display: inline-block;
  position: relative;
  color: #e9ecef;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
}
@media (min-width: 320px) {
  pre h4,
.example-heading {
    padding: 0.625rem 0.625rem 0.625rem 0;
  }
}

.example, .example-heading {
  background: #fff !important;
}

.html {
  background: #f1cfce !important;
}

.css {
  background: #cce1f7 !important;
}

.scss {
  background: #fad8e8 !important;
}

.js {
  background: #fff3cd !important;
}

.files {
  background: #e1ecda !important;
  border: 1px solid #fff;
}

.example-tabs > .tabs__list {
  margin-left: 0;
  margin-bottom: 0;
  border: 0;
}
.example-tabs > .tabs__list > li > a {
  border-color: #fff !important;
  color: rgba(33, 37, 41, 0.6);
  padding: 10px;
  margin-right: -1px;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0;
}
@media (min-width: 320px) {
  .example-tabs > .tabs__list > li > a {
    padding: 0.625rem 0.625rem 0.625rem 0;
  }
}
.example-tabs > .tabs__list > li:first-child > a {
  border-radius: 0 0 0;
}
.example-tabs > .tabs__list > li:last-child > a {
  border-radius: 0 0 0 0;
}
.example-tabs > .tabs__list > li:first-child:last-child > a {
  border-radius: 0 0 0 0;
}
.example-tabs > .tabs__list > li > a:hover {
  color: #fff;
}
.example-tabs > .tabs__list > li > a:hover.html {
  background-color: #B70E0C !important;
}
.example-tabs > .tabs__list > li > a:hover.css {
  background-color: #0067d6 !important;
}
.example-tabs > .tabs__list > li > a:hover.scss {
  background-color: #e83e8c !important;
}
.example-tabs > .tabs__list > li > a:hover.js {
  background-color: #ffc107 !important;
}
.example-tabs > .tabs__list > li > a:hover.example {
  background-color: #dee2e6 !important;
}
.example-tabs > .tabs__list > li > a:hover.files {
  background-color: #679E48 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a,
.example-tabs > .tabs__list > .tabs--is-open > a:hover {
  color: #212529 !important;
  border-bottom-color: #adb5bd;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  border-bottom-color: #f1cfce !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  border-bottom-color: #cce1f7 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.scss,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.scss {
  border-bottom-color: #fad8e8 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.js,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.js {
  border-bottom-color: #fff3cd !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.example,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.example {
  border-bottom-color: #fff !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.files,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.files {
  border-bottom-color: #e1ecda !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  background-color: #f1cfce !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  background-color: #cce1f7 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.scss,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.scss {
  background-color: #fad8e8 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.js,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.js {
  background-color: #fff3cd !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.example,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.example {
  background-color: #fff !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.files,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.files {
  background-color: #e1ecda !important;
}
.example-tabs pre {
  margin-top: 0;
}
.example-tabs pre code + code {
  margin-top: -1px;
}
.example-tabs ul.files,
.example-tabs ol.files {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.example-tabs div.example {
  padding: 20px;
}
.example-tabs > .tabs__content-wrapper > .tabs__content {
  margin-top: 0;
}

.example-comma-separated,
.example-comma-separated li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.example-comma-separated li {
  display: inline;
}
.example-comma-separated > li:not(:last-child):after {
  content: ",";
}

.example-grid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1920px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .example-grid {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.example-grid .container,
.example-grid .alerts {
  padding: 0;
  min-width: 0;
}

.example-module,
.example-module-2 {
  border: 1px dotted #adb5bd;
  background-color: #dee2e6;
  padding: 20px;
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
  font-size: 14px;
}

.example-module-2 {
  padding: 10px;
}

.triangle01 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10px;
  background-color: #0067d6;
  color: #fff;
}
.triangle01:before {
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #0067d6;
  border-bottom: 0;
  height: 0;
  width: 0;
}

.example-center-vert,
.example-center-both {
  max-width: 600px;
  height: 250px;
  background-color: #e9ecef;
}

.example-center-vert-item,
.example-center-both-item {
  padding: 20px;
  background-color: #ced4da;
  width: 75%;
}

.example-center-vert:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
  width: 0.1px;
}

.example-center-vert-item {
  display: inline-block;
  vertical-align: middle;
}

.example-center-both {
  position: relative;
}

.example-center-both-item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.example-truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.example-pos-wrapper {
  position: relative;
  height: 300px;
}

.example-pos {
  background: #B70E0C;
}

.example-pos1 {
  position: absolute;
  top: 10px;
  right: 20px;
  left: 40px;
  background: rgba(183, 14, 12, 0.5);
}

.example-pos2 {
  position: absolute;
  right: 50px;
  bottom: 20px;
  left: 50px;
  background: rgba(103, 158, 72, 0.5);
}

.example-pos3 {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 120px;
  left: 0;
  background: rgba(0, 103, 214, 0.5);
}

.example-pos4 {
  position: absolute;
  top: 70px;
  right: 70px;
  bottom: 70px;
  left: 70px;
  background: rgba(255, 193, 7, 0.5);
}

.you-will-be-a-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  background-image: none;
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.25rem;
  padding: 0.5625rem 1.25rem;
  width: auto;
  height: auto;
}
.you-will-be-a-button:disabled, .you-will-be-a-button.disabled {
  opacity: 0.5;
  cursor: default;
}
.you-will-be-a-button, .you-will-be-a-button:hover {
  text-decoration: none;
}
.you-will-be-a-button:active, .you-will-be-a-button.is-open {
  background-image: none;
  text-decoration: none;
}
.you-will-be-a-button:focus-visible {
  box-shadow: 0 0 0 1px #575756;
}
.you-will-be-a-button > * {
  vertical-align: inherit;
}
.you-will-be-a-button .icon + .btn__text {
  margin-left: 0.5em;
}
.you-will-be-a-button .btn__text + .icon {
  margin-left: 0.25em;
}
.you-will-be-a-button, .you-will-be-a-button:visited {
  color: #fff;
  background-color: #C00D0D;
  border-color: #C00D0D;
}
.you-will-be-a-button:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #a80b0b;
  border-color: #a80b0b;
}
.you-will-be-a-button:not(:disabled):not(.disabled):active, .you-will-be-a-button:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #900a0a;
  border-color: #900a0a;
}

.example-family-text {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.example-family-heading {
  font-family: "myriad-pro-condensed", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

.example-family-code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.rw-example {
  font-size: 0;
  line-height: 0;
}

.rw-example__item {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #f66;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
}
@media (min-width: 768px) {
  .rw-example__item {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .rw-example__item {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.example-color {
  color: #C00D0D;
}

.example-bgcolor {
  background-color: #808080;
}

.example-black {
  background-color: black(0.3);
}

.example-white {
  background-color: white(0.6);
}

.example-shade {
  background-color: #00b300;
}

.example-tint {
  background-color: #ff8080;
}

.example-reset-list {
  list-style: none;
  padding: 0;
}
.example-reset-list li {
  padding-left: 0;
  margin: 0;
}

.example-hidetext {
  background-color: #ccf;
  width: 200px;
  height: 50px;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.example-linkcolors {
  font-weight: bold;
  color: #00f;
}
.example-linkcolors:visited {
  color: #00c;
}
.example-linkcolors:hover {
  color: #009;
}
.example-linkcolors:active {
  color: #000;
}

.example-embedcontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.example-embedcontainer iframe,
.example-embedcontainer object,
.example-embedcontainer embed,
.example-embedcontainer video,
.example-embedcontainer .mce-preview-object,
.example-embedcontainer .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.example-hamburgericon {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 16px;
  width: 22px;
}
.example-hamburgericon__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #333;
  height: 2px;
  transition: all 0.4s ease;
  border-radius: 10px;
}
.example-hamburgericon__bar:nth-child(1) {
  top: 0;
}
.example-hamburgericon__bar:nth-child(2) {
  top: 7px;
}
.example-hamburgericon__bar:nth-child(3) {
  top: 14px;
}

.example-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.example-hide {
  display: none;
}

.icon--warning {
  color: #ffc107;
}

.icon--success {
  color: #679E48;
}

.hljs-comment {
  color: #969896;
}

.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.lang-html .hljs-doctype,
.lang-html .hljs-title,
.lang-css .hljs-id,
.lang-css .hljs-class,
.lang-css .hljs-pseudo,
.lang-scss .hljs-id,
.lang-scss .hljs-class,
.lang-scss .hljs-pseudo {
  color: #cc6666;
}

.hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.hljs-built_in,
.hljs-literal,
.hljs-params,
.hljs-constant,
.lang-css .hljs-value,
.lang-scss .hljs-value,
.lang-scss .hljs-at_rule + .hljs-string {
  color: #de935f;
}

.ruby .hljs-class .hljs-title,
.lang-css .hljs-attribute,
.lang-scss .hljs-attribute {
  color: #f0c674;
}

.hljs-string,
.hljs-value,
.hljs-inheritance,
.hljs-header,
.hljs-name,
.ruby .hljs-symbol,
.xml .hljs-cdata {
  color: #b5bd68;
}

.hljs-title,
.lang-css .hljs-hexcolor,
.lang-scss .hljs-hexcolor {
  color: #8abeb7;
}

.hljs-function,
.python .hljs-decorator,
.python .hljs-title,
.ruby .hljs-function .hljs-title,
.ruby .hljs-title .hljs-keyword,
.perl .hljs-sub,
.lang-javascript .hljs-title,
.lang-js .hljs-title,
.coffeescript .hljs-title {
  color: #81a2be;
}

.hljs-keyword,
.lang-scss .hljs-at_rule,
.lang-javascript .hljs-function,
.lang-js .hljs-function {
  color: #b294bb;
}

.lang-bash .hljs-built_in {
  color: #c5c8c6;
}

pre code {
  display: block;
  overflow-x: auto;
  background: #1d1f21;
  color: #c5c8c6;
  padding: 0.5em;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

.lang-javascript .xml,
.lang-js .xml,
.tex .hljs-formula,
.xml .lang-javascript,
.xml .vbscript,
.xml .lang-css,
.xml .lang-scss,
.xml .hljs-cdata {
  opacity: 0.5;
}

.center-btn {
  text-align: center !important;
}
@media (min-width: 576px) {
  .center-btn {
    text-align: right !important;
  }
}

.nobr {
  white-space: nowrap !important;
}

.result_directorder-live .no-entries {
  padding: 0;
}
.result_directorder-live .result-item__text {
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1;
  height: 5rem;
}
.result_directorder-live .result-item__spacer {
  cursor: pointer;
}
.result_directorder-live .result-item__spacer + .result-item__spacer {
  padding-top: 1rem;
}
.result_directorder-live .result-item__spacer:hover .result-item__name, .result_directorder-live .result-item__spacer:focus .result-item__name {
  text-decoration: underline;
}
.result_directorder-live .result-item__image {
  float: left;
  width: 5rem;
  margin-right: 0.625rem;
  padding: 0.3125rem;
  background-color: #fff;
}
.result_directorder-live .result-item__image-canvas {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.result_directorder-live .result-item__image-wrapper {
  position: absolute;
  inset: 1px;
}
.result_directorder-live .result-item__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result_directorder-live .result-item__artno {
  font-size: 0.875rem;
}
.result_directorder-live .result-item__logo, .result_directorder-live br {
  display: none;
}

.customer-pie {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 37.5rem;
}
.customer-pie__values-title {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 700;
}

.customer_members_newsletter__wrapper {
  position: relative;
  float: none !important;
}
.customer_members_newsletter__wrapper select {
  padding-left: 2rem;
}
.customer_members_newsletter__wrapper::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.875rem;
  left: 0.625rem;
  width: 1rem;
  height: 1rem;
  background-image: url("../../images/icon_web_denied.svg");
  background-repeat: no-repeat;
  z-index: 20;
}
@media (min-width: 1200px) {
  .customer_members_newsletter__wrapper::before {
    top: 1.125rem;
  }
}
.customer_members_newsletter__wrapper.icon_select_go-yes::before {
  background-image: url("../../images/icon_web_accept.svg");
}

.customer-progress {
  position: relative;
  display: flex;
  height: 1.5625rem;
  background-color: #F2F2F2;
  overflow: hidden;
}
.customer-progress__bar {
  background-color: #999999;
}
.customer-progress__text {
  margin-right: -3.125rem;
  line-height: 1.5625rem;
  text-align: right;
}

/**
 * customer-directoffer.scss
 */
.page--customer-directoffer .shipping__options > div {
  flex-grow: 1;
}
.page--customer-directoffer #email_error {
  display: none;
}
@media (min-width: 576px) {
  .page--customer-directoffer .table--direct-order thead {
    display: table-header-group;
  }
}
.page--customer-directoffer .order-customer-data {
  margin-bottom: 1.5rem;
}
.page--customer-directoffer .order-customer-data::after {
  display: block;
  clear: both;
  content: "";
}
.page--customer-directoffer .order-customer-data > :not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 575px) {
  .page--customer-directoffer .order-customer-data > :not(:last-child) {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #C6C6C6;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 576px) {
  .page--customer-directoffer .order-customer-data {
    display: flex;
    flex-wrap: wrap;
  }
  .page--customer-directoffer .order-customer-data__col {
    width: 50%;
    padding-right: 0.625rem;
  }
}
@media (min-width: 768px) {
  .page--customer-directoffer .order-customer-data {
    flex-wrap: nowrap;
  }
  .page--customer-directoffer .order-customer-data__col {
    width: 33.3333%;
  }
  .page--customer-directoffer .order-customer-data > :not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .page--customer-directoffer .direct-offer-more-btn {
    float: left;
  }
  .page--customer-directoffer .direct-offer-submit {
    border-top-width: 0;
  }
  .page--customer-directoffer .direct-offer-label {
    display: block;
  }
}
@media (min-width: 576px) {
  .page--customer-directoffer .direct-offer-label {
    display: none;
  }
  .page--customer-directoffer .direct-offer-submit button {
    float: right;
  }
}

.nb-table--shop-direct-offer .direct-offer__buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.nb-table--shop-direct-offer .direct-offer-free .custom-ticks span:before {
  left: 0;
}
.nb-table--shop-direct-offer .direct-offer-more-btn {
  color: #4D4D4D;
  line-height: 1.2;
  cursor: pointer;
  display: inline-block;
}
.nb-table--shop-direct-offer .directoffer-adjust-price {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  padding: 3px 6px;
}
.nb-table--shop-direct-offer .directoffer__price-admin--dnone {
  display: none !important;
}
@media (max-width: 575px) {
  .nb-table--shop-direct-offer {
    margin-top: 1.5625rem;
  }
  .nb-table--shop-direct-offer .offer-row {
    border: 1px solid #F2F2F2;
    margin-bottom: 0.625rem;
  }
  .nb-table--shop-direct-offer .offer-row__header {
    display: none;
  }
  .nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-stock,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-uvp,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-price,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-discount1,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-discount2,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-position_value,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-net_price,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .direct-offer-determ,
.nb-table--shop-direct-offer .offer-row:not(.article-loaded) .offer-row__bottom {
    display: none;
  }
  .nb-table--shop-direct-offer .offer-row__inner {
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
  }
  .nb-table--shop-direct-offer .offer-row .formgroup {
    justify-content: flex-end;
  }
  .nb-table--shop-direct-offer .offer-row .direct-offer-determ {
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .nb-table--shop-direct-offer .offer-row__top > div, .nb-table--shop-direct-offer .offer-row__bottom > div {
    padding: 0.625rem;
  }
  .nb-table--shop-direct-offer .offer-row__top > div + div, .nb-table--shop-direct-offer .offer-row__bottom > div + div {
    border-top: 1px solid color(background, darker);
  }
  .nb-table--shop-direct-offer .direct-offer-stock .direct-offer-label,
.nb-table--shop-direct-offer .direct-offer-determ .direct-offer-label,
.nb-table--shop-direct-offer .direct-offer-uvp .direct-offer-label {
    display: inline;
  }
  .nb-table--shop-direct-offer .direct-offer-no .direct-offer-stock,
.nb-table--shop-direct-offer .direct-offer-no .direct-offer-uvp {
    display: block;
  }
  .nb-table--shop-direct-offer .direct-offer-no .offer-name {
    display: block;
    margin-top: 0.3125rem;
  }
  .nb-table--shop-direct-offer input.offer-amount {
    max-width: 4.375rem;
  }
  .nb-table--shop-direct-offer .offer-row__bottom-left,
.nb-table--shop-direct-offer .offer-row__head {
    display: none;
  }
}
@media (min-width: 576px) {
  .nb-table--shop-direct-offer .direct-offer-no input {
    max-width: 7.5rem;
    padding: 8px 5px;
  }
  .nb-table--shop-direct-offer .offer-row__header {
    display: grid;
    grid-template-columns: 8.125rem 6.25rem 7.5rem 1fr 1fr 1fr 1fr 2.8125rem;
    border-bottom: 1px solid #C6C6C6;
    padding: 0.625rem 0;
  }
  .nb-table--shop-direct-offer .offer-row {
    border-bottom: 1px solid #C6C6C6;
  }
  .nb-table--shop-direct-offer .offer-row__top {
    display: grid;
    align-items: center;
    grid-template-columns: 8.125rem 6.25rem 7.5rem 1fr 1fr 1fr 1fr 2.8125rem;
    width: 100%;
    margin-top: 0.625rem;
    position: relative;
  }
  .nb-table--shop-direct-offer .offer-row__bottom {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 4fr;
    margin: 0.625rem 0;
  }
  .nb-table--shop-direct-offer .offer-row__bottom .direct-offer-stock .direct-offer-label,
.nb-table--shop-direct-offer .offer-row__bottom .direct-offer-uvp .direct-offer-label {
    display: inline-block;
  }
  .nb-table--shop-direct-offer .offer-row__bottom-right {
    text-align: right;
  }
  .nb-table--shop-direct-offer .direct-offer-amount .formgroup__btn {
    margin-right: 0.625rem;
  }
  .nb-table--shop-direct-offer > .offer-row ~ .offer-row .direct-offer-determ {
    display: none !important;
  }
  .nb-table--shop-direct-offer .directoffer-price_admin-input-edited {
    display: flex;
    align-items: flex-end;
    margin: 0 -0.3125rem;
    position: absolute;
    bottom: -3.4375rem;
    background: #fff;
    padding: 0.625rem;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
  }
  .nb-table--shop-direct-offer .directoffer-price_admin-input-edited > * {
    margin: 0 0.3125rem;
  }
  .nb-table--shop-direct-offer .direct-offer-stock,
.nb-table--shop-direct-offer .direct-offer-uvp,
.nb-table--shop-direct-offer .direct-offer-determ {
    display: none;
  }
  .nb-table--shop-direct-offer .direct-offer-stock .direct-offer-label,
.nb-table--shop-direct-offer .direct-offer-uvp .direct-offer-label,
.nb-table--shop-direct-offer .direct-offer-determ .direct-offer-label {
    display: inline-block;
  }
  .nb-table--shop-direct-offer .direct-offer-determ {
    margin-bottom: 0.625rem;
  }
  .nb-table--shop-direct-offer .direct-offer-determ,
.nb-table--shop-direct-offer .direct-offer-trash {
    text-align: right;
  }
  .nb-table--shop-direct-offer .direct-offer-no .offer-name, .nb-table--shop-direct-offer .direct-offer-no .direct-offer-stock, .nb-table--shop-direct-offer .direct-offer-no .direct-offer-uvp {
    display: none;
  }
  .nb-table--shop-direct-offer .direct-offer-price input {
    max-width: 6.25rem;
    padding: 8px 5px;
  }
  .nb-table--shop-direct-offer .direct-offer-amount input {
    max-width: 3.75rem;
    padding: 8px 5px;
  }
}

/**
 * table-cart.scss
 */
.table-cart {
  width: 100%;
  background-color: transparent;
}
.table-cart th,
.table-cart td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #F2F2F2;
}
.table-cart td {
  font-weight: 400;
}
.table-cart th {
  font-weight: 700;
}
.table-cart .cright {
  text-align: right;
}
.table-cart td.is-active > td, .table-cart td.is-active > th, .table-cart tr > th.is-active > td, .table-cart tr > th.is-active > th,
.table-cart tr.is-active > td,
.table-cart tr.is-active > th {
  background-color: #eee;
}
.table-cart td.info > td, .table-cart td.info > th, .table-cart tr > th.info > td, .table-cart tr > th.info > th,
.table-cart tr.info > td,
.table-cart tr.info > th {
  background-color: rgba(0, 103, 214, 0.1);
}
.table-cart td.success > td, .table-cart td.success > th, .table-cart tr > th.success > td, .table-cart tr > th.success > th,
.table-cart tr.success > td,
.table-cart tr.success > th {
  background-color: rgba(103, 158, 72, 0.1);
}
.table-cart td.warning > td, .table-cart td.warning > th, .table-cart tr > th.warning > td, .table-cart tr > th.warning > th,
.table-cart tr.warning > td,
.table-cart tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-cart td.error > td, .table-cart td.error > th, .table-cart tr > th.error > td, .table-cart tr > th.error > th,
.table-cart tr.error > td,
.table-cart tr.error > th {
  background-color: rgba(183, 14, 12, 0.1);
}
.table-cart thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #F2F2F2;
}
.table-cart caption + thead tr:first-child > th,
.table-cart caption + thead tr:first-child > td,
.table-cart colgroup + thead tr:first-child > th,
.table-cart colgroup + thead tr:first-child > td,
.table-cart thead:first-child tr:first-child > th,
.table-cart thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-cart tbody + tbody {
  border-top: 2px solid #F2F2F2;
}
@media (max-width: 767px) {
  .table-cart thead {
    display: none;
  }
}
.table-cart thead tr {
  border-bottom: 1px solid #C6C6C6;
}
.table-cart thead tr th {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .table-cart thead tr th {
    font-size: 1.25rem;
  }
}
.table-cart > thead > tr > th,
.table-cart > thead > tr > td,
.table-cart > tbody > tr > th,
.table-cart > tbody > tr > td,
.table-cart > tfoot > tr > th,
.table-cart > tfoot > tr > td {
  border: none;
}
@media (max-width: 767px) {
  .table-cart tbody tr:not(:first-child) .table-cart__article {
    padding-top: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .table-cart tbody tr td {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 1rem 0;
  }
  .table-cart tbody tr td.table-cart__number {
    padding-bottom: 0;
    text-align: right;
  }
  .table-cart tbody tr td.table-cart__number::before {
    padding-right: 0.3125rem;
  }
  .table-cart tbody tr td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
  }
  .table-cart tbody tr td[data-title].table-cart__price-single:before {
    color: #000;
  }
  .table-cart tbody tr td:last-child {
    border-bottom: 1px solid #C6C6C6;
  }
}
.table-cart tfoot {
  font-size: 1.125rem;
}
.table-cart tfoot tr th {
  font-weight: 400;
}
.table-cart tfoot td {
  text-align: right;
}
.table-cart th:first-child,
.table-cart td:first-child {
  padding-left: 0;
}
.table-cart th:last-child,
.table-cart td:last-child {
  padding-right: 0;
}
.table-cart__quantity, .table-cart__price-multiple {
  text-align: right;
}
.table-cart__number {
  text-align: left;
}
.table-cart__price-amount--order {
  display: none;
}
.table-cart__overall td {
  font-weight: 700;
}
.table-cart__vat-info {
  font-size: 0.875rem;
}
.table-cart__shipping-time {
  font-weight: 400;
}
@media (min-width: 768px) {
  .table-cart__hide-lg {
    display: none;
  }
}
.table-cart .order-row .custom-ticks span {
  margin: 0.3125rem 0;
  padding-right: 0;
}
.table-cart .order-row > td {
  padding-bottom: 1.5625rem;
}
.table-cart .order-row:not(.article-loaded) .direct-order-price,
.table-cart .order-row:not(.article-loaded) .direct-order-discount1,
.table-cart .order-row:not(.article-loaded) .direct-order-discount2,
.table-cart .order-row:not(.article-loaded) .direct-order-sumprice,
.table-cart .order-row:not(.article-loaded) .direct-order-delete,
.table-cart .order-row:not(.article-loaded) .order-row__bottom,
.table-cart .order-row:not(.article-loaded) .order-row__submit {
  display: none;
}
.table-cart .order-row .direct-order-no .formgroup {
  width: 11.875rem;
  display: inline-flex;
}
.table-cart .order-row .direct-order-stock {
  display: none;
}
.table-cart .order-row .direct-order-label {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.table-cart .order-row .direct-order-amount .formgroup {
  justify-content: flex-end;
}
.table-cart .order-row .direct-order-amount .formgroup__btn {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
@media (max-width: 575px) {
  .table-cart .order-row {
    text-align: right;
  }
  .table-cart .order-row .direct-order-label {
    display: block;
  }
  .table-cart .order-row input.order-amount {
    max-width: 4.375rem;
  }
  .table-cart .order-row .direct-order-no .order-name {
    margin-top: 0.3125rem;
  }
  .table-cart .order-row .order-row__top > div, .table-cart .order-row .order-row__bottom > div {
    padding: 0.625rem 0;
  }
  .table-cart .order-row .order-row__top > div + div, .table-cart .order-row .order-row__bottom > div + div {
    border-top: 1px solid color(background, darker);
  }
  .table-cart .order-row .order-row__bottom .direct-order-name,
.table-cart .order-row .order-row__bottom .direct-order-stock {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .table-cart .order-row.article-loaded .order-row__top {
    flex-wrap: wrap;
  }
  .table-cart .order-row.article-loaded .order-row__top .direct-order-no {
    width: 100%;
    padding-right: 0;
  }
  .table-cart .order-row.article-loaded .order-row__top .order-name,
.table-cart .order-row.article-loaded .order-row__top .order-ean,
.table-cart .order-row.article-loaded .order-row__top .direct-order-stock {
    text-align: left;
    display: block;
  }
  .table-cart .order-row .order-row__top {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .table-cart .order-row .order-row__top > div {
    padding-top: 0;
  }
  .table-cart .order-row .order-row__top > div + div {
    border-top: none;
  }
  .table-cart .order-row .order-row__top .direct-order-no {
    padding-right: 0.625rem;
    width: 80%;
  }
  .table-cart .order-row .order-row__top .direct-order-no .formgroup {
    width: auto;
    display: flex;
  }
  .table-cart .order-row .order-row__top .direct-order-no .direct-order-label {
    text-align: left;
  }
  .table-cart .order-row .order-row__top .direct-order-amount {
    text-align: left;
  }
  .table-cart .order-row .order-row__top .direct-order-stock {
    display: none;
  }
}

.cart-reload {
  display: none;
}

@media (max-width: 424px) {
  .table-cart__article-artno,
.table-cart__article-unit,
.table-cart__article-price,
.table-cart__article-quantity,
.table-cart__article-quantity .formfield--sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .table-cart tbody {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (max-width: 424px) {
  .table-cart--checkout td,
.table-cart--checkout th {
    padding: 0.3125rem;
  }
}

/* shop_payment_payone_cc */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: #fff;
  font-size: inherit;
  box-sizing: border-box;
  border-radius: 3px;
  display: inline-block;
  padding: 2px 6px;
}

.error-box {
  display: block;
  padding: 8px 12px;
  margin: 20px 0;
}

html[lang=pl] body {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
html[lang=pl] h1, html[lang=pl] h2, html[lang=pl] h3, html[lang=pl] h4, html[lang=pl] h5, html[lang=pl] h6, html[lang=pl] .h1, html[lang=pl] .h2, html[lang=pl] .h3, html[lang=pl] .h4, html[lang=pl] .h5, html[lang=pl] .h6 {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=pl] .desktop-nav__main ul li a {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=pl] .mobile-nav__content .nav-main {
  font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=pl] input,
html[lang=pl] button,
html[lang=pl] select,
html[lang=pl] textarea {
  font-family: "Interstate Cond Reg", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang=cs] body,
html[lang=sk] body,
html[lang=hu] body {
  font-family: "Helvetica-Neue", Helvetica, Arial, sans-serif;
}
html[lang=cs] h1, html[lang=cs] h2, html[lang=cs] h3, html[lang=cs] h4, html[lang=cs] h5, html[lang=cs] h6, html[lang=cs] .h1, html[lang=cs] .h2, html[lang=cs] .h3, html[lang=cs] .h4, html[lang=cs] .h5, html[lang=cs] .h6,
html[lang=sk] h1,
html[lang=sk] h2,
html[lang=sk] h3,
html[lang=sk] h4,
html[lang=sk] h5,
html[lang=sk] h6,
html[lang=sk] .h1,
html[lang=sk] .h2,
html[lang=sk] .h3,
html[lang=sk] .h4,
html[lang=sk] .h5,
html[lang=sk] .h6,
html[lang=hu] h1,
html[lang=hu] h2,
html[lang=hu] h3,
html[lang=hu] h4,
html[lang=hu] h5,
html[lang=hu] h6,
html[lang=hu] .h1,
html[lang=hu] .h2,
html[lang=hu] .h3,
html[lang=hu] .h4,
html[lang=hu] .h5,
html[lang=hu] .h6 {
  font-family: "Interstate Cond Reg", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=cs] .desktop-nav__main ul li a,
html[lang=sk] .desktop-nav__main ul li a,
html[lang=hu] .desktop-nav__main ul li a {
  font-family: "Interstate Cond Reg", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=cs] .mobile-nav__content .nav-main,
html[lang=sk] .mobile-nav__content .nav-main,
html[lang=hu] .mobile-nav__content .nav-main {
  font-family: "Interstate Cond Reg", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html[lang=cs] input,
html[lang=cs] button,
html[lang=cs] select,
html[lang=cs] textarea,
html[lang=sk] input,
html[lang=sk] button,
html[lang=sk] select,
html[lang=sk] textarea,
html[lang=hu] input,
html[lang=hu] button,
html[lang=hu] select,
html[lang=hu] textarea {
  font-family: "Interstate Cond Reg", "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.color-secondary {
  color: #6F6F6E !important;
}

.color-error {
  color: #B70E0C !important;
}

.color-success {
  color: #679E48 !important;
}

.text-balance {
  text-wrap: balance !important;
}

.text-body--small {
  font-size: 1rem !important;
  line-height: 1.3125rem !important;
}
@media (min-width: 1200px) {
  .text-body--small {
    font-size: 1.25rem !important;
    line-height: 1.625rem !important;
  }
}

.text-body--h2 {
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  line-height: 1.625rem !important;
}
@media (min-width: 1200px) {
  .text-body--h2 {
    font-size: 1.5625rem !important;
    line-height: 2.0625rem !important;
  }
}

.text-color--primary {
  color: #C00D0D !important;
}

.justify-self-start {
  justify-self: start !important;
}

.theme-text-color {
  color: var(--br-text-color) !important;
}

.inverse-selection-color *::-moz-selection {
  background-color: var(--br-color-bg-secondary) !important;
  color: var(--br-text-color-inverse) !important;
}

.inverse-selection-color *::selection {
  background-color: var(--br-color-bg-secondary) !important;
  color: var(--br-text-color-inverse) !important;
}
/*# sourceMappingURL=maps/screen.css.map */
