@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;
}
/* 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;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
  Slider
*/
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/*=================================
  Previous and Next icon buttons
==================================*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  border: none;
  transform: translate(0, -50%);
}
.slick-prev:hover .slick-prev-icon,
.slick-prev:hover .slick-next-icon, .slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:hover .slick-prev-icon,
.slick-next:hover .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  opacity: 1;
}
.slick-prev:focus,
.slick-next:focus {
  top: calc(50% - 1px);
}
.slick-prev:focus .slick-prev-icon,
.slick-prev:focus .slick-next-icon,
.slick-next:focus .slick-prev-icon,
.slick-next:focus .slick-next-icon {
  color: orange;
  font-size: 28px;
  margin-left: -2px;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  cursor: default;
}
.slick-prev.slick-disabled .slick-prev-icon,
.slick-prev.slick-disabled .slick-next-icon,
.slick-next.slick-disabled .slick-prev-icon,
.slick-next.slick-disabled .slick-next-icon {
  opacity: 0.25;
}
.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
  display: block;
  color: black;
  opacity: 0.75;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
}

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

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

/*==========================
  Slide navigation dots
===========================*/
.slick-slider {
  margin-bottom: 30px;
}
.slick-slider.slick-dotted {
  margin-bottom: 60px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  margin-top: -4px;
  margin-left: -4px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.slick-dots li button:hover .slick-dot-icon, .slick-dots li button:focus .slick-dot-icon {
  opacity: 1;
}
.slick-dots li button:focus .slick-dot-icon:before {
  color: orange;
}
.slick-dots li button .slick-dot-icon {
  color: black;
  opacity: 0.25;
}
.slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  font-family: "slick";
  font-size: 12px;
  line-height: 1;
  text-align: center;
  transition: all 0.05s linear;
}
.slick-dots li.slick-active button:focus .slick-dot-icon {
  color: orange;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon {
  color: black;
  opacity: 1;
}
.slick-dots li.slick-active button .slick-dot-icon:before {
  margin-top: -3px;
  margin-left: -2px;
  font-size: 18px;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 5px;
  bottom: -32px;
  z-index: 10;
  opacity: 0.75;
  background: none;
  border: 0;
  cursor: pointer;
  color: black;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: orange;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "⏸";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "▶";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

/* 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;
  }
}
.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: #414694;
  --bs-indigo: #6610f2;
  --bs-purple: #E1DBEA;
  --bs-pink: #e83e8c;
  --bs-red: #DD0000;
  --bs-orange: #FBBB01;
  --bs-yellow: #ffc107;
  --bs-green: #218838;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #707070;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f6f6f6;
  --bs-gray-200: #e2e2e2;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #cecece;
  --bs-gray-500: #8a8a8a;
  --bs-gray-600: #707070;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #414694;
  --bs-secondary: #707070;
  --bs-success: #218838;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #DD0000;
  --bs-light: #f6f6f6;
  --bs-dark: #212529;
  --bs-primary-rgb: 65, 70, 148;
  --bs-secondary-rgb: 112, 112, 112;
  --bs-success-rgb: 33, 136, 56;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 221, 0, 0;
  --bs-light-rgb: 246, 246, 246;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 17, 17, 17;
  --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;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

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(17, 17, 17, 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: #414694;
  text-decoration: underline;
}
a:hover {
  color: #343876;
}

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: #707070;
  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-3xl,
.container-2xl,
.container-xl,
.container-lgxl,
.container-lg,
.container-md,
.container-sm,
.container-xssm,
.container-xs,
.container-xxs {
  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: 380px) {
  .container-xxs, .container {
    max-width: 340px;
  }
}
@media (min-width: 430px) {
  .container-xs, .container-xxs, .container {
    max-width: 390px;
  }
}
@media (min-width: 540px) {
  .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 500px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 560px;
  }
}
@media (min-width: 740px) {
  .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 700px;
  }
}
@media (min-width: 980px) {
  .container-lg, .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 940px;
  }
}
@media (min-width: 1100px) {
  .container-lgxl, .container-lg, .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 1060px;
  }
}
@media (min-width: 1340px) {
  .container-xl, .container-lgxl, .container-lg, .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 1300px;
  }
}
@media (min-width: 1560px) {
  .container-2xl, .container-xl, .container-lgxl, .container-lg, .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 1600px;
  }
}
@media (min-width: 1880px) {
  .container-3xl, .container-2xl, .container-xl, .container-lgxl, .container-lg, .container-md, .container-sm, .container-xssm, .container-xs, .container-xxs, .container {
    max-width: 1920px;
  }
}
.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: 380px) {
  .col-xxs {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxs-5,
.gy-xxs-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 430px) {
  .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: 540px) {
  .col-xssm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xssm-5,
.gy-xssm-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 600px) {
  .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: 740px) {
  .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: 980px) {
  .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: 1100px) {
  .col-lgxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lgxl-5,
.gy-lgxl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1340px) {
  .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: 1560px) {
  .col-2xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.link-primary {
  color: #414694;
}
.link-primary:hover, .link-primary:focus {
  color: #343876;
}

.link-secondary {
  color: #707070;
}
.link-secondary:hover, .link-secondary:focus {
  color: #5a5a5a;
}

.link-success {
  color: #218838;
}
.link-success:hover, .link-success:focus {
  color: #1a6d2d;
}

.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: #DD0000;
}
.link-danger:hover, .link-danger:focus {
  color: #b10000;
}

.link-light {
  color: #f6f6f6;
}
.link-light:hover, .link-light:focus {
  color: #f8f8f8;
}

.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: 380px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 430px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 540px) {
  .sticky-xssm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 600px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 740px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 980px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1100px) {
  .sticky-lgxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1340px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1560px) {
  .sticky-2xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1880px) {
  .sticky-3xl-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(17, 17, 17, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 17, 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: #414694 !important;
}

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

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

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

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

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

.border-light {
  border-color: #f6f6f6 !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: #707070 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(17, 17, 17, 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: 380px) {
  .float-xxs-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xxs-center {
    text-align: center !important;
  }
}
@media (min-width: 430px) {
  .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: 540px) {
  .float-xssm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xssm-center {
    text-align: center !important;
  }
}
@media (min-width: 600px) {
  .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: 740px) {
  .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: 980px) {
  .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: 1100px) {
  .float-lgxl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-lgxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1340px) {
  .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: 1560px) {
  .float-2xl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-2xl-3 {
    padding: 1.5rem !important;
  }

  .p-2xl-4 {
    padding: 2.25rem !important;
  }

  .p-2xl-5 {
    padding: 4.5rem !important;
  }

  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-2xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-2xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-2xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-2xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-2xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-2xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-2xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-2xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-2xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-2xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-2xl-0 {
    padding-top: 0 !important;
  }

  .pt-2xl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-2xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-2xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-2xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-2xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-2xl-0 {
    padding-right: 0 !important;
  }

  .pe-2xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-2xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-2xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-2xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-2xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-2xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-2xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-2xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-2xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-2xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-2xl-0 {
    padding-left: 0 !important;
  }

  .ps-2xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-2xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-2xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-2xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-2xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-2xl-start {
    text-align: left !important;
  }

  .text-2xl-end {
    text-align: right !important;
  }

  .text-2xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1880px) {
  .float-3xl-start {
    float: left !important;
  }

  .float-3xl-end {
    float: right !important;
  }

  .float-3xl-none {
    float: none !important;
  }

  .d-3xl-inline {
    display: inline !important;
  }

  .d-3xl-inline-block {
    display: inline-block !important;
  }

  .d-3xl-block {
    display: block !important;
  }

  .d-3xl-grid {
    display: grid !important;
  }

  .d-3xl-table {
    display: table !important;
  }

  .d-3xl-table-row {
    display: table-row !important;
  }

  .d-3xl-table-cell {
    display: table-cell !important;
  }

  .d-3xl-flex {
    display: flex !important;
  }

  .d-3xl-inline-flex {
    display: inline-flex !important;
  }

  .d-3xl-none {
    display: none !important;
  }

  .flex-3xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-3xl-row {
    flex-direction: row !important;
  }

  .flex-3xl-column {
    flex-direction: column !important;
  }

  .flex-3xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-3xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-3xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-3xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-3xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-3xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-3xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-3xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-3xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-3xl-0 {
    gap: 0 !important;
  }

  .gap-3xl-1 {
    gap: 0.375rem !important;
  }

  .gap-3xl-2 {
    gap: 0.75rem !important;
  }

  .gap-3xl-3 {
    gap: 1.5rem !important;
  }

  .gap-3xl-4 {
    gap: 2.25rem !important;
  }

  .gap-3xl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-3xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-3xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-3xl-center {
    justify-content: center !important;
  }

  .justify-content-3xl-between {
    justify-content: space-between !important;
  }

  .justify-content-3xl-around {
    justify-content: space-around !important;
  }

  .justify-content-3xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-3xl-start {
    align-items: flex-start !important;
  }

  .align-items-3xl-end {
    align-items: flex-end !important;
  }

  .align-items-3xl-center {
    align-items: center !important;
  }

  .align-items-3xl-baseline {
    align-items: baseline !important;
  }

  .align-items-3xl-stretch {
    align-items: stretch !important;
  }

  .align-content-3xl-start {
    align-content: flex-start !important;
  }

  .align-content-3xl-end {
    align-content: flex-end !important;
  }

  .align-content-3xl-center {
    align-content: center !important;
  }

  .align-content-3xl-between {
    align-content: space-between !important;
  }

  .align-content-3xl-around {
    align-content: space-around !important;
  }

  .align-content-3xl-stretch {
    align-content: stretch !important;
  }

  .align-self-3xl-auto {
    align-self: auto !important;
  }

  .align-self-3xl-start {
    align-self: flex-start !important;
  }

  .align-self-3xl-end {
    align-self: flex-end !important;
  }

  .align-self-3xl-center {
    align-self: center !important;
  }

  .align-self-3xl-baseline {
    align-self: baseline !important;
  }

  .align-self-3xl-stretch {
    align-self: stretch !important;
  }

  .order-3xl-first {
    order: -1 !important;
  }

  .order-3xl-0 {
    order: 0 !important;
  }

  .order-3xl-1 {
    order: 1 !important;
  }

  .order-3xl-2 {
    order: 2 !important;
  }

  .order-3xl-3 {
    order: 3 !important;
  }

  .order-3xl-4 {
    order: 4 !important;
  }

  .order-3xl-5 {
    order: 5 !important;
  }

  .order-3xl-last {
    order: 6 !important;
  }

  .m-3xl-0 {
    margin: 0 !important;
  }

  .m-3xl-1 {
    margin: 0.375rem !important;
  }

  .m-3xl-2 {
    margin: 0.75rem !important;
  }

  .m-3xl-3 {
    margin: 1.5rem !important;
  }

  .m-3xl-4 {
    margin: 2.25rem !important;
  }

  .m-3xl-5 {
    margin: 4.5rem !important;
  }

  .m-3xl-auto {
    margin: auto !important;
  }

  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-3xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-3xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-3xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-3xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-3xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-3xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-3xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-3xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-3xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-3xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-3xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-3xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-3xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-3xl-0 {
    margin-top: 0 !important;
  }

  .mt-3xl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-3xl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-3xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-3xl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-3xl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-3xl-auto {
    margin-top: auto !important;
  }

  .me-3xl-0 {
    margin-right: 0 !important;
  }

  .me-3xl-1 {
    margin-right: 0.375rem !important;
  }

  .me-3xl-2 {
    margin-right: 0.75rem !important;
  }

  .me-3xl-3 {
    margin-right: 1.5rem !important;
  }

  .me-3xl-4 {
    margin-right: 2.25rem !important;
  }

  .me-3xl-5 {
    margin-right: 4.5rem !important;
  }

  .me-3xl-auto {
    margin-right: auto !important;
  }

  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-3xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-3xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-3xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-3xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-3xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-3xl-auto {
    margin-bottom: auto !important;
  }

  .ms-3xl-0 {
    margin-left: 0 !important;
  }

  .ms-3xl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-3xl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-3xl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-3xl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-3xl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-3xl-auto {
    margin-left: auto !important;
  }

  .p-3xl-0 {
    padding: 0 !important;
  }

  .p-3xl-1 {
    padding: 0.375rem !important;
  }

  .p-3xl-2 {
    padding: 0.75rem !important;
  }

  .p-3xl-3 {
    padding: 1.5rem !important;
  }

  .p-3xl-4 {
    padding: 2.25rem !important;
  }

  .p-3xl-5 {
    padding: 4.5rem !important;
  }

  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-3xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-3xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-3xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-3xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-3xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-3xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-3xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-3xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-3xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-3xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-3xl-0 {
    padding-top: 0 !important;
  }

  .pt-3xl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-3xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-3xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-3xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-3xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-3xl-0 {
    padding-right: 0 !important;
  }

  .pe-3xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-3xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-3xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-3xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-3xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-3xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-3xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-3xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-3xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-3xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-3xl-0 {
    padding-left: 0 !important;
  }

  .ps-3xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-3xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-3xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-3xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-3xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-3xl-start {
    text-align: left !important;
  }

  .text-3xl-end {
    text-align: right !important;
  }

  .text-3xl-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: #111;
  border-color: #111;
  color: #fff;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: #fff;
  color: #111;
}

.dash {
  position: relative;
}
.dash:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: currentColor;
}
.dash + * {
  margin-top: 2.5em !important;
}

.only-dash {
  position: relative;
}
.only-dash:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: currentColor;
}
.only-dash + * {
  margin-top: 1.5rem;
}
@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: 380px) {
  .hide-xxs {
    display: none !important;
  }
}

@media (min-width: 380px) {
  .block-xxs {
    display: block !important;
  }
}

@media (min-width: 380px) {
  .inline-xxs {
    display: inline !important;
  }
}

@media (min-width: 430px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 430px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 430px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 540px) {
  .hide-xssm {
    display: none !important;
  }
}

@media (min-width: 540px) {
  .block-xssm {
    display: block !important;
  }
}

@media (min-width: 540px) {
  .inline-xssm {
    display: inline !important;
  }
}

@media (min-width: 600px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 600px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 600px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 740px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 740px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 740px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 980px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1100px) {
  .hide-lgxl {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .block-lgxl {
    display: block !important;
  }
}

@media (min-width: 1100px) {
  .inline-lgxl {
    display: inline !important;
  }
}

@media (min-width: 1340px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1340px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1340px) {
  .inline-xl {
    display: inline !important;
  }
}

@media (min-width: 1560px) {
  .hide-2xl {
    display: none !important;
  }
}

@media (min-width: 1560px) {
  .block-2xl {
    display: block !important;
  }
}

@media (min-width: 1560px) {
  .inline-2xl {
    display: inline !important;
  }
}

@media (min-width: 1880px) {
  .hide-3xl {
    display: none !important;
  }
}

@media (min-width: 1880px) {
  .block-3xl {
    display: block !important;
  }
}

@media (min-width: 1880px) {
  .inline-3xl {
    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: 380px) {
  #responsive-status {
    font-family: "xxs";
    min-width: 380px;
  }
}
@media (min-width: 430px) {
  #responsive-status {
    font-family: "xs";
    min-width: 430px;
  }
}
@media (min-width: 540px) {
  #responsive-status {
    font-family: "xssm";
    min-width: 540px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1100px) {
  #responsive-status {
    font-family: "lgxl";
    min-width: 1100px;
  }
}
@media (min-width: 1340px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1340px;
  }
}
@media (min-width: 1560px) {
  #responsive-status {
    font-family: "2xl";
    min-width: 1560px;
  }
}
@media (min-width: 1880px) {
  #responsive-status {
    font-family: "3xl";
    min-width: 1880px;
  }
}

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  body {
    scroll-behavior: auto;
  }
}
body.nav-open {
  overflow: hidden;
  max-height: 100%;
  margin-right: var(--scrollbar-width);
  position: fixed;
}

@media (min-width: 1340px) {
  .website-skin .site-canvas {
    margin-top: var(--site-canvas-margin-top);
  }
}

.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, .container-wide) {
  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: 1440px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: relative;
}
@media (min-width: 380px) {
  .container,
[class^=container-]:not(.container-inner, .container-wide) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .container,
[class^=container-]:not(.container-inner, .container-wide) {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container .container,
.container .alerts,
[class^=container-]:not(.container-inner, .container-wide) .container,
[class^=container-]:not(.container-inner, .container-wide) .alerts {
  padding: 0;
  min-width: 0;
}

.container-wide {
  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: 1910px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: relative;
}
@media (min-width: 380px) {
  .container-wide {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .container-wide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.container-wide .container,
.container-wide .alerts {
  padding: 0;
  min-width: 0;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 1.5em;
}

.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: 600px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .floatleft,
.float-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right {
    float: right;
    margin-left: 3%;
  }
}
.background-action {
  background-color: #FBBB01;
}

.background-dark {
  background-color: #f6f6f6;
}

.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;
}

[id^=trustbadge-container] > div > div {
  bottom: 20px !important;
}

a, a:hover, a:visited, a:active {
  color: #4A2683;
  text-decoration: inherit;
}

:is(span, a).more,
:is(span, a).more--small {
  font-weight: 600;
  color: #4A2683;
}
:is(span, a).more:after,
:is(span, a).more--small:after {
  content: "";
  display: inline-block;
  vertical-align: -0.2rem;
  margin-left: 1em;
  width: 3.125rem;
  height: 1.5625rem;
  background: transparent url("../../images/more-link.svg") left top no-repeat;
  transform-origin: left;
}
@media (max-width: 1879px) {
  :is(span, a).more:after,
:is(span, a).more--small:after {
    margin-left: 0.9em;
    transform: scale(0.8);
  }
}
@media (max-width: 599px) {
  :is(span, a).more:after,
:is(span, a).more--small:after {
    margin-left: 0.8em;
    transform: scale(0.7);
    vertical-align: -0.3rem;
  }
}
:is(span, a).more:hover,
:is(span, a).more--small:hover {
  color: #FBBB01;
}
:is(span, a).more:hover:after,
:is(span, a).more--small:hover:after {
  background-position: 0 -40px;
}

:is(span, a).less,
:is(span, a).less--small {
  font-weight: 600;
  color: #4A2683;
}
:is(span, a).less:before,
:is(span, a).less--small:before {
  content: "";
  display: inline-block;
  vertical-align: -0.2rem;
  width: 3.125rem;
  height: 1.5625rem;
  margin-right: 1em;
  background: transparent url("../../images/more-link.svg") left top no-repeat;
  transform: scaleX(-1);
}
@media (max-width: 1879px) {
  :is(span, a).less:before,
:is(span, a).less--small:before {
    transform: scaleX(-1) scale(0.8);
    margin-right: 0.9em;
  }
}
@media (max-width: 599px) {
  :is(span, a).less:before,
:is(span, a).less--small:before {
    transform: scaleX(-1) scale(0.7);
    vertical-align: -0.3rem;
    margin-right: 0.8em;
  }
}
:is(span, a).less:hover,
:is(span, a).less--small:hover {
  color: #FBBB01;
}
:is(span, a).less:hover:before,
:is(span, a).less--small:hover:before {
  background-position: 0 -40px;
}

:is(span, a).less--small {
  font-size: 1rem;
  line-height: 1.375rem;
}
:is(span, a).less--small:before {
  width: 3.125rem;
  vertical-align: -0.5rem;
  margin-right: 0;
  transform: scaleX(-1) scale(0.35);
}

:is(span, a).more--small {
  font-size: 1rem;
  line-height: 1.375rem;
}
:is(span, a).more--small:after {
  vertical-align: -0.5rem;
  margin-left: 0.5em;
  transform: scale(0.35);
}

span.less,
span.more,
span.more-small,
span.less-small {
  opacity: 0.5;
  cursor: default;
}
span.less:hover,
span.more:hover,
span.more-small:hover,
span.less-small:hover {
  color: #4A2683;
}
span.less:hover:before, span.less:hover:after,
span.more:hover:before,
span.more:hover:after,
span.more-small:hover:before,
span.more-small:hover:after,
span.less-small:hover:before,
span.less-small:hover:after {
  background-position: 0 0;
}

.go-back {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .go-back {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .go-back {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.page--expertadvice a,
.order-footer a,
.page--sports .tabs__content a,
.page--plain a {
  text-decoration: none !important;
  color: currentColor;
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.page--expertadvice a:hover,
.order-footer a:hover,
.page--sports .tabs__content a:hover,
.page--plain a:hover {
  box-shadow: inset 0 -0.5em 0 0 #FBBB01;
}

.tp-reviews__disclaimer a {
  text-decoration: underline;
}

span[style*="text-decoration: underline"] {
  text-decoration: none !important;
}

.alert-message.info {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2.5rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #4A2683;
  min-height: 2rem;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.5rem;
  top: 0.5rem;
  color: #4A2683;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info p a {
  text-decoration: underline;
}
.alert-message.info p a:hover {
  text-decoration: none;
}
.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: #4A2683;
}
.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 2.5rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #ffc107;
  min-height: 2rem;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.5rem;
  top: 0.5rem;
  color: #ffc107;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning p a {
  text-decoration: underline;
}
.alert-message.warning p a:hover {
  text-decoration: none;
}
.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 2.5rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #DD0000;
  min-height: 2rem;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.5rem;
  top: 0.5rem;
  color: #DD0000;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error p a {
  text-decoration: underline;
}
.alert-message.error p a:hover {
  text-decoration: none;
}
.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: #DD0000;
}
.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 2.5rem;
  border: 1px solid;
  color: #212529;
  background-color: #fff;
  border-color: #218838;
  min-height: 2rem;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1em;
  height: 1em;
  left: 0.5rem;
  top: 0.5rem;
  color: #218838;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success p a {
  text-decoration: underline;
}
.alert-message.success p a:hover {
  text-decoration: none;
}
.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: #218838;
}
.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: 1440px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: relative;
}
@media (min-width: 380px) {
  .alerts {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .alerts {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

.alert__buttons {
  margin-top: 0.75em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.articles-sorting {
  display: flex;
}
.articles-sorting .articles-sorting__select {
  padding-left: 1rem;
}
@media (max-width: 979px) {
  .articles-sorting {
    flex-direction: column-reverse;
    gap: 0.8125rem;
    color: #4A2683;
    background-color: #dfdfdf;
    margin-top: 1.5625rem;
    padding: 0.9375rem;
  }
  .articles-sorting .articles-sorting__num {
    font-size: 1rem;
    padding-left: 0.625rem;
  }
  .articles-sorting .articles-sorting__options {
    font-size: 1rem;
  }
  .articles-sorting .articles-sorting__select {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .articles-sorting {
    margin-top: 3.75rem;
    padding-bottom: 0.9375rem;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid #4A2683;
  }
  .articles-sorting .articles-sorting__num {
    font-size: 1.375rem;
  }
  .articles-sorting .articles-sorting__options {
    font-size: 1.125rem;
  }
}
.articles-sorting__num {
  color: #4A2683;
}
.articles-sorting__select {
  color: #4A2683;
  border-radius: 1.25rem;
  border-color: #4A2683;
}

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: 1px solid;
  border-radius: 3px;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  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, .button:focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.btn > *, .button > * {
  vertical-align: inherit;
}
.btn .icon, .button .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.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.disabled, .disabled.button {
  pointer-events: none;
  cursor: not-allowed;
}

.btn, .button, .btn:visited {
  color: #4A2683;
  background-color: #e2e2e2;
  border-color: #4A2683;
}
.btn:not(:disabled):not(.disabled):hover, .button:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #4A2683;
  border-color: #4A2683;
}
.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: #fff;
  background-color: #341b5b;
  border-color: #341b5b;
}

.btn--primary, .btn--primary:visited {
  color: #fff;
  background-color: #4A2683;
  border-color: #4A2683;
}
.btn--primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #3f206f;
  border-color: #3f206f;
}
.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #341b5b;
  border-color: #341b5b;
}

.btn--action, .btn--action:visited {
  color: #4A2683;
  background-color: #FBBB01;
  border-color: #FBBB01;
}
.btn--action:not(:disabled):not(.disabled):hover {
  color: #4A2683;
  background-color: #e2a801;
  border-color: #e2a801;
}
.btn--action:not(:disabled):not(.disabled):active, .btn--action:not(:disabled):not(.disabled).is-open {
  color: #4A2683;
  background-color: #c89501;
  border-color: #c89501;
}

.btn--accept, .btn--accept:visited {
  color: #fff;
  background-color: #218838;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #1c7330;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):active, .btn--accept:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #175f27;
  border-color: rgba(17, 17, 17, 0.3);
}

.btn--decline, .btn--decline:visited {
  color: #fff;
  background-color: #DD0000;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #c40000;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):active, .btn--decline:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #aa0000;
  border-color: rgba(17, 17, 17, 0.3);
}

.btn--delete, .btn--delete:visited {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}
.btn--delete:not(:disabled):not(.disabled):hover {
  color: #DD0000;
  background-color: transparent;
  border-color: transparent;
}
.btn--delete:not(:disabled):not(.disabled):active, .btn--delete:not(:disabled):not(.disabled).is-open {
  color: #DD0000;
  background-color: transparent;
  border-color: transparent;
}

.btn--refresh, .btn--refresh:visited {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
}
.btn--refresh:not(:disabled):not(.disabled):hover {
  color: #4A2683;
  background-color: transparent;
  border-color: transparent;
}
.btn--refresh:not(:disabled):not(.disabled):active, .btn--refresh:not(:disabled):not(.disabled).is-open {
  color: #4A2683;
  background-color: transparent;
  border-color: transparent;
}

.btn, .button {
  font-size: 16px;
  padding: 0.25rem 1.5rem;
  width: auto;
  height: 2.5rem;
}

.btn--sm {
  font-size: 0.875rem;
  padding: 0.1875rem 0.625rem;
  width: auto;
  height: auto;
}

.btn--lg {
  font-size: 20px;
  padding: 0.5625rem 2rem;
  width: auto;
  height: 3.125rem;
}

.btn--square {
  font-size: 1rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 1340px) {
  .btn--rwd {
    font-size: 20px;
    padding: 0.5625rem 2rem;
    width: auto;
    height: 3.125rem;
  }
}

.btn--arrow:not(.btn--lg),
.btn--arrow-reverse:not(.btn--lg) {
  border-radius: 0;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  height: 2.5rem;
}
.btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):hover, .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):active, .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled).is-open,
.btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled):hover,
.btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled):active,
.btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled).is-open {
  background-color: transparent;
  border: none;
}
.btn--arrow.btn--lg,
.btn--arrow-reverse.btn--lg {
  border-radius: 0;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  font-size: 20px;
  height: 3.125rem;
}
.btn--arrow.btn--lg:not(:disabled):not(.disabled):hover, .btn--arrow.btn--lg:not(:disabled):not(.disabled):active, .btn--arrow.btn--lg:not(:disabled):not(.disabled).is-open,
.btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled):hover,
.btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled):active,
.btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled).is-open {
  background-color: transparent;
  border: none;
}
@media (min-width: 1340px) {
  .btn--arrow.btn--rwd,
.btn--arrow-reverse.btn--rwd {
    border-radius: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    font-size: 20px;
    height: 3.125rem;
  }
  .btn--arrow.btn--rwd:not(:disabled):not(.disabled):hover, .btn--arrow.btn--rwd:not(:disabled):not(.disabled):active, .btn--arrow.btn--rwd:not(:disabled):not(.disabled).is-open,
.btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled):hover,
.btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled):active,
.btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled).is-open {
    background-color: transparent;
    border: none;
  }
}

.btn--arrow:not(.btn--lg) {
  padding-right: 6.25rem;
  background-position: right top;
}
.btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):hover, .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):active, .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):focus, .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled).is-open {
  background-position: right -40px;
}
.btn--arrow:not(.btn--lg).btn--primary {
  background-image: url("../../images/button-purple-bg-combo.svg");
}
.btn--arrow:not(.btn--lg).btn--action {
  background-image: url("../../images/button-yellow-bg-combo.svg");
}
.btn--arrow.btn--lg {
  padding-right: 7.5rem;
  background-position: right top;
}
.btn--arrow.btn--lg:not(:disabled):not(.disabled):hover, .btn--arrow.btn--lg:not(:disabled):not(.disabled):active, .btn--arrow.btn--lg:not(:disabled):not(.disabled):focus, .btn--arrow.btn--lg:not(:disabled):not(.disabled).is-open {
  background-position: right -50px;
}
.btn--arrow.btn--lg.btn--primary {
  background-image: url("../../images/button-purple-lg-bg-combo.svg");
}
.btn--arrow.btn--lg.btn--action {
  background-image: url("../../images/button-yellow-lg-bg-combo.svg");
}
@media (min-width: 1340px) {
  .btn--arrow.btn--rwd {
    padding-right: 7.5rem;
    background-position: right top;
  }
  .btn--arrow.btn--rwd:not(:disabled):not(.disabled):hover, .btn--arrow.btn--rwd:not(:disabled):not(.disabled):active, .btn--arrow.btn--rwd:not(:disabled):not(.disabled):focus, .btn--arrow.btn--rwd:not(:disabled):not(.disabled).is-open {
    background-position: right -50px;
  }
  .btn--arrow.btn--rwd.btn--primary {
    background-image: url("../../images/button-purple-lg-bg-combo.svg");
  }
  .btn--arrow.btn--rwd.btn--action {
    background-image: url("../../images/button-yellow-lg-bg-combo.svg");
  }
}

.btn--arrow-reverse:not(.btn--lg) {
  padding-left: 6.25rem;
  padding-right: 1.5rem;
  background-position: left top;
}
.btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled):hover, .btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled):active, .btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled):focus, .btn--arrow-reverse:not(.btn--lg):not(:disabled):not(.disabled).is-open {
  background-position: left -40px;
}
.btn--arrow-reverse:not(.btn--lg).btn--primary {
  background-image: url("../../images/button-purple-bg-combo-reverse.svg");
}
.btn--arrow-reverse:not(.btn--lg).btn--action {
  background-image: url("../../images/button-yellow-bg-combo-reverse.svg");
}
.btn--arrow-reverse.btn--lg {
  padding-left: 7.5rem;
  padding-right: 2rem;
  background-position: left top;
}
.btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled):hover, .btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled):active, .btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled):focus, .btn--arrow-reverse.btn--lg:not(:disabled):not(.disabled).is-open {
  background-position: left -50px;
}
.btn--arrow-reverse.btn--lg.btn--primary {
  background-image: url("../../images/button-purple-lg-bg-combo-reverse.svg");
}
.btn--arrow-reverse.btn--lg.btn--action {
  background-image: url("../../images/button-yellow-lg-bg-combo-reverse.svg");
}
@media (min-width: 1340px) {
  .btn--arrow-reverse.btn--rwd {
    padding-left: 7.5rem;
    padding-right: 2rem;
    background-position: left top;
  }
  .btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled):hover, .btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled):active, .btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled):focus, .btn--arrow-reverse.btn--rwd:not(:disabled):not(.disabled).is-open {
    background-position: left -50px;
  }
  .btn--arrow-reverse.btn--rwd.btn--primary {
    background-image: url("../../images/button-purple-lg-bg-combo-reverse.svg");
  }
  .btn--arrow-reverse.btn--rwd.btn--action {
    background-image: url("../../images/button-yellow-lg-bg-combo-reverse.svg");
  }
}

.btn--prev,
.btn--next {
  width: 3.125rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  background-color: transparent;
  background-position: 0px 7px;
  background-repeat: no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.btn--prev:not(:disabled):not(.disabled):hover, .btn--prev:not(:disabled):not(.disabled):active, .btn--prev:not(:disabled):not(.disabled).is-open,
.btn--next:not(:disabled):not(.disabled):hover,
.btn--next:not(:disabled):not(.disabled):active,
.btn--next:not(:disabled):not(.disabled).is-open {
  background-color: transparent;
  border: none;
  background-position: right -33px;
}

.btn--prev.btn--primary {
  background-image: url("../../images/arrow-purple-prev.svg");
}

.btn--next.btn--primary {
  background-image: url("../../images/arrow-purple-next.svg");
}

.btn--prev.btn--white {
  background-image: url("../../images/arrow-white-prev.svg");
}

.btn--next.btn--white {
  background-image: url("../../images/arrow-white-next.svg");
}

.btn--clean {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: none;
  padding: 0;
}

.btn--full {
  width: 100%;
}
@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(74, 38, 131, 0.3);
  border-top-color: rgba(74, 38, 131, 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;
}

.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: #212529;
  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;
}

.entry__begin {
  display: block;
  color: #4A2683;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .entry__begin {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .entry__begin {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.entry__link,
.entry__link:visited {
  display: inline-block;
  font-weight: 700;
  color: #4A2683;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .entry__link,
.entry__link:visited {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .entry__link,
.entry__link:visited {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.error-message {
  font-style: italic;
  color: #DD0000;
}

fieldset {
  margin: 0;
  border: 1px solid #f6f6f6;
  padding: 1rem 1.25rem;
  background-color: #f6f6f6;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #DD0000;
  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 #DD0000;
  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: "Titillium Web", sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  border: 1px solid #8a8a8a;
  color: #212529;
  background-color: #fff;
  border-radius: 0.125em;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5625rem;
}
.formfield:hover,
select:hover {
  border-color: #6e6e6e;
}
.formfield:focus,
select:focus {
  border-color: #8067a8;
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.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(33, 37, 41, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(138, 138, 138, 0.5);
}

.formfield,
select {
  height: 2.5rem;
  padding: 0.25rem 0.625rem;
}
.form--rounded .formfield, .formfield.formfield--rounded,
.form--rounded select,
select.formfield--rounded {
  border-radius: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.formfield--sm {
  font-size: 0.875rem;
  padding: 0.1875rem 0.3125rem;
  height: 1.875rem;
}
.form--rounded .formfield--sm, .formfield--sm.formfield--rounded {
  border-radius: 0.9375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.formfield--lg {
  font-size: 1.25rem;
  padding: 0.5625rem 1rem;
  height: 3.125rem;
}
.form--rounded .formfield--lg, .formfield--lg.formfield--rounded {
  border-radius: 1.5625rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.form--rwd .formfield,
.form--rwd select,
.formfield--rwd {
  height: 2.5rem;
  padding: 0.25rem 0.625rem;
}
.form--rounded .form--rwd .formfield, .form--rwd .formfield.formfield--rounded,
.form--rounded .form--rwd select,
.form--rwd select.formfield--rounded,
.form--rounded .formfield--rwd,
.formfield--rwd.formfield--rounded {
  border-radius: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 980px) {
  .form--rwd .formfield,
.form--rwd select,
.formfield--rwd {
    font-size: 1.25rem;
    padding: 0.5625rem 1rem;
    height: 3.125rem;
  }
  .form--rounded .form--rwd .formfield, .form--rwd .formfield.formfield--rounded,
.form--rounded .form--rwd select,
.form--rwd select.formfield--rounded,
.form--rounded .formfield--rwd,
.formfield--rwd.formfield--rounded {
    border-radius: 1.5625rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

textarea.formfield {
  height: auto;
}

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: #8a8a8a;
  background-color: #fff;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #6e6e6e;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #8067a8;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select,
.label.required + .password-helper .formfield {
  border-bottom-color: #4A2683;
  border-bottom-width: 2px;
  background-color: #f6f6f6;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  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='%23212529' 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, #111));
    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: #111 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: #212529;
  font-style: normal;
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

: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(33, 37, 41, 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: #8a8a8a;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: #fff;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: #8067a8;
}
: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: #212529;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid #8a8a8a;
  border-radius: 0.125em;
}
.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;
}

.formgroup .formfield--sm + .formgroup__btn .btn--sm {
  height: 1.875rem;
}

.formitem {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 1.25rem;
}
.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: #DD0000;
}
.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.5625rem;
  color: #212529;
  margin-bottom: 0;
  word-spacing: normal;
}

.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: #343a40;
  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 #343a40;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .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 #343a40;
    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: #218838;
  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 #218838;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .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 #218838;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.375rem;
    left: 0.3125rem;
  }
}

@media (min-width: 740px) {
  .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;
  cursor: pointer;
  transition: 0.3s;
  width: 2.5rem;
  font-size: 1.5rem;
  border: 1px solid #8a8a8a;
  background-color: #fff;
  color: #495057;
  text-align: center;
  border-radius: 0.125em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.password-helper .password-helper__toggle-button:hover {
  color: #4A2683;
}
.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: #4e5862;
  font-style: italic;
  font-weight: lighter;
}

::-moz-placeholder {
  color: #4e5862;
  font-style: italic;
  font-weight: lighter;
}

input:-moz-placeholder {
  color: #4e5862;
  font-style: italic;
  font-weight: lighter;
}

:-ms-input-placeholder {
  color: #4e5862;
  font-style: italic;
  font-weight: lighter;
}

.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: "Titillium Web", 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: "Titillium Web", sans-serif;
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: "Titillium Web", sans-serif;
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: "Titillium Web", sans-serif;
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: "Titillium Web", sans-serif;
  content: "★";
}

.formrow {
  font-size: 0;
  line-height: 0;
}
.formrow .label {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #212529;
  word-spacing: normal;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: " *";
  color: #DD0000;
  font-weight: bold;
  font-size: 1.2em;
}
.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.5625rem;
  height: 1.5625rem;
  margin-top: -1.5625rem;
  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: 1px solid #4A2683;
}
@media (forced-colors: active) {
  input[type=checkbox],
input[type=radio] {
    background-color: CanvasText;
  }
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: #a593c1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
input[type=checkbox]:active,
input[type=radio]:active {
  filter: brightness(70%);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  color: #fff;
  border-color: #4A2683;
  background-color: #4A2683;
}
input[type=checkbox]:checked ~ span,
input[type=radio]:checked ~ span {
  color: inherit;
}

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 fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type=checkbox]:indeterminate, input[type=checkbox].indeterminate {
  color: #fff;
  border-color: #4A2683;
  background-color: #4A2683;
  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='%23fff' 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='%23fff'/%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: inherit;
}
.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: #DD0000;
}

.ticks--inline label {
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 600px) {
  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.5625rem;
    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: 980px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    line-height: 1.5625rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 0.8125rem 0.9375rem 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;
  }
}
html {
  overflow-x: hidden;
}

.fullwidth-container {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 49.5vw);
}
.fullwidth-container .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: 1440px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: relative;
}
@media (min-width: 380px) {
  .fullwidth-container .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .fullwidth-container .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.fullwidth-container .container .container,
.fullwidth-container .container .alerts {
  padding: 0;
  min-width: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #4A2683;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 900;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 740px) {
  h1, .h1 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1880px) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}

h2, .h2 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  font-weight: 700;
}
@media (min-width: 740px) {
  h2, .h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  h2, .h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

h3, .h3 {
  font-size: 1.5625rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (min-width: 740px) {
  h3, .h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
@media (min-width: 740px) {
  h4, .h4 {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 600;
}
@media (min-width: 740px) {
  h5, .h5 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  h5, .h5 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

h6, .h6 {
  font-size: 0.85rem;
  line-height: 1.2;
}

.hamburger {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 17px;
  width: 1.375rem;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #4A2683;
  height: 3px;
  transition: all 0.4s ease;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 7px;
}
.hamburger__bar:nth-child(3) {
  top: 14px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  top: 7px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(2), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle.is-open .hamburger > .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.home-teaser {
  position: relative;
}
.home-teaser h2 {
  margin-top: 0;
  margin-bottom: 3.125rem;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  position: relative;
}
@media (min-width: 740px) {
  .home-teaser h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1880px) {
  .home-teaser h2 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
.home-teaser h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #4A2683;
}
.home-teaser h2 + * {
  margin-top: 2.5em !important;
}
.home-teaser h3 {
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .home-teaser h3 {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .home-teaser h3 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.home-teaser a {
  text-decoration: none !important;
}
.home-teaser a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.home-teaser a:hover, .home-teaser a:active {
  border-bottom: 1px solid #4A2683;
}
@media (max-width: 979px) {
  .home-teaser > * {
    max-width: 25rem;
  }
}
@media (min-width: 740px) and (max-width: 1339px) {
  .home-teaser h2 {
    font-size: 2.1875rem;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid #4A2683;
  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;
}

.btn .icon--text-left,
.icon--text-left {
  margin-right: 0.5rem;
}

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x {
  width: 4em;
  height: 4em;
}

.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;
}

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;
  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.75em;
}

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;
}
ul.no-list ul,
ul.no-list ol,
ul.no-list li + li,
ol.no-list ul,
ol.no-list ol,
ol.no-list li + li {
  margin-top: 0;
}

.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(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  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 rgba(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}
.site-header .loading {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
}

.nav-link {
  display: flex !important;
  align-items: center;
  gap: 5px;
}
.nav-link__icon {
  width: 1.5rem;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

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;
}

@media (min-width: 980px) {
  .overview-wrapper {
    display: grid;
    grid-template-columns: 18.25rem auto;
    grid-template-rows: auto 1fr;
    grid-column-gap: 3.4375rem;
    align-items: start;
    grid-template-areas: "nav content" "sidebar content";
  }
  .overview-wrapper .grid-column--nav {
    grid-area: nav;
  }
  .overview-wrapper .grid-column--content {
    grid-area: content;
  }
  .overview-wrapper .grid-column--sidebar {
    grid-area: sidebar;
    align-self: stretch;
  }
}

p, .p {
  margin: 0;
}

.small {
  font-size: 0.8rem;
  line-height: 1.5;
}

.p {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .p {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .p {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.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;
}

.percentages {
  list-style: none;
  padding-left: 0;
}

.percentages-entry {
  display: flex;
  align-items: center;
}
.percentages-entry > label {
  flex: 0 0 100%;
}
.percentages-entry > label > span {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
}
.percentages-entry > label > span::before {
  top: auto;
}
.percentages-entry + .percentages-entry {
  margin-top: 1rem;
}

.percentages-entry__image {
  margin-right: 2rem;
}

.percentages-entry__bar {
  flex: 1 1 auto;
  height: 0.5rem;
  border-radius: 3px;
  background-color: #cecece;
  overflow: hidden;
  display: block;
}

.percentages-entry__bar-inner {
  height: 0.5rem;
  border-radius: 3px;
  background: linear-gradient(to right, #4A2683, #4A2683);
  display: block;
}

.percentages-entry__text {
  flex: 0 0 10rem;
  max-width: 10rem;
  white-space: nowrap;
  display: flex;
}

.percentages-entry__percentage {
  flex: 0 0 5rem;
  text-align: right;
}

.percentages-entry__count {
  flex: 0 0 5rem;
  text-align: right;
}

.protip-container {
  background-color: #4A2683 !important;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.protip-container a {
  color: inherit;
  text-decoration: underline;
}
.protip-container a:visited {
  color: inherit;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-left] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=top] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=top-right] .protip-arrow {
  border-top-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-left] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=bottom] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=bottom-right] .protip-arrow {
  border-bottom-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=left-top] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=left] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=left-bottom] .protip-arrow {
  border-left-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=right-top] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=right] .protip-arrow,
.protip-skin-default--scheme-leaf[data-pt-position=right-bottom] .protip-arrow {
  border-right-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-left-corner] .protip-arrow {
  border-right-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=top-right-corner] .protip-arrow {
  border-top-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-left-corner] .protip-arrow {
  border-bottom-color: #4A2683 !important;
}

.protip-skin-default--scheme-leaf[data-pt-position=bottom-right-corner] .protip-arrow {
  border-left-color: #4A2683 !important;
}

.shipping-asterisk {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.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%);
}

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 #dee2e6;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
  font-weight: 400;
  color: #212529;
}
.table th {
  font-weight: 600;
  color: #4A2683;
  font-weight: 700;
}
.table td:first-child,
.table th:first-child {
  padding-left: 0;
}
.table td:last-child,
.table th:last-child {
  padding-right: 0;
}
.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: rgba(74, 38, 131, 0.1);
}
.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(65, 70, 148, 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(33, 136, 56, 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(221, 0, 0, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #FBBB01;
}
.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 #dee2e6;
}
.table .table {
  background-color: #f6f6f6;
}

.table--bordered {
  border: 1px solid #dee2e6;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #dee2e6;
}
.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: #f6f6f6;
}

.table--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: rgba(74, 38, 131, 0.1);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 1.5em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dee2e6;
    -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: 599px) {
  .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > table > thead,
.table--responsive-vertical > table > tfoot {
    display: none;
  }
  .table--responsive-vertical > table > tbody {
    display: block;
  }
  .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #dee2e6;
    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;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: 3.1875rem;
  }
  .table--responsive-vertical > table > tbody > tr > td:first-child, .table--responsive-vertical > table > tbody > tr > td:last-child,
.table--responsive-vertical > table > tbody > tr > th:first-child,
.table--responsive-vertical > table > tbody > tr > th:last-child {
    padding: 0.625rem;
  }
  .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;
    display: block;
  }
}

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;
}

.align-right-rwd {
  text-align: right;
}
@media (max-width: 500px) {
  .align-right-rwd {
    text-align: center;
  }
}

.align-left-rwd {
  text-align: left;
}
@media (max-width: 500px) {
  .align-left-rwd {
    text-align: center;
  }
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #DD0000;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.color-grey {
  color: #707070;
}

.color-success {
  color: #218838;
}

.text--primary,
a.text--primary:visited {
  color: #4A2683;
}

.underlined {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #4A2683;
}

.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;
  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 {
  left: auto;
  bottom: 100%;
  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: #343a40;
}
.tooltip.tooltip--left:before {
  border-left-color: #343a40;
}
.tooltip.tooltip--right:before {
  border-right-color: #343a40;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #343a40;
}
.tooltip:after {
  color: #fff;
  background-color: #343a40;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #DD0000;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #DD0000;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #DD0000;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #DD0000;
}
.tooltip--error:after {
  color: #fff;
  background-color: #DD0000;
}

.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: #212529;
  background-color: #ffc107;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #218838;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #218838;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #218838;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #218838;
}
.tooltip--success:after {
  color: #fff;
  background-color: #218838;
}

#content ul.list,
#content :is(.grid-column--content, .card__content,.grid_color-primary, .athletes-entry__testimonial) ul:not(.no-list):not(.big-ticks) {
  padding-left: 1em;
  margin-left: 0;
}
#content ul.list li,
#content :is(.grid-column--content, .card__content,.grid_color-primary, .athletes-entry__testimonial) ul:not(.no-list):not(.big-ticks) li {
  list-style-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.374" height="14.988" viewBox="0 0 10.374 14.988"><path id="Pfad_453" data-name="Pfad 453" d="M2869.1,99.248l7.114-6.286c-.019.008-7.114-6.47-7.114-6.47" transform="translate(-2868.091 -85.384)" fill="none" stroke="%23000" stroke-width="3"/></svg>');
  padding-left: 0.25em;
}
#content ul.list li + li,
#content :is(.grid-column--content, .card__content,.grid_color-primary, .athletes-entry__testimonial) ul:not(.no-list):not(.big-ticks) li + li {
  margin-top: 0.9375rem;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.25rem;
  margin: 0;
  color: #212529;
}
.accordion .accordion__toggle:hover {
  color: #4A2683;
}
.accordion .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.accordion .accordion__icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  right: 0;
  top: 0.375rem;
  transition: transform 0.4s linear;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 0.75em 0 0 1.25rem;
}
.accordion .accordion__content + .accordion__toggle {
  margin-top: 1.5em;
}

button.accordion__toggle {
  all: inherit;
}

.advantages-list {
  list-style: none;
  padding-left: 0;
  position: relative;
}
.advantages-list .slick:not(.slick-initialized) {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 979px) {
  .advantages-list .slick:not(.slick-initialized) .advantages-item {
    flex: 0 0 25%;
  }
  .advantages-list .slick:not(.slick-initialized) .advantages-item:nth-child(5) {
    display: none;
  }
}
@media (max-width: 429px) {
  .advantages-list .slick:not(.slick-initialized) .advantages-item {
    flex: 0 0 33.3333333333%;
  }
  .advantages-list .slick:not(.slick-initialized) .advantages-item:nth-child(4),
.advantages-list .slick:not(.slick-initialized) .advantages-item:nth-child(5) {
    display: none;
  }
}
.advantages-list .slick-arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.advantages-list .slick-arrows .slick-arrow {
  pointer-events: initial;
}
.advantages-list .slick-arrows .slick-arrow .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.advantages-list .slick-arrows .slick-prev {
  left: 0;
}
.advantages-list .slick-arrows .slick-prev:before {
  color: #4A2683;
}
.advantages-list .slick-arrows .slick-next {
  right: 0;
}
.advantages-list .slick-arrows .slick-next:before {
  color: #4A2683;
}
.advantages-list ul {
  padding-right: 2rem;
}

.advantages-item {
  margin-top: 0;
  padding: 0 0.5rem;
  color: #4A2683;
}
.advantages-item .advantages-item__container {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1.6rem;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media (min-width: 740px) {
  .advantages-item .advantages-item__container {
    flex-direction: row;
  }
}
.advantages-item .advantages-item__container .advantages-item__icon {
  flex-shrink: 0;
  width: 100%;
  height: 2.375rem;
}
@media (min-width: 740px) {
  .advantages-item .advantages-item__container .advantages-item__icon {
    width: 2.375rem;
  }
}
@media (min-width: 1340px) {
  .advantages-item .advantages-item__container .advantages-item__icon {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.advantages-item .advantages-item__container .advantages-item__text {
  width: 100%;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.advantages-item .advantages-item__container .advantages-item__text .small {
  font-size: 0.875rem;
}
@media (min-width: 740px) {
  .advantages-item .advantages-item__container .advantages-item__text {
    font-size: 1.125rem;
    line-height: 1.4375rem;
    text-align: left;
  }
  .advantages-item .advantages-item__container .advantages-item__text .small {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1340px) {
  .advantages-item .advantages-item__container .advantages-item__text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .advantages-item .advantages-item__container .advantages-item__text .small {
    font-size: 1rem;
  }
}

.testimonial {
  position: relative;
  margin-bottom: 1rem;
  padding: 1.875rem !important;
}
@media (min-width: 740px) {
  .testimonial {
    padding: 2.5rem !important;
  }
}

.testimonial__message {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-style: italic;
}

.testimonial__caption {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
}

.testimonial__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-right: 1rem;
}

.testimonial__name {
  margin-right: 1rem;
  font-size: 1.2rem;
  flex: 0 0 100%;
}

.testimonial__stars {
  font-size: 2rem;
}
.testimonial__stars .testimonial-container-verified {
  display: flex;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #4A2683;
}

.testimonial__like {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-top: 0.3rem;
}
.testimonial__like .btn--like {
  display: flex;
  align-items: center;
}
.testimonial__like .icon {
  margin-left: 0.3125rem;
  width: 1em;
  height: 1em;
}

.testimonial__logo {
  margin-left: auto;
  margin-top: 0.5rem;
}

.testimonial__info {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 1rem;
  line-height: 1rem;
  width: 1rem;
  height: 1rem;
}

.articles-details-trustedshops {
  padding-top: 1.875rem;
}
@media (min-width: 1340px) {
  .articles-details-trustedshops {
    padding-top: 3.125rem;
  }
}
.articles-details-trustedshops .tp-reviews hr {
  margin: 0.5em 0;
}
.articles-details-trustedshops .tp-reviews__stars {
  margin-top: 1rem;
  display: inline-block;
}
@media (min-width: 740px) {
  .articles-details-trustedshops .tp-reviews__stars {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 1340px) {
  .articles-details-trustedshops .tp-reviews__stars {
    margin-top: 3.4375rem;
  }
}
.articles-details-trustedshops .tp-reviews__summary_container {
  margin-bottom: 1.875rem;
}
.articles-details-trustedshops .tp-reviews__summary {
  font-weight: 600;
  color: #4A2683;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-details-trustedshops .tp-reviews__summary {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .articles-details-trustedshops .tp-reviews__summary {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.articles-details-trustedshops .tp-reviews__disclaimer {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.articles-details-trustedshops .tp-reviews__ratings-header {
  margin-top: 2.8125rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-details-trustedshops .tp-reviews__ratings-header {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .articles-details-trustedshops .tp-reviews__ratings-header {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
@media (min-width: 1340px) {
  .articles-details-trustedshops .tp-reviews__ratings-header {
    padding-top: 4.5rem;
    border-top: 1px solid #4A2683;
  }
}
.articles-details-trustedshops .tp-reviews__ratings-percentages {
  margin-top: 1.875rem;
  margin-bottom: 3.125rem;
}
.articles-details-trustedshops .tp-reviews__ratings-percentages .reviews-filter + .reviews-filter {
  padding-top: 0.625rem;
}
.articles-details-trustedshops .tp-reviews__ratings-percentages ul {
  list-style: none;
  padding-left: 0;
}
.articles-details-trustedshops .tp-reviews__select {
  margin-bottom: 1.875rem;
}
.articles-details-trustedshops .tp-reviews__select select {
  max-width: 100%;
}
.articles-details-trustedshops .tp-reviews__name {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-details-trustedshops .tp-reviews__name {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-details-trustedshops .tp-reviews__data {
  display: flex;
  gap: 0.625rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.articles-details-trustedshops .tp-reviews__stars-verified {
  display: flex;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
.articles-details-trustedshops .tp-reviews__reviewtext {
  margin-top: 0.625rem;
}
.articles-details-trustedshops .tp-reviews__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .articles-details-trustedshops .tp-reviews__pagination .btn--arrow {
    padding-left: 10px;
    padding-right: 75px;
  }
  .articles-details-trustedshops .tp-reviews__pagination .btn--arrow-reverse {
    padding-right: 10px;
    padding-left: 75px;
  }
  .articles-details-trustedshops .tp-reviews__pagination .tp-logo {
    width: 60px;
  }
}
@media (min-width: 740px) {
  .articles-details-trustedshops .tp-reviews__repeater {
    display: grid;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0.625rem;
    grid-template-columns: minmax(20%, 280px) auto;
    grid-template-rows: auto 1fr;
    align-items: flex-start;
    grid-template-areas: "data stars-verified" "data reviewtext";
  }
  .articles-details-trustedshops .tp-reviews__repeater .tp-reviews__stars-verified {
    grid-area: stars-verified;
    justify-content: space-between;
    margin-top: 0;
  }
  .articles-details-trustedshops .tp-reviews__repeater .tp-reviews__reviewtext {
    grid-area: reviewtext;
    margin-top: 0;
  }
  .articles-details-trustedshops .tp-reviews__repeater .tp-reviews__data {
    grid-area: data;
    flex-direction: column;
    gap: 0.625rem;
  }
}
.articles-details-trustedshops .tp-reviews__verified {
  display: flex;
  justify-content: space-between;
}
.articles-details-trustedshops .tp-reviews__verified .tp-reviews__like {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.3125rem;
}
.articles-details-trustedshops .tp-reviews__verified .tp-reviews__like .btn--like {
  display: flex;
  align-items: center;
}
.articles-details-trustedshops .tp-reviews__verified .tp-reviews__like .btn--like .icon {
  margin-left: 0.3125rem;
  width: 1em;
  height: 1em;
}
.articles-details-trustedshops .tp-reviews .verified {
  text-transform: uppercase;
  color: #4A2683;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.articles-details-trustedshops .tp-reviews .verified .icon {
  margin-right: 0.3125rem;
}

.articles-entry__more-information {
  background-color: #cecece;
  border-radius: 3px;
}
.articles-entry__more-information .accordion__toggle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 1rem;
  font-weight: 600;
  border: 0;
  color: #4A2683;
  background-color: #cecece;
  perspective: 1000px;
}
.articles-entry__more-information .accordion__toggle:hover {
  background-color: #E1DBEA !important;
}
.articles-entry__more-information .accordion__toggle .icon--toggle {
  width: 1.6rem;
  height: 1.6rem;
  transition: transform 0.4s linear;
}
.articles-entry__more-information .accordion__toggle .icon--close {
  display: none;
}
.articles-entry__more-information .accordion__toggle.is-open .icon--open {
  transform: rotateX(180deg);
}
@media (max-width: 430px) {
  .articles-entry__more-information .accordion__toggle .accordion__icon {
    position: relative;
    top: 0;
  }
}
.articles-entry__more-information .accordion__content {
  display: none;
  padding: 2rem;
}

.kbr_recommended_products__article-entry {
  display: flex;
  flex-direction: column;
}
.kbr_recommended_products__article-entry .articles-entry__text {
  flex-direction: row;
}
.kbr_recommended_products__article-entry .articles-entry__options {
  flex-basis: 0 !important;
}
.kbr_recommended_products__article-entry .articles-entry__link:before {
  position: relative !important;
}
.kbr_recommended_products__article-entry .articles-entry__shipping-info {
  margin-bottom: 1.25rem !important;
}
@media (max-width: 1339px) {
  .kbr_recommended_products__article-entry .articles-entry__shipping-info {
    text-align: left !important;
  }
}
.kbr_recommended_products__article-entry .articles-entry__more-information {
  margin-left: 0rem !important;
}
.kbr_recommended_products__article-entry .articles-entry__more-information .accordion__toggle {
  padding-left: 1.25rem;
}

.articles-entries--carousel {
  position: relative;
}
.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;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  transform: translateY(50%) scale(0.7);
  background-color: transparent;
}
.articles-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (min-width: 740px) {
  .articles-entries--carousel .carousel-btn {
    transform: translateY(50%) scale(0.85);
  }
}
@media (min-width: 1340px) {
  .articles-entries--carousel .carousel-btn {
    transform: translateY(50%);
  }
}
.articles-entries--carousel .carousel-btn--prev {
  left: -0.625rem;
}
@media (min-width: 380px) {
  .articles-entries--carousel .carousel-btn--prev {
    left: -1.25rem;
  }
}
.articles-entries--carousel .carousel-btn--next {
  right: -0.625rem;
}
@media (min-width: 380px) {
  .articles-entries--carousel .carousel-btn--next {
    right: -1.25rem;
  }
}

.articles-entry--carousel {
  padding-inline: 1.25rem;
}
.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;
}
.articles-entry--carousel .articles-entry__unit {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-entry--carousel .articles-entry__unit {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-entry--carousel .price {
  margin-top: 0.75em;
}
.articles-entry--carousel .articles-entry__image:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: rgba(204, 193, 220, 0.25);
}
.articles-entry--carousel:has(:hover, :focus) .articles-entry__image:after {
  opacity: 1;
}

@media (min-width: 600px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    display: grid;
    align-content: start;
    grid-template-rows: auto;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    grid-auto-rows: min-content;
    grid-template-columns: 275px calc(100% - 275px - 20px);
    grid-template-areas: "articletitle articletitle" "articleimage articletext" "articleoptions articletext";
  }
  .articles-entry.articles-entry--details .articles-entry__top .articles-entry__top-title {
    grid-area: articletitle;
    min-height: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__top .articles-entry__top-left {
    grid-area: articleimage;
    min-height: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__top .articles-entry__top-right {
    grid-area: articletext;
    min-height: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__top .articles-entry__top-right-right {
    grid-area: articleoptions;
    min-height: 0;
  }
  .articles-entry.articles-entry--details .articles-entry__top .button-favorites {
    width: 100%;
  }
}
@media (min-width: 740px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    grid-template-columns: calc(70% - 275px - 20px - 20px) 30% 275px;
    grid-template-areas: "articletitle articletitle articletitle" "articleimage articletext articleoptions";
  }
}
@media (min-width: 980px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    grid-template-columns: calc(70% - 275px - 20px - 20px) 30% 275px;
    grid-template-areas: "articleimage articletitle articletitle" "articleimage articletext articleoptions";
  }
}
@media (min-width: 1340px) {
  .articles-entry.articles-entry--details .articles-entry__top {
    -moz-column-gap: 2.1875rem;
         column-gap: 2.1875rem;
    grid-template-columns: calc(60% - 275px - 35px - 35px) 40% 275px;
  }
}
.articles-entry.articles-entry--details .articles-entry__bottom {
  margin-top: 4.0625rem;
}
@media (min-width: 740px) {
  .articles-entry.articles-entry--details .articles-entry__bottom {
    margin-top: 5rem;
  }
}
@media (min-width: 1340px) {
  .articles-entry.articles-entry--details .articles-entry__bottom {
    margin-top: 7.5rem;
  }
}
@media (max-width: 599px) {
  .articles-entry.articles-entry--details .articles-entry__top-right-right {
    padding-top: 1.5625rem;
  }
}
@media (min-width: 600px) {
  .articles-entry.articles-entry--details .articles-entry__top-right-right {
    text-align: right;
  }
}
.articles-entry.articles-entry--details.articles-entry {
  margin-bottom: 0;
}
.articles-entry.articles-entry--details .articles-entry__title-variation {
  display: block;
  margin-top: 0.375em;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #212529;
}
.articles-entry.articles-entry--details .articles-entry__text,
.articles-entry.articles-entry--details .articles-entry__description {
  margin-bottom: 1.5em;
}
.articles-entry.articles-entry--details .articles-entry__image--print {
  display: none;
}
.articles-entry.articles-entry--details .articles-entry__prices {
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: flex-end;
}
.articles-entry.articles-entry--details .articles-entry__teaser {
  margin-top: 0.625rem;
}
@media (min-width: 980px) {
  .articles-entry.articles-entry--details .articles-entry__teaser {
    margin-top: 0.9375rem;
  }
}
.articles-entry.articles-entry--details .articles-entry__data,
.articles-entry.articles-entry--details .articles-entry__unit,
.articles-entry.articles-entry--details .articles-entry__options {
  margin-top: 0.625rem;
}
.articles-entry.articles-entry--details .articles-entry__data .p-price,
.articles-entry.articles-entry--details .articles-entry__unit .p-price,
.articles-entry.articles-entry--details .articles-entry__options .p-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 70%;
}
@media (min-width: 980px) {
  .articles-entry.articles-entry--details .articles-entry__data .p-price,
.articles-entry.articles-entry--details .articles-entry__unit .p-price,
.articles-entry.articles-entry--details .articles-entry__options .p-price {
    width: 50%;
  }
}
@media (min-width: 1340px) {
  .articles-entry.articles-entry--details .articles-entry__data .p-price,
.articles-entry.articles-entry--details .articles-entry__unit .p-price,
.articles-entry.articles-entry--details .articles-entry__options .p-price {
    width: 60%;
  }
}
.articles-entry.articles-entry--details .articles-entry__prices .p-price {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 70%;
}
@media (min-width: 980px) {
  .articles-entry.articles-entry--details .articles-entry__prices .p-price {
    width: 50%;
  }
}
@media (min-width: 1340px) {
  .articles-entry.articles-entry--details .articles-entry__prices .p-price {
    width: 60%;
  }
}
.articles-entry.articles-entry--details .price__current {
  font-size: 1.5rem;
  line-height: 1;
}
.articles-entry.articles-entry--details .articles-entry__misc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 739px) {
  .articles-entry.articles-entry--details .articles-entry__misc {
    display: none;
  }
}
.articles-entry.articles-entry--details .articles-entry__misc .btn, .articles-entry.articles-entry--details .articles-entry__misc .button {
  border-radius: initial;
  border: none;
  height: 38px;
  width: 36px;
}
.articles-entry.articles-entry--details .articles-entry__misc .btn .icon, .articles-entry.articles-entry--details .articles-entry__misc .button .icon {
  width: 24px;
  height: 24px;
  padding: 0;
}
.articles-entry.articles-entry--details .articles-entry__misc .btn.dropdown__toggle:after, .articles-entry.articles-entry--details .articles-entry__misc .dropdown__toggle.button:after {
  display: none;
}
.articles-entry.articles-entry--details .articles-entry__misc-item + .articles-entry__misc-item {
  margin-left: 0.4375rem;
}
.articles-entry.articles-entry--details .articles-entry__misc-item.favorites-contact {
  display: flex;
  align-items: flex-start;
  margin: 0.8125rem 0px;
  flex-direction: column;
  row-gap: 0.9375rem;
}
@media (min-width: 600px) {
  .articles-entry.articles-entry--details .articles-entry__misc-item.favorites-contact {
    align-items: center;
  }
}
.articles-entry.articles-entry--details .articles-entry__misc-item.favorites-contact .favorites-contact__contact {
  display: flex;
  align-items: flex-end;
  gap: 0.625rem;
}
.articles-entry.articles-entry--details .articles-entry__variation-image-selection {
  display: none;
}
@media (min-width: 980px) {
  .articles-entry.articles-entry--details .articles-entry__variation-image-selection {
    display: block;
  }
}
.articles-entry.articles-entry--details #articles-entry__placeholder-name {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.articles-entry.articles-entry--details .image-carousel-nav .pager-carousel__item {
  bottom: 0;
}
.articles-entry.articles-entry--details .lightbox-iframe-contact {
  color: #4A2683;
  font-size: 1rem;
  line-height: 1.5625rem;
  box-shadow: inset 0 -1px 0 0 currentColor;
}
@media (min-width: 740px) {
  .articles-entry.articles-entry--details .lightbox-iframe-contact {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .articles-entry.articles-entry--details .lightbox-iframe-contact {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.articles-entry.articles-entry--details .btn--scroll-to-reviews {
  text-align: left;
}
.articles-entry.articles-entry--details .btn--scroll-to-reviews.is-inactive {
  pointer-events: none;
  cursor: default;
}
.articles-entry.articles-entry--details .tabs__content {
  padding-top: 1.5625rem;
}
@media (min-width: 1340px) {
  .articles-entry.articles-entry--details .tabs__content {
    padding-top: 2.8125rem;
  }
}
.articles-entry.articles-entry--details .tabs__content table {
  empty-cells: show;
  border-collapse: collapse;
  min-width: 62%;
}
.articles-entry.articles-entry--details .tabs__content table td,
.articles-entry.articles-entry--details .tabs__content table th {
  vertical-align: top;
  text-align: right;
  border: 1px solid #7e64a6;
  padding: 0.3125rem;
}
.articles-entry.articles-entry--details .tabs__content table tr:first-child th,
.articles-entry.articles-entry--details .tabs__content table tr:first-child td {
  background-color: #EDE9F3;
  font-weight: 600;
  vertical-align: bottom;
}
.articles-entry.articles-entry--details .tabs__content table tr th:first-child,
.articles-entry.articles-entry--details .tabs__content table tr td:first-child {
  text-align: left;
  font-weight: 600;
}
@media (max-width: 599px) {
  .articles-entry.articles-entry--details .add-to-cart .btn--cart {
    flex-grow: 1;
  }
}

.articles-entry--favorites {
  padding-block: 2.1875rem;
}
.articles-entry--favorites .add-to-cart,
.articles-entry--favorites .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
.articles-entry--favorites .articles-entry__text {
  margin-top: 0.75em;
}
.articles-entry--favorites + .articles-entry--favorites {
  border-top: 1px solid #4A2683;
}
.articles-entry--favorites .articles-entry__title {
  margin-top: 0;
}
@media (min-width: 430px) {
  .articles-entry--favorites .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--favorites .articles-entry__text {
    display: inline;
    z-index: 1;
  }
  .articles-entry--favorites .articles-entry__text {
    margin-top: 0;
  }
}
@media (min-width: 600px) {
  .articles-entry--favorites {
    display: flex;
  }
  .articles-entry--favorites .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .articles-entry--favorites .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
  .articles-entry--favorites .articles-entry__image {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 740px) {
  .articles-entry--favorites {
    display: flex;
  }
  .articles-entry--favorites .articles-entry__image {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
  .articles-entry--favorites .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
  .articles-entry--favorites .articles-entry__options .add-to-cart {
    flex-direction: row;
  }
  .articles-entry--favorites .articles-entry__options .add-to-cart > .cart-amount {
    margin-bottom: 0;
  }
}
@media (min-width: 1340px) {
  .articles-entry--favorites .articles-entry__text {
    display: flex;
  }
  .articles-entry--favorites .articles-entry__data {
    flex: 1 1 auto;
  }
  .articles-entry--favorites .articles-entry__options {
    flex: 0 1 28.125rem;
    max-width: 28.125rem;
    margin-top: 0;
  }
}
@media (min-width: 1560px) {
  .articles-entry--favorites .articles-entry__image {
    flex: 0 0 12.5rem;
    max-width: 12.5rem;
  }
}

.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;
  margin-bottom: 0.75em;
}
.articles-entry--incentive .articles-entry__add-to-cart .btn .icon, .articles-entry--incentive .articles-entry__add-to-cart .button .icon {
  margin: 0 0.25em;
}

@media (max-width: 739px) {
  .cart-incentives .text-teaser__content, .cart-incentives .text-teaser__heading {
    max-width: 100% !important;
  }
}

.articles-entry--lightbox {
  padding: 1.25rem;
  background-color: #fff;
  text-align: left;
  max-width: 35rem;
}
@media (min-width: 740px) {
  .articles-entry--lightbox {
    width: 35rem;
    display: flex;
    align-items: center;
  }
}
.articles-entry--lightbox .articles-entry__image {
  max-width: 12.5rem;
  margin: 0 auto 0.75em;
}
@media (min-width: 740px) {
  .articles-entry--lightbox .articles-entry__image {
    width: 100%;
    flex-shrink: 0;
    margin: 0 1rem 0 0;
  }
}
.articles-entry--lightbox .articles-entry__text {
  margin-bottom: 0.75em;
}
@media (min-width: 740px) {
  .articles-entry--lightbox .articles-entry__text {
    flex-grow: 1;
    margin: 0;
    padding-right: 1.5625rem;
  }
}
.articles-entry--lightbox .image-canvas {
  justify-content: center;
}

.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 {
  padding-block: 2.1875rem;
}
.articles-entry--my-products .add-to-cart,
.articles-entry--my-products .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
.articles-entry--my-products .articles-entry__text {
  margin-top: 0.75em;
}
.articles-entry--my-products + .articles-entry--my-products {
  border-top: 1px solid #4A2683;
}
.articles-entry--my-products .articles-entry__title {
  margin-top: 0;
}
@media (min-width: 430px) {
  .articles-entry--my-products {
    flex-wrap: wrap;
  }
  .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;
  }
  .articles-entry--my-products .articles-entry__text {
    margin-top: 0;
  }
  .articles-entry--my-products .articles-entry__more-information {
    padding: 0.9375rem 1.25rem;
    width: 100%;
    background-color: #f6f6f6;
  }
  .articles-entry--my-products .articles-entry__more-information .accordion__toggle {
    color: #4A2683;
    background-color: #f6f6f6;
    padding: 0.625rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .articles-entry--my-products .articles-entry__more-information .accordion__toggle .icon {
    position: relative;
    top: auto;
  }
}
@media (min-width: 600px) {
  .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;
  }
  .articles-entry--my-products .articles-entry__image {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 740px) {
  .articles-entry--my-products {
    display: flex;
  }
  .articles-entry--my-products .articles-entry__image {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
  .articles-entry--my-products .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
  .articles-entry--my-products .articles-entry__options .add-to-cart {
    flex-direction: row;
  }
  .articles-entry--my-products .articles-entry__options .add-to-cart > .cart-amount {
    margin-bottom: 0;
  }
}
@media (min-width: 1340px) {
  .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 28.125rem;
    max-width: 28.125rem;
    margin-top: 0;
  }
}
@media (min-width: 1560px) {
  .articles-entry--my-products .articles-entry__image {
    flex: 0 0 12.5rem;
    max-width: 12.5rem;
  }
  .articles-entry--my-products .articles-entry__more-information {
    margin-left: 220px;
  }
}

.articles-entries--overview {
  margin-top: 1.5em;
}

.articles-entry--overview {
  padding-block: 2.1875rem;
}
.articles-entry--overview .articles-entry__text {
  margin-top: 0.75em;
}
.articles-entry--overview .articles-entry__image:after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
  background-color: rgba(204, 193, 220, 0.25);
}
@media (max-width: 429px) {
  .articles-entry--overview .articles-entry__image {
    max-width: 8.125rem;
  }
}
.articles-entry--overview:has(:hover, :focus) .articles-entry__image:after {
  opacity: 1;
}
.articles-entry--overview .articles-entry__title {
  margin-top: 0.625rem;
}
.articles-entry--overview .articles-entry__unit {
  margin-top: 0.625rem;
}

.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: 740px) {
  .articles-entry--selection {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.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.625rem;
  right: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid #8a8a8a;
}
.articles-entry--selection .image-wrapper:after {
  bottom: 0.9375rem;
  right: 0.9375rem;
  width: 10px;
  height: 10px;
}
.articles-entry--selection .image-wrapper:hover {
  border-color: #4A2683;
}
.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:focus + .image-wrapper {
  border-color: #4A2683;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper {
  border-color: #4A2683;
  box-shadow: 0 0 1px 1px rgba(74, 38, 131, 0.5);
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:before {
  border-color: #4A2683;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:after {
  content: "";
  background-color: #4A2683;
}
.articles-entry--selection .image-canvas {
  z-index: 1;
  width: auto;
  height: auto;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  background-color: #fff;
  justify-content: center;
}
.articles-entry--selection .articles-entry__heading {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
@media (min-width: 740px) {
  .articles-entry--selection .articles-entry__heading {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .articles-entry--selection .articles-entry__heading {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.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 #8a8a8a;
}
.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: #4A2683;
}
.no-welcome-gift .articles-entry__radio:focus + span:before {
  border-color: #4A2683;
}
.no-welcome-gift .articles-entry__radio:checked + span:before {
  border-color: #4A2683;
}
.no-welcome-gift .articles-entry__radio:checked + span:after {
  content: "";
  background-color: #4A2683;
}

.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: 599px) {
  .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: 600px) {
  .articles-entry--teaser .articles-entry__text {
    margin-top: 0.75em;
  }
}

.articles-entries::after {
  display: block;
  clear: both;
  content: "";
}

.articles-entry {
  position: relative;
}
.articles-entry::after {
  display: block;
  clear: both;
  content: "";
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry .articles-entry__image {
  position: relative;
}
.articles-entry .articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.articles-entry .articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-entry .articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry .articles-entry__title {
  font-style: normal;
  font-weight: 700;
}
.articles-entry .articles-entry__teaser {
  margin-top: 0.75em;
}
.articles-entry .articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.articles-entry .articles-entry__image {
  background-color: #fff;
}
.articles-entry .articles-entry__image .image-canvas > img {
  min-width: 0;
}
.articles-entry__text {
  word-break: break-word;
}
.articles-entry .price {
  display: block;
  font-weight: 700;
}
.articles-entry .price__current {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
@media (min-width: 740px) {
  .articles-entry .price__current {
    font-size: 1.4375rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1880px) {
  .articles-entry .price__current {
    font-size: 1.5625rem;
    line-height: 2.375rem;
  }
}
.articles-entry .price__current--discounted {
  color: #DD0000;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
@media (min-width: 740px) {
  .articles-entry .price__current--discounted {
    font-size: 1.4375rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1880px) {
  .articles-entry .price__current--discounted {
    font-size: 1.5625rem;
    line-height: 2.375rem;
  }
}
.articles-entry .price__strike {
  color: #707070;
  text-decoration: line-through;
  font-size: 1.375rem;
  line-height: 2.125rem;
}
@media (min-width: 740px) {
  .articles-entry .price__strike {
    font-size: 1.4375rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1880px) {
  .articles-entry .price__strike {
    font-size: 1.5625rem;
    line-height: 2.375rem;
  }
}
.articles-entry .price__multiple {
  display: block;
  font-weight: 400;
  margin-top: 0.75em;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-entry .price__multiple {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-entry .tp-average {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-entry .tp-average {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-entry__wishlist-option {
  margin-top: 0.75em;
}
.articles-entry__unit {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-entry__unit {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-entry__shipping-info {
  font-size: 0.8rem;
  line-height: 1.5;
}
.articles-entry__shipping-info .icon {
  color: #218838;
  margin-right: 0.15rem;
}
.articles-entry__amount {
  width: 7rem;
}
.articles-entry__vat-shipping {
  position: relative;
  z-index: 20;
  margin-top: 0.75em;
  font-size: 0.8rem;
  line-height: 1.5;
}
.articles-entry__vat-shipping a {
  text-decoration: underline;
}
.articles-entry__vat-shipping a:hover, .articles-entry__vat-shipping a:active {
  text-decoration: none;
}
.articles-entry__prices {
  position: relative;
  margin-top: 0;
}
.articles-entry__reserve {
  display: inline-block;
  vertical-align: middle;
}
.articles-entry__reserve .alert-message {
  font-size: 0.7em;
  line-height: 1.5;
}
.articles-entry__reserve .alert-message .btn, .articles-entry__reserve .alert-message .button {
  margin-block: 0.25em;
}
.articles-entry__basic-rate {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.articles-entry__teaser {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .articles-entry__teaser {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.articles-entry__teaser * + * {
  margin-top: 0.75em;
}
.articles-entry--contact {
  padding: 1.25rem 0.625rem;
  margin-bottom: 1.25rem;
  display: flex;
  border-bottom: 1px solid #FBBB01;
}

.page--articles-overview-discount .articles-overview-intro__text {
  width: 100%;
  float: none;
  display: block !important;
  max-width: none;
  margin-bottom: 2.5rem;
}

.articles-overview-discount {
  --row-gap: 3.125rem;
  --column-gap: 1.25rem;
  --line-offset: calc(var(--row-gap) / 2);
  --line-thickness: 2px;
  --line-color: #E1DBEA;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: var(--column-gap, 1.25rem);
       column-gap: var(--column-gap, 1.25rem);
  row-gap: var(--row-gap, 3.125rem);
  overflow: hidden;
}
@media (min-width: 540px) {
  .articles-overview-discount {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .articles-overview-discount {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 980px) {
  .articles-overview-discount {
    --row-gap: 3.75rem;
    --column-gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1100px) {
  .articles-overview-discount {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1560px) {
  .articles-overview-discount {
    grid-template-columns: repeat(5, 1fr);
  }
}
.articles-overview-discount .articles-entry--discount {
  display: flex;
  flex-direction: column;
  word-break: break-word;
}
.articles-overview-discount .articles-entry--discount::after {
  content: "";
  position: absolute;
  top: calc(var(--line-offset) * -1);
  left: 0;
  width: 100vw;
  height: var(--line-thickness);
  background-color: var(--line-color);
  z-index: 1;
}
.articles-overview-discount .articles-entry__title {
  margin-top: 0;
  margin-bottom: 1rem;
  text-wrap: balance;
}
.articles-overview-discount .articles-entry__prices {
  margin-top: auto;
}
.articles-overview-discount .articles-entry__reserve {
  z-index: 20;
  position: relative;
}
.articles-overview-discount .articles-entry__reserve .alert-message {
  padding: 0 0 0 1.5rem;
  border: 0;
}
.articles-overview-discount .articles-entry__reserve .alert-message .alert-message__icon-status {
  left: 0;
  top: 0.2rem;
}
.articles-overview-discount .add-to-cart {
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  z-index: 20;
}
.articles-overview-discount .add-to-cart label {
  display: none;
}
.articles-overview-discount .cart-amount {
  flex-direction: column;
  margin-right: 1rem;
  margin-bottom: 0 !important;
}
.articles-overview-discount .add-to-cart__amount {
  justify-content: flex-start;
  margin-top: 0.5rem;
}
.articles-overview-discount .add-to-cart__button {
  margin-top: 0.5rem;
}

.athletes-entries--carousel {
  position: relative;
  margin-inline: -1.25rem;
}
@media (max-width: 1559px) {
  .athletes-entries--carousel {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.athletes-entries--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.athletes-entries--carousel .carousel-btn {
  pointer-events: initial;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  transform: translateY(50%);
}
.athletes-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 739px) {
  .athletes-entries--carousel .carousel-btn {
    transform: scale(0.7);
  }
}
@media (max-width: 1339px) {
  .athletes-entries--carousel .carousel-btn {
    transform: scale(0.85);
  }
}
.athletes-entries--carousel .carousel-btn--prev {
  left: -2.5rem;
}
.athletes-entries--carousel .carousel-btn--next {
  right: -2.5rem;
}

.athletes-entry--carousel {
  padding-inline: 1.25rem;
}
.athletes-entry--carousel .athletes-entry__box {
  padding: 1rem;
  margin-bottom: 0;
  background-color: transparent;
}
.athletes-entry--carousel .blog-post-actions {
  border-top: 0.5px solid rgba(74, 38, 131, 0.2);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}
@media (min-width: 1340px) {
  .athletes-entry--carousel .blog-post-actions {
    display: flex;
  }
  .athletes-entry--carousel .athletes-entry__text {
    margin-left: 0.625rem;
  }
}

.badge {
  max-width: 33%;
  max-height: 33%;
  pointer-events: none;
}

.discount-percent {
  display: block;
  position: absolute;
  height: 2rem;
  width: 5.9375rem;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 700;
  text-align: center;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  filter: drop-shadow(2px 2px 2px rgba(17, 17, 17, 0.25));
  background-image: url("../../images/button-red-bg-combo-reverse.svg");
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 3.4375rem;
  padding-right: 0.5rem;
}
@media (min-width: 430px) {
  .discount-percent {
    width: 7.8125rem;
    padding-left: 4.0625rem;
  }
}
.articles-entry__images .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(17, 17, 17, 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: 979px) {
  .articles-entries--overview .badge-news {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 740px) {
  .articles-entry--details .badge-news {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (min-width: 1340px) {
  .articles-entry--details .badge-news {
    width: 5rem;
    height: 5rem;
  }
}

.badge-bio {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  text-align: center;
  pointer-events: none;
}
.articles-entry--details .badge-bio {
  bottom: auto;
  top: 0;
}

.badge-bio__badge {
  background-image: url("../../../../../temp/explorer/files/root/badges/bio_de.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.badge-bio__text {
  margin: 0 auto;
  font-weight: 600;
}

.articles-overview-articles .badge-bio__badge {
  width: 4rem;
  height: 3.4rem;
}
.articles-overview-articles .badge-bio__text {
  font-size: 0.4375rem;
  line-height: 0.5625rem;
}
@media (min-width: 980px) {
  .articles-overview-articles .badge-bio__badge {
    width: 6rem;
    height: 5rem;
  }
  .articles-overview-articles .badge-bio__text {
    font-size: 0.625rem;
    line-height: 0.8125rem;
  }
}

.articles-entry--details .badge-bio__badge,
.articles-entry--reviews .badge-bio__badge {
  width: 5rem;
  height: 4.5rem;
}
.articles-entry--details .badge-bio__text,
.articles-entry--reviews .badge-bio__text {
  font-size: 0.4375rem;
  line-height: 0.5625rem;
}
@media (min-width: 740px) {
  .articles-entry--details .badge-bio__badge,
.articles-entry--reviews .badge-bio__badge {
    width: 6rem;
    height: 5rem;
  }
  .articles-entry--details .badge-bio__text,
.articles-entry--reviews .badge-bio__text {
    font-size: 0.625rem;
    line-height: 0.8125rem;
  }
}
@media (min-width: 1340px) {
  .articles-entry--details .badge-bio__badge,
.articles-entry--reviews .badge-bio__badge {
    width: 8rem;
    height: 6rem;
  }
  .articles-entry--details .badge-bio__text,
.articles-entry--reviews .badge-bio__text {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}

.articles-entry__image .badge-2for1 {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  filter: drop-shadow(2px 2px 2px rgba(17, 17, 17, 0.25));
}

.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: 2px solid transparent;
  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 #8a8a8a;
  background-color: #fff;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 10px;
  height: 10px;
  background-color: #4A2683;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:hover, .big-ticks .big-ticks__item:focus {
  border-color: #4A2683;
  z-index: 2;
}
.big-ticks .big-ticks__item:hover:before, .big-ticks .big-ticks__item:focus:before {
  border-color: #4A2683;
}
.big-ticks .big-ticks__panel {
  flex-direction: column;
  justify-content: stretch;
}
.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:focus + .big-ticks__item {
  border-color: #4A2683;
  z-index: 2;
}
.big-ticks .big-ticks__radio:focus + .big-ticks__item:before {
  border-color: #4A2683;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #4A2683;
  background-color: #EDE9F3;
  box-shadow: 0 0 1px 1px rgba(74, 38, 131, 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: #4A2683;
}
.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__image {
  margin: 0.75em 0 0 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding: 0.75em 0 0 1.875rem;
  max-width: 18.75rem;
}
@media (max-width: 739px) {
  .big-ticks li + li {
    margin-top: 1.25rem;
  }
}
@media (min-width: 740px) {
  .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__image {
    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: #495057;
  order: 4;
}

.card {
  display: block;
  padding: 1.25rem;
  background-color: #f6f6f6;
}

.card__intro {
  background-color: #E3DDEB;
  padding: 0.625rem;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .card__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.card__footer {
  padding: 0.625rem;
  margin-top: 1.25rem;
  background-color: #E3DDEB;
}

.card--small {
  padding: 0.625rem;
}

.card--white {
  background-color: #fff;
}

.card--purple {
  background-color: #E3DDEB;
}

.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 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;
}

.slick-dot-icon {
  display: none;
}

.cart-amount-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.3125rem;
  margin-left: 2em;
}
.cart-amount-wrapper .cart-amount-label {
  display: inline-block;
  margin-right: 0.3125rem;
  font-weight: 500;
  color: #212529;
}
@media (min-width: 600px) and (max-width: 739px) {
  .cart-amount-wrapper .cart-amount-label {
    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;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .cart-amount-wrapper .cart-amount-label {
    position: static;
    z-index: auto;
    opacity: 1;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
    clip: auto;
    overflow: visible;
    display: inline-block;
    margin-right: 0.3125rem;
    font-weight: 500;
    color: #212529;
  }
}
@media (min-width: 980px) {
  .cart-amount-wrapper .cart-amount-label {
    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;
  }
}
.cart-amount-wrapper label {
  margin: 0 0.3125rem 0 0;
}
.cart-amount-wrapper .btn--delete,
.cart-amount-wrapper .btn--refresh {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
}
@media (max-width: 599px) {
  .cart-amount-wrapper .btn--delete.tooltip:before,
.cart-amount-wrapper .btn--refresh.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;
  }
  .cart-amount-wrapper .btn--delete.tooltip:after,
.cart-amount-wrapper .btn--refresh.tooltip:after {
    left: auto;
    bottom: 100%;
    right: 0;
    transform: translate(0, 12px);
  }
  .cart-amount-wrapper .btn--delete.tooltip:hover:before,
.cart-amount-wrapper .btn--refresh.tooltip:hover:before {
    transform: translate(-50%, calc(-50% - 4px));
  }
  .cart-amount-wrapper .btn--delete.tooltip:hover:after,
.cart-amount-wrapper .btn--refresh.tooltip:hover:after {
    transform: translate(0, -8px);
  }
}
.cart-amount-wrapper .btn--refresh {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.cart-amount-wrapper .btn--refresh.visible {
  opacity: 1;
  pointer-events: auto;
}

.cart-amount {
  margin-right: 0.3125rem;
  white-space: nowrap;
  display: flex;
}
.cart-amount .container {
  text-align: center;
}

.page--articles-details .cart-amount {
  justify-content: space-between;
}

.cart-amount-input,
.btn.cart-amount-minus,
.cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  position: relative;
  margin-right: -1px;
  padding-inline: 0.625rem;
}

.cart-amount-input {
  text-align: center;
  width: 2.5rem;
  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;
}

.btn.cart-amount-minus, .cart-amount-minus.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.cart-amount-plus, .cart-amount-plus.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.add-to-cart {
  position: relative;
  display: flex;
  flex-direction: row;
}
.add-to-cart::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 600px) {
  .add-to-cart {
    flex-direction: column;
  }
}
.add-to-cart > .cart-amount label {
  color: #4A2683;
  font-weight: bold;
}
@media (max-width: 599px) {
  .add-to-cart > .cart-amount label {
    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;
  }
}
@media (min-width: 1340px) {
  .add-to-cart > .cart-amount {
    margin-bottom: 0.6875rem;
  }
}
.add-to-cart + .articles-entry__shipping-info {
  margin: 1.5625rem 0 0 0;
  text-align: right;
}
@media (max-width: 599px) {
  .add-to-cart + .articles-entry__shipping-info {
    text-align: left;
  }
}
.add-to-cart__amount {
  display: flex;
}
@media (min-width: 600px) {
  .add-to-cart__amount {
    justify-content: flex-end;
    align-items: center;
  }
  .add-to-cart__amount label {
    margin-right: 0.9375rem;
  }
}
.add-to-cart__button .icon {
  padding: 0;
}
.articles-entries--favorites .add-to-cart, .articles-entries--my-products .add-to-cart {
  flex-direction: row;
}

.add-to-cart-quantity-input {
  border-color: #FBBB01;
}

.articles-entry__options .add-to-cart > .cart-amount {
  margin-bottom: 0.6875rem;
}
@media (max-width: 599px) {
  .articles-entry__options .add-to-cart > .cart-amount {
    margin-bottom: 0rem;
  }
}

.cart-progress {
  opacity: 0;
  position: relative;
  height: 6.875rem;
  padding-top: 3.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 980px) {
  .csstransforms .cart-progress {
    display: block;
  }
}
.cart-progress:not(.target-max) {
  margin-right: 2.5rem;
}
.cart-progress:not(.target-max):after {
  content: "…";
  position: absolute;
  right: -2.5rem;
  top: 3.125rem;
  font-weight: 700;
  color: #777;
}

.cart-progress.target-max {
  margin-right: 1.25rem;
}

.cart-progress-step {
  display: none;
  position: absolute;
  top: 2.8125rem;
  transform: translate(-50%, 0);
  max-width: 6.25rem;
  text-align: center;
  height: 3rem;
  width: 3rem;
}
.cart-progress-step.is-visible {
  display: block;
}
.cart-progress-step.is-animated {
  animation: boing 500ms ease-out;
}
.cart-progress-step__achieved {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  color: #444;
  font-weight: 600;
}
.cart-progress-step.is-animated .cart-progress-step__achieved {
  color: #fff;
}
.cart-progress-step--achieved {
  left: 1% !important;
}

.cart-progress-step__icon {
  position: relative;
  width: 100%;
  height: 100%;
}
.cart-progress-step__icon .icon,
.cart-progress-step__icon span {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-progress-step__icon .icon--bg {
  color: #e2e2e2;
  width: 3rem;
  height: 3rem;
}
.cart-progress-step__icon .icon--icon,
.cart-progress-step__icon span {
  color: #4A2683;
}
.cart-progress-step__icon .icon--icon {
  width: 1.5rem;
  height: 1.5rem;
}
.cart-progress-step__icon .icon--icon-achieved {
  width: 1.875rem;
  height: 1.875rem;
}
.cart-progress-step__icon span {
  font-size: 0.9375rem;
  font-weight: 700;
}
.cart-progress--big .cart-progress-step.is-animated .cart-progress-step__icon .icon--bg, .cart-progress--small .cart-progress-step.is-animated .cart-progress-step__icon .icon--bg {
  color: #4A2683;
}
.cart-progress--big .cart-progress-step.is-animated .cart-progress-step__icon .icon--icon,
.cart-progress--big .cart-progress-step.is-animated .cart-progress-step__icon span, .cart-progress--small .cart-progress-step.is-animated .cart-progress-step__icon .icon--icon,
.cart-progress--small .cart-progress-step.is-animated .cart-progress-step__icon span {
  color: #fff;
}

.cart-progress-step__title,
.cart-progress-step__value {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 1.125rem;
  line-height: 1.25rem;
  color: #212529;
  max-height: 2.5rem;
  width: 7.5rem;
}
.cart-progress--big .cart-progress-step.is-animated .cart-progress-step__title, .cart-progress--small .cart-progress-step.is-animated .cart-progress-step__title,
.cart-progress--big .cart-progress-step.is-animated .cart-progress-step__value,
.cart-progress--small .cart-progress-step.is-animated .cart-progress-step__value {
  color: #4A2683;
}

.cart-progress--small .cart-progress-step__title {
  font-size: 0.875rem;
  width: 5.875rem;
  line-height: 1.125rem;
}

.cart-progress-step__title {
  bottom: calc(100% + 0.3rem);
  font-weight: 600;
}

.cart-progress-step__value {
  top: calc(100% + 0.3rem);
  font-weight: 700;
  white-space: nowrap;
}

.cart-progress-bar {
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #e2e2e2;
}

.cart-progress-bar__inner {
  width: 0;
  height: 1.5rem;
  border-radius: 0.75rem;
  background-color: #4A2683;
}

.cart-progress--small:not(.cart-progress--grouped) .cart-progress-step:nth-child(1) {
  display: block;
  left: 50%;
}
.cart-progress--small:not(.cart-progress--grouped) .cart-progress-step:nth-child(2) {
  display: block;
  left: 100%;
}
.cart-progress--small.cart-progress--grouped .cart-progress-step:nth-child(2) {
  display: block;
  left: 50%;
}
.cart-progress--small.cart-progress--grouped .cart-progress-step:nth-child(3) {
  display: block;
  left: 100%;
}

.cart-progress-remain {
  display: none;
}
.cart-progress--small .cart-progress-remain {
  display: block;
  font-size: 1.125rem;
  margin-top: 0.875rem;
}

.cart-progress-achievement {
  display: flex;
  gap: 0.3125rem;
  text-align: left;
  margin-bottom: 0.1875rem;
}
.cart-progress-achievement__icon {
  flex-shrink: 0;
}
.cart-progress-achievement__icon .icon {
  width: 1.125rem;
  height: 1.125rem;
}
.cart-progress-achievement__text {
  align-self: center;
}

@media (max-width: 739px) {
  .cart-progress--big {
    display: none;
  }
}

@media (min-width: 740px) {
  .page--cart .cart-progress--small {
    display: none;
  }
}
.page--cart .cart-progress--small .cart-progress-remain {
  display: none;
}
@media (min-width: 600px) {
  .page--cart .cart-progress--small .cart-progress-remain {
    display: block;
  }
}

@keyframes boing {
  33% {
    transform: scale(1.2, 1.2) translate(-50%, 0);
  }
  100% {
    transform: scale(1, 1) translate(-50%, 0);
  }
}
@media (max-width: 979px) {
  html[lang=de] .cart-progress--big.target-100 .cart-progress-step--25 {
    position: absolute;
  }
  html[lang=de] .cart-progress--big.target-100 .cart-progress-step--25 .cart-progress-step__title {
    visibility: hidden;
  }
}
@media (max-width: 1099px) {
  html[lang=de] .cart-progress--big.target-100 .cart-progress-step--10 {
    position: absolute;
  }
  html[lang=de] .cart-progress--big.target-100 .cart-progress-step--10 .cart-progress-step__title {
    visibility: hidden;
  }
}

.checkout-progress {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 50;
}
.checkout-progress .container-inner {
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.checkout-progress .checkout-progress__heading {
  color: color("primary");
  font-weight: 600;
}
.checkout-progress ul {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  border: 1px solid #fff;
  border-bottom: 0;
  max-width: 100%;
  overflow: hidden;
  max-height: 3.75rem;
  justify-content: flex-start;
}
.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:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.875rem solid transparent;
  border-bottom: 1.875rem solid transparent;
  border-left: 1.25rem solid #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.checkout-progress ul > li {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 3.75rem;
  line-height: 1.75rem;
  padding: 0 1.875rem 0 1.875rem;
  position: relative;
  color: #212529;
  background-color: #f6f6f6;
  display: block;
  flex-grow: 1;
  text-align: center;
  font-weight: 700;
  flex: 0 0 25%;
  max-width: 25%;
}
.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: 1.875rem solid transparent;
  border-bottom: 1.875rem solid transparent;
  border-left: 1.25rem solid transparent;
  margin: auto;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 100%;
  z-index: 2;
}
.checkout-progress ul > li:before {
  margin-left: 2px;
  z-index: 1;
  border-left-color: #fff;
}
.checkout-progress ul > li:after {
  border-left-color: #f6f6f6;
}
.checkout-progress ul > li.running {
  color: #212529;
  background: #FBBB01;
  font-weight: bold;
}
.checkout-progress ul > li.running:after {
  border-left-color: #FBBB01;
}
.checkout-progress ul > li.running:before {
  border-left-color: #fff;
}
.checkout-progress ul > li.done {
  color: #fff;
  background: #4A2683;
}
.checkout-progress ul > li.done:after {
  border-left-color: #4A2683;
}
.checkout-progress ul > li.done:before {
  border-left-color: #fff;
}
.checkout-progress ul > li:first-child {
  padding-left: 3.75rem;
}
.checkout-progress ul > li:last-child {
  padding-right: 3.75rem;
}
.checkout-progress ul > li:last-child:before, .checkout-progress ul > li:last-child:after {
  border: 0;
}
@media (max-width: 1339px) {
  .checkout-progress .checkout-progress__heading {
    display: none;
  }
}
@media (max-width: 739px) {
  .checkout-progress ul > li {
    padding: 0 0.3125rem 0 1.875rem;
    font-size: 0.6875rem;
    line-height: 3.75rem;
    white-space: nowrap;
  }
  .checkout-progress ul > li:first-child {
    padding-left: 1.875rem;
  }
  .checkout-progress ul > li:last-child {
    padding-right: 0.625rem;
  }
}
@media (min-width: 430px) {
  .checkout-progress ul > li {
    font-size: 0.875rem;
  }
}
@media (min-width: 600px) {
  .checkout-progress ul > li span {
    display: inline;
  }
}
@media (min-width: 740px) {
  .checkout-progress ul > li {
    font-size: 1.125rem;
    line-height: 3.75rem;
  }
}

.content-chapters__section + .content-chapters__section {
  margin-top: 2.5rem;
}
@media (min-width: 1100px) {
  .content-chapters__section + .content-chapters__section {
    margin-top: 4rem;
  }
}
.content-chapters__section--dark-bg {
  padding: 2.5rem 0;
  background-color: #f6f6f6;
}
@media (min-width: 1100px) {
  .content-chapters__section--dark-bg {
    padding: 4rem 0;
  }
}
.content-chapters__section-subtitle {
  color: #4A2683;
}

.cooperation-athletes__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 2rem 1.25rem;
}
@media (min-width: 600px) {
  .cooperation-athletes__grid {
    grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
  }
}
.cooperation-athletes__item {
  min-width: 0;
}
.cooperation-athletes__link {
  display: block;
}
.cooperation-athletes__title {
  margin: 0 !important;
  padding: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.2;
  background-color: #FBBB01;
  color: #4A2683;
  text-align: center;
}

.cooperation-athletes-related {
  margin-top: 3rem;
}
@media (min-width: 1100px) {
  .cooperation-athletes-related {
    margin-top: 5rem;
  }
}
.cooperation-athletes-related__wrapper {
  margin-top: 2.5rem !important;
}
@media (min-width: 1100px) {
  .cooperation-athletes-related__wrapper {
    margin-top: 4rem !important;
  }
}
.cooperation-athletes-related__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 1.5rem;
}
@media (min-width: 600px) {
  .cooperation-athletes-related__grid {
    grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
    gap: 1.75rem;
  }
}
.cooperation-athletes-related__item {
  min-width: 0;
}
.cooperation-athletes-related__link {
  display: block;
}
.cooperation-athletes-related__title {
  margin: 0 !important;
  padding: 0.5rem;
  font-size: 1.375rem;
  line-height: 1.2;
  background-color: #FBBB01;
  color: #4A2683;
  text-align: center;
}

.cooperation-entry--details {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .cooperation-entry--details {
    width: 100%;
    margin: 0 auto;
  }
}
.cooperation-entry--details .cooperation-entry-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.cooperation-entry--details .cooperation-entry-wrapper .intro-image {
  max-height: 500px;
  width: 100%;
  margin-bottom: 3rem;
}
@media (max-width: 979px) {
  .cooperation-entry--details .cooperation-entry-wrapper .intro-image {
    max-height: 300px;
    margin-bottom: unset;
  }
}
.cooperation-entry--details .cooperation-entry-wrapper .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 10% 10%;
     object-position: 10% 10%;
}
.cooperation-entry--details .cooperation-entry-wrapper .intro-image .gallery-logo-item {
  max-width: 20%;
  margin-top: -9rem;
  margin-left: -6rem;
  position: relative;
}
@media (max-width: 979px) {
  .cooperation-entry--details .cooperation-entry-wrapper .intro-image .gallery-logo-item {
    display: none;
  }
}
.cooperation-entry--details .cooperation-entry-wrapper .intro-image .gallery-logo-item img {
  width: 100%;
  height: auto;
}
.cooperation-entry--details .cooperation-entry-wrapper .gallery-images {
  display: flex;
  gap: 2rem;
  max-width: 1200px;
}
.cooperation-entry--details .cooperation-entry-wrapper .gallery-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 739px) {
  .cooperation-entry--details .cooperation-entry-wrapper .gallery-images {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.cooperation-overview-cooperation {
  padding-right: 4rem;
  padding-left: 4rem;
}
.cooperation-overview-cooperation .cooperation-entry--overview {
  margin-bottom: 10rem;
}
@media (max-width: 979px) {
  .cooperation-overview-cooperation .cooperation-entry--overview {
    margin-bottom: 5rem;
  }
}
.cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery {
  margin-bottom: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  display: grid;
  grid-auto-flow: column;
  gap: 15px;
  grid-template-rows: 300px minmax(10px, 300px);
  grid-template-columns: auto minmax(20px, 300px);
}
@media (max-width: 1339px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery {
    padding: 0;
    grid-template-rows: 250px minmax(10px, 250px);
    grid-template-columns: auto minmax(20px, 300px);
  }
}
@media (max-width: 979px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery {
    padding: 0;
    grid-template-rows: 150px minmax(10px, 150px);
    grid-template-columns: unset;
  }
}
@media (max-width: 599px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery {
    gap: 8px;
    padding: 0;
    grid-template-rows: 100px minmax(10px, 100px);
    grid-template-columns: unset;
  }
}
.cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery .gallery-item1 {
  grid-row: 1/span 2;
}
.cooperation-overview-cooperation .cooperation-entry--overview .wrapper-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cooperation-overview-cooperation .cooperation-entry--overview .gallery-logo-item {
  max-width: 20%;
  margin-top: -9rem;
  margin-left: -6rem;
  position: relative;
}
@media (max-width: 979px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .gallery-logo-item {
    display: none;
  }
}
.cooperation-overview-cooperation .cooperation-entry--overview .gallery-logo-item img {
  width: 100%;
  height: auto;
}
.cooperation-overview-cooperation .cooperation-entry--overview .arrow-container {
  position: absolute;
  transform: scale(2);
  top: 20rem;
  z-index: -20;
}
@media (max-width: 739px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .arrow-container {
    top: 8rem;
  }
}
.cooperation-overview-cooperation .cooperation-entry--overview .cooperation-entry__text {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 979px) {
  .cooperation-overview-cooperation .cooperation-entry--overview .cooperation-entry__text {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .cooperation-overview-cooperation {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.cooperation-entries--teaser {
  margin-top: 1.5em;
}

.cooperation-entry--teaser {
  position: relative;
  margin-bottom: 3em;
}
.cooperation-entry--teaser::after {
  display: block;
  clear: both;
  content: "";
}
.cooperation-entry--teaser .ex_items {
  margin-top: 0;
}
.cooperation-entry--teaser .cooperation-entry__image {
  position: relative;
}
.cooperation-entry--teaser .cooperation-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.cooperation-entry--teaser .cooperation-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cooperation-entry--teaser .cooperation-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.cooperation-entry--teaser .cooperation-entry__title {
  font-style: normal;
  font-weight: 700;
}
.cooperation-entry--teaser .cooperation-entry__teaser {
  margin-top: 0.75em;
}
.cooperation-entry--teaser .cooperation-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.cooperation-entry--teaser .cooperation-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .cooperation-entry--teaser .cooperation-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .cooperation-entry--teaser .cooperation-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) {
  .cooperation-entry--teaser .cooperation-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .cooperation-entry--teaser .cooperation-entry__text {
    display: inline;
    z-index: 1;
  }
}

.cp-favorite-products {
  position: relative;
}
.cp-favorite-products--max-width {
  max-width: 52.5rem;
}
.cp-favorite-products__item {
  position: relative;
  padding: 1.5rem 3.75rem;
}
.cp-favorite-products__item:hover .cp-favorite-products__title, .cp-favorite-products__item:focus-within .cp-favorite-products__title {
  text-decoration: underline;
}
.cp-favorite-products__item:hover .cp-favorite-products__button, .cp-favorite-products__item:focus-within .cp-favorite-products__button {
  background-position: right -40px;
}
@media (min-width: 740px) {
  .cp-favorite-products__article {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}
.cp-favorite-products__image {
  position: relative;
  aspect-ratio: 1;
  background-color: #fff;
  max-height: 20rem;
}
@media (min-width: 740px) {
  .cp-favorite-products__image {
    align-self: center;
    width: 100%;
    max-width: 19.375rem;
  }
}
.cp-favorite-products__image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.cp-favorite-products__image-teaser {
  position: absolute;
  bottom: -1.875rem;
  left: -1.875rem;
  width: 5.625rem;
  height: 5.625rem;
  padding: 1rem;
  border-radius: 50% 0 50% 50%;
  background-color: #4A2683;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 740px) {
  .cp-favorite-products__image-teaser {
    bottom: 0;
  }
}
.cp-favorite-products__image-teaser > span {
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
}
.cp-favorite-products__ratings {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.cp-favorite-products__title {
  margin-top: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5625rem;
  text-wrap: pretty;
}
@media (min-width: 740px) {
  .cp-favorite-products__title {
    margin-top: 0;
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 900;
  }
}
@media (min-width: 980px) {
  .cp-favorite-products__title {
    font-size: 2.1875rem;
    line-height: 1.1;
  }
}
.cp-favorite-products__variation {
  margin-top: 0.625rem;
  font-size: 1.125rem;
}
@media (min-width: 740px) {
  .cp-favorite-products__variation {
    font-size: 1.375rem;
    color: #4A2683;
  }
}
.cp-favorite-products__teaser-text {
  margin-top: 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
}
@media (min-width: 740px) {
  .cp-favorite-products__teaser-text {
    font-size: 1.125rem;
  }
}
@media (min-width: 980px) {
  .cp-favorite-products__teaser-text {
    font-size: 1.25rem;
  }
}
.cp-favorite-products__teaser-text p + *,
.cp-favorite-products__teaser-text * + p {
  margin-top: 0.625rem;
}
.cp-favorite-products__button {
  margin-top: 1rem;
}
.cp-favorite-products__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 740px) {
  .cp-favorite-products--full .cp-favorite-products__article {
    flex-direction: row;
  }
}
@media (min-width: 980px) {
  .cp-favorite-products--full .cp-favorite-products__article {
    gap: 3rem;
  }
}
@media (min-width: 740px) {
  .cp-favorite-products--full .cp-favorite-products__image {
    flex: 1 0 40%;
  }
}
@media (min-width: 740px) {
  .cp-favorite-products--full .cp-favorite-products__slider-btn {
    top: 50%;
  }
}
.cp-favorite-products .tp-average {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
}
@media (min-width: 980px) {
  .cp-favorite-products .tp-average {
    font-size: 1.125rem;
  }
}
.cp-favorite-products__slider-btn {
  position: absolute;
  transform: translateY(-50%);
  z-index: 5;
  top: calc(((100vw - 11rem) / 2) + 1.5rem);
  top: min(calc(((100vw - 11rem) / 2) + 1.5rem), 12rem);
}
.cp-favorite-products__slider-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.cp-favorite-products__slider-btn.btn--prev {
  left: 1rem;
}
.cp-favorite-products--max-width .cp-favorite-products__slider-btn.btn--prev {
  left: 0;
}
.cp-favorite-products__slider-btn.btn--next {
  right: 1rem;
}
.cp-favorite-products--max-width .cp-favorite-products__slider-btn.btn--next {
  right: 0;
}

.customer-intro-options {
  display: grid;
  gap: 1.875rem;
}
.customer-intro-options .card {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customer-intro-options .card__lower {
  margin-top: 1.5em;
}
@media (min-width: 740px) and (max-width: 1339px) {
  .customer-intro-options {
    grid-template-columns: repeat(2, 1fr);
  }
  .customer-intro-options .customer__guest {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1340px) {
  .customer-intro-options {
    grid-template-columns: repeat(2, 1fr);
  }
}
.customer-intro-options .lost_pw-link {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .customer-intro-options .lost_pw-link {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.customer-intro-options .customer__login .formrow--last .formitem:last-child:before {
  display: none;
}
@media (min-width: 1340px) {
  .customer-intro-options--guest {
    grid-template-columns: repeat(3, 1fr);
  }
}

.disquieter-wrapper {
  display: none;
}

@media (min-width: 740px) {
  .disquieter-wrapper {
    display: block;
    position: fixed;
    bottom: 2em;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 380;
  }

  .disquieter {
    display: none;
    pointer-events: initial;
    position: absolute;
    right: 1.25rem;
    bottom: 0;
    text-align: left;
  }

  .disquieter__main {
    width: 19.6875rem;
    min-height: 9.875rem;
    background: url("../../images/disquieter-bg.svg") left top no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .disquieter-packshot {
    margin-left: -2.1875rem;
  }

  .disquieter__text {
    margin-top: 2.3125rem;
    padding: 0.625rem 0 0.625rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #fff;
  }

  .disquieter__button a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .disquieter__close {
    position: absolute;
    top: 1.5625rem;
    left: -0.8125rem;
    width: 1.6875rem;
    height: 1.6875rem;
    border: 0;
    padding: 0;
    background: url("../../images/close.svg") no-repeat;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .disquieter-wrapper {
    transform: scale(0.6);
    transform-origin: right bottom;
    bottom: 1em;
  }
}
.downloads {
  list-style: none;
  padding: 0;
}
.downloads li {
  padding-left: 0;
  margin: 0;
}

.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: #fff;
  border: 1px solid rgba(17, 17, 17, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15);
  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: #212529;
  background-color: rgba(74, 38, 131, 0.1);
}
.dropdown > ul li.is-active > a,
.dropdown .dropdown__sublist > ul li.is-active > a {
  color: #4A2683;
  background-color: #fff;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #8a8a8a;
}
.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 #4A2683;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown .dropdown__toggle,
.dropdown .dropdown__sublist .dropdown__toggle {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
  color: inherit;
  padding: 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  text-align: left;
}
.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 #4A2683;
  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 rgba(17, 17, 17, 0.15);
  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 #fff;
  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 #4A2683;
  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 #4A2683;
  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 rgba(17, 17, 17, 0.15);
  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 #fff;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -0.6875rem;
}

.expandable-content.is-expanded .expandable-content__content::after {
  content: none;
}
.expandable-content__content {
  position: relative;
  overflow: hidden;
  height: 6.25rem;
}
.expandable-content__content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.content-chapters__section--dark-bg .expandable-content__content:after {
  background-image: linear-gradient(to bottom, rgba(246, 246, 246, 0), #f6f6f6);
}
.expandable-content__button {
  margin-top: 0.75rem;
}

@media (max-width: 739px) {
  .flex-tab-nav > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #4A2683;
  }
  .flex-tab-nav > ul li {
    margin: 0;
    flex: 0 0 50%;
    border: 1px solid #4A2683;
    border-top: 0;
  }
  .flex-tab-nav > ul .logout a {
    color: #495057;
  }
  .flex-tab-nav > ul a {
    display: block;
    padding: 0.625rem 1.1875rem;
    color: #4A2683;
  }
  .flex-tab-nav > ul a:hover {
    background-color: rgba(74, 38, 131, 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: #4A2683;
    color: #fff;
  }
}
@media (min-width: 740px) {
  .flex-tab-nav > ul {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
    border-radius: 0;
  }
  .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::after {
    display: block;
    clear: both;
    content: "";
  }
  .flex-tab-nav > ul li {
    display: flex;
  }
  .flex-tab-nav > ul li:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flex-tab-nav > ul a {
    flex-basis: 100%;
    display: block;
    position: relative;
    z-index: 10;
    font-weight: 700;
    padding: 0.625rem 1.25rem;
    cursor: pointer;
    text-decoration: none;
    color: #414694;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 1px solid #8a8a8a;
    transition: all 0.2s ease-out;
  }
  .flex-tab-nav > ul a:hover, .flex-tab-nav > ul a:focus {
    z-index: 20;
    color: #343876;
    background-color: #E1DBEA;
    border-color: #E1DBEA;
    border-bottom: 1px solid #8a8a8a;
  }
  .flex-tab-nav > ul a[aria-selected], .flex-tab-nav > ul a.is-active {
    z-index: 30;
    color: #212529;
    background-color: #fff;
    border-color: #8a8a8a;
    border-bottom: 1px solid #fff;
  }
  .flex-tab-nav > ul li.logout {
    display: none;
  }
}

.form-finish {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.875rem;
}
.form-finish .checkout-notice-text {
  margin-left: auto;
  padding-top: 0.03125rem;
}
@media (max-width: 599px) {
  .form-finish .btn, .form-finish .button,
.form-finish .form-finish__button {
    width: 100%;
  }
}

.form-finish__text {
  display: none;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .form-finish__text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 980px) {
  .form-finish__text {
    display: block;
    font-weight: 600;
    margin-left: auto;
    color: #4A2683;
  }
}
.form-finish__text p {
  display: inline-block;
}
.form-finish__text p + * {
  margin-top: 0;
}

.form-finish__text--error {
  color: color("error", "base");
}

@media (max-width: 979px) {
  .one-button-only .form-finish__button {
    flex: 1 0 100%;
  }
}

.form-section {
  padding: 1.875rem 0 0;
}
@media (min-width: 980px) {
  .form-section .formrow {
    padding-left: 15rem;
  }
}
.form-section .formrow > .label {
  width: 10rem;
}
.form-section + .form-section {
  margin-top: 1.875rem;
  border-top: 1px solid #8D7CA5;
}
@media (min-width: 1340px) {
  .form-section .formitem.optional:after {
    content: attr(data-optional);
    position: absolute;
    left: 100%;
    top: 1.75rem;
    color: #495057;
    white-space: nowrap;
    min-width: 6.25rem;
  }
  .form-section .formitem.optional ::-webkit-input-placeholder {
    color: transparent;
  }
  .form-section .formitem.optional ::-moz-placeholder {
    color: transparent;
  }
  .form-section .formitem.optional input:-moz-placeholder {
    color: transparent;
  }
  .form-section .formitem.optional :-ms-input-placeholder {
    color: transparent;
  }
}

.form-section__heading {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-section__body {
  display: flex;
  flex-direction: column;
}

.form-section__aid {
  margin-bottom: 1.25rem;
  flex: 0 0 100%;
}

.form-section__content {
  flex: 0 0 100%;
}

.form-section__count {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 2.3rem;
  background-color: #4A2683;
  color: #fff;
  border-radius: 50%;
  margin-right: 0.75rem;
  font-size: 1.5625rem;
}

@media (min-width: 980px) {
  .form-section__content {
    flex: 1 1 auto;
    padding-left: 1.875rem;
  }
}
@media (min-width: 980px) and (max-width: 1339px) {
  .wideform .formrow > .label {
    width: 13rem;
  }

  .wideform .formrow {
    padding-left: 20rem;
  }
}
@media (min-width: 1340px) {
  .form-section__body {
    flex-direction: row;
  }

  .form-section__aid {
    flex: 0 0 21.875rem;
    padding-right: 0.09375rem;
  }

  .form-section__content {
    flex: 1 1 auto;
    padding-left: 1.875rem;
  }
  .form-section__content .formrow--first {
    margin-top: -0.875rem;
  }
}
.custom-ticks input[type=checkbox],
.custom-ticks input[type=radio] {
  position: relative;
  opacity: 0;
  z-index: 2;
}
.custom-ticks label > span {
  position: relative;
  z-index: 1;
  padding-left: 5px;
  padding-right: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-ticks label > span:before {
  content: "";
  position: absolute;
  top: 5px;
  right: auto;
  left: -20px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  color: #FBBB01;
  background-color: #fff;
  text-align: center;
}
.custom-ticks label:hover input[type=radio] + span:before {
  box-shadow: inset 0 0 0 1px #6e6e6e;
  border-color: #4A2683;
}
.custom-ticks label:hover input[type=checkbox] + span:before {
  border-color: #4A2683;
}
.custom-ticks label input[type=radio]:checked + span:before {
  background-color: #8067a8;
  border-color: #fff;
  border-width: 4px;
  box-shadow: 0px 0px 0px 1px #8067a8;
}
.custom-ticks input[type=radio] + span:before {
  border: 1px solid #8a8a8a;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.custom-ticks input[type=checkbox] + span:before {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #8a8a8a;
}
.custom-ticks label:hover input[type=checkbox] span:before {
  border-color: #6e6e6e;
}
.custom-ticks label input[type=checkbox]:checked + span:before {
  font-family: "Titillium Web", sans-serif;
  content: "";
  color: #4A2683;
  border-color: #8067a8;
  background-color: #4A2683;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks label input[type=checkbox]:not(:checked).checked-children + span:before {
  font-family: "Titillium Web", sans-serif;
  content: "";
  color: #8067a8;
  border-color: #8067a8;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23006631%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks label input[type=radio]:focus + span:before,
.custom-ticks label input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 0 0.3rem rgba(74, 38, 131, 0.7);
}
.custom-ticks label input[type=checkbox][disabled] + span:before {
  pointer-events: none;
  background-color: #8a8a8a;
}

.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: #4A2683;
}
.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;
}

.grid_color-primary {
  display: grid;
  gap: 1.875rem;
}
@media (min-width: 740px) {
  .grid_color-primary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1340px) {
  .grid_color-primary {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid_color-primary__col {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  background-color: #E3DDEB;
  padding: 1.875rem;
}
@media (min-width: 740px) {
  .grid_color-primary__col {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .grid_color-primary__col {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.grid_color-primary h3, .grid_color-primary .h3 {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  text-align: center;
}
@media (min-width: 740px) {
  .grid_color-primary h3, .grid_color-primary .h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .grid_color-primary h3, .grid_color-primary .h3 {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.grid_color-primary h3 strong, .grid_color-primary .h3 strong {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 3.125rem;
  line-height: 1em;
  display: block;
}
@media (min-width: 740px) {
  .grid_color-primary h3 strong, .grid_color-primary .h3 strong {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  .grid_color-primary h3 strong, .grid_color-primary .h3 strong {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.grid_color-primary h3 br, .grid_color-primary .h3 br {
  display: none;
}

.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(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  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-container {
  margin-top: 3.125rem;
  text-align: center;
}

.infinite-more-link {
  display: inline-flex;
  height: auto;
}
.infinite-more-link.is-clicked {
  opacity: 0;
}
.infinite-more-link:hover {
  cursor: pointer;
}

.instagram-overview {
  display: grid;
  row-gap: 1.5625rem;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .instagram-overview {
    row-gap: 2.625rem;
    -moz-column-gap: 3.25rem;
         column-gap: 3.25rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.interview {
  max-width: 57.5rem;
}
.interview__item {
  margin-bottom: 1.25rem;
}
@media (min-width: 1880px) {
  .interview__item {
    margin-bottom: 1.75rem;
  }
}
.interview__item .accordion__toggle {
  display: flex;
  gap: 1rem;
}
@media (min-width: 740px) {
  .interview__item .accordion__toggle {
    align-items: center;
  }
}
.interview__item .accordion__toggle[aria-expanded=true] {
  margin-bottom: 0.375rem;
}
.interview__item .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotate(180deg);
}
.interview__item .accordion__toggle h3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 740px) {
  .interview__item .accordion__toggle h3 {
    font-size: 1.5rem;
  }
}
.interview__item .accordion__icon {
  flex-shrink: 0;
  margin: 0 !important;
  color: #4A2683;
  transition: transform 0.4s ease;
}
.interview__question {
  color: #4A2683;
}
.interview__answer {
  font-style: italic;
}

.site-language-suggest {
  font-size: 0.8rem;
  line-height: 1.5;
  background-color: #8a8a8a;
  margin-top: -0.75em;
  margin-bottom: 0.75em;
}
.site-language-suggest__content {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (min-width: 980px) {
  .site-language-suggest__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 979px) {
  .site-language-suggest__notice {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .site-language-suggest__select {
    margin-top: 0.75em;
  }
}

.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;
}
@media (max-width: 379px) {
  .mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
  }
}

.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: #4A2683;
  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-ready.mfp-bg {
  opacity: 0.9;
}
.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);
}

button.mfp-close {
  right: 0 !important;
  width: 44px !important;
  height: 44px;
  padding-right: 0 !important;
  text-align: center !important;
  padding-right: 0;
  background-color: #FBBB01;
  transition: opacity 0.25s ease;
  opacity: 0.8;
}

.mfp-close-btn-in .mfp-image-holder .mfp-close {
  top: 40px;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
}

.mfp-content .page--plain {
  padding-bottom: 1.5rem;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 18.75rem;
}
.map .marker p {
  margin-top: 0;
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
}

.marquee__text {
  display: inline-block;
  opacity: 0;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
/* Make it move */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/***********************************************************************************************************************
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(52, 58, 64, 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: #212529;
  background-color: #fff;
  border: 1px solid #cecece;
  box-shadow: 0 10px 25px rgba(74, 38, 131, 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: #212529;
  border: 1px solid #8a8a8a;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}
.messagebox_content_input .messagebox_content_input:hover {
  border-color: #495057;
}
.messagebox_content_input .messagebox_content_input:focus {
  border-color: #343a40;
}

/* 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: #495057;
}

/* Error */
.messagebox_content_error {
  background-color: #DD0000;
  color: #212529;
  margin-top: 15px;
  margin-bottom: -10px;
  padding: 4px 6px;
  border-radius: 2px;
}

/* Buttons */
.messagebox_buttons {
  background-color: #cecece;
  border-top: 1px solid #8a8a8a;
  padding: 10px 20px 0;
  text-align: center;
}
.messagebox_buttons button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  padding: 0.25rem 1.5rem;
  width: auto;
  height: 2.5rem;
  min-width: 75px;
  margin: 0 4px 10px;
}
.messagebox_buttons button:disabled, .messagebox_buttons button.disabled {
  opacity: 0.5;
  cursor: default;
}
.messagebox_buttons button, .messagebox_buttons button:hover {
  text-decoration: none;
}
.messagebox_buttons button:active, .messagebox_buttons button.is-open {
  background-image: none;
  text-decoration: none;
}
.messagebox_buttons button:focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.messagebox_buttons button > * {
  vertical-align: inherit;
}
.messagebox_buttons button .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.messagebox_buttons button .icon + .btn__text {
  margin-left: 0.5em;
}
.messagebox_buttons button .btn__text + .icon {
  margin-left: 0.25em;
}
.messagebox_buttons button, .messagebox_buttons button:visited {
  color: #4A2683;
  background-color: #e2e2e2;
  border-color: #4A2683;
}
.messagebox_buttons button:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #4A2683;
  border-color: #4A2683;
}
.messagebox_buttons button:not(:disabled):not(.disabled):active, .messagebox_buttons button:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #341b5b;
  border-color: #341b5b;
}
.messagebox_buttons .messagebox_button_done, .messagebox_buttons .messagebox_button_done:visited {
  color: #fff;
  background-color: #218838;
  border-color: rgba(17, 17, 17, 0.3);
}
.messagebox_buttons .messagebox_button_done:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #1c7330;
  border-color: rgba(17, 17, 17, 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: #175f27;
  border-color: rgba(17, 17, 17, 0.3);
}
.messagebox_buttons .messagebox_button_fail, .messagebox_buttons .messagebox_button_fail:visited {
  color: #fff;
  background-color: #DD0000;
  border-color: rgba(17, 17, 17, 0.3);
}
.messagebox_buttons .messagebox_button_fail:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #c40000;
  border-color: rgba(17, 17, 17, 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: #aa0000;
  border-color: rgba(17, 17, 17, 0.3);
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
nav ul {
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}

.news-entry--details .news-entry__begin {
  margin-top: 0.8em;
}
.news-entry--details .news-entry__content {
  margin-top: 0.45em;
}
@media (max-width: 739px) {
  .news-entry--details .images {
    display: flex;
  }
}
@media (max-width: 739px) and (max-width: 739px) {
  .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: 740px) {
  .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-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 .image-wrapper {
  padding-bottom: 75%;
}
.news-entry--overview .news-entry__begin {
  margin-top: 0.8em;
}
.news-entry--overview .news-entry__content {
  margin-top: 0.45em;
}
@media (min-width: 430px) and (max-width: 599px) {
  .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;
  }
}

@media (min-width: 600px) {
  .news-overview-news {
    display: grid;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .news-overview-news {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-overview-news .news-entry:first-child {
    grid-column: 1/-1;
    position: relative;
    margin-block: 3.125rem;
  }
  .news-overview-news .news-entry:first-child:after {
    content: "";
    inset: -3.125rem -50vw -3.125rem -50vw;
    position: absolute;
    z-index: -1;
    background-color: #f6f6f6;
  }
  .news-overview-news .news-entry:first-child .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-overview-news .news-entry:first-child .news-entry__text {
    display: inline;
    z-index: 1;
  }
  .news-overview-news .news-entry:first-child .news-entry__image {
    max-width: unset;
  }
  .news-overview-news .news-entry:first-child .news-entry__image .image-wrapper {
    padding-bottom: 66.6666%;
  }
  .news-overview-news .news-entry:first-child .news-entry__image .image-canvas {
    align-items: start;
  }
  .news-overview-news .news-entry:first-child .news-entry__link {
    font-family: "Open Sans", sans-serif;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1.5em;
    padding: 0.25rem 1.5rem;
    background-image: url(../../images/button-purple-bg-combo.svg);
    color: #fff;
    padding-right: 6.25rem;
    background-position: right top;
    border-radius: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 2.5rem;
    border: none;
  }
  .news-overview-news .news-entry:first-child .news-entry__link:hover {
    background-position: right -40px;
    background-color: transparent;
  }
}
@media (min-width: 1340px) {
  .news-overview-news {
    gap: 5rem;
  }
}
.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: 599px) {
  .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: 600px) {
  .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;
  }
}

.pager-carousel {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-left: -0.2rem;
  justify-content: center;
}

.pager-carousel__item {
  border: 0;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  flex: 0 0 20%;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.4rem;
}
.pager-carousel__item .image-wrapper {
  border: 1px solid #8a8a8a;
}
.pager-carousel__item:focus .image-wrapper {
  border-color: #4A2683;
}

.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;
}
.pageselector .p-num,
.pageselector .p-ellipsis {
  font-size: 1.25rem;
  color: #8D7CA5;
  padding-inline: 0.3125rem;
}
.pageselector .p-current {
  font-size: 1.25rem;
  color: #4A2683;
  padding-inline: 0.3125rem;
}

.password-response {
  display: block;
  position: relative;
  float: none !important;
  clear: both;
  padding: 0.9rem;
  border: 1px solid #cecece;
  border-radius: 3px;
  margin-top: 1.25rem;
  color: #343a40;
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #f6f6f6;
}
.password-response ul li + li {
  margin-top: 5px;
}
.password-response:empty {
  min-height: 50px;
}
.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;
}
.password-response .icon {
  margin-right: 0.625rem;
}

.payment-express__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.625rem;
  margin-top: 0.625rem;
}
@media (min-width: 740px) {
  .cart-main .payment-express__buttons {
    display: none;
  }
}
.cart-top__sidebar .payment-express__buttons {
  flex-direction: column;
  justify-content: initial;
}
@media (max-width: 739px) {
  .cart-top__sidebar .payment-express__buttons {
    display: none;
  }
}
.cart-top__sidebar .payment-express__buttons > * {
  width: 100%;
}
.payment-express__buttons .obligatory-data-toggle-btn {
  width: 100%;
}

.paypal-button {
  width: 100%;
  display: flex;
  padding-left: 3.6rem;
  padding-right: 3.6rem;
  background-color: #ffc439 !important;
  border: 0 !important;
}
.paypal-button:hover {
  filter: brightness(0.95);
}
.paypal-button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.paypal-button__logo {
  width: 63px;
  height: 20px;
}

.ib-apple-pay-btn {
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  align-items: center;
  background-color: white;
  color: black;
  border: 1px solid black;
  border-radius: 3px;
}
.ib-apple-pay-btn__logo {
  width: 2.875rem;
  height: 1.1875rem;
}
.ib-apple-pay-btn__text {
  font-family: -apple-system, "Source Sans Pro", sans-serif;
  font-size: 1.125rem;
}

@media (min-width: 740px) {
  .page--customer_obligatory_data-obligatory-data-edit .form-section .formrow {
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .page--customer_obligatory_data-obligatory-data-edit .form-section .formrow {
    padding-right: 6rem;
    padding-left: 15rem;
  }
}

.cart-top__sidebar .cart-buttons__express {
  margin-top: 0;
}

@media (max-width: 599px) {
  .cart-main .obligatory-data-toggle-btn {
    width: 100%;
  }
}

.cart-sticky-spacer .obligatory-data-submit-btn {
  width: 100%;
}
.cart-sticky-spacer + .cart-sticky-spacer {
  margin-top: 1rem;
}

.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 #8a8a8a;
}
.ratings-filter-entry__radio:checked + .ratings-filter-entry__content:before {
  background-color: #4A2683;
  border-color: #4A2683;
  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(74, 38, 131, 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: #8a8a8a;
}

.ratings-filter-entry__bar-inner {
  background-color: #4A2683;
}

.ratings-filter-entry__count {
  flex: 0 0 0.3125rem;
  text-align: right;
}

:root {
  --col-stars-active: #FBBB01;
  --col-stars-inactive: #8a8a8a;
}

.ratings-average-stars {
  font-size: 1.875rem;
}

.tp-reviews > .js-exec-module {
  position: relative;
  overflow: hidden;
  transition: height 0.2s ease;
  min-height: 11.25rem;
}
.tp-reviews > .js-exec-module.is-loading, .tp-reviews > .js-exec-module.is-updating {
  overflow: visible;
}
.tp-reviews > .js-exec-module .loading {
  position: sticky;
  left: calc(50% - 20px);
  top: 100px;
  margin: initial;
  transform: none;
}
@media (min-width: 980px) {
  .tp-reviews > .js-exec-module .loading {
    left: calc(50% - 20px + 120px);
  }
}
@media (min-width: 1340px) {
  .tp-reviews > .js-exec-module .loading {
    left: calc(50% - 20px + 150px);
  }
}

.tp-reviews-wrapper {
  padding-bottom: 1.5rem;
}
.tp-reviews-wrapper hr:last-child {
  margin-bottom: 0;
}

.tp-reviews-entry {
  position: relative;
}
@media (min-width: 600px) {
  .tp-reviews-entry {
    display: flex;
  }
}

.tp-reviews-entry__data,
.reviews-entry__review {
  overflow: hidden;
}

.tp-reviews-entry__data {
  flex: 0 0 11.25rem;
  max-width: 11.25rem;
  padding-right: 1.25rem;
}

.tp-reviews-entry__stars {
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .tp-reviews-entry__stars {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.tp-reviews-entry__name,
.tp-reviews-entry__comment {
  margin-top: 0.375em;
}

.ratings-average-disclaimer {
  border-bottom: 1px solid #4A2683;
  margin-bottom: 2rem;
  padding: 1rem 0rem 2rem 0rem;
}

.ratings {
  margin-top: 4rem;
}
.ratings > h2 {
  border-bottom: 1px solid #4A2683;
}

.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 #f6f6f6;
}
.rwd-menu li:first-child a {
  border-top: 0;
}
.rwd-menu li.is-active a {
  color: #212529;
}
.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 #4A2683;
  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 #4A2683;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: 0.8125rem;
  right: 0;
}

.sale-widget .articles-entry__lightbox-ajax {
  color: #4A2683;
  font-weight: 700;
  text-align: left;
}
.sale-widget .add-to-cart {
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.625rem;
  z-index: 20;
}
.sale-widget .add-to-cart .cart-amount {
  display: block;
  margin-right: 0;
}
.sale-widget .add-to-cart__amount > label {
  display: none;
}

@media (max-width: 739px) {
  .scrollbox {
    position: relative;
  }
  .scrollbox:after {
    content: "";
    position: absolute;
    top: 3.8rem;
    right: 3rem;
    width: 4rem;
    height: 6rem;
    background: transparent url(../../images/touchscroll.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: infinite 4s moveleft;
  }
  .scrollbox.is-scrolled-begin:after {
    opacity: 1;
  }
}

@keyframes moveleft {
  0% {
    opacity: 0;
    transform: translateX(0);
  }
  35% {
    opacity: 0.9;
    transform: translateX(-8rem);
  }
  50% {
    opacity: 0;
    transform: translateX(-8rem);
  }
  100% {
    opacity: 0;
    transform: translateX(0);
  }
}
.search-no-entries {
  margin-top: 2rem;
}

.search-no-entries__text {
  padding-bottom: 2rem;
}

.search-no-entries__link {
  margin-top: 2rem;
}

@media (min-width: 980px) {
  .search-no-entries__text {
    padding-right: 25rem;
    min-height: 18rem;
  }

  .search-no-entries__form {
    padding-right: 25rem;
  }
}
.service-reviews {
  position: relative;
  padding: 1.5rem;
  background-color: #CCC1DC;
  color: #4A2683;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 980px) {
  .service-reviews {
    padding: 2rem;
  }
}
.service-reviews .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(74, 38, 131, 0.2);
  width: 5rem;
  height: 5rem;
  z-index: 1;
}
.service-reviews .slick {
  z-index: 2;
}
.service-reviews .slick:not(.slick-initialized) article:not(:first-child) {
  display: none;
}
.service-reviews .slick-arrows {
  position: absolute;
  top: 1rem;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  pointer-events: none;
  z-index: 5;
}
.service-reviews .slick-arrow {
  width: 1.875rem;
  height: 1.875rem;
  color: #4A2683;
  font-size: 1.5rem;
  pointer-events: initial;
}
.service-reviews .slick-next {
  right: 0.625rem;
}
.service-reviews .slick-prev {
  left: 0.625rem;
}
.service-reviews .slick-dots {
  bottom: -2.8125rem;
}
.service-reviews .slick__play-pause {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 10;
  padding: 0.625rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-content: center;
  color: #4A2683;
  background-color: transparent;
  border-radius: 50%;
}
.service-reviews .slick__play-pause .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.service-reviews .slick__play-pause--play {
  display: none;
  opacity: 1;
}

.service-review {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 1.25rem;
}
.service-review__stars {
  --col-stars-active: #4A2683;
  font-size: 1.5rem;
}
.service-review__date {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.25rem;
}
.service-review__message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 6.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.4;
}

.service-reviews-count {
  text-align: right;
  font-size: 1rem;
  line-height: 1.25rem;
}

.service-reviews-measures-container {
  text-align: right;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.service-reviews-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #4A2683;
}
.service-reviews-footer__info {
  position: absolute;
  left: 0.625rem;
  bottom: 3.75rem;
}
.service-reviews-footer__arrow {
  margin-right: 3.4375rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.875rem 0.8125rem 0;
  border-color: transparent #CCC1DC transparent transparent;
}
.service-reviews-footer__logo {
  margin-right: 0.625rem;
}

.service-reviews-wrapper {
  max-width: 42.5rem;
  margin: 3rem auto 0;
}

.dropdown > .share.dropdown__content {
  padding: 0;
  min-width: 0;
}
.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(74, 38, 131, 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;
  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: #343a40;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #343a40;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #343a40;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #343a40;
}
.share .shariff-button a:after {
  color: #fff;
  background-color: #343a40;
}
.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;
}

@media (max-width: 739px) {
  .page--shipping-costs .col-calc {
    padding-top: 2rem;
  }
}
.page--shipping-costs select {
  background-color: #fff;
}

.calc-shipping-costs {
  position: relative;
  min-height: 18rem;
}
.calc-shipping-costs select {
  margin: 0;
}
.calc-shipping-costs.is-loading * {
  opacity: 0;
  pointer-events: none;
}
.calc-shipping-costs.is-loading:after {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.table--shipping-costs {
  width: auto;
}
.table--shipping-costs tbody tr:first-child th,
.table--shipping-costs tbody tr:first-child td {
  border-top: none;
}
.table--shipping-costs tbody tr th {
  padding-left: 0;
  font-weight: 700;
  text-align: left;
}
.table--shipping-costs tbody tr td {
  padding-right: 0;
  text-align: right;
}
.table--shipping-costs .table--shipping-costs__result {
  font-size: 1.2em;
  border-top-color: color(greyscale, dark);
}

@media (min-width: 740px) {
  .variant-selector-images {
    width: 90% !important;
  }
}
@media (min-width: 980px) {
  .variant-selector-images {
    width: 90% !important;
  }
}
.variant-selector-images a.variant-selector-link {
  padding: 0.3125rem 0.3125rem;
}

.variant-selector {
  margin-top: 1.5rem;
}
.variant-selector > select {
  max-width: 100%;
}

.variant-selector__label {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.625rem;
  display: block;
}

.variant-selector-images {
  margin-top: 1.5rem;
  width: 16.625rem;
}

.variant-selector-images a {
  width: 5.5rem;
}
.variant-selector-images a > div.variant {
  border: 1px solid transparent;
}
.variant-selector-images a > div.variant:hover {
  border: 1px solid #4A2683;
}
@media (max-width: 739px) {
  .variant-selector-images a {
    width: 6.9375rem;
    display: flex;
    flex-flow: wrap;
  }
}
.variant-selector-images a > div.variant img + p {
  color: #4A2683;
  display: none;
  text-align: center;
}
@media (max-width: 739px) {
  .variant-selector-images a > div.variant img + p {
    display: block;
  }
}

#articles-entry__placeholder-name {
  color: #4A2683;
  text-wrap: nowrap;
  display: block;
}
@media (max-width: 739px) {
  #articles-entry__placeholder-name {
    display: none;
  }
}
@media (max-width: 1339px) {
  #articles-entry__placeholder-name + div.articles-entries--carousel {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 739px) {
  #articles-entry__placeholder-name + div.articles-entries--carousel {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#articles-entry__placeholder-name + div.articles-entries--carousel .slick-dots {
  text-wrap: nowrap;
}
#articles-entry__placeholder-name + div.articles-entries--carousel .slick-dots li button::before {
  width: 0.7rem;
  height: 0.7rem;
}
#articles-entry__placeholder-name + div.articles-entries--carousel .slick-dots li:not(.slick-active) button:before {
  border-color: #E1DBEA !important;
  background-color: #E1DBEA !important;
}
#articles-entry__placeholder-name + div.articles-entries--carousel .carousel-btn {
  width: 0.5rem;
  height: 0.5rem;
}

.sidebar {
  z-index: 100;
}
.sidebar__content {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  pointer-events: none;
}
.sidebar__content > * {
  pointer-events: initial;
}
.sidebar .btn, .sidebar .button {
  min-width: auto;
  height: auto;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem;
  border: none;
  border-radius: 0;
  color: #fff;
}
.sidebar .btn:visited, .sidebar .button:visited {
  color: #fff;
}
.sidebar .btn:hover, .sidebar .button:hover {
  color: #fff;
}
.sidebar .btn:active, .sidebar .button:active {
  color: #fff;
}
.sidebar .btn:hover .icon, .sidebar .button:hover .icon, .sidebar .btn:focus .icon, .sidebar .button:focus .icon {
  transform: scale(1.1);
}
.sidebar .btn .icon, .sidebar .button .icon {
  padding: 0;
  width: 1.8rem;
  height: 1.8rem;
  transition: 0.3s ease-out;
  transition-property: transform;
  margin: 0;
}
@media (min-width: 740px) {
  .sidebar .btn, .sidebar .button {
    padding: 1rem;
  }
  .sidebar .btn .icon, .sidebar .button .icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.nav-open .sidebar .btn, .nav-open .sidebar .button {
  z-index: 25;
}
@media (max-width: 979px) {
  .sidebar {
    text-align: right;
  }
  .sidebar .btn, .sidebar .button {
    border-radius: 0;
  }
}
@media (min-width: 980px) {
  .sidebar .btn--to-top {
    display: none;
  }
  .sidebar__content {
    gap: 8px;
    padding-top: 25px;
  }
}

.sidenav .accordion__wrapper {
  display: flex;
}
.sidenav .accordion__toggle {
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  padding: 0 1rem;
  cursor: pointer;
}
.sidenav .accordion__toggle .icon {
  width: 0.5625rem;
  height: 0.5rem;
  color: #4A2683;
  transition: transform 0.4s ease;
}
.sidenav .accordion__toggle[aria-expanded=true] .icon {
  transform: rotateZ(-180deg);
}
.sidenav li a {
  color: #4A2683;
  font-weight: 600;
}
@media (max-width: 979px) {
  .sidenav {
    position: relative;
    margin-bottom: 1.5625rem;
  }
  .sidenav .nav-off-canvas__title {
    display: none;
  }
  .sidenav .dropdown__toggle {
    text-transform: uppercase;
    font-weight: 600;
    color: #4A2683;
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0.9375rem;
    background-color: #f6f6f6;
  }
  .sidenav .dropdown__toggle:hover {
    background-color: #e2dcea;
  }
  .sidenav .dropdown__toggle[aria-expanded=true] .icon {
    transform: rotateZ(-180deg);
  }
  .sidenav .dropdown__toggle .icon {
    width: 0.625rem;
    height: 0.5625rem;
    color: #4A2683;
    transition: transform 0.4s ease;
  }
  .sidenav > ul {
    background-color: #FBBB01;
    position: absolute;
    z-index: 35;
    top: 2.8125rem;
    left: 0;
    right: 0;
    display: none;
  }
  .sidenav > ul > li > .accordion__wrapper {
    padding: 0.5rem 0.9375rem;
  }
  .sidenav > ul > li > .accordion__wrapper a {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
  }
  .sidenav > ul > li > .accordion__wrapper:hover {
    background-color: #4A2683;
  }
  .sidenav > ul > li > .accordion__wrapper:hover a,
.sidenav > ul > li > .accordion__wrapper:hover .icon {
    color: #fff;
  }
  .sidenav > ul > li.is-active > .accordion__wrapper {
    background-color: #4A2683;
  }
  .sidenav > ul > li.is-active > .accordion__wrapper a,
.sidenav > ul > li.is-active > .accordion__wrapper .icon {
    color: #fff;
  }
  .sidenav > ul > li li {
    padding: 0.5rem 0.9375rem;
  }
  .sidenav > ul > li li a {
    display: block;
    font-size: 1.125rem;
    font-weight: 400;
  }
  .sidenav > ul > li li:hover {
    background-color: #4A2683;
  }
  .sidenav > ul > li li:hover a {
    color: #fff;
  }
  .sidenav > ul > li li.is-active a {
    text-decoration: underline;
  }
}
@media (min-width: 980px) {
  .sidenav > button.dropdown__toggle {
    display: none;
  }
  .sidenav > ul {
    padding-bottom: 3.125rem;
  }
  .sidenav > ul > li > .accordion__wrapper {
    padding: 0.9375rem;
  }
  .sidenav > ul > li > .accordion__wrapper:hover {
    background-color: #e2dcea;
  }
  .sidenav > ul > li.is-active > .accordion__wrapper {
    background-color: #FBBB01;
  }
  .sidenav > ul > li a {
    font-size: 1.5625rem;
    line-height: 2.375rem;
  }
  .sidenav > ul > li li a {
    padding: 0.3125rem 0.9375rem;
    font-size: 1.375rem;
    font-weight: 400;
    display: block;
  }
  .sidenav > ul > li li:hover {
    background-color: #4A2683;
  }
  .sidenav > ul > li li:hover a {
    color: #fff;
  }
  .sidenav > ul > li li.is-active a {
    text-decoration: underline;
  }
  .sidenav ul ul .nav-off-canvas__title {
    display: none;
  }
  .sidenav .nav-off-canvas__title {
    padding-bottom: 0.9375rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px solid #4A2683;
    font-size: 1.5625rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 980px) and (min-width: 740px) {
  .sidenav .nav-off-canvas__title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.slick-dots li {
  margin: 0 0.3125rem;
  width: 1rem;
  height: 1rem;
}
.slick-dots li button {
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  background-color: #f6f6f6;
  opacity: 1;
}
.background-dark .slick-dots li button:before {
  border-color: #f6f6f6;
  background-color: #fff;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #4A2683;
}
.slick-dots li.slick-active button:before {
  background-color: #4A2683;
  border-color: #4A2683;
  opacity: 1;
}
.slick-dots li:only-of-type {
  display: none;
}

.page--sports-brochure {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  margin-top: 3rem;
}
.page--sports-brochure__container {
  width: calc(100% / 3);
}
.page--sports-brochure .sports-brochure__content {
  margin-top: 2rem;
}
@media (max-width: 500px) {
  .page--sports-brochure {
    justify-content: center;
  }
}

.sports-facts {
  display: grid;
  gap: 1.875rem;
}
.sports-facts__text h3 {
  margin-top: 0;
}
@media (min-width: 980px) {
  .sports-facts {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sports-recommendation__text {
  padding-block: 1.25rem;
  padding-left: 10%;
}
@media (min-width: 740px) {
  .sports-recommendation__text {
    padding-block: 2.5rem;
  }
}
@media (min-width: 1340px) {
  .sports-recommendation__text {
    padding-block: 3.75rem;
  }
}
@media (min-width: 1560px) {
  .sports-recommendation__text {
    padding-block: 5.625rem;
  }
}
.sports-recommendation__text .h2, .sports-recommendation__text h2 {
  font-size: 2.5rem;
  line-height: 3.4375rem;
  font-weight: 900;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  color: #fff;
}
@media (min-width: 740px) {
  .sports-recommendation__text .h2, .sports-recommendation__text h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1880px) {
  .sports-recommendation__text .h2, .sports-recommendation__text h2 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
.sports-recommendation__text .h3, .sports-recommendation__text h3 {
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #FBBB01;
  margin-top: 0.75em;
  position: relative;
}
@media (min-width: 740px) {
  .sports-recommendation__text .h3, .sports-recommendation__text h3 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  .sports-recommendation__text .h3, .sports-recommendation__text h3 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.sports-recommendation__text .h3:after, .sports-recommendation__text h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #FBBB01;
}

.sports-recommendation,
.sports-recommendations-entries--carousel {
  position: relative;
}
.sports-recommendation .carousel-buttons,
.sports-recommendations-entries--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 599px) {
  .sports-recommendation .carousel-buttons .container,
.sports-recommendations-entries--carousel .carousel-buttons .container {
    height: inherit;
  }
  .sports-recommendation .carousel-buttons .carousel-btn,
.sports-recommendations-entries--carousel .carousel-buttons .carousel-btn {
    position: absolute;
    bottom: 10%;
    top: auto;
  }
  .sports-recommendation .carousel-buttons .carousel-btn.carousel-btn--prev,
.sports-recommendations-entries--carousel .carousel-buttons .carousel-btn.carousel-btn--prev {
    left: 2.5rem;
    right: auto;
  }
  .sports-recommendation .carousel-buttons .carousel-btn.carousel-btn--next,
.sports-recommendations-entries--carousel .carousel-buttons .carousel-btn.carousel-btn--next {
    right: 2.5rem;
    left: auto;
  }
}
@media (min-width: 980px) {
  .sports-recommendation .carousel-buttons .container,
.sports-recommendations-entries--carousel .carousel-buttons .container {
    display: flex;
    height: 100%;
    padding-inline: 0;
    justify-content: space-between;
    align-items: center;
  }
}
.sports-recommendation .carousel-btn,
.sports-recommendations-entries--carousel .carousel-btn {
  pointer-events: initial;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}
.sports-recommendation .carousel-btn .icon,
.sports-recommendations-entries--carousel .carousel-btn .icon {
  width: 3.125rem;
  height: 1.5625rem;
  color: #fff;
}
.sports-recommendation .carousel-btn:hover .icon,
.sports-recommendations-entries--carousel .carousel-btn:hover .icon {
  color: #FBBB01;
}
.sports-recommendation .carousel-btn.slick-disabled,
.sports-recommendations-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 979px) {
  .sports-recommendation .carousel-btn,
.sports-recommendations-entries--carousel .carousel-btn {
    top: 104px;
  }
}
.sports-recommendation .carousel-btn--prev,
.sports-recommendations-entries--carousel .carousel-btn--prev {
  left: auto;
  right: 120px;
}
.sports-recommendation .carousel-btn--next,
.sports-recommendations-entries--carousel .carousel-btn--next {
  right: 40px;
}
@media (min-width: 980px) {
  .sports-recommendation .carousel-btn--prev,
.sports-recommendations-entries--carousel .carousel-btn--prev {
    left: 1rem;
  }
  .sports-recommendation .carousel-btn--next,
.sports-recommendations-entries--carousel .carousel-btn--next {
    right: 0;
  }
}
.sports-recommendation .carousel-btn--next,
.sports-recommendations-entries--carousel .carousel-btn--next {
  right: 40px;
}

.sports-recommendation,
.sports-recommendations-entry--carousel {
  position: relative;
}
.sports-recommendation .sports-recommendations-entry__intro,
.sports-recommendations-entry--carousel .sports-recommendations-entry__intro {
  margin-top: 2rem;
  padding-inline: 1.25rem;
}
@media (min-width: 980px) {
  .sports-recommendation .sports-recommendations-entry__intro,
.sports-recommendations-entry--carousel .sports-recommendations-entry__intro {
    margin-top: 4.25rem;
  }
}
.sports-recommendation .sports-recommendations-entry__intro span,
.sports-recommendations-entry--carousel .sports-recommendations-entry__intro span {
  font-weight: 900;
  color: #fff;
}
.sports-recommendation .sports-recommendations-entry__title,
.sports-recommendations-entry--carousel .sports-recommendations-entry__title {
  margin-top: 0.6875rem;
  padding-inline: 1.25rem;
}
.sports-recommendation .sports-recommendations-entry__title h2,
.sports-recommendations-entry--carousel .sports-recommendations-entry__title h2 {
  margin: 0;
  font-size: 1.875rem;
  line-height: 3.125rem;
  color: #4A2683;
  display: inline;
  background-color: #FBBB01;
  padding: 0 0.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 740px) {
  .sports-recommendation .sports-recommendations-entry__title h2,
.sports-recommendations-entry--carousel .sports-recommendations-entry__title h2 {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  .sports-recommendation .sports-recommendations-entry__title h2,
.sports-recommendations-entry--carousel .sports-recommendations-entry__title h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.sports-recommendation .sports-recommendations-entry__title h2:after,
.sports-recommendations-entry--carousel .sports-recommendations-entry__title h2:after {
  display: none;
}
.sports-recommendation .sports-recommendations-entry__description,
.sports-recommendations-entry--carousel .sports-recommendations-entry__description {
  margin-top: 1.5625rem;
  color: #fff;
  padding-inline: 1.25rem;
}
@media (min-width: 1340px) {
  .sports-recommendation .sports-recommendations-entry__description,
.sports-recommendations-entry--carousel .sports-recommendations-entry__description {
    max-width: 60%;
  }
}
.sports-recommendation .sports-recommendations-entry__image,
.sports-recommendations-entry--carousel .sports-recommendations-entry__image {
  margin-top: 2.5625rem;
  clear: both;
  margin-left: 1.25rem;
  margin-right: 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  pointer-events: initial;
}
@media (min-width: 740px) {
  .sports-recommendation .sports-recommendations-entry__image,
.sports-recommendations-entry--carousel .sports-recommendations-entry__image {
    padding-right: 1.25rem;
  }
}
@media (max-width: 739px) {
  .sports-recommendation .sports-recommendations-entry__image img,
.sports-recommendations-entry--carousel .sports-recommendations-entry__image img {
    max-width: 800px;
  }
}
@media (min-width: 740px) and (max-width: 1339px) {
  .sports-recommendation .sports-recommendations-entry__image img,
.sports-recommendations-entry--carousel .sports-recommendations-entry__image img {
    padding-right: 1.5rem;
  }
}
.sports-recommendation .sports-recommendations-entry__buttons,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 2rem;
  padding-inline: 1.25rem;
  gap: 1rem;
  justify-content: space-between;
}
@media (min-width: 980px) {
  .sports-recommendation .sports-recommendations-entry__buttons,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons {
    flex-direction: row;
    align-items: center;
  }
}
.sports-recommendation .sports-recommendations-entry__buttons .icon,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons .icon {
  margin-right: 0.3125rem;
}
.sports-recommendation .sports-recommendations-entry__buttons img,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons img {
  display: none;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1340px) {
  .sports-recommendation .sports-recommendations-entry__buttons img,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons img {
    display: block;
  }
}
.sports-recommendation .sports-recommendations-entry__buttons a,
.sports-recommendations-entry--carousel .sports-recommendations-entry__buttons a {
  margin-right: auto;
}
.sports-recommendation .sports-recommendations-entry__box,
.sports-recommendations-entry--carousel .sports-recommendations-entry__box {
  margin-bottom: 0;
}

@media (max-width: 979px) {
  .sports-recommendation,
.fullwidth-container {
    padding-block: 1rem;
  }
}

.sports-recommendations-entry__wrapper {
  display: grid;
  grid-template-areas: "container";
}
.sports-recommendations-entry__wrapper > * {
  grid-area: container;
}
.sports-recommendations-entry__background-image {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 89% 94%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 62%, 89% 94%, 0 100%);
  max-height: 806px;
}
@media (min-width: 740px) {
  .sports-recommendations-entry__background-image {
    max-height: 896px;
  }
}
@media (min-width: 980px) {
  .sports-recommendations-entry__background-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 52%, 92% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 52%, 92% 90%, 0 100%);
  }
}
@media (min-width: 1880px) {
  .sports-recommendations-entry__background-image {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 48%, 94% 90%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 48%, 94% 90%, 0 100%);
  }
}
.sports-recommendations-entry__background-image img {
  width: 100%;
}
@media (min-width: 980px) {
  .sports-recommendations-entry__container {
    padding-inline: 3.75rem;
  }
}
@media (min-width: 1340px) {
  .sports-recommendations-entry__container {
    padding-inline: 6.25rem;
  }
}

.sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  overflow-x: hidden;
  top: 15rem;
  pointer-events: none;
}
@media (min-width: 980px) {
  .sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper {
    top: 16rem;
  }
}
@media (min-width: 1340px) {
  .sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper {
    top: 22rem;
  }
}
@media (min-width: 1560px) {
  .sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper {
    top: 25rem;
  }
}
.sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper .sports-recommendation__nutrition_arrow {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
}
.sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper .sports-recommendation__nutrition_arrow img {
  width: 100%;
}
@media (min-width: 1340px) {
  .sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper .sports-recommendation__nutrition_arrow {
    bottom: 4.5rem;
  }
}
@media (min-width: 1880px) {
  .sports-recommendations-entries--carousel .sports-recommendation__nutrition_arrow_wrapper .sports-recommendation__nutrition_arrow {
    bottom: 7.5rem;
  }
}

.table-cart {
  width: 100%;
  background-color: transparent;
  position: relative;
}
.table-cart th,
.table-cart td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-cart td {
  font-weight: 400;
  color: #212529;
}
.table-cart th {
  font-weight: 600;
  color: #4A2683;
  font-weight: 700;
}
.table-cart td:first-child,
.table-cart th:first-child {
  padding-left: 0;
}
.table-cart td:last-child,
.table-cart th:last-child {
  padding-right: 0;
}
.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: rgba(74, 38, 131, 0.1);
}
.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(65, 70, 148, 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(33, 136, 56, 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(221, 0, 0, 0.1);
}
.table-cart thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #FBBB01;
}
.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 #dee2e6;
}
.table-cart .table {
  background-color: #f6f6f6;
}
.table-cart tfoot, .table-cart .table-cart__grey {
  background-color: #f6f6f6;
}
.table-cart tfoot td, .table-cart .table-cart__grey td {
  text-align: right;
}
.table-cart th,
.table-cart th:first-child,
.table-cart td:first-child,
.table-cart th:last-child,
.table-cart td:last-child {
  padding: 0.625rem 0.3125rem;
}
.table-cart thead td, .table-cart thead th,
.table-cart tbody td, .table-cart tbody th,
.table-cart tfoot td, .table-cart tfoot th {
  width: 100%;
}
@media (max-width: 599px) {
  .table-cart .table-cart__price-single,
.table-cart .table-cart__price-multiple,
.table-cart .table-cart__quantity {
    display: none;
  }
  .table-cart,
.table-cart thead,
.table-cart tbody,
.table-cart thead tr,
.table-cart tbody, .table-cart tr,
.table-cart tfoot {
    display: block;
  }
  .table-cart .table-cart__article,
.table-cart .table-cart__quantity {
    display: block;
    width: 100%;
  }
  .table-cart th.table-cart__quantity {
    display: none;
  }
  .table-cart .table-cart__quantity {
    border-top: none;
    text-align: left;
    padding-top: 0;
  }
  .table-cart .cart-amount-wrapper {
    margin-left: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 599px) and (min-width: 380px) {
  .table-cart .cart-amount-wrapper {
    padding-left: 4.375rem;
  }
}
@media (max-width: 599px) and (min-width: 430px) {
  .table-cart .cart-amount-wrapper {
    padding-left: 4.0625rem;
  }
}
@media (max-width: 1339px) {
  .table-cart .table-cart__price-single {
    display: none;
  }
}
@media (min-width: 1340px) {
  .table-cart .table-cart__article-text .cart__article-price {
    display: none;
  }
}

@media (max-width: 429px) {
  .page--cart {
    max-width: 100%;
    overflow-x: hidden;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .page--cart .table-cart,
.page--cart .table-cart thead,
.page--cart .table-cart tbody,
.page--cart .table-cart thead tr,
.page--cart .table-cart tbody tr,
.page--cart .table-cart tfoot {
    display: block;
  }
  .page--cart .table-cart .table-cart__article,
.page--cart .table-cart .table-cart__quantity {
    display: block;
    width: 100%;
  }
  .page--cart .table-cart .table-cart__quantity {
    border-top: none;
    text-align: left;
    padding-top: 0;
  }
  .page--cart .table-cart th.table-cart__quantity {
    display: none;
  }
  .page--cart .table-cart .cart-amount-wrapper {
    margin-left: 0;
    padding-left: 5.3125rem;
    justify-content: flex-start;
  }
  .page--cart .table-cart .table-cart__price-single,
.page--cart .table-cart .table-cart__price-multiple {
    display: none;
  }
}

.table-cart__article {
  padding-block: 1.25rem;
}
.table-cart__article::after {
  display: block;
  clear: both;
  content: "";
}

.table-cart__quantity {
  text-align: center;
}
@media (max-width: 429px) {
  .table-cart__quantity {
    padding-inline: 0.3125rem !important;
    width: 9.6875rem;
  }
  .table-cart__quantity .btn--delete,
.table-cart__quantity .btn-refresh {
    margin-left: 0;
  }
  .table-cart__quantity .btn.cart-amount-minus, .table-cart__quantity .cart-amount-minus.button,
.table-cart__quantity .btn.cart-amount-plus,
.table-cart__quantity .cart-amount-plus.button {
    padding-left: 8px;
    padding-right: 8px;
  }
  .table-cart__quantity .cart-amount-input {
    width: 35px;
  }
}

.table-cart__price-single,
.table-cart__price-multiple {
  text-align: right;
}

.table-cart__article-text {
  margin-left: 5.625rem;
}
.table-cart__article-text .cart__article-price {
  display: block;
}
@media (max-width: 599px) {
  .table-cart__article-text {
    margin-left: 4.375rem;
  }
}

.table-cart__article-image {
  float: left;
  width: 5rem;
  text-align: center;
}
.table-cart__article-image img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 599px) {
  .table-cart__article-image {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.table-cart__article-title {
  font-weight: 700;
}

tfoot .table-cart__overall td, tfoot .table-cart__overall th,
tfoot .table-cart__overall td:last-child,
tfoot .table-cart__overall td:first-child,
tfoot .table-cart__overall th:last-child,
tfoot .table-cart__overall th:first-child, .table-cart__grey .table-cart__overall td, .table-cart__grey .table-cart__overall th,
.table-cart__grey .table-cart__overall td:last-child,
.table-cart__grey .table-cart__overall td:first-child,
.table-cart__grey .table-cart__overall th:last-child,
.table-cart__grey .table-cart__overall th:first-child {
  font-weight: 700;
  border-bottom: 0;
  padding-bottom: 0;
}

tfoot .table-cart__vat-info td,
tfoot .table-cart__vat-info td:last-child,
tfoot .table-cart__vat-info td:first-child, .table-cart__grey .table-cart__vat-info td,
.table-cart__grey .table-cart__vat-info td:last-child,
.table-cart__grey .table-cart__vat-info td:first-child {
  font-size: 0.875rem;
  border-top: 0;
  padding-top: 0;
  text-align: left;
  color: #495057;
}

.table-cart__shipping th {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .table-cart__shipping th {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.table-cart__notice,
.table-cart__shipping-time {
  color: #495057;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.table-cart__article-artno,
.table-cart__article-unit,
.table-cart__article-price,
.table-cart__article-quantity,
.table-cart__article-quantity .formfield--sm {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .table-cart__article-artno,
.table-cart__article-unit,
.table-cart__article-price,
.table-cart__article-quantity,
.table-cart__article-quantity .formfield--sm {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.table-cart tbody {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 600px) {
  .table-cart__article-quantity {
    margin-left: 5.625rem;
  }
}
@media (max-width: 599px) {
  .table-cart--checkout td,
.table-cart--checkout th {
    padding: 0.3125rem;
  }
}

.table--direct-order {
  width: 100%;
}
.table--direct-order .direct-order-count,
.table--direct-order .direct-order-no {
  width: 5rem;
  padding-right: 0.625rem;
}
.table--direct-order .direct-order-count .formfield,
.table--direct-order .direct-order-no .formfield {
  width: 4.375rem;
}
.table--direct-order .direct-order-name .order-data {
  display: block;
  border: 1px solid #8a8a8a;
  height: 2.5rem;
  padding: 0.4375rem 0.5rem;
  cursor: not-allowed;
  overflow: hidden;
}
.table--direct-order .direct-order-no {
  white-space: nowrap;
}
.table--direct-order .direct-order-button {
  width: 1.25rem;
  padding-left: 0.625rem;
}
.table--direct-order .direct-order-button .disabled {
  pointer-events: initial;
  cursor: not-allowed;
}
.table--direct-order .direct-order-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table--direct-order .order-name {
  margin-right: 0.625rem;
}
.table--direct-order .order-price__price {
  font-weight: 700;
}
.table--direct-order .order-price__basic-rate {
  font-size: 80%;
  margin-left: 0.3125rem;
  color: #495057;
}
.table--direct-order .order-price__basic-rate:before {
  content: "(";
}
.table--direct-order .order-price__basic-rate:after {
  content: ")";
}
@media (max-width: 429px) {
  .table--direct-order {
    width: auto;
  }
  .table--direct-order .direct-order-price {
    display: none !important;
  }
}
@media (max-width: 739px) {
  .table--direct-order .direct-order-name {
    display: none !important;
  }
  .table--direct-order .order-add-entry {
    display: none;
  }
}

.discounts td {
  padding-right: 2rem;
}
html[lang=en] .discounts td {
  padding-right: 1.25rem;
}
.discounts td:last-child {
  padding-right: 0 !important;
}
.discounts th {
  padding-right: 0.3rem;
}

@media (max-width: 1339px) {
  .customer-orders__table > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .customer-orders__table > table > thead,
.customer-orders__table > table > tfoot {
    display: none;
  }
  .customer-orders__table > table > tbody {
    display: block;
  }
  .customer-orders__table > table > tbody > tr {
    display: block;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .customer-orders__table > table > tbody > tr > td,
.customer-orders__table > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: 3.1875rem;
  }
  .customer-orders__table > table > tbody > tr > td:first-child, .customer-orders__table > table > tbody > tr > td:last-child,
.customer-orders__table > table > tbody > tr > th:first-child,
.customer-orders__table > table > tbody > tr > th:last-child {
    padding: 0.625rem;
  }
  .customer-orders__table > table > tbody > tr > td[data-title]:before,
.customer-orders__table > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
    display: block;
  }
}

.table-orders {
  width: 100%;
  background-color: transparent;
}
.table-orders th,
.table-orders td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-orders td {
  font-weight: 400;
  color: #212529;
}
.table-orders th {
  font-weight: 600;
  color: #4A2683;
  font-weight: 700;
}
.table-orders td:first-child,
.table-orders th:first-child {
  padding-left: 0;
}
.table-orders td:last-child,
.table-orders th:last-child {
  padding-right: 0;
}
.table-orders .cright {
  text-align: right;
}
.table-orders td.is-active > td, .table-orders td.is-active > th, .table-orders tr > th.is-active > td, .table-orders tr > th.is-active > th,
.table-orders tr.is-active > td,
.table-orders tr.is-active > th {
  background-color: rgba(74, 38, 131, 0.1);
}
.table-orders td.info > td, .table-orders td.info > th, .table-orders tr > th.info > td, .table-orders tr > th.info > th,
.table-orders tr.info > td,
.table-orders tr.info > th {
  background-color: rgba(65, 70, 148, 0.1);
}
.table-orders td.success > td, .table-orders td.success > th, .table-orders tr > th.success > td, .table-orders tr > th.success > th,
.table-orders tr.success > td,
.table-orders tr.success > th {
  background-color: rgba(33, 136, 56, 0.1);
}
.table-orders td.warning > td, .table-orders td.warning > th, .table-orders tr > th.warning > td, .table-orders tr > th.warning > th,
.table-orders tr.warning > td,
.table-orders tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-orders td.error > td, .table-orders td.error > th, .table-orders tr > th.error > td, .table-orders tr > th.error > th,
.table-orders tr.error > td,
.table-orders tr.error > th {
  background-color: rgba(221, 0, 0, 0.1);
}
.table-orders thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #FBBB01;
}
.table-orders caption + thead tr:first-child > th,
.table-orders caption + thead tr:first-child > td,
.table-orders colgroup + thead tr:first-child > th,
.table-orders colgroup + thead tr:first-child > td,
.table-orders thead:first-child tr:first-child > th,
.table-orders thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-orders tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-orders .table {
  background-color: #f6f6f6;
}
.table-orders .btn, .table-orders .button {
  display: inline-grid;
  place-content: center;
  padding-inline: 0.625rem;
  margin-top: 0;
}
.table-orders .btn + .btn, .table-orders .button + .btn, .table-orders .btn + .button, .table-orders .button + .button {
  margin-left: 0.6875rem;
}
.table-orders .btn .icon, .table-orders .button .icon {
  width: 2rem;
  height: 2rem;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 1340px) {
  .table-orders .btn, .table-orders .button {
    position: relative;
    padding-inline: 0.625rem;
  }
  .table-orders .btn:before, .table-orders .button:before, .table-orders .btn:after, .table-orders .button:after {
    z-index: 50;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .table-orders .btn:before, .table-orders .button:before {
    content: "" !important;
    width: 0;
    z-index: 10001;
  }
  .table-orders .btn:after, .table-orders .button:after {
    content: attr(data-tooltip);
    font-size: 0.875rem;
    line-height: 1rem;
    text-align: center;
    white-space: nowrap;
    max-width: 15rem;
    overflow: hidden;
    padding: 0.375rem 0.625rem;
    pointer-events: none;
    z-index: 10000;
  }
  .table-orders .btn:hover:not(.dropdown__toggle--open):before, .table-orders .button:hover:not(.dropdown__toggle--open):before {
    opacity: 1;
  }
  .table-orders .btn:hover:not(.dropdown__toggle--open):after, .table-orders .button:hover:not(.dropdown__toggle--open):after {
    opacity: 1;
  }
  .table-orders .btn:before, .table-orders .button: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;
  }
  .table-orders .btn:after, .table-orders .button:after {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 12px);
  }
  .table-orders .btn:hover:before, .table-orders .button:hover:before {
    transform: translate(-50%, calc(-50% - 4px));
  }
  .table-orders .btn:hover:after, .table-orders .button:hover:after {
    transform: translate(-50%, -8px);
  }
  .table-orders .btn.tooltip--bottom:before, .table-orders .tooltip--bottom.button:before {
    border-bottom-color: #343a40;
  }
  .table-orders .btn.tooltip--left:before, .table-orders .tooltip--left.button:before {
    border-left-color: #343a40;
  }
  .table-orders .btn.tooltip--right:before, .table-orders .tooltip--right.button:before {
    border-right-color: #343a40;
  }
  .table-orders .btn:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before, .table-orders .button:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
    border-top-color: #343a40;
  }
  .table-orders .btn:after, .table-orders .button:after {
    color: #fff;
    background-color: #343a40;
  }
}
@media (max-width: 1339px) {
  .table-orders .btn .icon, .table-orders .button .icon {
    margin-left: 0;
    margin-right: 0;
  }
}
.table-orders thead th {
  padding-top: 0;
}
@media (max-width: 599px) {
  .table-orders td:first-child {
    background-color: #E1DBEA;
  }
}
@media (min-width: 1340px) {
  .table-orders td {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1340px) and (min-width: 740px) {
  .table-orders td {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.table-orders td.no-entries {
  background-color: transparent;
}

.table-orders-options {
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 1339px) {
  .page--customer-orders .table-orders td:first-child {
    background-color: #E1DBEA;
  }
}

@media (max-width: 599px) {
  .tabs--responsive .accordion__toggle {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 1.25rem;
    margin: 0;
    color: #212529;
  }
  .tabs--responsive .accordion__toggle:hover {
    color: #4A2683;
  }
  .tabs--responsive .accordion__toggle[aria-expanded=true] .accordion__icon {
    transform: rotateX(180deg);
  }
  .tabs--responsive .accordion__icon {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0.375rem;
    transition: transform 0.4s linear;
  }
  .tabs--responsive .accordion__content {
    display: none;
    margin: 0;
    padding: 0.75em 0 0 1.25rem;
  }
  .tabs--responsive .accordion__content + .accordion__toggle {
    margin-top: 1.5em;
  }
  .tabs--responsive .accordion__toggle {
    display: block;
    width: 100%;
    padding: 0.75rem 0.625rem;
    background-color: #CCC1DC;
    color: #4A2683;
    border-radius: 3px;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.9375rem;
  }
  .tabs--responsive .accordion__toggle[aria-expanded=true] {
    background-color: #4A2683;
    color: #fff;
  }
  .tabs--responsive .accordion__icon {
    right: 0.625rem;
    top: 1.25rem;
  }
  .tabs--responsive .tabs__content {
    margin: 0 !important;
  }
  .tabs--responsive .tabs__content + .accordion__toggle {
    margin-top: 0.75em;
  }
}
@media (min-width: 600px) {
  .tabs--responsive .accordion__toggle {
    display: none;
  }
  .tabs--responsive > .tabs__content-wrapper > .accordion__toggle:first-child + .tabs__content {
    display: block;
  }
}

.tabs,
.tabs li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs > li {
  display: inline;
}
.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;
  flex-wrap: wrap;
  background-color: #E1DBEA;
  border-radius: 3px;
}
.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::after {
  display: block;
  clear: both;
  content: "";
}
.tabs .tabs__list li {
  display: flex;
}
.tabs .tabs__list li:first-child a {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tabs .tabs__list a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 700;
  padding: 0.3125rem 1.25rem;
  cursor: pointer;
  text-decoration: none;
  color: #4A2683;
  background-color: #E1DBEA;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-out;
}
.tabs .tabs__list a:hover, .tabs .tabs__list a:focus {
  z-index: 20;
  color: #fff;
  background-color: #7e64a6;
  border-color: transparent;
  border-bottom: 1px solid transparent;
}
.tabs .tabs__list a[aria-selected], .tabs .tabs__list a.is-active {
  z-index: 30;
  color: #fff;
  background-color: #4A2683;
  border-color: transparent;
  border-bottom: 1px solid #4A2683;
}
.tabs .tabs__list a {
  font-size: 1.5625rem;
  line-height: 2.5rem;
}
@media (min-width: 740px) {
  .tabs .tabs__list a {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

.text-teaser {
  padding: 1.875rem 0.9375rem;
  border-top: 1px solid #4A2683;
}
.text-teaser__heading {
  position: relative;
  display: grid;
  grid-template-columns: 4.0625rem 1fr;
  align-items: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  max-width: 14.0625rem;
}
.text-teaser__heading .icon {
  width: 3.3125rem;
  height: 3.3125rem;
  color: #4A2683;
}
.text-teaser__content {
  position: relative;
  max-width: 14.6875rem;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #4A2683;
}
.text-teaser .more,
.text-teaser .more--small {
  font-weight: 700;
}
.text-teaser .articles-entry__add-to-cart {
  margin-top: 1.5rem;
}

#toast-container > div {
  opacity: 1;
  text-align: left;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.275);
}
#toast-container > div:hover {
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.575);
}

.toast-success {
  background-color: #218838;
}

.toast-warning {
  background-color: #ffc107;
}

.toast-error {
  background-color: #DD0000;
}

.toast-info {
  background-color: #414694;
}

.tp-summary {
  text-align: left;
}

.tp-stars-text {
  font-size: 14px;
  color: #414694;
  margin-top: 0.9375rem;
  margin-bottom: 2.1875rem;
  font-size: 1rem;
  line-height: 1.5625rem;
  border-bottom: 1px solid currentColor;
}
@media (min-width: 740px) {
  .tp-stars-text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 740px) {
  .tp-stars-text {
    font-size: 16px;
  }
}

.youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: rgba(17, 17, 17, 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;
}

.site-content > .breadcrumb {
  top: -1.25rem;
}

.breadcrumb {
  position: relative;
}
.breadcrumb .container {
  height: 1.25rem;
  overflow-y: hidden;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 1.25rem;
  position: relative;
  font-size: 14px;
  line-height: 1.25rem;
  white-space: nowrap;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb a {
  text-decoration: none;
  color: #606060;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #414694;
}
.breadcrumb li:last-child a {
  color: #606060;
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 0.375rem;
  right: 0.3125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  color: #8a8a8a;
}
@media (min-width: 430px) {
  .breadcrumb {
    margin-bottom: 3em;
  }
}

.breadcrumb__spacer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.cart-preview {
  position: relative;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.cart-preview.is-updating {
  display: grid;
  place-content: center;
}
@media (min-width: 1340px) {
  .cart-preview {
    min-width: 4.375rem;
  }
}
.cart-preview .cart-preview__toggle {
  position: relative;
  min-width: 2.5rem;
  min-height: 2.5rem;
  display: grid;
  place-content: center;
  z-index: 1;
}
.cart-preview .cart-preview__toggle .icon {
  color: #4A2683;
}
.cart-preview .cart-preview__counter {
  position: absolute;
  right: -0.1875rem;
  top: -0.1875rem;
  padding: 0 0.2rem;
  min-width: 1.375rem;
  height: 1.375rem;
  background-color: #fff;
  border: 1px solid #4A2683;
  border-radius: 0.6875rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  pointer-events: none;
  overflow: hidden;
}
@media (min-width: 600px) {
  .cart-preview .cart-preview__counter {
    right: -0.3125rem;
    top: -0.3125rem;
  }
}
@media (min-width: 1340px) {
  .cart-preview .cart-preview__counter {
    right: 0.3125rem;
    top: 0.3125rem;
  }
}
.cart-preview .cart-preview__counter .back {
  display: none;
}
.cart-preview .cart-preview__content {
  display: none;
  z-index: 50;
  position: absolute;
  top: 4.375rem;
  right: 0;
  width: 37.5rem;
  padding: 1.875rem;
  background-color: #fff;
  box-shadow: 0px 0.4px 0.4px rgba(0, 0, 0, 0.014), 0px 1.1px 1.1px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.025), 0px 3.6px 3.6px rgba(0, 0, 0, 0.03), 0px 6.7px 6.7px rgba(0, 0, 0, 0.036), 0px 16px 16px rgba(0, 0, 0, 0.05);
}
.cart-preview .cart-preview__table-wrapper {
  max-height: calc(100vh - 24rem);
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: -1.25rem;
  padding-right: 1.25rem;
  scrollbar-color: #4A2683 #e2e2e2;
  background: linear-gradient(#fff 30%, rgba(255, 255, 255, 0)) center top, linear-gradient(rgba(255, 255, 255, 0), #fff 70%) center bottom, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center top, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) center bottom;
  background-repeat: no-repeat;
  background-size: 85% 50px, 85% 50px, 85% 18px, 85% 18px;
  background-attachment: local, local, scroll, scroll;
}
.cart-preview .cart-preview__table-wrapper::-webkit-scrollbar-track {
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #e2e2e2;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.cart-preview .cart-preview__table-wrapper::-webkit-scrollbar {
  width: 12px;
  border-radius: 10px;
  background-color: #e2e2e2;
}
.cart-preview .cart-preview__table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #4A2683;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
.cart-preview .cart-preview__table {
  width: 100%;
  background-color: transparent;
}
.cart-preview .cart-preview__table th,
.cart-preview .cart-preview__table td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.cart-preview .cart-preview__table td {
  font-weight: 400;
  color: #212529;
}
.cart-preview .cart-preview__table th {
  font-weight: 600;
  color: #4A2683;
  font-weight: 700;
}
.cart-preview .cart-preview__table td:first-child,
.cart-preview .cart-preview__table th:first-child {
  padding-left: 0;
}
.cart-preview .cart-preview__table td:last-child,
.cart-preview .cart-preview__table th:last-child {
  padding-right: 0;
}
.cart-preview .cart-preview__table .cright {
  text-align: right;
}
.cart-preview .cart-preview__table td.is-active > td, .cart-preview .cart-preview__table td.is-active > th, .cart-preview .cart-preview__table tr > th.is-active > td, .cart-preview .cart-preview__table tr > th.is-active > th,
.cart-preview .cart-preview__table tr.is-active > td,
.cart-preview .cart-preview__table tr.is-active > th {
  background-color: rgba(74, 38, 131, 0.1);
}
.cart-preview .cart-preview__table td.info > td, .cart-preview .cart-preview__table td.info > th, .cart-preview .cart-preview__table tr > th.info > td, .cart-preview .cart-preview__table tr > th.info > th,
.cart-preview .cart-preview__table tr.info > td,
.cart-preview .cart-preview__table tr.info > th {
  background-color: rgba(65, 70, 148, 0.1);
}
.cart-preview .cart-preview__table td.success > td, .cart-preview .cart-preview__table td.success > th, .cart-preview .cart-preview__table tr > th.success > td, .cart-preview .cart-preview__table tr > th.success > th,
.cart-preview .cart-preview__table tr.success > td,
.cart-preview .cart-preview__table tr.success > th {
  background-color: rgba(33, 136, 56, 0.1);
}
.cart-preview .cart-preview__table td.warning > td, .cart-preview .cart-preview__table td.warning > th, .cart-preview .cart-preview__table tr > th.warning > td, .cart-preview .cart-preview__table tr > th.warning > th,
.cart-preview .cart-preview__table tr.warning > td,
.cart-preview .cart-preview__table tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.cart-preview .cart-preview__table td.error > td, .cart-preview .cart-preview__table td.error > th, .cart-preview .cart-preview__table tr > th.error > td, .cart-preview .cart-preview__table tr > th.error > th,
.cart-preview .cart-preview__table tr.error > td,
.cart-preview .cart-preview__table tr.error > th {
  background-color: rgba(221, 0, 0, 0.1);
}
.cart-preview .cart-preview__table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #FBBB01;
}
.cart-preview .cart-preview__table caption + thead tr:first-child > th,
.cart-preview .cart-preview__table caption + thead tr:first-child > td,
.cart-preview .cart-preview__table colgroup + thead tr:first-child > th,
.cart-preview .cart-preview__table colgroup + thead tr:first-child > td,
.cart-preview .cart-preview__table thead:first-child tr:first-child > th,
.cart-preview .cart-preview__table thead:first-child tr:first-child > td {
  border-top: 0;
}
.cart-preview .cart-preview__table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.cart-preview .cart-preview__table .table {
  background-color: #f6f6f6;
}
.cart-preview .cart-preview__table th {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
.cart-preview .cart-preview__table td {
  font-size: 1rem;
  line-height: 1.25rem;
  vertical-align: middle;
}
.cart-preview .cart-preview__table .cart-preview__product-wrapper {
  display: flex;
  gap: 0.625rem;
  align-items: center;
}
.cart-preview .cart-preview__table .cart-preview__product-image {
  flex: 0 0 3.75rem;
  min-height: 3.75rem;
}
.cart-preview .cart-preview__table .cart-preview__product-image img {
  max-width: 3.75rem;
  max-height: 3.75rem;
}
.cart-preview .cart-preview__table .cart-preview__quantity,
.cart-preview .cart-preview__table .cart-preview__price {
  text-align: right;
}
.cart-preview .cart-preview__buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.cart-preview .cart-preview__buttons-col {
  flex: 1 1 50%;
}

.hero-default {
  margin-top: -9.75rem;
}
@media (min-width: 380px) {
  .hero-default {
    margin-top: -11rem;
  }
}
@media (min-width: 600px) {
  .hero-default {
    margin-top: -10rem;
  }
}
@media (min-width: 600px) {
  .hero-default--shop_articles-details {
    margin-top: -9rem;
  }
}
.hero-default__image {
  width: 100%;
  max-height: 293px;
}
@media (min-width: 600px) {
  .hero-default__image {
    max-height: 280px;
  }
}
@media (min-width: 980px) {
  .hero-default__image {
    max-height: unset;
  }
}
@media (min-width: 1340px) {
  .hero-default__image {
    max-height: 370px;
  }
}
@media (min-width: 1880px) {
  .hero-default__image {
    max-height: 450px;
  }
}
.hero-default + .site-content {
  margin-top: -8.4375rem;
  padding-top: 0;
  z-index: 26;
}
@media (min-width: 600px) {
  .hero-default + .site-content {
    margin-top: -6.25rem;
  }
}
@media (min-width: 980px) {
  .hero-default + .site-content {
    margin-top: -7.5rem;
  }
}
@media (min-width: 1880px) {
  .hero-default + .site-content {
    margin-top: -10rem;
  }
}
.hero-default + .site-content.site-content--shop_articles-default, .hero-default + .site-content.site-content--customer-details, .hero-default + .site-content.site-content--customer-kbr_my_shop, .hero-default + .site-content.site-content--customer-kbr_products, .hero-default + .site-content.site-content--customer-kbr_friend_recommendations, .hero-default + .site-content.site-content--customer-kbr_favorites, .hero-default + .site-content.site-content--customer-kbr_orders, .hero-default + .site-content.site-content--customer-kbr_account {
  margin-top: -6.25rem;
}
@media (min-width: 380px) {
  .hero-default + .site-content.site-content--shop_articles-default, .hero-default + .site-content.site-content--customer-details, .hero-default + .site-content.site-content--customer-kbr_my_shop, .hero-default + .site-content.site-content--customer-kbr_products, .hero-default + .site-content.site-content--customer-kbr_friend_recommendations, .hero-default + .site-content.site-content--customer-kbr_favorites, .hero-default + .site-content.site-content--customer-kbr_orders, .hero-default + .site-content.site-content--customer-kbr_account {
    margin-top: -6.6875rem;
  }
}
@media (min-width: 600px) {
  .hero-default + .site-content.site-content--shop_articles-default, .hero-default + .site-content.site-content--customer-details, .hero-default + .site-content.site-content--customer-kbr_my_shop, .hero-default + .site-content.site-content--customer-kbr_products, .hero-default + .site-content.site-content--customer-kbr_friend_recommendations, .hero-default + .site-content.site-content--customer-kbr_favorites, .hero-default + .site-content.site-content--customer-kbr_orders, .hero-default + .site-content.site-content--customer-kbr_account {
    margin-top: -5rem;
  }
}
@media (min-width: 980px) {
  .hero-default + .site-content.site-content--shop_articles-default, .hero-default + .site-content.site-content--customer-details, .hero-default + .site-content.site-content--customer-kbr_my_shop, .hero-default + .site-content.site-content--customer-kbr_products, .hero-default + .site-content.site-content--customer-kbr_friend_recommendations, .hero-default + .site-content.site-content--customer-kbr_favorites, .hero-default + .site-content.site-content--customer-kbr_orders, .hero-default + .site-content.site-content--customer-kbr_account {
    margin-top: -3.75rem;
  }
}
@media (min-width: 1340px) {
  .hero-default + .site-content.site-content--shop_articles-default, .hero-default + .site-content.site-content--customer-details, .hero-default + .site-content.site-content--customer-kbr_my_shop, .hero-default + .site-content.site-content--customer-kbr_products, .hero-default + .site-content.site-content--customer-kbr_friend_recommendations, .hero-default + .site-content.site-content--customer-kbr_favorites, .hero-default + .site-content.site-content--customer-kbr_orders, .hero-default + .site-content.site-content--customer-kbr_account {
    margin-top: -5.625rem;
  }
}
@media (min-width: 600px) {
  .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -8.25rem;
  }
}
@media (min-width: 980px) {
  .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -6.25rem;
  }
}
@media (min-width: 1880px) {
  .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -8.75rem;
  }
}

.hero--heigh {
  position: relative;
  margin-top: -10rem;
  aspect-ratio: 430/737;
}
@media (min-width: 500px) {
  .hero--heigh {
    aspect-ratio: 10/14;
  }
}
@media (min-width: 600px) {
  .hero--heigh {
    aspect-ratio: 10/12;
  }
}
@media (min-width: 740px) {
  .hero--heigh {
    aspect-ratio: 10/9;
  }
}
@media (min-width: 980px) {
  .hero--heigh {
    aspect-ratio: 10/7;
  }
}
@media (min-width: 1160px) {
  .hero--heigh {
    aspect-ratio: 10/6;
  }
}
@media (min-width: 1340px) {
  .hero--heigh {
    aspect-ratio: 100/50;
  }
}
@media (min-width: 1880px) {
  .hero--heigh {
    aspect-ratio: 100/40;
    max-height: 800px;
  }
}
@media (min-width: 1340px) {
  .hero--heigh.hero--sports {
    aspect-ratio: 100/40;
  }
}
.hero--heigh + .site-content {
  margin-top: -115px;
  padding-top: 0;
  z-index: 26;
}
@media (min-width: 600px) {
  .hero--heigh + .site-content {
    margin-top: -130px;
  }
}
@media (min-width: 980px) {
  .hero--heigh + .site-content {
    margin-top: -100px;
  }
}
.hero--heigh .hero-heigh-img {
  position: absolute;
  inset: 0;
}
.hero--heigh .hero-heigh-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero--heigh .hero-heigh-frame {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 25;
  pointer-events: none;
}
.hero--heigh .hero-heigh-frame img {
  width: 100%;
  max-width: none;
}
.hero--heigh .carousel__canvas {
  position: absolute;
  inset: 0;
  padding-bottom: initial;
  height: initial;
}
@media (min-width: 600px) {
  .hero--heigh .carousel__canvas .carousel__caption {
    padding-left: 5rem;
  }
}
@media (min-width: 1340px) {
  .hero--heigh .carousel__canvas .carousel__caption {
    padding-left: 6.25rem;
    padding-top: 6.25rem;
  }
}
@media (min-width: 1560px) {
  .hero--heigh .carousel__canvas .carousel__caption {
    padding-left: 7.5rem;
  }
}
.hero--heigh .carousel__canvas .carousel-buttons {
  height: 100%;
  top: 10rem;
}
@media (max-width: 599px) {
  .hero--heigh .carousel__canvas .carousel-buttons {
    display: none;
  }
}
@media (min-width: 1880px) {
  .hero--heigh .carousel__canvas .carousel-buttons {
    top: 7rem;
  }
}
.hero--heigh .carousel__canvas h2, .hero--heigh .carousel__canvas .h2 {
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.hero--heigh .carousel__canvas h2:after, .hero--heigh .carousel__canvas .h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #4A2683;
}
.hero--heigh .carousel__canvas h2 + *, .hero--heigh .carousel__canvas .h2 + * {
  margin-top: 2.5em !important;
}
@media (min-width: 600px) {
  .hero--heigh .carousel__canvas h2, .hero--heigh .carousel__canvas .h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1340px) {
  .hero--heigh .carousel__canvas h2, .hero--heigh .carousel__canvas .h2 {
    font-size: 2.8125rem;
  }
}
.hero--heigh .carousel__canvas h2 span, .hero--heigh .carousel__canvas .h2 span {
  display: inline-block;
  color: #4A2683;
  background-color: #FBBB01;
  padding: 0 0.5rem;
}
.hero--heigh .carousel__canvas p {
  line-height: 2.1875rem;
}
.hero--heigh .carousel__item,
.hero--heigh .carousel__wrapper {
  height: 100%;
  overflow: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero--heigh .carousel__caption {
  max-width: 23.4375rem;
}
@media (min-width: 430px) {
  .hero--heigh .carousel__caption {
    max-width: 28.4375rem;
  }
}
@media (min-width: 740px) {
  .hero--heigh .carousel__caption {
    max-width: 31.25rem;
  }
}
@media (min-width: 1340px) {
  .hero--heigh .carousel__caption {
    max-width: 38.4375rem;
  }
}
.hero--heigh .carousel-buttons {
  position: absolute;
  inset: 0;
}
.hero--heigh .carousel-buttons .container {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 740px) {
  .hero--heigh .carousel-buttons .container {
    padding-inline: 1.875rem;
  }
}
@media (min-width: 1340px) {
  .hero--heigh .carousel-buttons .container {
    padding-inline: 3.75rem;
  }
}
.hero--heigh .carousel-buttons .container .carousel-btn {
  z-index: 10;
  margin-top: 15%;
}
@media (max-width: 599px) {
  .hero--heigh .carousel-buttons .container .carousel-btn {
    transform: scale(0.7);
  }
}
.hero--heigh .slick,
.hero--heigh .slick-list,
.hero--heigh .slick-track {
  height: 100%;
}
.hero--heigh .slick-dots {
  bottom: unset;
  position: relative;
  text-align: left;
  height: 2.5rem;
  display: flex;
  margin-left: 0.625rem;
}
.hero--heigh .slick-dots li {
  margin: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.hero--heigh .slick-dots li button {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
}
.hero--heigh .slick-autoplay-toggle-button {
  display: none;
}
.hero--heigh .carousel-caption__container {
  top: 10rem;
  min-width: auto;
}
@media (min-width: 1340px) {
  .hero--heigh .carousel-caption__container {
    top: 7rem;
  }
}
@media (min-width: 740px) {
  .hero--heigh .carousel-buttons .carousel-btn--next {
    margin-right: 2rem;
  }
}
.hero--heigh .hero-frame__wrapper {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 25;
  pointer-events: none;
}
.hero--heigh .hero-frame__image {
  width: 100%;
  max-width: none;
  max-height: 400px;
}
@media (min-width: 600px) {
  .hero--heigh .hero-frame__image {
    max-height: 600px;
  }
}
.hero--heigh .hero-dots {
  position: absolute;
  bottom: 170px;
  width: 100%;
  z-index: 29;
}
@media (min-width: 600px) {
  .hero--heigh .hero-dots {
    bottom: 250px;
  }
}
@media (min-width: 740px) {
  .hero--heigh .hero-dots {
    bottom: 220px;
  }
}
@media (min-width: 980px) {
  .hero--heigh .hero-dots {
    bottom: 175px;
  }
}
@media (min-width: 1880px) {
  .hero--heigh .hero-dots {
    bottom: 230px;
  }
}
.hero--heigh .hero-dots > .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero--heigh .slick__play-pause-wrapper {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
@media (min-width: 600px) {
  .hero--heigh .slick__play-pause-wrapper {
    margin-left: 5rem;
  }
}
@media (min-width: 1340px) {
  .hero--heigh .slick__play-pause-wrapper {
    margin-left: 6.25rem;
  }
}
@media (min-width: 1560px) {
  .hero--heigh .slick__play-pause-wrapper {
    margin-left: 7.5rem;
  }
}
.hero--heigh .slick__play-pause {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 1rem;
  cursor: pointer;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-content: center;
  color: #4A2683;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.hero--heigh .slick__play-pause .icon {
  width: 2.5rem;
  height: 2.5rem;
}
.hero--heigh .slick__play-pause:hover {
  background-color: rgba(255, 255, 255, 0.65);
}
.hero--heigh .slick__play-pause--play {
  display: none;
}

.multiline-title .hero-default--shop_articles-details {
  margin-top: -8.25rem;
}
@media (min-width: 380px) {
  .multiline-title .hero-default--shop_articles-details {
    margin-top: -9.5rem;
  }
}
@media (min-width: 430px) {
  .multiline-title .hero-default--shop_articles-details {
    margin-top: -11rem;
  }
}
@media (min-width: 600px) {
  .multiline-title .hero-default--shop_articles-details {
    margin-top: -9rem;
  }
}
.multiline-title .hero-default + .site-content.site-content--shop_articles-details {
  margin-top: -9.9375rem;
}
@media (min-width: 430px) {
  .multiline-title .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -8.4375rem;
  }
}
@media (min-width: 600px) {
  .multiline-title .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -8.25rem;
  }
}
@media (min-width: 980px) {
  .multiline-title .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -6.25rem;
  }
}
@media (min-width: 1880px) {
  .multiline-title .hero-default + .site-content.site-content--shop_articles-details {
    margin-top: -8.75rem;
  }
}

.nav-categories {
  clear: both;
  position: relative;
  z-index: 25;
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #cecece;
}
@media (max-width: 979px) {
  .nav-categories {
    background-color: #cecece;
    border-bottom: 1px solid #cecece;
  }
  .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(17, 17, 17, 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 #4A2683;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__toggle,
.nav-categories .container .dropdown__sublist .dropdown__toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    text-align: left;
  }
  .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 #4A2683;
    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 #4A2683;
    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 #4A2683;
    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 #f6f6f6;
  }
  .nav-categories .container .dropdown__content li a {
    display: block;
    padding: 0.625rem 1.25rem;
  }
}
@media (max-width: 979px) and (max-width: 429px) {
  .nav-categories .container .dropdown__content li a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 979px) {
  .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: #212529;
    white-space: nowrap;
  }
  .nav-categories .container ul li a:hover {
    color: #212529;
    background-color: rgba(74, 38, 131, 0.1);
  }
  .nav-categories .container ul li.is-active > a {
    color: #4A2683;
    background-color: #fff;
  }
}
@media (max-width: 979px) {
  .nav-categories .dropdown__toggle {
    padding: 0.5rem 0;
    display: block;
    color: #212529;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media (min-width: 980px) {
  .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(17, 17, 17, 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 #4A2683;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-categories .container .dropdown__content > ul > li .dropdown__toggle,
.nav-categories .container .dropdown__content > ul > li .dropdown__sublist .dropdown__toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    text-align: left;
  }
  .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 #4A2683;
    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 #4A2683;
    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 #4A2683;
    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: #212529;
  }
  .nav-categories .container .dropdown__content > ul > li > a:visited {
    color: #212529;
  }
  .nav-categories .container .dropdown__content > ul > li > a:hover {
    color: #212529;
  }
  .nav-categories .container .dropdown__content > ul > li > a:active {
    color: #4A2683;
  }
  .nav-categories .container .dropdown__content > ul > li.is-active > a {
    color: #4A2683;
  }
  .nav-categories .dropdown__toggle {
    display: none;
  }
}

.nav-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-footer ul li {
  margin: 0;
}
.nav-footer ul a:hover {
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.nav-footer > ul > li {
  font-size: 1.125rem;
  line-height: 3.125rem;
  font-weight: 600;
}
@media (min-width: 740px) {
  .nav-footer > ul > li {
    font-size: 1.25rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1340px) {
  .nav-footer > ul > li {
    font-size: 1.5625rem;
    line-height: 3.75rem;
  }
}
.nav-footer > ul > li > ul {
  border-top: 1px solid #4A2683;
  padding-top: 1em;
  margin-bottom: 1em;
}
.nav-footer > ul > li > ul > li {
  font-size: 1.125rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
@media (min-width: 740px) {
  .nav-footer > ul > li > ul > li {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
@media (min-width: 380px) and (max-width: 599px) {
  .nav-footer ul ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 600px) {
  .nav-footer > ul {
    display: grid;
    grid-template-rows: auto;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .nav-footer .nav_shop {
    grid-area: shop;
  }
  .nav-footer .nav_sport {
    grid-area: sport;
  }
  .nav-footer .nav_sbs {
    grid-area: sbs;
  }
  .nav-footer .nav_legal {
    grid-area: legal;
  }
}
@media (min-width: 600px) and (max-width: 739px) {
  .nav-footer > ul {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "shop shop" "sport sbs" "legal legal";
  }
  .nav-footer .nav_shop ul,
.nav-footer .nav_legal ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .nav-footer > ul {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "shop shop sport" "sbs legal legal";
  }
  .nav-footer .nav_shop ul,
.nav-footer .nav_legal ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 980px) {
  .nav-footer > ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "shop sport sbs legal";
  }
}
@media (min-width: 1340px) {
  .nav-footer > ul {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
  .nav-footer .nav_shop ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.nav-lang ul .nav-lang__flag {
  margin-right: 0.5rem;
}
.nav-lang a.is-active {
  font-weight: 600;
}

.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(246, 246, 246, 0.95);
}
.gebaeck-notice__text {
  padding-block: 0.625rem;
  margin-block: 0.625rem;
}
.gebaeck-notice__logo {
  margin-inline: auto;
  display: block;
}
@media (max-width: 599px) {
  .gebaeck-notice__logo {
    max-height: 50px;
  }
}

.gebaeck-notice__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

.gebaeck-notice__content {
  margin: 0 auto;
  max-width: 1440px;
  text-align: left;
}

@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(17, 17, 17, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice--advanced .gebaeck-notice__text {
  border-block: 1px solid #E1DBEA;
}
.gebaeck-notice--advanced .gebaeck-notice__container {
  width: min(95%, 560px);
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
}
.gebaeck-notice--advanced .gebaeck-notice__buttons {
  gap: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice--advanced .gebaeck-notice__buttons .btn, .gebaeck-notice--advanced .gebaeck-notice__buttons .button {
  width: min(80%, 300px);
}

.gebaeck-notice-popup {
  display: none;
  background-color: #fff;
  max-width: 560px;
  padding: 1.25rem;
}
.mfp-content .gebaeck-notice-popup {
  display: block;
}
.gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  border-bottom: 1px solid #4A2683;
}
.gebaeck-notice-popup__form .btn, .gebaeck-notice-popup__form .button {
  max-width: 300px;
  margin-top: 0.625rem;
  margin-inline: auto;
  display: block;
}

.gebaeck-notice-popup__form ul {
  list-style: none;
  padding-left: 0;
}
.gebaeck-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #8a8a8a;
}
.gebaeck-notice-popup__form .accordion > label {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin: 0;
}
.gebaeck-notice-popup__form .accordion > label span {
  font-weight: 600;
}
.gebaeck-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.25rem;
  height: 2.8125rem;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice-popup__form .accordion__toggle .icon {
  position: relative;
  top: auto;
  left: auto;
  width: 0.5625rem;
  height: 0.5rem;
  color: #4A2683;
}
.gebaeck-notice-popup__form .accordion__content {
  padding-left: 1.875rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
}
.gebaeck-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.gebaeck-notice-popup__form > .ticks {
  padding-block: 0.5em;
}

.gebaeck-notice,
.gebaeck-notice-popup {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .gebaeck-notice,
.gebaeck-notice-popup {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.gebaeck-notice p + *, .gebaeck-notice * + p,
.gebaeck-notice-popup p + *,
.gebaeck-notice-popup * + p {
  margin-top: 0.75em;
}

.gebaeck-notice__buttons {
  margin-top: 0.75em;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gebaeck-notice__buttons .btn, .gebaeck-notice__buttons .button {
  flex-grow: 1;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

#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: 380px) {
  #responsive-status {
    font-family: "xxs";
    min-width: 380px;
  }
}
@media (min-width: 430px) {
  #responsive-status {
    font-family: "xs";
    min-width: 430px;
  }
}
@media (min-width: 540px) {
  #responsive-status {
    font-family: "xssm";
    min-width: 540px;
  }
}
@media (min-width: 600px) {
  #responsive-status {
    font-family: "sm";
    min-width: 600px;
  }
}
@media (min-width: 740px) {
  #responsive-status {
    font-family: "md";
    min-width: 740px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1100px) {
  #responsive-status {
    font-family: "lgxl";
    min-width: 1100px;
  }
}
@media (min-width: 1340px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1340px;
  }
}
@media (min-width: 1560px) {
  #responsive-status {
    font-family: "2xl";
    min-width: 1560px;
  }
}
@media (min-width: 1880px) {
  #responsive-status {
    font-family: "3xl";
    min-width: 1880px;
  }
}

.site-content {
  padding: 3em 0;
  z-index: 20;
  position: relative;
  min-height: 70vh;
}
.site-content--sports-details > .breadcrumb, .site-content--viewer-default > .breadcrumb, .site-content--athletes_categories-default > .breadcrumb, .site-content--contact-edit > .breadcrumb, .site-content--cooperation-default > .breadcrumb, .site-content--cooperation-details > .breadcrumb, .site-content--cooperation_athletes-overview > .breadcrumb, .site-content--cooperation_athletes-details > .breadcrumb, .site-content--expertadvice-default > .breadcrumb, .site-content--expertadvice-details > .breadcrumb, .site-content--shop_articles-details > .breadcrumb, .site-content--shop_cart-default > .breadcrumb, .site-content--customer-intro > .breadcrumb, .site-content--customer-edit > .breadcrumb, .site-content--sports-default > .breadcrumb, .site-content--news-default > .breadcrumb, .site-content--news-details > .breadcrumb, .site-content--imprint- > .breadcrumb {
  top: 0;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .site-content--shop_articles-default > .breadcrumb, .site-content--customer-details > .breadcrumb, .site-content--customer-kbr_my_shop > .breadcrumb, .site-content--customer-kbr_products > .breadcrumb, .site-content--customer-kbr_friend_recommendations > .breadcrumb, .site-content--customer-kbr_favorites > .breadcrumb, .site-content--customer-kbr_orders > .breadcrumb, .site-content--customer-kbr_account > .breadcrumb {
    margin-bottom: 0;
  }
}
.site-content--viewer-default h1, .site-content--athletes_categories-default h1, .site-content--contact-edit h1, .site-content--cooperation-default h1, .site-content--cooperation-details h1, .site-content--cooperation_athletes-overview h1, .site-content--cooperation_athletes-details h1, .site-content--expertadvice-default h1, .site-content--customer-intro h1, .site-content--customer-edit h1, .site-content--sports-default h1, .site-content--news-default h1 {
  margin-bottom: 4rem;
}
.site-content--shop_articles-details h1 {
  font-size: 1.875rem;
  line-height: 2.125rem;
}
@media (min-width: 600px) {
  .site-content--shop_articles-details h1 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 740px) {
  .site-content--shop_articles-details h1 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1880px) {
  .site-content--shop_articles-details h1 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
@media (max-width: 979px) {
  .site-content--shop_articles-details h1 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 980px) {
  .site-content--shop_articles-details .page--articles-details {
    margin-top: 5rem;
  }
}
@media (min-width: 1340px) {
  .site-content--shop_articles-details .page--articles-details {
    margin-top: 7rem;
  }
}
.site-content--shop_cart-default .page--cart {
  margin-top: 5rem;
}
.site-content--news-details .page--news-details {
  margin-top: 7rem;
}
.site-content--imprint- .page--imprint {
  margin-top: 7rem;
}

.content-section {
  padding: 6rem 0;
}
@media (min-width: 980px) {
  .content-section {
    padding: 12rem 0;
  }
}

.content-section--last {
  margin-bottom: -6rem;
}
@media (min-width: 980px) {
  .content-section--last {
    margin-bottom: -12rem;
  }
}

.content-section--spaced {
  padding: 12rem 0;
}
@media (min-width: 980px) {
  .content-section--spaced {
    padding: 24rem 0;
  }
}

.max-text-width {
  max-width: 42em;
}

.site-footer {
  color: #212529;
  z-index: 10;
}

.site-footer-section {
  padding: 2rem 0;
}

.site-footer-section--logos {
  background-color: #f6f6f6;
}
.site-footer-section--logos p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 600;
  color: #4A2683;
}
.site-footer-section--logos .col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 600px) {
  .site-footer-section--logos .col--delivery,
.site-footer-section--logos .col--safety {
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (min-width: 740px) {
  .site-footer-section--logos .row {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .site-footer-section--logos .col {
    flex-grow: 1;
    flex-shrink: 1;
    max-width: none;
  }
  .site-footer-section--logos .col--payment {
    flex-basis: 42%;
  }
  .site-footer-section--logos .col--delivery {
    flex-basis: 31%;
  }
  .site-footer-section--logos .col--safety {
    flex-basis: 27%;
  }
}
@media (min-width: 980px) {
  .site-footer-section--logos .col--payment {
    flex-basis: 45%;
  }
  .site-footer-section--logos .col--delivery {
    flex-basis: 35%;
  }
  .site-footer-section--logos .col--safety {
    flex-basis: 20%;
  }
}
@media (min-width: 1560px) {
  .site-footer-section--logos .col--payment {
    flex-basis: 47%;
  }
  .site-footer-section--logos .col--delivery {
    flex-basis: 38%;
  }
  .site-footer-section--logos .col--safety {
    flex-basis: 15%;
  }
}

.logo-list {
  margin-top: 0.625rem;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.logo-list li {
  margin: 0;
}
@media (min-width: 740px) and (max-width: 979px) {
  .logo-list {
    gap: 1rem;
  }
}

@media (max-width: 429px) {
  .logo-list--payment {
    justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 430px) {
  .logo-list--payment {
    justify-content: flex-start;
    gap: 2rem;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .logo-list--payment {
    gap: 1rem;
  }
}

@media (min-width: 1340px) {
  .logo-list__envelope img {
    width: 3.4375rem;
  }

  .logo-list__ec img {
    width: 2.625rem;
  }

  .logo-list__mastercard img {
    width: 3.8125rem;
  }

  .logo-list__paypal img {
    width: 7.5rem;
  }

  .logo-list__visa img {
    width: 4.5rem;
  }

  .logo-list__dhl img {
    width: 5.9375rem;
  }

  .logo-list__gogreen img {
    width: 6.625rem;
  }

  .logo-list__fedex img {
    width: 7.8125rem;
  }

  .logo-list__trustedshops img {
    width: 7.5rem;
  }
}
.site-footer-section--incentives {
  background-color: #E1DBEA;
  border-top: 1px solid #4A2683;
}

.incentives-list {
  color: #4A2683;
  padding-left: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.incentives-list a:hover {
  text-decoration: underline;
}
@media (min-width: 430px) {
  .incentives-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 740px) {
  .incentives-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1340px) {
  .incentives-list {
    display: flex;
    justify-content: space-between;
  }
  .incentives-list li {
    display: flex;
    flex: 1 1 20%;
  }
  .incentives-list li:last-child > li {
    flex: 1 1 auto;
    width: -moz-min-content;
    width: min-content;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
.incentives-list a {
  display: flex;
  gap: 0.625rem;
}
.incentives-list li {
  margin: 0;
  display: flex;
  gap: 0.625rem;
}
.incentives-list .incentive-icon {
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 1.75rem;
}
@media (min-width: 740px) {
  .incentives-list .incentive-icon {
    width: 2.375rem;
    height: 2.375rem;
    flex: 0 0 2.375rem;
  }
}
@media (min-width: 1340px) {
  .incentives-list .incentive-icon {
    width: 3.125rem;
    height: 3.125rem;
    flex: 0 0 3.125rem;
  }
}
.incentives-list .incentive-text {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.incentives-list .incentive-text .small {
  font-size: 0.875rem;
}
@media (min-width: 740px) {
  .incentives-list .incentive-text {
    font-size: 1.125rem;
    line-height: 1.4375rem;
  }
  .incentives-list .incentive-text .small {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1340px) {
  .incentives-list .incentive-text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
  .incentives-list .incentive-text .small {
    font-size: 1rem;
  }
}

.site-footer-section--social {
  background-color: #CCC1DC;
  border-top: 1px solid #4A2683;
  color: #4A2683;
}
.site-footer-section--social .col--legal {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}
.site-footer-section--social .col--legal a {
  color: currentColor;
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.site-footer-section--social .col--legal a:hover {
  box-shadow: inset 0 -0.5em 0 0 #FBBB01;
}
@media (min-width: 740px) {
  .site-footer-section--social .col--legal {
    font-size: 1.125rem;
  }
}
@media (min-width: 1340px) {
  .site-footer-section--social .col--legal {
    font-size: 1.25rem;
  }
}
@media (min-width: 740px) {
  .site-footer-section--social .col--social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}

.social-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  row-gap: 0.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 600;
}
.social-list li {
  margin: 0;
}
.social-list .social-icon {
  width: 2.1875rem;
  height: 2.1875rem;
}
.social-list .social-youtube .social-icon {
  width: 3.125rem;
}
.social-list .social-intro {
  flex: 0 0 100%;
}
@media (min-width: 740px) {
  .social-list {
    justify-content: flex-end;
  }
  .social-list .social-intro {
    flex: 0 0 auto;
  }
}
@media (min-width: 1340px) {
  .social-list {
    font-size: 1.5625rem;
  }
}

.site-footer-section--newsletter-catalog {
  padding: 4rem 0;
  background-color: #4A2683;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 1340px) {
  .site-footer-section--newsletter-catalog {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
.site-footer-section--newsletter-catalog h1, .site-footer-section--newsletter-catalog .h1,
.site-footer-section--newsletter-catalog h2, .site-footer-section--newsletter-catalog .h2,
.site-footer-section--newsletter-catalog h3, .site-footer-section--newsletter-catalog .h3,
.site-footer-section--newsletter-catalog h4, .site-footer-section--newsletter-catalog .h4 {
  color: #fff;
}
.site-footer-section--newsletter-catalog a:not(.button) {
  color: currentColor;
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.site-footer-section--newsletter-catalog a:not(.button):hover {
  box-shadow: inset 0 -0.5em 0 0 #FBBB01;
}
.site-footer-section--newsletter-catalog .h1 {
  text-transform: uppercase;
  position: relative;
}
.site-footer-section--newsletter-catalog .h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #FBBB01;
}
.site-footer-section--newsletter-catalog .h1 + * {
  margin-top: 2.5em !important;
}
.site-footer-section--newsletter-catalog .newsletter-catalog-container {
  display: grid;
  gap: 3rem;
}
@media (min-width: 600px) {
  .site-footer-section--newsletter-catalog .newsletter-catalog-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (min-width: 740px) {
  .site-footer-section--newsletter-catalog .newsletter-catalog-container {
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 600px) {
  .site-footer-section--newsletter-catalog .col--newsletter .formfield {
    width: 37.5rem;
    max-width: 85%;
  }
}
.site-footer-section--newsletter-catalog .col--catalog {
  min-width: 0;
}
.site-footer-section--newsletter-catalog .col--catalog .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 1px solid;
  border-radius: 3px;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  padding: 0.25rem 1.5rem;
  width: auto;
  height: 2.5rem;
}
.site-footer-section--newsletter-catalog .col--catalog .button:disabled, .site-footer-section--newsletter-catalog .col--catalog .button.disabled {
  opacity: 0.5;
  cursor: default;
}
.site-footer-section--newsletter-catalog .col--catalog .button, .site-footer-section--newsletter-catalog .col--catalog .button:hover {
  text-decoration: none;
}
.site-footer-section--newsletter-catalog .col--catalog .button:active, .site-footer-section--newsletter-catalog .col--catalog .button.is-open {
  background-image: none;
  text-decoration: none;
}
.site-footer-section--newsletter-catalog .col--catalog .button:focus {
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.site-footer-section--newsletter-catalog .col--catalog .button > * {
  vertical-align: inherit;
}
.site-footer-section--newsletter-catalog .col--catalog .button .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.site-footer-section--newsletter-catalog .col--catalog .button .icon + .btn__text {
  margin-left: 0.5em;
}
.site-footer-section--newsletter-catalog .col--catalog .button .btn__text + .icon {
  margin-left: 0.25em;
}
.site-footer-section--newsletter-catalog .col--catalog .button, .site-footer-section--newsletter-catalog .col--catalog .button:visited {
  color: #4A2683;
  background-color: #FBBB01;
  border-color: #FBBB01;
}
.site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):hover {
  color: #4A2683;
  background-color: #e2a801;
  border-color: #e2a801;
}
.site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):active, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled).is-open {
  color: #4A2683;
  background-color: #c89501;
  border-color: #c89501;
}
@media (max-width: 1339px) {
  .site-footer-section--newsletter-catalog .col--catalog .button {
    border-radius: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    height: 2.5rem;
    padding-right: 6.25rem;
    background-position: right top;
    background-image: url("../../images/button-yellow-bg-combo.svg");
  }
  .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):hover, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):active, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled).is-open {
    background-color: transparent;
    border: none;
  }
  .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):hover, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):active, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):focus, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled).is-open {
    background-position: right -40px;
  }
  .site-footer-section--newsletter-catalog .col--catalog .button.btn--primary {
    background-image: url("../../images/button-purple-bg-combo.svg");
  }
  .site-footer-section--newsletter-catalog .col--catalog .button.btn--action {
    background-image: url("../../images/button-yellow-bg-combo.svg");
  }
}
@media (min-width: 1340px) {
  .site-footer-section--newsletter-catalog .col--catalog .button {
    border-radius: 0;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    font-size: 20px;
    height: 3.125rem;
    padding-right: 7.5rem;
    background-position: right top;
    background-image: url("../../images/button-yellow-lg-bg-combo.svg");
  }
  .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):hover, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):active, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled).is-open {
    background-color: transparent;
    border: none;
  }
  .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):hover, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):active, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled):focus, .site-footer-section--newsletter-catalog .col--catalog .button:not(:disabled):not(.disabled).is-open {
    background-position: right -50px;
  }
  .site-footer-section--newsletter-catalog .col--catalog .button.btn--primary {
    background-image: url("../../images/button-purple-lg-bg-combo.svg");
  }
  .site-footer-section--newsletter-catalog .col--catalog .button.btn--action {
    background-image: url("../../images/button-yellow-lg-bg-combo.svg");
  }
}

.site-footer-section--nav {
  background-color: #CCC1DC;
  color: #4A2683;
}

.site-footer-section--address {
  background-color: #fff;
  color: #4A2683;
  padding: 1rem 0 2rem;
}
.site-footer-section--address .container {
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 740px) {
  .site-footer-section--address .container {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
  }
}
@media (min-width: 980px) {
  .site-footer-section--address .container {
    flex-direction: row;
  }
  .site-footer-section--address .container .site-footer__producedby {
    margin-left: auto;
  }
}
@media (min-width: 1340px) {
  .site-footer-section--address .container {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.site-footer-section--address a:hover {
  box-shadow: inset 0 -1px 0 0 currentColor;
}

@media (max-width: 599px) {
  .site-footer__address span {
    display: block;
  }
}
@media (min-width: 600px) {
  .site-footer__address div {
    display: flex;
    gap: 1em;
  }
}

.checkout-skin .site-footer-section {
  background-color: transparent;
  color: #212529;
}
.checkout-skin .site-footer-section p {
  color: #212529;
}
.checkout-skin .site-footer-section img {
  filter: grayscale(100%);
}
.checkout-skin .site-footer-section--logos .container {
  padding-top: 2rem;
  border-top: 1px solid #cecece;
}

.site-header {
  position: relative;
  margin-bottom: 1.25rem;
  padding: 2.5rem 0 1.25rem;
  transition: all 0.5s ease;
  z-index: 30;
}
.site-header .container {
  max-width: 1710px;
}
.site-header .container__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.site-header .dropdown__toggle,
.site-header .nav-off-canvas__toggle {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #4A2683;
}
.site-header .dropdown__toggle .icon,
.site-header .nav-off-canvas__toggle .icon {
  width: 1.3rem;
  height: 1.3rem;
}
@media (min-width: 600px) {
  .site-header .dropdown__toggle .icon,
.site-header .nav-off-canvas__toggle .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (min-width: 1340px) {
  .site-header .dropdown__toggle,
.site-header .nav-off-canvas__toggle {
    width: 4.375rem;
    height: 3.75rem;
  }
  .site-header .dropdown__toggle .icon,
.site-header .nav-off-canvas__toggle .icon {
    width: 1.625rem;
    height: 1.625rem;
  }
}
.site-header a:hover {
  box-shadow: none;
}

.site-header__title,
.nav-off-canvas__header {
  width: 7.3125rem;
}
@media (min-width: 380px) {
  .site-header__title,
.nav-off-canvas__header {
    width: 8.4375rem;
  }
}
@media (min-width: 430px) {
  .site-header__title,
.nav-off-canvas__header {
    width: 9.375rem;
  }
}
@media (min-width: 740px) {
  .site-header__title,
.nav-off-canvas__header {
    width: 10.625rem;
  }
}
@media (min-width: 1560px) {
  .site-header__title,
.nav-off-canvas__header {
    width: 13.75rem;
  }
}

.site-header__title {
  order: 1;
}
@media (max-width: 1339px) {
  .website-skin .site-header__title {
    padding-right: 1rem;
    border-right: 1px solid #707070;
  }
}

.site-header__nav {
  order: 3;
}
@media (min-width: 1340px) {
  .site-header__nav {
    order: 2;
    flex-grow: 1;
    justify-content: center;
  }
}

.site-header__options {
  order: 2;
  display: flex;
  margin-right: auto;
  margin-left: 1rem;
}
@media (min-width: 430px) {
  .site-header__options {
    gap: 0.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 600px) {
  .site-header__options {
    gap: 0.75rem;
  }
}
@media (min-width: 1340px) {
  .site-header__options {
    order: 3;
    gap: 0;
    flex-basis: 13.125rem;
    justify-content: flex-end;
    margin-right: -1.25rem;
  }
  .site-header__options .site-login {
    order: 1;
  }
  .site-header__options .cart-preview {
    order: 2;
  }
  .site-header__options .nav-lang {
    order: 3;
  }
}
@media (min-width: 1340px) and (max-width: 1559px) {
  .site-header__options {
    position: relative;
    top: -0.5rem;
  }
}

.site-header__abort {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .site-header__abort {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.main-header .container__inner {
  position: relative;
}

.checkout-skin .site-header .container {
  max-width: 1440px;
}

.site-header__abort {
  order: 2;
}

.site-login .dropdown__toggle {
  position: relative;
}
@media (max-width: 1339px) {
  .site-login .site-login__label {
    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;
  }
}
@media (min-width: 1340px) {
  .site-login .site-login__label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.875rem;
    line-height: 0.875rem;
  }
}
.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  transform: translate(-50%, 0);
  color: #212529;
}

.site-nav--desktop .dropdown__toggle {
  display: none !important;
}
.site-nav--desktop .dropdown__content {
  display: inline !important;
}
.site-nav--desktop .nav-off-canvas__title {
  display: none;
}
.site-nav--desktop .dropdown__caret {
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #4A2683;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.site-nav--desktop .nav-main > ul {
  display: flex;
}
.site-nav--desktop .nav-main > ul > li {
  position: relative;
}
.site-nav--desktop .nav-main > ul > li > a,
.site-nav--desktop .nav-main > ul > li > .nav-main__button {
  display: block;
  position: relative;
  padding: 0.5rem 0.8125rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #4A2683;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none;
}
.site-nav--desktop .nav-main > ul > li > a[aria-expanded=true],
.site-nav--desktop .nav-main > ul > li > .nav-main__button[aria-expanded=true] {
  color: #fff;
  background-color: rgba(74, 38, 131, 0.95);
}
@media (min-width: 1560px) {
  .site-nav--desktop .nav-main > ul > li > a,
.site-nav--desktop .nav-main > ul > li > .nav-main__button {
    font-size: 1.25rem;
    padding: 0.8125rem 1.25rem;
  }
}
.site-nav--desktop .nav-main > ul > li.shop_articles_discounts > a:hover, .site-nav--desktop .nav-main > ul > li.nav_news > a:hover, .site-nav--desktop .nav-main > ul > li.shop_articles_discounts > .nav-main__button:hover, .site-nav--desktop .nav-main > ul > li.nav_news > .nav-main__button:hover {
  background-color: rgba(74, 38, 131, 0.95);
  color: #fff;
}
.site-nav--desktop .nav-main > ul > li > ul {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  padding: 0.8125rem;
  background-color: rgba(74, 38, 131, 0.95);
  min-width: 16rem;
}
@media (min-width: 1560px) {
  .site-nav--desktop .nav-main > ul > li > ul {
    top: 3.125rem;
    padding: 1.25rem;
  }
}
.site-nav--desktop .nav-main > ul > li > ul a {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  display: block;
  white-space: nowrap;
}
.site-nav--desktop .nav-main > ul > li > ul a:hover, .site-nav--desktop .nav-main > ul > li > ul a:focus, .site-nav--desktop .nav-main > ul > li > ul a.is-active {
  color: #FBBB01;
}
@media (min-width: 1560px) {
  .site-nav--desktop .nav-main > ul > li > ul a {
    font-size: 1.125rem;
  }
}
.site-nav--desktop .nav-main > ul > li.nav_products.js-slidedown--initialized > ul {
  display: flex;
  gap: 1.5rem;
}
.site-nav--desktop .nav-main > ul > li.nav_products.js-slidedown--initialized > ul > li > a {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5rem;
}
@media (min-width: 1560px) {
  .site-nav--desktop .nav-main > ul > li.nav_products.js-slidedown--initialized > ul > li > a {
    font-size: 1.25rem;
  }
}

.site-nav--desktop .keytoggle {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.user-is-tabbing .site-nav--desktop .keytoggle {
  opacity: 1;
}

.site-nav--mobile .nav-off-canvas__toggle {
  position: relative;
  margin-right: -0.5rem !important;
  color: #4A2683;
}
.site-nav--mobile .nav-off-canvas__toggle .icon {
  width: 1.5rem;
  height: 1.5rem;
}
.site-nav--mobile.is-open > .nav-off-canvas__content {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.site-nav--mobile.is-open > .nav-off-canvas__overlay {
  pointer-events: initial;
  opacity: 1;
}
.site-nav--mobile .nav-main > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 3.75rem;
  width: 100%;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.2s, transform cubic-bezier(0.47, 0.07, 0.21, 1.4) 0.2s;
}
.site-nav--mobile .nav-main > ul > li > a:before {
  content: "";
  border-right: 0.5rem solid #FBBB01;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 1.5rem;
  left: 3rem;
  opacity: 0;
  pointer-events: none;
  transform: translateX(1rem);
}
@media (min-width: 380px) {
  .site-nav--mobile .nav-main > ul > li > a:before {
    top: 1rem;
    left: 4rem;
    border-right: 1rem solid #FBBB01;
    border-top: 1rem solid transparent;
    border-bottom: 1rem solid transparent;
  }
}
.site-nav--mobile .nav-main > ul > li > a:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.site-nav--mobile .nav-main > ul > li > a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.site-nav--mobile .nav-main > ul > li.has-submenu > a:after {
  content: "";
  display: inline-block;
  width: 2.25rem;
  height: 1.125rem;
  background: url("../../images/nav-arrow.svg") no-repeat;
  background-size: contain;
  margin-left: 1rem;
}
.site-nav--mobile .nav-main > ul > li.is-open > a .nav-off-canvas__icon {
  color: #fff;
}
.site-nav--mobile .nav-main > ul.sub-open > li.is-open > a:before {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.2s ease 0.2s;
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(1) > a {
  opacity: 1;
  transition-delay: 0.12s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(2) > a {
  opacity: 1;
  transition-delay: 0.14s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(3) > a {
  opacity: 1;
  transition-delay: 0.16s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(4) > a {
  opacity: 1;
  transition-delay: 0.18s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(5) > a {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(6) > a {
  opacity: 1;
  transition-delay: 0.22s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(7) > a {
  opacity: 1;
  transition-delay: 0.24s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(8) > a {
  opacity: 1;
  transition-delay: 0.26s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(9) > a {
  opacity: 1;
  transition-delay: 0.28s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(10) > a {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(11) > a {
  opacity: 1;
  transition-delay: 0.32s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(12) > a {
  opacity: 1;
  transition-delay: 0.34s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(13) > a {
  opacity: 1;
  transition-delay: 0.36s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(14) > a {
  opacity: 1;
  transition-delay: 0.38s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(15) > a {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(16) > a {
  opacity: 1;
  transition-delay: 0.42s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(17) > a {
  opacity: 1;
  transition-delay: 0.44s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(18) > a {
  opacity: 1;
  transition-delay: 0.46s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(19) > a {
  opacity: 1;
  transition-delay: 0.48s;
  transform: translateX(0);
}
.site-nav--mobile.is-open .nav-main > ul > li:nth-child(20) > a {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateX(0);
}

.nav-off-canvas__overlay {
  position: fixed;
  z-index: 170;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s ease-out;
}

.nav-off-canvas__content {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  min-width: 20rem;
  z-index: 170;
  transform: translate3d(120%, 0, 0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  overflow: hidden;
  background-color: #4A2683;
  background: #4A2683 url("../../images/menu-bg-arrow.svg") center -9rem no-repeat;
  padding: 2.5rem 0 0 0;
}
@media (min-width: 740px) {
  .nav-off-canvas__content {
    left: auto;
    width: 25rem;
    box-shadow: -1.4px 0px 2.2px rgba(0, 0, 0, 0.042), -3.3px 0px 5.3px rgba(0, 0, 0, 0.061), -6.3px 0px 10px rgba(0, 0, 0, 0.075), -11.2px 0px 17.9px rgba(0, 0, 0, 0.089), -20.9px 0px 33.4px rgba(0, 0, 0, 0.108), -50px 0px 80px rgba(0, 0, 0, 0.15);
  }
}

.nav-off-canvas__header {
  margin-left: 1.25rem;
}

.nav-off-canvas__close {
  position: absolute;
  right: 1.25rem;
  top: 2.5rem;
  background-color: transparent;
  border: 0;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: grid;
  place-content: center;
  border-radius: 4px;
}
.nav-off-canvas__close .icon {
  color: #fff;
  width: 1.5rem;
  height: 15.4375rem;
}
.nav-off-canvas__close:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}
.nav-off-canvas__close:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
}

.nav-off-canvas__scroller {
  position: absolute;
  top: 8rem;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.nav-off-canvas__icon {
  width: 3.5rem;
  padding-left: 1rem;
  color: #FBBB01;
}
.nav-off-canvas__icon .icon {
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 380px) {
  .nav-off-canvas__icon {
    width: 5rem;
    padding-left: 1.25rem;
  }
  .nav-off-canvas__icon .icon {
    width: 1.875rem;
    height: 1.875rem;
  }
}

/* Ebene 2 */
.nav-off-canvas .nav-main > ul > li > ul {
  position: fixed;
  top: 8rem;
  right: 0;
  bottom: 0;
  left: 3.5rem;
  transform: translate3d(120%, 0, 0);
  transition: transform 0.2s ease-out;
  background: #FBBB01 url("../../images/faded-logo.svg") right bottom no-repeat;
  background-size: contain;
  padding: 0 1rem;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-color: #4A2683 #FBBB01;
}
@media (min-width: 380px) {
  .nav-off-canvas .nav-main > ul > li > ul {
    left: 5rem;
  }
}
.nav-off-canvas .nav-main > ul > li > ul::-webkit-scrollbar-track {
  border: 1px solid transparent;
  background-color: #FBBB01;
}
.nav-off-canvas .nav-main > ul > li > ul::-webkit-scrollbar {
  width: var(--scrollbar-width);
  background-color: #FBBB01;
}
.nav-off-canvas .nav-main > ul > li > ul::-webkit-scrollbar-thumb {
  background-color: #4A2683;
}

.nav-off-canvas .nav-main > ul.sub-open > li > ul {
  transform: translate(0, 0);
  transform: translate3d(0, 0, 0);
}
.nav-off-canvas .nav-main > ul > li.is-open > ul {
  z-index: 190;
  visibility: visible;
}
.nav-off-canvas .nav-main > ul > li > ul > li > a,
.nav-off-canvas .nav-main > ul > li > ul > li > .accordion__wrapper > a {
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.875rem;
  padding: 0.3125rem 0;
  color: #4A2683;
  border-radius: 2px;
}
.nav-off-canvas .nav-main > ul > li > ul > li > a.is-active,
.nav-off-canvas .nav-main > ul > li > ul > li > .accordion__wrapper > a.is-active {
  font-weight: 700;
}
.nav-off-canvas .nav-main > ul > li > ul > li > a:focus,
.nav-off-canvas .nav-main > ul > li > ul > li > .accordion__wrapper > a:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.nav-off-canvas .nav-main > ul > li > ul > li > a:focus-visible,
.nav-off-canvas .nav-main > ul > li > ul > li > .accordion__wrapper > a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.nav-off-canvas .nav-main > ul > li > ul > li + li {
  margin-top: 0.5rem;
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__wrapper {
  display: flex;
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__toggle {
  height: 2.5rem;
  flex-grow: 1;
  display: inline-flex;
  align-items: center;
  padding-left: 1rem;
  border-radius: 2px;
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__toggle .icon {
  width: 0.5625rem;
  height: 0.5625rem;
  color: #4A2683;
  transition: transform 0.4s ease;
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__toggle[aria-expanded=true] .icon {
  transform: rotateZ(-180deg);
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__toggle:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.nav-off-canvas .nav-main > ul > li > ul > li .accordion__toggle:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

.nav-off-canvas__title {
  font-size: 1.5625rem;
  line-height: 3.75rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #4A2683;
}

/* Ebene 3 */
.nav-off-canvas .nav-main > ul > li > ul > li > ul {
  display: none;
  padding-bottom: 1rem;
}
.nav-off-canvas .nav-main > ul > li > ul > li > ul .nav-off-canvas__title {
  display: none;
}
.nav-off-canvas .nav-main > ul > li > ul > li > ul > li > a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  padding: 0.3125rem 0;
  color: #4A2683;
  border-radius: 2px;
}
.nav-off-canvas .nav-main > ul > li > ul > li > ul > li > a.is-active {
  font-weight: 700;
}
.nav-off-canvas .nav-main > ul > li > ul > li > ul > li > a:focus {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}
.nav-off-canvas .nav-main > ul > li > ul > li > ul > li > a:focus-visible {
  outline: 3px solid #fff !important;
  outline-offset: 2px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
}

body.user-is-tabbing .nav-off-canvas__close:focus,
body.user-is-tabbing .nav-off-canvas__close:focus-visible {
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 0px 0px 3px #fff !important;
}

body.user-is-tabbing .site-nav--mobile .nav-main > ul > li > a:focus,
body.user-is-tabbing .site-nav--mobile .nav-main > ul > li > a:focus-visible {
  background-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 0px 0px 3px #fff !important;
}

.site-nav {
  z-index: 35;
}

@media (max-width: 1339px) {
  .site-nav--desktop {
    display: none;
  }
}
@media (min-width: 1340px) {
  .site-nav--desktop {
    display: flex;
  }

  .site-nav--mobile {
    display: none;
  }
}
.site-search {
  position: relative;
  z-index: 40;
}
.site-search .site-search__toggle {
  color: #4A2683;
  display: flex;
}
.site-search .formgroup {
  border-radius: 1.25rem;
  border: 1px solid #4A2683;
  background-color: #fff;
  position: relative;
  margin: 0;
  z-index: 2;
}
.site-search .formgroup:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.site-search .search-field {
  border: none;
  background-color: transparent;
  padding-left: 1rem;
}
.site-search .search-field:focus {
  box-shadow: none;
}
.site-search .search-button {
  border: none !important;
  background-color: transparent !important;
  width: 2.5rem;
  padding: 0;
  display: grid;
  place-content: center;
}
@media (max-width: 1339px) {
  .nav-open .site-search {
    z-index: 0;
  }
  .site-search .site-search__content {
    display: none;
  }
  .site-search .site-search__toggle[aria-expanded=true] + .site-search__content {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 2.5rem 0.625rem 1.25rem;
    min-width: 320px;
  }
}
@media (max-width: 1339px) and (min-width: 380px) {
  .site-search .site-search__toggle[aria-expanded=true] + .site-search__content {
    padding: 2.5rem 1.25rem 1.25rem;
  }
}
@media (max-width: 1339px) {
  .site-search .site-search__close {
    position: absolute;
    background-color: transparent;
    border: none;
    top: 2.5rem;
    right: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: grid;
    place-content: center;
    color: #4A2683;
  }
}
@media (max-width: 1339px) and (min-width: 380px) {
  .site-search .site-search__close {
    right: 1.25rem;
  }
}
@media (max-width: 1339px) {
  .site-search .formgroup {
    margin-right: 3.75rem;
    height: 2.5rem;
    width: auto;
    background-color: #EDE9F3;
  }
}
@media (max-width: 1339px) {
  .site-search .search-field {
    order: 2;
    padding-left: 0.5rem;
    padding-right: 1rem;
    border-radius: 0 1.25rem 1.25rem 0 !important;
  }
}
@media (max-width: 1339px) {
  .site-search .search-button {
    order: 1;
  }
}
@media (min-width: 1340px) {
  .site-search {
    position: absolute;
    top: 7.5rem;
    right: 1.25rem;
    opacity: 1;
    transition: opacity 0.3s ease;
  }
  .site-search .site-search__toggle,
.site-search .site-search__close {
    display: none;
  }
  .header-is-sticky .site-search {
    opacity: 0;
  }
  .site-search .formgroup {
    transition: all 0.3s ease;
    width: 14.125rem;
    height: 3.75rem;
    border-radius: 1.875rem;
    border: 1px solid #4A2683;
    background-color: rgba(255, 255, 255, 0.13);
  }
  .site-search .search-field {
    border-radius: 1.875rem 0 0 1.875rem !important;
    height: auto;
  }
  .site-search .search-button {
    height: 3.75rem;
    width: 3.75rem;
  }
  .site-search .search-button .icon {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
  }
  .site-search.is-open .formgroup {
    width: 37.5rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media (min-width: 1560px) {
  .site-search {
    right: 0;
  }
}

.result-live {
  z-index: 1;
  display: none;
  border-top: none;
  min-height: 5rem;
  overflow-x: hidden;
  overflow-y: auto;
}
.result-live .row {
  margin-left: 0;
  margin-right: 0;
  align-items: stretch;
}
.result-live .col {
  padding-left: 0;
  padding-right: 0;
}
.result-live .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 1339px) {
  .result-live {
    position: relative;
    margin-top: 2rem;
    height: calc(100vh - 10rem);
  }
}
@media (min-width: 1340px) {
  .result-live {
    position: absolute;
    left: 0;
    right: 0;
    top: 4.375rem;
    padding: 1.875rem;
    background-color: #EDE9F3;
    max-height: calc(100vh - 13rem);
  }
  .site-search:not(.is-open) .result-live {
    display: none !important;
  }
}

.livesearch {
  position: relative;
}
.livesearch .js-exec-module {
  display: inline;
}
.livesearch .no-entries {
  margin: 0.625rem;
}
.livesearch + .livesearch {
  margin-top: 1.25rem;
}

.livesearch__heading {
  font-size: 1.375rem;
  line-height: 2.5rem;
  font-weight: 600;
}

.livesearch--suggestions ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.livesearch--suggestions li {
  line-height: 1.875rem;
}
.livesearch--suggestions li a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  height: 1.875rem;
  line-height: 1.75rem;
  max-width: calc(100vw - 40px);
  border-radius: 0.9375rem;
  border: 1px solid #4A2683;
  padding: 0 0.75rem;
  color: #4A2683;
  overflow: hidden;
  white-space: nowrap;
}
.livesearch--suggestions li.is-highlighted a,
.livesearch--suggestions li a:hover {
  background-color: #4A2683;
  color: #fff;
}

.livesearch__list {
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1340px) {
  .livesearch__list {
    padding: 0.625rem;
  }
}
.livesearch__list li {
  position: relative;
  padding: 0.375em 0.625rem;
}
.livesearch__list li a {
  color: color("text");
}
.livesearch__list li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.livesearch__list li.is-highlighted, .livesearch__list li:hover {
  background-color: rgba(74, 38, 131, 0.1);
}
.livesearch__list li.is-highlighted a, .livesearch__list li:hover a {
  color: #2a2d5f;
  text-decoration: underline;
}
.livesearch__list li + li {
  border-top: 1px solid #4A2683;
}

.livesearch-more {
  display: block;
  margin: 0;
  padding: 0.375em 0.625rem;
  background-color: #f6f6f6;
}

@media (min-width: 1340px) {
  .website-skin .sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
  }

  .website-skin .has-scrolled-up .sticky-header--initialized {
    transform: translateY(0);
    background-color: #fff;
  }

  .website-skin .has-scrolled-down .sticky-header--initialized {
    transform: translateY(-100%);
    background-color: transparent;
  }

  .website-skin .header-is-sticky .site-header {
    padding: 0.9375rem 0;
    transition: all 0.3s ease;
  }
}
.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: 429px) {
  .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: 430px) and (max-width: 739px) {
  .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: 979px) {
  .page--articles-reviews .reviews-entry__data {
    flex: 0 0 8.75rem;
  }
}

.articles-details-related .container__inner {
  padding-block: 3em;
}

@media (max-width: 599px) {
  .page--articles-details .image-wrapper {
    width: 80%;
    margin: 0 auto;
  }
}

.page--articles-overview-discount .articles-overview-intro__text {
  display: block !important;
  width: 100%;
  float: none;
}
@media (min-width: 600px) {
  .page--articles-overview-discount .add-to-cart > .cart-amount {
    margin-bottom: 0.6875rem;
  }
}

@media (max-width: 979px) {
  .page--articles-overview .grid-column--sidebar {
    display: none;
  }
}
@media (max-width: 1339px) {
  .page--articles-overview.has-background-image {
    background-image: none !important;
  }
}
@media (min-width: 1340px) {
  .page--articles-overview.has-background-image {
    background-repeat: no-repeat;
    background-position: right top;
  }
  .page--articles-overview.has-background-image .articles-overview-intro {
    min-height: 25.9375rem;
  }
}

.articles-overview-intro__title--flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.articles-overview-intro__icon {
  margin: 0;
}
@media (max-width: 599px) {
  .articles-overview-intro__text {
    display: none;
  }
}
@media (min-width: 600px) {
  .articles-overview-intro__text {
    margin-top: 3.75rem;
    max-width: 47.5rem;
  }
}

.articles-overview-articles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
@media (min-width: 740px) {
  .articles-overview-articles {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 3.125rem;
  }
}
@media (min-width: 980px) {
  .articles-overview-articles {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1340px) {
  .articles-overview-articles {
    grid-template-columns: repeat(3, 1fr);
  }
}

.athletes-entries,
.athletes-entries-wrapper,
.athletes-entry,
.athletes-intro {
  position: relative;
}
.athletes-entries::after,
.athletes-entries-wrapper::after,
.athletes-entry::after,
.athletes-intro::after {
  display: block;
  clear: both;
  content: "";
}

.athletes-wrapper {
  display: block;
}

.athletes-entries-grid-size,
.athletes-entry {
  width: 100%;
}
@media (min-width: 740px) {
  .athletes-entries-grid-size,
.athletes-entry {
    width: 50%;
  }
}

.athletes-entries-wrapper {
  margin-top: 1.5625rem;
}

.athletes-category__title {
  margin: 1.5625rem 0;
  border-bottom: 1px solid #FBBB01;
}

.athletes-entries {
  margin-left: -0.78125rem;
  margin-right: -0.78125rem;
  min-height: 1.5625rem;
}

.athletes-entry {
  margin-bottom: 1.5625rem;
  padding-left: 0.78125rem;
  padding-right: 0.78125rem;
}

.athletes-entry__image {
  width: 120px;
  float: left;
  margin-right: 20px;
}

.athletes-entry__image-canvas {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.athletes-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}

.athletes-entry__text {
  margin-left: 140px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .athletes-entry__text {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .athletes-entry__text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.athletes-entry__title {
  font-weight: 600;
}

.athletes-entry__description {
  margin-top: 0;
  font-size: 0.875em;
}

.athletes-entry__testimonial {
  margin-top: 0;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .athletes-entry__testimonial {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .athletes-entry__testimonial {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

.athletes-entry__box {
  overflow: hidden;
  margin: 0;
  padding: 20px;
  background-color: #E1DBEA;
  color: color("text");
}
.athletes-entry__box hr {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.athletes-entry__quotation-mark .icon--3x {
  margin-bottom: 0.390625rem;
}

.page-athletes .noentries {
  margin-bottom: 1.5625rem;
  padding-left: 0.78125rem;
  display: block;
}

.cart-token {
  font-size: 1.2rem;
  line-height: 1.4;
}

.cart-memory-form {
  max-width: 31.25rem;
}

.cart-popup {
  padding: 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  max-width: 35rem;
}
.cart-popup *,
.cart-popup *:before,
.cart-popup *:after {
  box-sizing: inherit;
}

.cart-popup__heading {
  border-bottom: 1px solid #FBBB01;
}

.cart-popup__image,
.cart-popup__text {
  margin-bottom: 0.75em;
}

.cart-popup__article {
  display: flex;
  margin: 1.5em 0;
}
.cart-popup__article .articles-entry__image {
  flex: 0 0 5rem;
  max-width: 5rem;
}
.cart-popup__article .articles-entry__text {
  flex-grow: 1;
  padding-left: 0.625rem;
}
.cart-popup__article .articles-entry__artno {
  margin-top: 0;
}

.cart-popup__buttons {
  padding-top: 0.75em;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media (min-width: 430px) {
  .cart-popup__buttons {
    flex-direction: row;
    justify-content: space-between;
  }
}

.cart-popup__button {
  width: 100%;
}

@media (min-width: 430px) {
  .cart-popup__article {
    display: flex;
  }
  .cart-popup__article .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .cart-popup__article .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }

  .cart-popup__buttons {
    display: flex;
    justify-content: space-between;
  }

  .cart-popup__button {
    width: auto;
  }
}
.cart-options {
  margin-top: 0.75em;
  display: flex;
  justify-content: space-between;
}

.cart-misc-options {
  margin-top: 3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.5rem 2rem;
  border-top: 1px solid #FBBB01;
}

.cart-misc-options__option {
  display: inline-flex;
  text-align: center;
  color: #4A2683;
}
.cart-misc-options__option > .btn, .cart-misc-options__option > .button {
  border: none;
  background-color: transparent;
}
.cart-misc-options__option > .btn.dropdown__toggle:after, .cart-misc-options__option > .dropdown__toggle.button:after {
  margin-left: 0.25rem;
}
.cart-misc-options__option > .btn.dropdown__toggle:hover:after, .cart-misc-options__option > .dropdown__toggle.button:hover:after {
  border-top-color: #fff;
}

.cart-misc-options__option--save .dropdown__content {
  width: 17.5rem;
  text-align: left;
}
.cart-misc-options__option--save .dropdown__content .btn, .cart-misc-options__option--save .dropdown__content .button {
  height: 2.5rem;
}

.cart-sidebar__item + .cart-sidebar__item {
  margin-top: 1.5em;
}

@media (max-width: 739px) {
  .cart-summary {
    display: none;
  }
}

.cart-coupon {
  margin-top: 1.5rem;
}

.cart-buttons {
  display: flex;
}
.cart-buttons__back {
  margin-right: auto;
}
@media (max-width: 599px) {
  .cart-buttons {
    gap: 1.5rem;
    flex-direction: column;
  }
  .cart-buttons .btn, .cart-buttons .button {
    width: 100%;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .cart-buttons {
    gap: 2rem;
    flex-direction: column;
  }
  .cart-buttons .btn, .cart-buttons .button {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .cart-main {
    margin-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .cart-main {
    margin-right: 1.875rem;
  }
}

.btn--delete,
.btn--refresh {
  width: auto;
  height: auto;
  font-size: 1.15rem;
}

.company-section {
  padding: 6rem 0;
}

.company-section:first-of-type {
  padding-top: 0;
}

.page--contact .contact-edit__intro {
  padding-bottom: 6rem;
}

.contact-sidebar,
.contact-form {
  margin-top: 1.5625rem;
}

@media (min-width: 740px) {
  .contact-form {
    margin-top: 0.78125rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__subtitle {
  margin-top: 3rem !important;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-weight: 700;
}
@media (min-width: 1340px) {
  .page-cooperation-athletes-details .cooperation-athlete__subtitle {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 600;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__hero-image {
  margin-top: 2.25rem;
}
@media (min-width: 600px) {
  .page-cooperation-athletes-details .cooperation-athlete__hero-image {
    margin-top: 3rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__motto-wrapper {
  margin-top: -4.5rem;
  margin-bottom: 2.5rem;
}
.page-cooperation-athletes-details .cooperation-athlete__motto {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: calc(10% + 1.25rem);
  padding: 1rem 2rem;
}
@media (min-width: 740px) {
  .page-cooperation-athletes-details .cooperation-athlete__motto {
    padding: 1.5rem 2.25rem;
  }
}
@media (min-width: 980px) {
  .page-cooperation-athletes-details .cooperation-athlete__motto {
    margin-left: -0.625rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__motto::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -50vw;
  background-color: #E1DBEA;
  mix-blend-mode: hard-light;
}
.page-cooperation-athletes-details .cooperation-athlete__motto-icon {
  font-size: 2.25rem;
  z-index: 1;
}
@media (min-width: 1340px) {
  .page-cooperation-athletes-details .cooperation-athlete__motto-icon {
    font-size: 2.75rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__motto-text {
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.2;
  color: #4A2683;
  z-index: 1;
}
@media (min-width: 740px) {
  .page-cooperation-athletes-details .cooperation-athlete__motto-text {
    font-size: 1.875rem;
  }
}
@media (min-width: 1340px) {
  .page-cooperation-athletes-details .cooperation-athlete__motto-text {
    font-size: 2.1875rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__motto-cite {
  margin-top: 0.75rem;
  z-index: 1;
}
@media (min-width: 980px) {
  .page-cooperation-athletes-details .cooperation-athlete__infos-wrapper {
    display: flex;
  }
}
@media (min-width: 980px) {
  .page-cooperation-athletes-details .cooperation-athlete__infos {
    width: 50%;
    flex-shrink: 0;
    order: -1;
    margin-top: 3rem;
    padding-right: 1.25rem;
  }
}
.page-cooperation-athletes-details .cooperation-athlete__upcoming_events {
  margin-top: 1.75rem;
}
.page-cooperation-athletes-details .cooperation-athlete__upcoming_events p + *,
.page-cooperation-athletes-details .cooperation-athlete__upcoming_events * + p {
  margin-top: 0.125rem;
}
.page-cooperation-athletes-details .grid-max-label {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 0.125rem 0.75rem;
}
@media (min-width: 740px) {
  .page-cooperation-athletes-details .grid-max-label {
    gap: 0.25rem 1.5rem;
  }
}
.page-cooperation-athletes-details .grid__label {
  font-weight: 600;
}
.page-cooperation-athletes-details .grid__value {
  min-width: 0;
  word-break: break-word;
  overflow: hidden;
}
.page-cooperation-athletes-details .poster-container {
  margin-bottom: 3rem;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .page-cooperation-athletes-details .poster-container {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 740px) {
  .page-cooperation-athletes-details .only-dash + .interview {
    margin-top: 2.5rem;
  }
}
.page-cooperation-athletes-details .cp-favorite-products--full {
  margin-top: 3rem;
}
@media (min-width: 1340px) {
  .page-cooperation-athletes-details .cp-favorite-products--full {
    margin-top: 4.5rem;
  }
}

.page-cooperation-entry {
  background-color: #EDE9F3;
  width: 100%;
  margin: 4rem 0;
  padding: 4rem;
}
@media (max-width: 979px) {
  .page-cooperation-entry {
    padding: 2rem 1rem;
  }
}
.page-cooperation-entry .cooperation-entry-container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .page-cooperation-entry .cooperation-entry-container {
    gap: 2rem;
  }
}
.page-cooperation-entry .cooperation-entry-container .table--borderless {
  text-align: left;
}
.page-cooperation-entry .cooperation-entry-container .table--borderless tr {
  padding: 1rem 0.5rem;
}
.page-cooperation-entry .cooperation-entry-container .table--borderless tr td {
  padding-right: 2rem;
}
.page-cooperation-entry .cooperation-entry-container .table--borderless tr td a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.page-cooperation-entry .cooperation-entry__box {
  width: 45%;
}
@media (max-width: 599px) {
  .page-cooperation-entry .cooperation-entry__box {
    width: 100%;
    padding: 1rem;
  }
}
.page-cooperation-entry .cooperation-entry__flex-box {
  display: flex;
  gap: 2rem;
  padding-bottom: 4rem;
}
@media (max-width: 979px) {
  .page-cooperation-entry .cooperation-entry__flex-box {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.page-cooperation-entry .cooperation-entry__img-wrapper {
  width: 200px;
}
@media (max-width: 599px) {
  .page-cooperation-entry .cooperation-entry__img-wrapper {
    margin: 0 auto;
  }
}
.page-cooperation-entry .cooperation-entry__img-wrapper img {
  border-radius: 50%;
  width: 100%;
  height: auto;
}
.page-cooperation-entry .cooperation-slider--carousel {
  position: relative;
  margin-inline: -1.25rem;
  text-align: left;
}
@media (max-width: 1559px) {
  .page-cooperation-entry .cooperation-slider--carousel {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
@media (max-width: 599px) {
  .page-cooperation-entry .cooperation-slider--carousel {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.page-cooperation-entry .cooperation-slider--carousel .titel-fav-product {
  margin-left: 2.5rem;
}
.page-cooperation-entry .cooperation-slider--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 70px;
}
@media (max-width: 599px) {
  .page-cooperation-entry .cooperation-slider--carousel .carousel-buttons__container {
    min-width: 100%;
  }
}
.page-cooperation-entry .cooperation-slider--carousel .carousel-btn {
  pointer-events: initial;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(50%);
}
.page-cooperation-entry .cooperation-slider--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
@media (max-width: 739px) {
  .page-cooperation-entry .cooperation-slider--carousel .carousel-btn {
    transform: scale(0.7);
  }
}
@media (max-width: 1339px) {
  .page-cooperation-entry .cooperation-slider--carousel .carousel-btn {
    transform: scale(0.85);
  }
}
.page-cooperation-entry .cooperation-slider--carousel .carousel-btn--prev {
  left: -2.5rem;
  transform: scale(0.7);
}
.page-cooperation-entry .cooperation-slider--carousel .carousel-btn--next {
  right: -2.5rem;
  transform: scale(0.7);
}
.page-cooperation-entry .cooperation-slide--carousel {
  padding-inline: 1.25rem;
}
.page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__wrapper {
  display: grid;
  grid-template-columns: 70% 30%;
  width: 100%;
}
@media (max-width: 979px) {
  .page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__wrapper .image-canvas {
  position: relative;
  width: 130px;
}
@media (max-width: 979px) {
  .page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__wrapper .image-canvas {
    width: 100px;
  }
}
.page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__wrapper .image-canvas img {
  border-radius: 50%;
  width: 100%;
}
.page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__box {
  padding: 1rem;
  margin-bottom: 0;
  background-color: transparent;
}
.page-cooperation-entry .cooperation-slide--carousel .cooperation-slider__box .description {
  margin-bottom: 1rem;
}

.page--customer-choose .table > thead > tr > th {
  white-space: nowrap;
  padding-right: 1.25rem;
  position: relative;
}
.page--customer-choose .table > thead > tr > th .orderasc,
.page--customer-choose .table > thead > tr > th .orderdesc {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.625rem;
}

.customer-choose-search {
  margin-bottom: 1.5em;
}

.page--customer-edit .customer-edit__intro {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .page--customer-edit .customer-edit__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.page--customer-edit .alert-message.error {
  margin-top: 1.5em;
}
.page--customer-edit .form-section__aid {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .page--customer-edit .form-section__aid {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.page--customer-edit .password-helper {
  float: none;
}
.page--customer-edit .suggest-pass-hint {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin-left: 0.625rem;
}
@media (min-width: 740px) {
  .page--customer-edit .suggest-pass-hint {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.page--customer-edit .suggest-pass-value {
  font-weight: 700;
}
.page--customer-edit .form-section--dsgvo .wideform .formrow .formitem .ticks {
  padding-top: 0;
}
.page--customer-edit .form-section--dsgvo .form-section__aid {
  margin-bottom: 0;
}

.page--customer-favorites .customer-body {
  position: relative;
}
.page--customer-favorites .no-articles-message {
  display: none;
}

.lost-pw-form {
  max-width: 31.25rem;
}

@media (max-width: 599px) {
  .page--customer-lost-pw .col-2of3 .formitem {
    padding: 0;
  }
  .page--customer-lost-pw .col-2of3 .form-notice--success {
    padding: 1rem 1.1rem;
    top: -20px;
  }
}

.customer-payment__buttons {
  margin: 0;
}

.payment-inputs-wrapper .formrow {
  padding-left: 0;
}

.page--customer-payment .big-ticks {
  flex-direction: column;
}
.page--customer-payment .big-ticks > li {
  flex-basis: auto;
  width: min(100%, 600px);
}
.page--customer-payment .big-ticks__item {
  border: 2px solid #EDE9F3;
  background-color: rgba(237, 233, 243, 0.5);
}
.page--customer-payment .big-ticks__item:hover {
  border-color: #7e64a6;
  box-shadow: 0 0 1px 1px rgba(74, 38, 131, 0.5);
}
.page--customer-payment .big-ticks .big-ticks__radio:checked + .big-ticks__item {
  background-color: #EDE9F3;
}
.page--customer-payment .big-ticks__image {
  margin-inline: -0.625rem;
  padding: 0.625rem;
  background-color: #fff;
}
@media (min-width: 740px) {
  .page--customer-payment .big-ticks__image {
    margin-inline: -1.25rem;
  }
}
.page--customer-payment .big-ticks__description {
  margin-top: 1rem;
}

.page--customer-select-address a:not([class]) {
  text-decoration: underline;
}
.page--customer-select-address a:not([class]):hover {
  text-decoration: none;
}

.customer-select-address {
  margin-bottom: 1.5em;
}

.page--customer .no-articles-message {
  display: none;
}

.customer-data-list.no-list li + li {
  margin-top: 0.75em;
}

.customer-body__section {
  border-top: 1px solid #4A2683;
  padding-block: 1.25rem;
}
.customer-body__data {
  display: grid;
  grid-gap: 1.25rem;
}
@media (min-width: 600px) {
  .customer-body__data {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1340px) {
  .customer-body__data {
    grid-template-columns: repeat(3, 1fr);
  }
  .customer-body__data .card:first-child {
    grid-column: 1/-1;
  }
}

.expertadvice {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.expertadvice .expertadvice-intro-person h2 {
  text-align: left;
}
.expertadvice .expertadvice-intro-person .container {
  display: flex;
  gap: 2rem;
}
.expertadvice .expertadvice-intro-person .container .expertadvice__image {
  margin: 1rem;
  max-width: 250px;
  margin-top: -2rem;
  order: 1;
  width: 70%;
}
@media (max-width: 700px) {
  .expertadvice .expertadvice-intro-person .container .expertadvice__image {
    width: 60%;
    order: unset;
    margin-top: 0;
    margin: 0 auto;
  }
}
.expertadvice .expertadvice-intro-person .container .expertadvice__image img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 700px) {
  .expertadvice .expertadvice-intro-person .container {
    display: grid;
    gap: 1rem;
  }
}
@media (max-width: 700px) {
  .expertadvice .expertadvice-intro-person .expertadvice-description h4 {
    text-align: center;
  }
}
.expertadvice .expertadvice-intro-person .expertadvice-description p {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.page--expertadvice-overview .expertadvice-entries {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.page--expertadvice-overview .expertadvice-entries .expertadvice-entry {
  display: flex;
  gap: 4rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
.page--expertadvice-overview .expertadvice-entries .expertadvice-entry .expertadvice-entry__image img {
  width: 100%;
  height: auto;
}
.page--expertadvice-overview .expertadvice-entries .expertadvice-entry > hr {
  border: 0;
  border-bottom: 1px solid #212529;
  height: 1px;
  margin: 0.5625rem 0 1.5625rem;
  padding: 0;
  clear: both;
}
@media (max-width: 700px) {
  .page--expertadvice-overview .expertadvice-entries .expertadvice-entry {
    gap: 2rem;
  }
}
@media (max-width: 600px) {
  .page--expertadvice-overview .expertadvice-entries .expertadvice-entry {
    display: grid;
    gap: 2rem;
  }
}

.page--expertadvice-details .articles-related {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid color("greyscale");
}
.page--expertadvice-details .articles-related .articles-entries {
  margin-top: 2.4rem;
}
.page--expertadvice-details .articles-related .articles-entry {
  margin-bottom: 0;
}
.page--expertadvice-details .expertadvice-entry__images {
  margin-top: 1.5625rem;
}

.home-products--sale,
.home-content {
  margin-top: 3em;
}

.home-section {
  padding-block: 4rem;
}

.home-activity,
.home-section--sale {
  padding-top: 0;
}

.home-section--athletes h2,
.home-section--articles h2,
.home-section--instagram h2 {
  margin-top: 0;
  margin-bottom: 3.125rem;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 3.4375rem;
  position: relative;
}
@media (min-width: 740px) {
  .home-section--athletes h2,
.home-section--articles h2,
.home-section--instagram h2 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media (min-width: 1880px) {
  .home-section--athletes h2,
.home-section--articles h2,
.home-section--instagram h2 {
    font-size: 3.125rem;
    line-height: 3.4375rem;
  }
}
.home-section--athletes h2:after,
.home-section--articles h2:after,
.home-section--instagram h2:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #4A2683;
}
.home-section--athletes h2 + *,
.home-section--articles h2 + *,
.home-section--instagram h2 + * {
  margin-top: 2.5em !important;
}

.home-section--articles .articles-entry__wrapper {
  margin-inline: 0;
}
.home-section--articles .articles-overview-teaser {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.875rem;
  grid-row-gap: 3.125rem;
}
@media (min-width: 1340px) {
  .home-section--articles .articles-overview-teaser {
    grid-template-columns: repeat(4, 1fr);
  }
}
.home-section--articles .articles-overview-teaser .articles-entry__text {
  margin-top: 0.75em;
}
.home-section--articles .articles-overview-teaser .articles-entry__unit {
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .home-section--articles .articles-overview-teaser .articles-entry__unit {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.home-section--articles .articles-overview-teaser .price {
  margin-top: 0.75em;
}

.home-section--athletes h2 {
  text-transform: uppercase;
  color: #4A2683;
}
.home-section--athletes h2 span {
  display: inline-block;
  background-color: #FBBB01;
  padding: 0 0.5rem;
}

.home-section--instagram h2 {
  text-transform: uppercase;
  color: #4A2683;
}
.home-section--instagram h2 span {
  display: inline-block;
  background-color: #FBBB01;
  padding: 0 0.5rem;
}
.home-section--instagram .home-section--instagram-username {
  margin-top: 1.5rem;
  color: #4A2683;
  font-size: 1.875rem;
  line-height: 3.125rem;
  font-weight: 600;
}
@media (min-width: 740px) {
  .home-section--instagram .home-section--instagram-username {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  .home-section--instagram .home-section--instagram-username {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.home-section--instagram .home-section--instagram-username:hover {
  font-weight: 700;
}
.home-section--instagram .home-section--instagram-posts {
  margin-top: 4.625rem;
}

.home-section--yellow {
  color: #4A2683;
}

.page--home .sports-recommendations-entry__intro {
  padding-right: 0;
}
.page--home .h1--responsive {
  font-size: 1.875rem;
}
@media (min-width: 740px) {
  .page--home .h1--responsive {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1880px) {
  .page--home .h1--responsive {
    font-size: 3.125rem;
  }
}
.page--home .sports-recommendations-entry__title h2 {
  color: #4A2683;
  display: inline;
  background-color: #FBBB01;
  padding: 0 0.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

.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: 600px) {
  .page--imprint .left {
    clear: left;
    width: 18.75rem;
    float: left;
    margin-right: 1.25rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.page--lightbox {
  padding: 0.625rem;
}
@media (min-width: 430px) {
  .page--lightbox {
    padding: 1.25rem;
  }
}

.order-time {
  margin-bottom: 1.25rem;
}

.page--maps .maps-menu ul {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  border-radius: 0;
}
.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::after {
  display: block;
  clear: both;
  content: "";
}
.page--maps .maps-menu ul li {
  display: flex;
}
.page--maps .maps-menu ul li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page--maps .maps-menu ul a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 700;
  padding: 0.625rem 1.25rem;
  cursor: pointer;
  text-decoration: none;
  color: #414694;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #8a8a8a;
  transition: all 0.2s ease-out;
}
.page--maps .maps-menu ul a:hover, .page--maps .maps-menu ul a:focus {
  z-index: 20;
  color: #343876;
  background-color: #E1DBEA;
  border-color: #E1DBEA;
  border-bottom: 1px solid #8a8a8a;
}
.page--maps .maps-menu ul a[aria-selected], .page--maps .maps-menu ul a.is-active {
  z-index: 30;
  color: #212529;
  background-color: #fff;
  border-color: #8a8a8a;
  border-bottom: 1px solid #fff;
}
.page--maps .maps-content {
  margin-top: 1.5em;
}

.site-footer-section--newsletter-catalog .h1 + * {
  margin-top: 2.5rem !important;
}

.newsletter-catalog-container .newsletter-banner__subtitle span {
  color: #FBBB01 !important;
}
.newsletter-catalog-container .newsletter-banner__benefits {
  max-width: 600px;
}
.newsletter-catalog-container .newsletter-banner__benefits > ul {
  list-style: none;
  padding: 0;
}
.newsletter-catalog-container .newsletter-banner__benefits > ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875em;
  font-weight: 600;
}
.newsletter-catalog-container .newsletter-banner__benefits > ul li > .icon {
  width: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
}
.newsletter-catalog-container .newsletter-banner .btn--action {
  color: #4A2683 !important;
  box-shadow: unset !important;
}
.newsletter-catalog-container .col--newsletter {
  margin-right: auto;
}

.page--newsletter-subscriber-lightbox .newsletter-card {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (min-width: 380px) {
  .page--newsletter-subscriber-lightbox .newsletter-card {
    gap: 3rem;
    margin-top: 2rem;
  }
}
.page--newsletter-subscriber-lightbox .newsletter-card__heading h1 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.page--newsletter-subscriber-lightbox .newsletter-card__heading h1:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 0.1em);
  width: 0.8em;
  height: 0.25em;
  background-color: #FBBB01;
}
.page--newsletter-subscriber-lightbox .newsletter-card__heading h1 + * {
  margin-top: 2.5em !important;
}
@media (max-width: 379px) {
  .page--newsletter-subscriber-lightbox .newsletter-card__heading h1 {
    font-size: 1.75rem;
  }
}
.page--newsletter-subscriber-lightbox .newsletter-card__h2 {
  font-size: 2rem;
  color: #fff;
}
@media (max-width: 379px) {
  .page--newsletter-subscriber-lightbox .newsletter-card__h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.page--newsletter-subscriber-lightbox .newsletter-card__h2 span {
  color: #FBBB01;
}
.page--newsletter-subscriber-lightbox .newsletter-card__benefits > ul {
  list-style: none;
  padding: 0;
}
.page--newsletter-subscriber-lightbox .newsletter-card__benefits > ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875em;
  font-weight: 600;
}
.page--newsletter-subscriber-lightbox .newsletter-card__benefits > ul li > .icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}
.page--newsletter-subscriber-lightbox .newsletter-card .newsletter-card-formgroup__btn .btn--arrow:not(.btn--lg):not(:disabled):not(.disabled):focus {
  box-shadow: 0 0 0 0.25rem #7e64a6;
}

.page--newsletter-card .container {
  width: min(800px, 90%);
}
.page--newsletter-card .newsletter-card h1 {
  text-align: center;
}
.page--newsletter-card .newsletter-card__subtitle {
  color: #111;
  text-align: center;
  margin: 1.5em 0 1.5em;
}
.page--newsletter-card .newsletter-card__subtitle span {
  color: #4A2683 !important;
}
.page--newsletter-card .newsletter-card__benefits {
  max-width: 600px;
  margin: 3.4rem auto 0;
}
.page--newsletter-card .newsletter-card__benefits > ul {
  list-style: none;
  padding: 0;
}
.page--newsletter-card .newsletter-card__benefits > ul li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875em;
  font-weight: 600;
}
.page--newsletter-card .newsletter-card__benefits > ul li > .icon {
  width: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
  fill: #4A2683;
}
.page--newsletter-card .newsletter-card__form {
  max-width: 56.25rem;
  margin: 2.5rem auto 0;
  padding: 0 1.25rem 6.25rem;
}
.page--newsletter-card .newsletter-card__form h3 {
  text-align: center;
}
@media (max-width: 599px) {
  .page--newsletter-card .newsletter-card__form {
    padding: unset;
  }
}
.page--newsletter-card .newsletter-card__list-fieldset {
  padding: 0 !important;
  border: 0 !important;
  background-color: #fff !important;
}
.page--newsletter-card .newsletter-card__list-selection {
  display: flex;
  gap: 1.25rem;
}
@media (max-width: 599px) {
  .page--newsletter-card .newsletter-card__list-selection {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 3.125rem;
    padding: 0 2rem;
  }
}
.page--newsletter-card .newsletter-card__list-item {
  width: calc( 100% / 3 - 0.8125rem );
}
.page--newsletter-card .newsletter-card__list-item input[type=checkbox] {
  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--newsletter-card .newsletter-card__list-item input[type=checkbox]:checked + .newsletter-card__list-item-label {
  outline: 5px solid #FBBB01;
}
.page--newsletter-card .newsletter-card__list-item input[type=checkbox]:checked + .newsletter-card__list-item-label > span {
  color: #4A2683;
  background-color: #4A2683;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 599px) {
  .page--newsletter-card .newsletter-card__list-item {
    width: 100%;
    max-width: 21.875rem;
  }
}
.page--newsletter-card .newsletter-card__list-item-label {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 74.725%;
  cursor: pointer;
}
.page--newsletter-card .newsletter-card__list-item-label > span {
  position: absolute;
  right: 11px;
  top: 5px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 1px solid color(primary, dark);
}
.page--newsletter-card .newsletter-card__list-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page--newsletter-card .newsletter-card__list-item-name {
  display: block;
  margin-top: 1.125rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #707070;
  text-align: center;
}
.page--newsletter-card .newsletter-card__email {
  margin-top: 1.625rem;
}
.page--newsletter-card .newsletter-card__dsgvo {
  margin-top: 1.875rem;
}
@media (max-width: 599px) {
  .page--newsletter-card .newsletter-card__dsgvo {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

.newsletter-card-formgroup {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 4px solid color(secondary);
  border-radius: 4px;
}
.newsletter-card-formgroup button {
  font-weight: 700;
}
.newsletter-card-formgroup__wrapper {
  width: 100%;
}
.newsletter-card-formgroup__input {
  flex-grow: 1;
}
.newsletter-card-formgroup__error {
  display: inline-block;
  margin-top: 0.625rem;
}

.order-customer-data {
  margin-bottom: 1.5em;
}
.order-customer-data::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 599px) {
  .order-customer-data .underlined {
    display: inline-block;
  }
}
.order-customer-data h2 + p {
  margin-top: 0.75em;
}

.order-cart {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.order-message {
  margin-bottom: 1.5em;
}

.order-button {
  text-align: right;
}

.order-head {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .order-head {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.order-footer {
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .order-footer {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.order-shortcut {
  text-align: center;
}
.order-shortcut__content {
  color: #fff;
  background-color: #4A2683;
  padding: 1.25rem;
}
.order-shortcut__content .btn--finish-order:focus {
  box-shadow: 0 0 0 0.25rem #fff;
}
.order-shortcut__overall {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .order-shortcut__overall {
    font-size: 1.375rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .order-shortcut__overall {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}
.order-shortcut__vat {
  font-weight: 400;
  display: block;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .order-shortcut__vat {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.order-shortcut .checkout-notice-text {
  display: none;
}

.order-new_customer_gift__intro {
  max-width: 560px;
  font-size: 1rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  .order-new_customer_gift__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
.order-new_customer_gift h2, .order-new_customer_gift .h3 {
  display: inline-flex;
  color: #4A2683;
  padding-left: 0;
  padding-right: 1.875rem;
  padding-bottom: 0.625rem;
}
.order-new_customer_gift .accordion__icon {
  top: 0.9375rem;
}
.order-new_customer_gift .articles-entries {
  margin-top: 1.5em;
}
.order-new_customer_gift .accordion__content {
  padding-left: 0;
}

.page--plain {
  overflow: hidden;
  word-break: break-word;
}
.page--shipping-costs {
  overflow-wrap: break-word;
}

.page--sports .sports-overview-sports {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: unset;
}
.page--sports .sports-overview-sports .mt-4 {
  margin-top: 2.25rem !important;
}
.page--sports .sports-overview-sports .sports-entry--overview {
  position: relative;
  margin-bottom: 3em;
}
.page--sports .sports-overview-sports .container-purple {
  text-align: left;
  padding: 2rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.page--sports .sports-overview-sports .sports-outline {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page--sports .sports-overview-sports .home-section__subheading {
  font-size: 1.875rem;
  line-height: 3.125rem;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
}
@media (min-width: 740px) {
  .page--sports .sports-overview-sports .home-section__subheading {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 1880px) {
  .page--sports .sports-overview-sports .home-section__subheading {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
.page--sports .sports-overview-sports p {
  color: #4A2683;
}
@media (max-width: 350px) {
  .page--sports .sports-overview-sports {
    gap: 0.5rem !important;
  }
  .page--sports .sports-overview-sports .sports-entry--overview p {
    font-size: 1rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 350px) and (min-width: 740px) {
  .page--sports .sports-overview-sports .sports-entry--overview p {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 350px) and (min-width: 1880px) {
  .page--sports .sports-overview-sports .sports-entry--overview p {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 350px) {
  .page--sports .sports-overview-sports .btn--arrow {
    font-size: 1rem;
    line-height: 1.5625rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 350px) and (min-width: 740px) {
  .page--sports .sports-overview-sports .btn--arrow {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 350px) and (min-width: 1880px) {
  .page--sports .sports-overview-sports .btn--arrow {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (max-width: 350px) {
  .page--sports .sports-overview-sports .sports-outline {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .page--sports .sports-overview-sports {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .page--sports .sports-overview-sports .sports-entry--overview {
    display: flex;
    flex-direction: column;
  }
  .page--sports .sports-overview-sports .sports-entry--overview p {
    margin-bottom: 1.5625rem;
  }
  .page--sports .sports-overview-sports .home-section__subheading {
    font-size: 1.875rem;
    line-height: 3.125rem;
    margin-top: unset;
    margin-bottom: unset;
  }
}
@media (max-width: 600px) and (min-width: 740px) {
  .page--sports .sports-overview-sports .home-section__subheading {
    font-size: 2.1875rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 600px) and (min-width: 1880px) {
  .page--sports .sports-overview-sports .home-section__subheading {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media (max-width: 600px) {
  .page--sports .sports-overview-sports .btn--arrow {
    padding-right: 1.25rem;
    background-position: unset;
    margin-top: auto;
    background-image: unset;
    background-color: #4A2683;
  }
  .page--sports .sports-overview-sports .btn--arrow:hover {
    background-color: #4A2683 !important;
    background-position: unset;
  }
}
@media (min-width: 600px) {
  .page--sports .sports-overview-sports {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .page--sports .sports-overview-sports {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page--tp-reviews-more .tp-advantages {
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.page--tp-reviews-more .col--article {
  margin-bottom: 4rem;
}
.page--tp-reviews-more .card__content {
  margin-top: 1.875rem;
}
.page--tp-reviews-more .testimonial {
  background-color: transparent;
}
.page--tp-reviews-more .testimonial .verified {
  text-transform: uppercase;
  color: #4A2683;
  font-size: 0.875rem;
  line-height: 1.3125rem;
}
.page--tp-reviews-more .testimonial .verified .icon {
  margin-right: 0.3125rem;
}
.page--tp-reviews-more .testimonial__info {
  bottom: 0.5rem;
  right: 0.5rem;
}
.page--tp-reviews-more .testimonial__message {
  font-size: 1.5rem;
}
.page--tp-reviews-more .testimonial__name {
  font-size: 1.2rem;
}
.page--tp-reviews-more .tp-reviews__stars {
  margin-top: 0;
}
.page--tp-reviews-more .tp-reviews__repeater {
  font-size: 1.2rem;
}
.page--tp-reviews-more .reviews-filters {
  list-style: none;
  padding-left: 0;
}
.page--tp-reviews-more .reviews-filters .reviews-filter {
  display: flex;
  align-items: center;
}
.page--tp-reviews-more .reviews-filters .reviews-filter > label {
  flex: 0 0 100%;
}
.page--tp-reviews-more .reviews-filters .reviews-filter > label > span {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
}
.page--tp-reviews-more .reviews-filters .reviews-filter__flag {
  flex: 0 0 5rem;
  text-align: center;
}
.page--tp-reviews-more .reviews-filters .reviews-filter__text-lang {
  flex: 0 0 5rem;
  text-align: right;
}
.page--tp-reviews-more .reviews-filters .reviews-filter__text-count {
  flex: 0 0 5rem;
  text-align: right;
}

.page-plain {
  overflow-x: hidden;
}

.articles-overview-articles--not-found {
  grid-template-columns: repeat(1, 1fr) !important;
}
.articles-overview-articles--not-found .search-field {
  flex: 1 1 auto;
}
.articles-overview-articles--not-found .search-field input {
  width: 100%;
}

::-moz-selection {
  background-color: #414694;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #414694;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

:root {
  --site-canvas-margin-top: 128.7px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(74, 38, 131, 0.5);
}

body {
  font-size: 1.125rem;
  line-height: 1.5625rem;
}
@media (min-width: 740px) {
  body {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  body {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

*: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 rgba(74, 38, 131, 0.5) !important;
}

body.user-is-tabbing .site-nav--desktop .nav-main > ul > li > ul *:not(.formfield):not(select):not(input[type=checkbox]):not(input[type=radio]):focus,
body.user-is-tabbing .site-footer-section--newsletter-catalog *:not(.formfield):not(select):not(input[type=checkbox]):not(input[type=radio]):focus {
  outline: 3px solid rgba(255, 255, 255, 0.5) !important;
}

html,
button,
input,
select,
textarea {
  color: #212529;
}

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, * + h2, .h2 + *, * + .h2,
h3 + *, * + h3, .h3 + *, * + .h3,
h4 + *, * + h4, .h4 + *, * + .h4,
h5 + *, * + h5, .h5 + *, * + .h5,
h6 + *, * + h6, .h6 + *, * + .h6 {
  margin: 1.5em 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,
.text-hidden,
.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;
}

.page-example {
  background-color: #f6f6f6;
  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(17, 17, 17, 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: #f6f6f6;
  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 #cecece;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 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: 1340px) {
  .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: #212529;
  background: #fff;
}
.page-example section > h2:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  padding: 10px;
  margin-right: 5px;
  color: #fff;
  background: #4A2683;
}

.example-sub-h {
  display: block;
  color: #495057;
  font-size: 0.8em;
}

.hljs,
.example-content,
div.example {
  padding: 10px !important;
  position: relative;
  z-index: 2;
}
@media (min-width: 430px) {
  .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: #e2e2e2;
  padding: 10px;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
}
@media (min-width: 430px) {
  pre h4,
.example-heading {
    padding: 0.3125rem 1.25rem;
  }
}

.example, .example-heading {
  background: #fff !important;
}

.html {
  background: #f8cccc !important;
}

.css {
  background: #d9daea !important;
}

.scss {
  background: #fad8e8 !important;
}

.js {
  background: #fff3cd !important;
}

.files {
  background: #d3e7d7 !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: "Titillium Web", sans-serif;
  border-radius: 0;
}
@media (min-width: 430px) {
  .example-tabs > .tabs__list > li > a {
    padding: 0.3125rem 1.25rem;
  }
}
.example-tabs > .tabs__list > li:first-child > a {
  border-radius: 3px 0 0;
}
.example-tabs > .tabs__list > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.example-tabs > .tabs__list > li:first-child:last-child > a {
  border-radius: 3px 3px 0 0;
}
.example-tabs > .tabs__list > li > a:hover {
  color: #fff;
}
.example-tabs > .tabs__list > li > a:hover.html {
  background-color: #DD0000 !important;
}
.example-tabs > .tabs__list > li > a:hover.css {
  background-color: #414694 !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: #218838 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a,
.example-tabs > .tabs__list > .tabs--is-open > a:hover {
  color: #212529 !important;
  border-bottom-color: #8a8a8a;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  border-bottom-color: #f8cccc !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  border-bottom-color: #d9daea !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: #d3e7d7 !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.html,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.html {
  background-color: #f8cccc !important;
}
.example-tabs > .tabs__list > .tabs--is-open > a.css,
.example-tabs > .tabs__list > .tabs--is-open > a:hover.css {
  background-color: #d9daea !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: #d3e7d7 !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: 1440px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-align: left;
  position: relative;
}
@media (min-width: 380px) {
  .example-grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1340px) {
  .example-grid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.example-grid .container,
.example-grid .alerts {
  padding: 0;
  min-width: 0;
}

.example-module,
.example-module-2 {
  border: 1px dotted #8a8a8a;
  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: #414694;
  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 #414694;
  border-bottom: 0;
  height: 0;
  width: 0;
}

.example-center-vert,
.example-center-both {
  max-width: 600px;
  height: 250px;
  background-color: #e2e2e2;
}

.example-center-vert-item,
.example-center-both-item {
  padding: 20px;
  background-color: #cecece;
  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: #DD0000;
}

.example-pos1 {
  position: absolute;
  top: 10px;
  right: 20px;
  left: 40px;
  background: rgba(221, 0, 0, 0.5);
}

.example-pos2 {
  position: absolute;
  right: 50px;
  bottom: 20px;
  left: 50px;
  background: rgba(33, 136, 56, 0.5);
}

.example-pos3 {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 120px;
  left: 0;
  background: rgba(65, 70, 148, 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: 1px solid;
  border-radius: 3px;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 20px;
  padding: 0.5625rem 2rem;
  width: auto;
  height: 3.125rem;
}
.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 {
  box-shadow: 0 0 0 0.25rem rgba(74, 38, 131, 0.5);
}
.you-will-be-a-button > * {
  vertical-align: inherit;
}
.you-will-be-a-button .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.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: #4A2683;
  border-color: #4A2683;
}
.you-will-be-a-button:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #3f206f;
  border-color: #3f206f;
}
.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: #341b5b;
  border-color: #341b5b;
}

.example-family-text {
  font-family: "Titillium Web", sans-serif;
}

.example-family-heading {
  font-family: "Titillium Web", 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.5625rem;
  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: 740px) {
  .rw-example__item {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}
@media (min-width: 1880px) {
  .rw-example__item {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
  }
}

.example-color {
  color: #4A2683;
}

.example-bgcolor {
  background-color: #8a8a8a;
}

.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;
}
.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(17, 17, 17, 0.1);
  border-top-color: #4A2683;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.example-hide {
  display: none;
}

.icon--warning {
  color: #ffc107;
}

.icon--success {
  color: #218838;
}

.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;
}

/* 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;
}
/*# sourceMappingURL=maps/screen.css.map */
