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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.toast {
  background-color: #030303;
}

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

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

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

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

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

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

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

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0067d6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd953d;
  --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: #f8f9fa;
  --bs-gray-200: #f8f8f8;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #707070;
  --bs-gray-700: #666666;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0067d6;
  --bs-secondary: #707070;
  --bs-success: #218838;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 103, 214;
  --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: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --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: 2.4rem 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: 1.2rem;
  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: #6d7b66;
  text-decoration: underline;
}
a:hover {
  color: #6d7b66;
  text-decoration: none;
}

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;
}

::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-lg,
.container-md,
.container-sm,
.container-xs,
.container-xxs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 370px) {
  .container-xxs, .container {
    max-width: 350px;
  }
}
@media (min-width: 400px) {
  .container-xs, .container-xxs, .container {
    max-width: 360px;
  }
}
@media (min-width: 600px) {
  .container-sm, .container-xs, .container-xxs, .container {
    max-width: 560px;
  }
}
@media (min-width: 740px) {
  .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 700px;
  }
}
@media (min-width: 980px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1160px;
  }
}
@media (min-width: 1380px) {
  .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1340px;
  }
}
@media (min-width: 1520px) {
  .container-3xl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container-xxs, .container {
    max-width: 1480px;
  }
}
.row {
  --bs-gutter-x: 4rem;
  --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.6rem;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
  .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.6rem;
  }

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

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

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

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

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

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

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

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

  .g-xxs-5,
.gy-xxs-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 400px) {
  .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.6rem;
  }

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

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

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

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

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

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

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

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

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@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.6rem;
  }

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@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.6rem;
  }

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@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.6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1380px) {
  .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.6rem;
  }

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

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

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

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

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

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

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

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

  .g-2xl-5,
.gy-2xl-5 {
    --bs-gutter-y: 7.2rem;
  }
}
@media (min-width: 1520px) {
  .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.6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 370px) {
  .sticky-xxs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 400px) {
  .sticky-xs-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: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1380px) {
  .sticky-2xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1520px) {
  .sticky-3xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1880px) {
  .sticky-4xl-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: #0067d6 !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: #dc3545 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 7.2rem !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.6rem !important;
}

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

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

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

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

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

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

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

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

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

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

.mx-5 {
  margin-right: 7.2rem !important;
  margin-left: 7.2rem !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.6rem !important;
  margin-bottom: 0.6rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-5 {
  padding-left: 7.2rem !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;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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: 370px) {
  .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.6rem !important;
  }

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

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

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

  .gap-xxs-5 {
    gap: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mx-xxs-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

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

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

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

  .my-xxs-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xxs-5 {
    padding-left: 7.2rem !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: 400px) {
  .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.6rem !important;
  }

  .gap-xs-2 {
    gap: 1.2rem !important;
  }

  .gap-xs-3 {
    gap: 2.4rem !important;
  }

  .gap-xs-4 {
    gap: 3.6rem !important;
  }

  .gap-xs-5 {
    gap: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mx-xs-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

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

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

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

  .my-xs-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-xs-5 {
    padding-left: 7.2rem !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: 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.6rem !important;
  }

  .gap-sm-2 {
    gap: 1.2rem !important;
  }

  .gap-sm-3 {
    gap: 2.4rem !important;
  }

  .gap-sm-4 {
    gap: 3.6rem !important;
  }

  .gap-sm-5 {
    gap: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mx-sm-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

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

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

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

  .my-sm-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-sm-5 {
    padding-left: 7.2rem !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.6rem !important;
  }

  .gap-md-2 {
    gap: 1.2rem !important;
  }

  .gap-md-3 {
    gap: 2.4rem !important;
  }

  .gap-md-4 {
    gap: 3.6rem !important;
  }

  .gap-md-5 {
    gap: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mx-md-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

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

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

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

  .my-md-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-md-5 {
    padding-left: 7.2rem !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.6rem !important;
  }

  .gap-lg-2 {
    gap: 1.2rem !important;
  }

  .gap-lg-3 {
    gap: 2.4rem !important;
  }

  .gap-lg-4 {
    gap: 3.6rem !important;
  }

  .gap-lg-5 {
    gap: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

  .mx-lg-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

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

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

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

  .my-lg-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ps-lg-5 {
    padding-left: 7.2rem !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: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-3 {
    gap: 2.4rem !important;
  }

  .gap-xl-4 {
    gap: 3.6rem !important;
  }

  .gap-xl-5 {
    gap: 7.2rem !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.6rem !important;
  }

  .m-xl-2 {
    margin: 1.2rem !important;
  }

  .m-xl-3 {
    margin: 2.4rem !important;
  }

  .m-xl-4 {
    margin: 3.6rem !important;
  }

  .m-xl-5 {
    margin: 7.2rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-xl-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-xl-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

  .mt-xl-2 {
    margin-top: 1.2rem !important;
  }

  .mt-xl-3 {
    margin-top: 2.4rem !important;
  }

  .mt-xl-4 {
    margin-top: 3.6rem !important;
  }

  .mt-xl-5 {
    margin-top: 7.2rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.6rem !important;
  }

  .me-xl-2 {
    margin-right: 1.2rem !important;
  }

  .me-xl-3 {
    margin-right: 2.4rem !important;
  }

  .me-xl-4 {
    margin-right: 3.6rem !important;
  }

  .me-xl-5 {
    margin-right: 7.2rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.6rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 1.2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 2.4rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 3.6rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 7.2rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.6rem !important;
  }

  .ms-xl-2 {
    margin-left: 1.2rem !important;
  }

  .ms-xl-3 {
    margin-left: 2.4rem !important;
  }

  .ms-xl-4 {
    margin-left: 3.6rem !important;
  }

  .ms-xl-5 {
    margin-left: 7.2rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.6rem !important;
  }

  .p-xl-2 {
    padding: 1.2rem !important;
  }

  .p-xl-3 {
    padding: 2.4rem !important;
  }

  .p-xl-4 {
    padding: 3.6rem !important;
  }

  .p-xl-5 {
    padding: 7.2rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-xl-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-xl-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.6rem !important;
  }

  .pt-xl-2 {
    padding-top: 1.2rem !important;
  }

  .pt-xl-3 {
    padding-top: 2.4rem !important;
  }

  .pt-xl-4 {
    padding-top: 3.6rem !important;
  }

  .pt-xl-5 {
    padding-top: 7.2rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.6rem !important;
  }

  .pe-xl-2 {
    padding-right: 1.2rem !important;
  }

  .pe-xl-3 {
    padding-right: 2.4rem !important;
  }

  .pe-xl-4 {
    padding-right: 3.6rem !important;
  }

  .pe-xl-5 {
    padding-right: 7.2rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.6rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 1.2rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 2.4rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 3.6rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 7.2rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.6rem !important;
  }

  .ps-xl-2 {
    padding-left: 1.2rem !important;
  }

  .ps-xl-3 {
    padding-left: 2.4rem !important;
  }

  .ps-xl-4 {
    padding-left: 3.6rem !important;
  }

  .ps-xl-5 {
    padding-left: 7.2rem !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: 1380px) {
  .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.6rem !important;
  }

  .gap-2xl-2 {
    gap: 1.2rem !important;
  }

  .gap-2xl-3 {
    gap: 2.4rem !important;
  }

  .gap-2xl-4 {
    gap: 3.6rem !important;
  }

  .gap-2xl-5 {
    gap: 7.2rem !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.6rem !important;
  }

  .m-2xl-2 {
    margin: 1.2rem !important;
  }

  .m-2xl-3 {
    margin: 2.4rem !important;
  }

  .m-2xl-4 {
    margin: 3.6rem !important;
  }

  .m-2xl-5 {
    margin: 7.2rem !important;
  }

  .m-2xl-auto {
    margin: auto !important;
  }

  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-2xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-2xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-2xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-2xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-2xl-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-2xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-2xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-2xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-2xl-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

  .mt-2xl-2 {
    margin-top: 1.2rem !important;
  }

  .mt-2xl-3 {
    margin-top: 2.4rem !important;
  }

  .mt-2xl-4 {
    margin-top: 3.6rem !important;
  }

  .mt-2xl-5 {
    margin-top: 7.2rem !important;
  }

  .mt-2xl-auto {
    margin-top: auto !important;
  }

  .me-2xl-0 {
    margin-right: 0 !important;
  }

  .me-2xl-1 {
    margin-right: 0.6rem !important;
  }

  .me-2xl-2 {
    margin-right: 1.2rem !important;
  }

  .me-2xl-3 {
    margin-right: 2.4rem !important;
  }

  .me-2xl-4 {
    margin-right: 3.6rem !important;
  }

  .me-2xl-5 {
    margin-right: 7.2rem !important;
  }

  .me-2xl-auto {
    margin-right: auto !important;
  }

  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-2xl-1 {
    margin-bottom: 0.6rem !important;
  }

  .mb-2xl-2 {
    margin-bottom: 1.2rem !important;
  }

  .mb-2xl-3 {
    margin-bottom: 2.4rem !important;
  }

  .mb-2xl-4 {
    margin-bottom: 3.6rem !important;
  }

  .mb-2xl-5 {
    margin-bottom: 7.2rem !important;
  }

  .mb-2xl-auto {
    margin-bottom: auto !important;
  }

  .ms-2xl-0 {
    margin-left: 0 !important;
  }

  .ms-2xl-1 {
    margin-left: 0.6rem !important;
  }

  .ms-2xl-2 {
    margin-left: 1.2rem !important;
  }

  .ms-2xl-3 {
    margin-left: 2.4rem !important;
  }

  .ms-2xl-4 {
    margin-left: 3.6rem !important;
  }

  .ms-2xl-5 {
    margin-left: 7.2rem !important;
  }

  .ms-2xl-auto {
    margin-left: auto !important;
  }

  .p-2xl-0 {
    padding: 0 !important;
  }

  .p-2xl-1 {
    padding: 0.6rem !important;
  }

  .p-2xl-2 {
    padding: 1.2rem !important;
  }

  .p-2xl-3 {
    padding: 2.4rem !important;
  }

  .p-2xl-4 {
    padding: 3.6rem !important;
  }

  .p-2xl-5 {
    padding: 7.2rem !important;
  }

  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-2xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-2xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-2xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-2xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-2xl-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-2xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-2xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-2xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-2xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-2xl-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .pt-2xl-0 {
    padding-top: 0 !important;
  }

  .pt-2xl-1 {
    padding-top: 0.6rem !important;
  }

  .pt-2xl-2 {
    padding-top: 1.2rem !important;
  }

  .pt-2xl-3 {
    padding-top: 2.4rem !important;
  }

  .pt-2xl-4 {
    padding-top: 3.6rem !important;
  }

  .pt-2xl-5 {
    padding-top: 7.2rem !important;
  }

  .pe-2xl-0 {
    padding-right: 0 !important;
  }

  .pe-2xl-1 {
    padding-right: 0.6rem !important;
  }

  .pe-2xl-2 {
    padding-right: 1.2rem !important;
  }

  .pe-2xl-3 {
    padding-right: 2.4rem !important;
  }

  .pe-2xl-4 {
    padding-right: 3.6rem !important;
  }

  .pe-2xl-5 {
    padding-right: 7.2rem !important;
  }

  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-2xl-1 {
    padding-bottom: 0.6rem !important;
  }

  .pb-2xl-2 {
    padding-bottom: 1.2rem !important;
  }

  .pb-2xl-3 {
    padding-bottom: 2.4rem !important;
  }

  .pb-2xl-4 {
    padding-bottom: 3.6rem !important;
  }

  .pb-2xl-5 {
    padding-bottom: 7.2rem !important;
  }

  .ps-2xl-0 {
    padding-left: 0 !important;
  }

  .ps-2xl-1 {
    padding-left: 0.6rem !important;
  }

  .ps-2xl-2 {
    padding-left: 1.2rem !important;
  }

  .ps-2xl-3 {
    padding-left: 2.4rem !important;
  }

  .ps-2xl-4 {
    padding-left: 3.6rem !important;
  }

  .ps-2xl-5 {
    padding-left: 7.2rem !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: 1520px) {
  .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.6rem !important;
  }

  .gap-3xl-2 {
    gap: 1.2rem !important;
  }

  .gap-3xl-3 {
    gap: 2.4rem !important;
  }

  .gap-3xl-4 {
    gap: 3.6rem !important;
  }

  .gap-3xl-5 {
    gap: 7.2rem !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.6rem !important;
  }

  .m-3xl-2 {
    margin: 1.2rem !important;
  }

  .m-3xl-3 {
    margin: 2.4rem !important;
  }

  .m-3xl-4 {
    margin: 3.6rem !important;
  }

  .m-3xl-5 {
    margin: 7.2rem !important;
  }

  .m-3xl-auto {
    margin: auto !important;
  }

  .mx-3xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-3xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-3xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-3xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-3xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-3xl-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !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.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-3xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-3xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-3xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-3xl-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !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.6rem !important;
  }

  .mt-3xl-2 {
    margin-top: 1.2rem !important;
  }

  .mt-3xl-3 {
    margin-top: 2.4rem !important;
  }

  .mt-3xl-4 {
    margin-top: 3.6rem !important;
  }

  .mt-3xl-5 {
    margin-top: 7.2rem !important;
  }

  .mt-3xl-auto {
    margin-top: auto !important;
  }

  .me-3xl-0 {
    margin-right: 0 !important;
  }

  .me-3xl-1 {
    margin-right: 0.6rem !important;
  }

  .me-3xl-2 {
    margin-right: 1.2rem !important;
  }

  .me-3xl-3 {
    margin-right: 2.4rem !important;
  }

  .me-3xl-4 {
    margin-right: 3.6rem !important;
  }

  .me-3xl-5 {
    margin-right: 7.2rem !important;
  }

  .me-3xl-auto {
    margin-right: auto !important;
  }

  .mb-3xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-3xl-1 {
    margin-bottom: 0.6rem !important;
  }

  .mb-3xl-2 {
    margin-bottom: 1.2rem !important;
  }

  .mb-3xl-3 {
    margin-bottom: 2.4rem !important;
  }

  .mb-3xl-4 {
    margin-bottom: 3.6rem !important;
  }

  .mb-3xl-5 {
    margin-bottom: 7.2rem !important;
  }

  .mb-3xl-auto {
    margin-bottom: auto !important;
  }

  .ms-3xl-0 {
    margin-left: 0 !important;
  }

  .ms-3xl-1 {
    margin-left: 0.6rem !important;
  }

  .ms-3xl-2 {
    margin-left: 1.2rem !important;
  }

  .ms-3xl-3 {
    margin-left: 2.4rem !important;
  }

  .ms-3xl-4 {
    margin-left: 3.6rem !important;
  }

  .ms-3xl-5 {
    margin-left: 7.2rem !important;
  }

  .ms-3xl-auto {
    margin-left: auto !important;
  }

  .p-3xl-0 {
    padding: 0 !important;
  }

  .p-3xl-1 {
    padding: 0.6rem !important;
  }

  .p-3xl-2 {
    padding: 1.2rem !important;
  }

  .p-3xl-3 {
    padding: 2.4rem !important;
  }

  .p-3xl-4 {
    padding: 3.6rem !important;
  }

  .p-3xl-5 {
    padding: 7.2rem !important;
  }

  .px-3xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-3xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-3xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-3xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-3xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-3xl-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-3xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-3xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-3xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-3xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-3xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-3xl-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .pt-3xl-0 {
    padding-top: 0 !important;
  }

  .pt-3xl-1 {
    padding-top: 0.6rem !important;
  }

  .pt-3xl-2 {
    padding-top: 1.2rem !important;
  }

  .pt-3xl-3 {
    padding-top: 2.4rem !important;
  }

  .pt-3xl-4 {
    padding-top: 3.6rem !important;
  }

  .pt-3xl-5 {
    padding-top: 7.2rem !important;
  }

  .pe-3xl-0 {
    padding-right: 0 !important;
  }

  .pe-3xl-1 {
    padding-right: 0.6rem !important;
  }

  .pe-3xl-2 {
    padding-right: 1.2rem !important;
  }

  .pe-3xl-3 {
    padding-right: 2.4rem !important;
  }

  .pe-3xl-4 {
    padding-right: 3.6rem !important;
  }

  .pe-3xl-5 {
    padding-right: 7.2rem !important;
  }

  .pb-3xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-3xl-1 {
    padding-bottom: 0.6rem !important;
  }

  .pb-3xl-2 {
    padding-bottom: 1.2rem !important;
  }

  .pb-3xl-3 {
    padding-bottom: 2.4rem !important;
  }

  .pb-3xl-4 {
    padding-bottom: 3.6rem !important;
  }

  .pb-3xl-5 {
    padding-bottom: 7.2rem !important;
  }

  .ps-3xl-0 {
    padding-left: 0 !important;
  }

  .ps-3xl-1 {
    padding-left: 0.6rem !important;
  }

  .ps-3xl-2 {
    padding-left: 1.2rem !important;
  }

  .ps-3xl-3 {
    padding-left: 2.4rem !important;
  }

  .ps-3xl-4 {
    padding-left: 3.6rem !important;
  }

  .ps-3xl-5 {
    padding-left: 7.2rem !important;
  }

  .text-3xl-start {
    text-align: left !important;
  }

  .text-3xl-end {
    text-align: right !important;
  }

  .text-3xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1880px) {
  .float-4xl-start {
    float: left !important;
  }

  .float-4xl-end {
    float: right !important;
  }

  .float-4xl-none {
    float: none !important;
  }

  .d-4xl-inline {
    display: inline !important;
  }

  .d-4xl-inline-block {
    display: inline-block !important;
  }

  .d-4xl-block {
    display: block !important;
  }

  .d-4xl-grid {
    display: grid !important;
  }

  .d-4xl-table {
    display: table !important;
  }

  .d-4xl-table-row {
    display: table-row !important;
  }

  .d-4xl-table-cell {
    display: table-cell !important;
  }

  .d-4xl-flex {
    display: flex !important;
  }

  .d-4xl-inline-flex {
    display: inline-flex !important;
  }

  .d-4xl-none {
    display: none !important;
  }

  .flex-4xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-4xl-row {
    flex-direction: row !important;
  }

  .flex-4xl-column {
    flex-direction: column !important;
  }

  .flex-4xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-4xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-4xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-4xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-4xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-4xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-4xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-4xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-4xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-4xl-0 {
    gap: 0 !important;
  }

  .gap-4xl-1 {
    gap: 0.6rem !important;
  }

  .gap-4xl-2 {
    gap: 1.2rem !important;
  }

  .gap-4xl-3 {
    gap: 2.4rem !important;
  }

  .gap-4xl-4 {
    gap: 3.6rem !important;
  }

  .gap-4xl-5 {
    gap: 7.2rem !important;
  }

  .justify-content-4xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-4xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-4xl-center {
    justify-content: center !important;
  }

  .justify-content-4xl-between {
    justify-content: space-between !important;
  }

  .justify-content-4xl-around {
    justify-content: space-around !important;
  }

  .justify-content-4xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-4xl-start {
    align-items: flex-start !important;
  }

  .align-items-4xl-end {
    align-items: flex-end !important;
  }

  .align-items-4xl-center {
    align-items: center !important;
  }

  .align-items-4xl-baseline {
    align-items: baseline !important;
  }

  .align-items-4xl-stretch {
    align-items: stretch !important;
  }

  .align-content-4xl-start {
    align-content: flex-start !important;
  }

  .align-content-4xl-end {
    align-content: flex-end !important;
  }

  .align-content-4xl-center {
    align-content: center !important;
  }

  .align-content-4xl-between {
    align-content: space-between !important;
  }

  .align-content-4xl-around {
    align-content: space-around !important;
  }

  .align-content-4xl-stretch {
    align-content: stretch !important;
  }

  .align-self-4xl-auto {
    align-self: auto !important;
  }

  .align-self-4xl-start {
    align-self: flex-start !important;
  }

  .align-self-4xl-end {
    align-self: flex-end !important;
  }

  .align-self-4xl-center {
    align-self: center !important;
  }

  .align-self-4xl-baseline {
    align-self: baseline !important;
  }

  .align-self-4xl-stretch {
    align-self: stretch !important;
  }

  .order-4xl-first {
    order: -1 !important;
  }

  .order-4xl-0 {
    order: 0 !important;
  }

  .order-4xl-1 {
    order: 1 !important;
  }

  .order-4xl-2 {
    order: 2 !important;
  }

  .order-4xl-3 {
    order: 3 !important;
  }

  .order-4xl-4 {
    order: 4 !important;
  }

  .order-4xl-5 {
    order: 5 !important;
  }

  .order-4xl-last {
    order: 6 !important;
  }

  .m-4xl-0 {
    margin: 0 !important;
  }

  .m-4xl-1 {
    margin: 0.6rem !important;
  }

  .m-4xl-2 {
    margin: 1.2rem !important;
  }

  .m-4xl-3 {
    margin: 2.4rem !important;
  }

  .m-4xl-4 {
    margin: 3.6rem !important;
  }

  .m-4xl-5 {
    margin: 7.2rem !important;
  }

  .m-4xl-auto {
    margin: auto !important;
  }

  .mx-4xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-4xl-1 {
    margin-right: 0.6rem !important;
    margin-left: 0.6rem !important;
  }

  .mx-4xl-2 {
    margin-right: 1.2rem !important;
    margin-left: 1.2rem !important;
  }

  .mx-4xl-3 {
    margin-right: 2.4rem !important;
    margin-left: 2.4rem !important;
  }

  .mx-4xl-4 {
    margin-right: 3.6rem !important;
    margin-left: 3.6rem !important;
  }

  .mx-4xl-5 {
    margin-right: 7.2rem !important;
    margin-left: 7.2rem !important;
  }

  .mx-4xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-4xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-4xl-1 {
    margin-top: 0.6rem !important;
    margin-bottom: 0.6rem !important;
  }

  .my-4xl-2 {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
  }

  .my-4xl-3 {
    margin-top: 2.4rem !important;
    margin-bottom: 2.4rem !important;
  }

  .my-4xl-4 {
    margin-top: 3.6rem !important;
    margin-bottom: 3.6rem !important;
  }

  .my-4xl-5 {
    margin-top: 7.2rem !important;
    margin-bottom: 7.2rem !important;
  }

  .my-4xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-4xl-0 {
    margin-top: 0 !important;
  }

  .mt-4xl-1 {
    margin-top: 0.6rem !important;
  }

  .mt-4xl-2 {
    margin-top: 1.2rem !important;
  }

  .mt-4xl-3 {
    margin-top: 2.4rem !important;
  }

  .mt-4xl-4 {
    margin-top: 3.6rem !important;
  }

  .mt-4xl-5 {
    margin-top: 7.2rem !important;
  }

  .mt-4xl-auto {
    margin-top: auto !important;
  }

  .me-4xl-0 {
    margin-right: 0 !important;
  }

  .me-4xl-1 {
    margin-right: 0.6rem !important;
  }

  .me-4xl-2 {
    margin-right: 1.2rem !important;
  }

  .me-4xl-3 {
    margin-right: 2.4rem !important;
  }

  .me-4xl-4 {
    margin-right: 3.6rem !important;
  }

  .me-4xl-5 {
    margin-right: 7.2rem !important;
  }

  .me-4xl-auto {
    margin-right: auto !important;
  }

  .mb-4xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-4xl-1 {
    margin-bottom: 0.6rem !important;
  }

  .mb-4xl-2 {
    margin-bottom: 1.2rem !important;
  }

  .mb-4xl-3 {
    margin-bottom: 2.4rem !important;
  }

  .mb-4xl-4 {
    margin-bottom: 3.6rem !important;
  }

  .mb-4xl-5 {
    margin-bottom: 7.2rem !important;
  }

  .mb-4xl-auto {
    margin-bottom: auto !important;
  }

  .ms-4xl-0 {
    margin-left: 0 !important;
  }

  .ms-4xl-1 {
    margin-left: 0.6rem !important;
  }

  .ms-4xl-2 {
    margin-left: 1.2rem !important;
  }

  .ms-4xl-3 {
    margin-left: 2.4rem !important;
  }

  .ms-4xl-4 {
    margin-left: 3.6rem !important;
  }

  .ms-4xl-5 {
    margin-left: 7.2rem !important;
  }

  .ms-4xl-auto {
    margin-left: auto !important;
  }

  .p-4xl-0 {
    padding: 0 !important;
  }

  .p-4xl-1 {
    padding: 0.6rem !important;
  }

  .p-4xl-2 {
    padding: 1.2rem !important;
  }

  .p-4xl-3 {
    padding: 2.4rem !important;
  }

  .p-4xl-4 {
    padding: 3.6rem !important;
  }

  .p-4xl-5 {
    padding: 7.2rem !important;
  }

  .px-4xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-4xl-1 {
    padding-right: 0.6rem !important;
    padding-left: 0.6rem !important;
  }

  .px-4xl-2 {
    padding-right: 1.2rem !important;
    padding-left: 1.2rem !important;
  }

  .px-4xl-3 {
    padding-right: 2.4rem !important;
    padding-left: 2.4rem !important;
  }

  .px-4xl-4 {
    padding-right: 3.6rem !important;
    padding-left: 3.6rem !important;
  }

  .px-4xl-5 {
    padding-right: 7.2rem !important;
    padding-left: 7.2rem !important;
  }

  .py-4xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-4xl-1 {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
  }

  .py-4xl-2 {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
  }

  .py-4xl-3 {
    padding-top: 2.4rem !important;
    padding-bottom: 2.4rem !important;
  }

  .py-4xl-4 {
    padding-top: 3.6rem !important;
    padding-bottom: 3.6rem !important;
  }

  .py-4xl-5 {
    padding-top: 7.2rem !important;
    padding-bottom: 7.2rem !important;
  }

  .pt-4xl-0 {
    padding-top: 0 !important;
  }

  .pt-4xl-1 {
    padding-top: 0.6rem !important;
  }

  .pt-4xl-2 {
    padding-top: 1.2rem !important;
  }

  .pt-4xl-3 {
    padding-top: 2.4rem !important;
  }

  .pt-4xl-4 {
    padding-top: 3.6rem !important;
  }

  .pt-4xl-5 {
    padding-top: 7.2rem !important;
  }

  .pe-4xl-0 {
    padding-right: 0 !important;
  }

  .pe-4xl-1 {
    padding-right: 0.6rem !important;
  }

  .pe-4xl-2 {
    padding-right: 1.2rem !important;
  }

  .pe-4xl-3 {
    padding-right: 2.4rem !important;
  }

  .pe-4xl-4 {
    padding-right: 3.6rem !important;
  }

  .pe-4xl-5 {
    padding-right: 7.2rem !important;
  }

  .pb-4xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-4xl-1 {
    padding-bottom: 0.6rem !important;
  }

  .pb-4xl-2 {
    padding-bottom: 1.2rem !important;
  }

  .pb-4xl-3 {
    padding-bottom: 2.4rem !important;
  }

  .pb-4xl-4 {
    padding-bottom: 3.6rem !important;
  }

  .pb-4xl-5 {
    padding-bottom: 7.2rem !important;
  }

  .ps-4xl-0 {
    padding-left: 0 !important;
  }

  .ps-4xl-1 {
    padding-left: 0.6rem !important;
  }

  .ps-4xl-2 {
    padding-left: 1.2rem !important;
  }

  .ps-4xl-3 {
    padding-left: 2.4rem !important;
  }

  .ps-4xl-4 {
    padding-left: 3.6rem !important;
  }

  .ps-4xl-5 {
    padding-left: 7.2rem !important;
  }

  .text-4xl-start {
    text-align: left !important;
  }

  .text-4xl-end {
    text-align: right !important;
  }

  .text-4xl-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 {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn.btn-dark:hover {
  background-color: #fff;
  color: #111;
}
@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: 370px) {
  .hide-xxs {
    display: none !important;
  }
}

@media (min-width: 370px) {
  .block-xxs {
    display: block !important;
  }
}

@media (min-width: 370px) {
  .inline-xxs {
    display: inline !important;
  }
}

@media (min-width: 400px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 400px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 400px) {
  .inline-xs {
    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: 1200px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .inline-xl {
    display: inline !important;
  }
}

@media (min-width: 1380px) {
  .hide-2xl {
    display: none !important;
  }
}

@media (min-width: 1380px) {
  .block-2xl {
    display: block !important;
  }
}

@media (min-width: 1380px) {
  .inline-2xl {
    display: inline !important;
  }
}

@media (min-width: 1520px) {
  .hide-3xl {
    display: none !important;
  }
}

@media (min-width: 1520px) {
  .block-3xl {
    display: block !important;
  }
}

@media (min-width: 1520px) {
  .inline-3xl {
    display: inline !important;
  }
}

@media (min-width: 1880px) {
  .hide-4xl {
    display: none !important;
  }
}

@media (min-width: 1880px) {
  .block-4xl {
    display: block !important;
  }
}

@media (min-width: 1880px) {
  .inline-4xl {
    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: 370px) {
  #responsive-status {
    font-family: "xxs";
    min-width: 370px;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@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: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1380px) {
  #responsive-status {
    font-family: "2xl";
    min-width: 1380px;
  }
}
@media (min-width: 1520px) {
  #responsive-status {
    font-family: "3xl";
    min-width: 1520px;
  }
}
@media (min-width: 1880px) {
  #responsive-status {
    font-family: "4xl";
    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);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
.site-wrapper {
  overflow-x: hidden;
  overflow-y: visible;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flexbox .site-canvas {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.flexbox .site-content {
  flex: 1 0 auto;
}

.container,
[class^=container-]:not(.container-inner) {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1700px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .container,
[class^=container-]:not(.container-inner) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 600px) {
  .container,
[class^=container-]:not(.container-inner) {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 980px) {
  .container,
[class^=container-]:not(.container-inner) {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.container .container,
.container .alerts,
[class^=container-]:not(.container-inner) .container,
[class^=container-]:not(.container-inner) .alerts {
  padding: 0;
  min-width: 0;
}

.container--no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container--wide {
  max-width: 1920px;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 2.5rem;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 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%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  color: #6d7b66;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: max(0.05em, 1px);
}
a:visited {
  color: #6d7b66;
}
a:hover {
  color: #6d7b66;
}
a:active {
  color: #6d7b66;
}
a:hover {
  text-decoration: none;
}

.go-back {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  text-decoration: none;
}
@media (min-width: 600px) {
  .go-back {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 980px) {
  .go-back {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.go-back.btn {
  padding-left: 0.5em;
  padding-right: 0.7em;
}
.go-back .icon.icon {
  vertical-align: -0.05em;
  margin-right: 0.7em;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 600px) {
  .go-back .icon.icon {
    width: 3rem;
    height: 3rem;
  }
}

.site-content a[target=_blank] .icon.icon {
  vertical-align: -0.05em;
  margin-right: 0.3em;
  width: 1.8rem;
  height: 1.8rem;
}
@media (min-width: 980px) {
  .site-content a[target=_blank] .icon.icon {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.alert-message.info {
  position: relative;
  min-height: 3.2rem;
  margin: 0 0 2.5rem;
  padding: 0.5rem 4rem 0.5rem 3.6rem;
  border: 2px solid;
  color: #707070;
  background-color: #fff;
  border-color: #0067d6;
  min-height: 3.2rem;
  border-radius: 4px;
}
.alert-message.info:empty {
  display: none;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #0067d6;
}
@media (min-width: 600px) {
  .alert-message.info .alert-message__icon-status {
    top: 1.2rem;
  }
}
@media (min-width: 980px) {
  .alert-message.info .alert-message__icon-status {
    top: 1.5rem;
  }
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #0067d6;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  min-height: 3.2rem;
  margin: 0 0 2.5rem;
  padding: 0.5rem 4rem 0.5rem 3.6rem;
  border: 2px solid;
  color: #707070;
  background-color: #fff;
  border-color: #ffc107;
  min-height: 3.2rem;
  border-radius: 4px;
}
.alert-message.warning:empty {
  display: none;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #ffc107;
}
@media (min-width: 600px) {
  .alert-message.warning .alert-message__icon-status {
    top: 1.2rem;
  }
}
@media (min-width: 980px) {
  .alert-message.warning .alert-message__icon-status {
    top: 1.5rem;
  }
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #ffc107;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  min-height: 3.2rem;
  margin: 0 0 2.5rem;
  padding: 0.5rem 4rem 0.5rem 3.6rem;
  border: 2px solid;
  color: #dc3545;
  background-color: #fff;
  border-color: #dc3545;
  min-height: 3.2rem;
  border-radius: 4px;
}
.alert-message.error:empty {
  display: none;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #dc3545;
}
@media (min-width: 600px) {
  .alert-message.error .alert-message__icon-status {
    top: 1.2rem;
  }
}
@media (min-width: 980px) {
  .alert-message.error .alert-message__icon-status {
    top: 1.5rem;
  }
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #dc3545;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  min-height: 3.2rem;
  margin: 0 0 2.5rem;
  padding: 0.5rem 4rem 0.5rem 3.6rem;
  border: 2px solid;
  color: #707070;
  background-color: #fff;
  border-color: #218838;
  min-height: 3.2rem;
  border-radius: 4px;
}
.alert-message.success:empty {
  display: none;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  left: 1rem;
  top: 1rem;
  color: #218838;
}
@media (min-width: 600px) {
  .alert-message.success .alert-message__icon-status {
    top: 1.2rem;
  }
}
@media (min-width: 980px) {
  .alert-message.success .alert-message__icon-status {
    top: 1.5rem;
  }
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn) {
  font-size: 1.6rem;
  line-height: 1.6rem;
  position: absolute;
  top: 0.7rem;
  right: 0.8rem;
  opacity: 0.7;
  color: #218838;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1700px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .alerts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 600px) {
  .alerts {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 980px) {
  .alerts {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

blockquote {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a4855a;
}
blockquote:after {
  content: "";
  display: block;
  margin: 1em auto 0 auto;
  width: 5.1rem;
  height: 5rem;
  background-image: url("../../images/quotation_mark_sand.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media (min-width: 600px) {
  blockquote {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  blockquote:after {
    width: 7.2rem;
    height: 7.1rem;
  }
}
@media (min-width: 980px) {
  blockquote {
    font-size: 4rem;
    line-height: 4.8rem;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0.5rem 0;
  border: 2px solid;
  border-radius: 4px;
  background-image: none;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  text-shadow: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.btn:disabled, .btn.disabled {
  opacity: 0.5;
  cursor: default;
}
.btn, .btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:active, .btn.is-open {
  background-image: none;
  text-decoration: none;
}
.btn > * {
  vertical-align: inherit;
}
.btn .icon {
  width: 1.5em;
  height: 1.5em;
}
.btn.icon-file .icon {
  width: 1.3rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.btn .icon + .btn__text {
  margin-left: 0.5em;
}
.btn .btn__text + .icon {
  margin-left: 0.25em;
}

.infinite-more-link.btn.btn--primary.btn--arrow {
  cursor: pointer;
}

.btn, .btn:visited {
  color: #fff;
  background-color: #6d7b66;
  border-color: #6d7b66;
}
.btn:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}

.btn--ghost, .btn--ghost:visited {
  color: #6d7b66;
  background-color: transparent;
  border-color: #6d7b66;
}
.btn--ghost:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.btn--ghost:not(:disabled):not(.disabled):active, .btn--ghost:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}

.btn--white, .btn--white:visited {
  color: #6d7b66;
  background-color: #fff;
  border-color: #fff;
}
.btn--white:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}
.btn--white:not(:disabled):not(.disabled):active, .btn--white:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
}

.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: #dc3545;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #d32535;
  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: #bd2130;
  border-color: rgba(17, 17, 17, 0.3);
}

.btn {
  font-size: 2.5rem;
  padding: 1.2rem 3rem;
  width: auto;
  height: 5.4rem;
}

.btn--sm {
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
  width: auto;
  height: auto;
}

.btn--medium {
  font-size: 2rem;
  padding: 1rem 2rem;
  width: auto;
  height: auto;
}

.btn--link:not(:disabled):not(.disabled) {
  color: #6d7b66;
  text-decoration: underline;
}
.btn--link:not(:disabled):not(.disabled), .btn--link:not(:disabled):not(.disabled):hover, .btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  border-color: transparent;
  background-color: transparent;
}
.btn--link:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  text-decoration: none;
}
.btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
}
@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: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(109, 123, 102, 0.3);
  border-top-color: rgba(109, 123, 102, 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;
}

@media (max-width: 599px) {
  .button:not(.btn--ghost) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 1.8rem;
    padding: 0.7rem 1.5rem;
    width: auto;
    height: auto;
  }
  .button:not(.btn--ghost):disabled, .button:not(.btn--ghost).disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button:not(.btn--ghost), .button:not(.btn--ghost):hover, .button:not(.btn--ghost):focus {
    text-decoration: none;
  }
  .button:not(.btn--ghost):active, .button:not(.btn--ghost).is-open {
    background-image: none;
    text-decoration: none;
  }
  .button:not(.btn--ghost) > * {
    vertical-align: inherit;
  }
  .button:not(.btn--ghost) .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button:not(.btn--ghost).icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button:not(.btn--ghost) .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button:not(.btn--ghost) .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button:not(.btn--ghost), .button:not(.btn--ghost):visited {
    color: #fff;
    background-color: #6d7b66;
    border-color: #6d7b66;
  }
  .button:not(.btn--ghost):not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button:not(.btn--ghost):not(:disabled):not(.disabled):active, .button:not(.btn--ghost):not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}
@media (min-width: 600px) {
  .button:not(.btn--ghost) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 2.5rem;
    padding: 1.2rem 3rem;
    width: auto;
    height: 5.4rem;
  }
  .button:not(.btn--ghost):disabled, .button:not(.btn--ghost).disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button:not(.btn--ghost), .button:not(.btn--ghost):hover, .button:not(.btn--ghost):focus {
    text-decoration: none;
  }
  .button:not(.btn--ghost):active, .button:not(.btn--ghost).is-open {
    background-image: none;
    text-decoration: none;
  }
  .button:not(.btn--ghost) > * {
    vertical-align: inherit;
  }
  .button:not(.btn--ghost) .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button:not(.btn--ghost).icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button:not(.btn--ghost) .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button:not(.btn--ghost) .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button:not(.btn--ghost), .button:not(.btn--ghost):visited {
    color: #fff;
    background-color: #6d7b66;
    border-color: #6d7b66;
  }
  .button:not(.btn--ghost):not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button:not(.btn--ghost):not(:disabled):not(.disabled):active, .button:not(.btn--ghost):not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}
@media (max-width: 599px) {
  .button.btn--ghost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 1.8rem;
    padding: 0.7rem 1.5rem;
    width: auto;
    height: auto;
  }
  .button.btn--ghost:disabled, .button.btn--ghost.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button.btn--ghost, .button.btn--ghost:hover, .button.btn--ghost:focus {
    text-decoration: none;
  }
  .button.btn--ghost:active, .button.btn--ghost.is-open {
    background-image: none;
    text-decoration: none;
  }
  .button.btn--ghost > * {
    vertical-align: inherit;
  }
  .button.btn--ghost .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button.btn--ghost.icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button.btn--ghost .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button.btn--ghost .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button.btn--ghost, .button.btn--ghost:visited {
    color: #6d7b66;
    background-color: transparent;
    border-color: #6d7b66;
  }
  .button.btn--ghost:not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button.btn--ghost:not(:disabled):not(.disabled):active, .button.btn--ghost:not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}
@media (min-width: 600px) {
  .button.btn--ghost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 2.5rem;
    padding: 1.2rem 3rem;
    width: auto;
    height: 5.4rem;
  }
  .button.btn--ghost:disabled, .button.btn--ghost.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button.btn--ghost, .button.btn--ghost:hover, .button.btn--ghost:focus {
    text-decoration: none;
  }
  .button.btn--ghost:active, .button.btn--ghost.is-open {
    background-image: none;
    text-decoration: none;
  }
  .button.btn--ghost > * {
    vertical-align: inherit;
  }
  .button.btn--ghost .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button.btn--ghost.icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button.btn--ghost .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button.btn--ghost .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button.btn--ghost, .button.btn--ghost:visited {
    color: #6d7b66;
    background-color: transparent;
    border-color: #6d7b66;
  }
  .button.btn--ghost:not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button.btn--ghost:not(:disabled):not(.disabled):active, .button.btn--ghost:not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}

@media (max-width: 599px) {
  .button-ghost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 1.8rem;
    padding: 0.7rem 1.5rem;
    width: auto;
    height: auto;
  }
  .button-ghost:disabled, .button-ghost.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button-ghost, .button-ghost:hover, .button-ghost:focus {
    text-decoration: none;
  }
  .button-ghost:active, .button-ghost.is-open {
    background-image: none;
    text-decoration: none;
  }
  .button-ghost > * {
    vertical-align: inherit;
  }
  .button-ghost .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button-ghost.icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button-ghost .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button-ghost .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button-ghost, .button-ghost:visited {
    color: #6d7b66;
    background-color: transparent;
    border-color: #6d7b66;
  }
  .button-ghost:not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button-ghost:not(:disabled):not(.disabled):active, .button-ghost:not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}
@media (min-width: 600px) {
  .button-ghost {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    margin: 0.5rem 0;
    border: 2px solid;
    border-radius: 4px;
    background-image: none;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    transition: all 0.2s ease-out;
    text-shadow: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    /* IE 10+ */
    user-select: none;
    /* Likely future */
    font-size: 2.5rem;
    padding: 1.2rem 3rem;
    width: auto;
    height: 5.4rem;
  }
  .button-ghost:disabled, .button-ghost.disabled {
    opacity: 0.5;
    cursor: default;
  }
  .button-ghost, .button-ghost:hover, .button-ghost:focus {
    text-decoration: none;
  }
  .button-ghost:active, .button-ghost.is-open {
    background-image: none;
    text-decoration: none;
  }
  .button-ghost > * {
    vertical-align: inherit;
  }
  .button-ghost .icon {
    width: 1.5em;
    height: 1.5em;
  }
  .button-ghost.icon-file .icon {
    width: 1.3rem;
    height: 1.6rem;
    margin-right: 0.8rem;
  }
  .button-ghost .icon + .btn__text {
    margin-left: 0.5em;
  }
  .button-ghost .btn__text + .icon {
    margin-left: 0.25em;
  }
  .button-ghost, .button-ghost:visited {
    color: #6d7b66;
    background-color: transparent;
    border-color: #6d7b66;
  }
  .button-ghost:not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
  .button-ghost:not(:disabled):not(.disabled):active, .button-ghost:not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(109, 123, 102, 0.2);
    border-color: #6d7b66;
  }
}

.btn--full {
  width: 100%;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.error-message {
  font-style: italic;
  color: #dc3545;
}

fieldset {
  margin: 0;
  border: 1px solid;
  padding: 1.5rem 2rem;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #dc3545;
  font-size: 1.6rem;
  line-height: 2rem;
  padding: 0.2rem 0.7rem;
  border-radius: 2px;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.6rem solid transparent;
  border-bottom: 0.6rem solid #dc3545;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.5rem;
  top: -0.5rem;
}
.formError:empty {
  display: none;
}

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 2px solid;
  border-color: #6d7b66;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.custom-select:hover {
  border-color: #6d7b66;
}
.custom-select.focus {
  border-color: #212529;
}
.custom-select .formfield,
.custom-select select {
  margin: 0;
  padding: 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select .formfield:focus,
.custom-select select:focus {
  outline: none;
}
.custom-select select,
.custom-select select.formfield {
  padding-right: 2.4rem;
}
.custom-select select {
  padding: 0.9rem;
  padding-right: 3.6rem;
}
.custom-select:before, .custom-select:after {
  right: 1rem;
}
.custom-select:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-top: 0.5rem solid #6d7b66;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: calc(50% + 1px);
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #6d7b66;
  border-top: 0;
  height: 0;
  width: 0;
  bottom: calc(50% + 1px);
}
.custom-select:hover:before {
  border-top-color: #6d7b66;
}
.custom-select:hover:after {
  border-bottom-color: #6d7b66;
}
.custom-select:focus:before {
  border-top-color: #212529;
}
.custom-select:focus:after {
  border-bottom-color: #212529;
}

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
  border: 2px solid;
  border-color: #6d7b66;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.custom-input:hover {
  border-color: #6d7b66;
}
.custom-input.focus {
  border-color: #212529;
}
.custom-input .formfield,
.custom-input select {
  margin: 0;
  padding: 1rem;
  width: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-input .formfield:focus,
.custom-input select:focus {
  outline: none;
}
.custom-input select,
.custom-input select.formfield {
  padding-right: 2.4rem;
}
.custom-input textarea.formfield {
  resize: none;
}

html[data-useragent*="MSIE 9.0"] .custom-select:after,
html[data-useragent*="MSIE 10.0"] .custom-select:after,
html[data-useragent*="MSIE 11.0"] .custom-select:after,
html[data-useragent*="rv:11.0"] .custom-select:after {
  background-color: transparent;
  content: "";
}
html[data-useragent*="MSIE 9.0"] .custom-select select,
html[data-useragent*="MSIE 10.0"] .custom-select select,
html[data-useragent*="MSIE 11.0"] .custom-select select,
html[data-useragent*="rv:11.0"] .custom-select select {
  padding-right: 0.9rem;
  background-color: #fff;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

input,
button,
select,
textarea {
  font-size: 1.8rem;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 600px) {
  input,
button,
select,
textarea {
    font-size: 1.9rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  input,
button,
select,
textarea {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 2px solid #6d7b66;
  line-height: normal;
  outline: none;
  color: #707070;
  background-color: #fff;
  border-radius: 4px;
}
.formfield:hover,
select:hover {
  border-color: #6d7b66;
}
.formfield:focus,
select:focus {
  border-color: #212529;
}
.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 {
  background-color: #f8f8f8;
  border-color: #ced4da;
}

.formfield {
  padding: 1rem;
}

select,
select.formfield {
  padding: 0.9rem;
}

input.formfield,
select {
  height: 54px;
}

input.formfield--sm {
  height: 3rem;
  padding: 0.5rem;
}

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;
  user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #6d7b66;
  background-color: #fff;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #6d7b66;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #212529;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
  }

  select,
select.formfield {
    background-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="none" stroke="%23707070" 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.75rem center;
    background-size: 16px 12px;
    padding-right: 3rem;
  }

  ::-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: 1.3rem/1.7rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1.5rem 1.5rem 1.7rem;
    text-shadow: #111 0 0 1px;
    min-height: 1.6rem;
  }

  ::-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: 4rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #707070;
  font-style: normal;
  font-weight: normal;
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0;
  margin-bottom: 0;
}
.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: 1rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1;
  color: #707070;
  text-align: center;
  border: 2px solid #6d7b66;
  border-radius: 4px;
}
.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) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  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) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  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 {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup__btn > .btn + .btn {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .btn:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn:last-child {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .btn:active {
  z-index: 3;
}

.formitem {
  font-size: 1.8rem;
  line-height: 2.5rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 1.5rem;
}
.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: #dc3545;
}

.formitem--align-right .btn {
  margin-right: 0;
  margin-left: 2rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

input:-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

.formrow {
  font-size: 0.1%;
  font-size: 0;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 1em;
  line-height: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #707070;
  margin-bottom: 0;
  word-spacing: normal;
}
@media (min-width: 600px) {
  .formrow .label {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 980px) {
  .formrow .label {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #dc3545;
  font-weight: bold;
  font-size: 1.2em;
}
.formrow > .label {
  display: none;
}

.formrow--static {
  margin-right: -2rem;
}
.formrow--static .formitem {
  padding-right: 2rem;
  z-index: 2;
}
.formrow--static .formitem:last-child {
  margin-right: -99px;
}
.formrow--static .formitem:before {
  content: " ";
  display: block;
  font-size: 1em;
  line-height: 2rem;
  height: 2rem;
  margin-top: -2rem;
  z-index: 1;
}
.formrow--static .formitem .rating label {
  width: 2.4rem;
  height: 2.4rem;
  font-size: 2.4rem;
}
.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%;
}

.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;
          user-select: none;
}
.custom-ticks label > span:before {
  content: "";
  position: absolute;
  top: 3px;
  right: auto;
  left: -20px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 2px solid #6d7b66;
  text-align: 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(164, 133, 90, 0.25);
}
.user-is-tabbing .custom-ticks label input[type=radio]:focus + span:before,
.user-is-tabbing .custom-ticks label input[type=checkbox]:focus + span:before {
  box-shadow: 0 0 0 0.3rem rgba(164, 133, 90, 0.7);
}
.custom-ticks label input[type=radio][disabled] + span:before,
.custom-ticks label input[type=checkbox][disabled] + span:before {
  filter: grayscale(1);
  opacity: 0.65;
  pointer-events: none;
}
.custom-ticks input[type=radio] + span:before {
  border-radius: 50%;
}
.custom-ticks label:hover input[type=radio] + span:before {
  box-shadow: inset 0 0 0 1px #6d7b66;
  border-color: #6d7b66;
}
.custom-ticks label input[type=radio]:checked + span:before {
  background-color: #6d7b66;
  border-color: #6d7b66;
  background-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3E%3Ccircle r="2" fill="%23fff"/%3E%3C/svg%3E');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks input[type=checkbox] + span:before {
  border-radius: 4px;
}
.custom-ticks label:hover input[type=checkbox] + span:before {
  border-color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
}
.custom-ticks label input[type=checkbox]:checked + span:before {
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "";
  color: #6d7b66;
  border-color: #6d7b66;
  background-color: #6d7b66;
  background-image: url('data:image/svg+xml;utf-8,%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-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks label input[type=checkbox]:not(:checked).checked-children + span:before,
.custom-ticks label input[type=checkbox]:not(:checked).intermediate + span:before {
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  content: "";
  color: #6d7b66;
  border-color: #6d7b66;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 387.5 297"%3E%3Cpath fill="%236d7b66" 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-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.ticks {
  padding: 0.5rem 0 0;
}
.ticks label {
  transition: all 0.2s;
  display: inline-block;
}
.ticks label:hover {
  color: #707070;
}
.ticks label input.checked ~ span {
  color: #707070;
}
.ticks label input:checked ~ span {
  color: #707070;
}
.ticks label > span {
  display: block;
  margin: 0 1.5rem 0.5rem 2rem;
  cursor: default;
}
.ticks label input[type=checkbox],
.ticks label input[type=radio] {
  float: left;
  margin: 0.7rem -0.9rem 0 0;
}
.ticks label input[type=checkbox].error ~ span,
.ticks label input[type=radio].error ~ span {
  color: #dc3545;
}

@media (min-width: 600px) {
  fieldset {
    margin: 0;
  }

  .formrow {
    margin-right: -2rem;
  }

  .formitem {
    padding-right: 2rem;
    z-index: 2;
  }
  .formitem:last-child, .formitem.last-child {
    margin-right: -99px;
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 1em;
    line-height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: -2rem;
    z-index: 1;
  }
}
@media (min-width: 600px) and (min-width: 600px) {
  .formitem:before {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media (min-width: 600px) and (min-width: 980px) {
  .formitem:before {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (min-width: 600px) {
  .formitem .rating label {
    width: 2.4rem;
    height: 2.4rem;
    font-size: 2.4rem;
  }
}
@media (min-width: 600px) {
  .grid {
    margin-right: -2rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }
}
@media (min-width: 600px) {
  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 2rem;
  }
}
@media (min-width: 600px) {
  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }
}
@media (min-width: 600px) {
  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }
}
@media (min-width: 600px) {
  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }
}
@media (min-width: 600px) {
  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }
}
@media (min-width: 600px) {
  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }
}
@media (min-width: 600px) {
  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }
}
@media (min-width: 600px) {
  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    line-height: 2.5rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 1.3rem 2rem 2rem 0.6666666667rem;
    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: 1.3rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-wrap: balance;
}
.site-content h1, .site-content h2, .site-content h3, .site-content h4, .site-content h5, .site-content h6, .site-content .h1, .site-content .h2, .site-content .h3, .site-content .h4, .site-content .h5, .site-content .h6 {
  color: #6d7b66;
}

h1, .h1 {
  font-size: 3.2rem;
  line-height: 4rem;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 980px) {
  h1, .h1 {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}

h2, .h2 {
  font-size: 2.6rem;
  line-height: 3rem;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
@media (min-width: 980px) {
  h2, .h2 {
    font-size: 4.5rem;
    line-height: 5.5rem;
  }
}

h3, .h3 {
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 600px) {
  h3, .h3 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 980px) {
  h3, .h3 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}

h4, .h4 {
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  h4, .h4 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 980px) {
  h4, .h4 {
    font-size: 2.8rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

h5, .h5 {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

h6, .h6 {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.subheading {
  display: block;
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media (min-width: 600px) {
  .subheading {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .subheading {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}
.site-content .subheading {
  color: #6d7b66;
}
.subheading + h1, .subheading + h2, .subheading + h3, .subheading + h4, .subheading + h5, .subheading + h6,
.subheading + .h1, .subheading + .h2, .subheading + .h3, .subheading + .h4, .subheading + .h5, .subheading + .h6 {
  margin-top: 0;
}

h1:first-child .subheading,
h1:first-child + .subheading {
  margin-bottom: 1em;
}

hr {
  border: 0;
  border-bottom: 1px solid #adb5bd;
  height: 1px;
  margin: 2.5rem 0 2.5rem;
  padding: 0;
  clear: both;
}

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs {
  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);
  }
}
img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keytoggle {
  border: 0;
  background-color: transparent;
  padding: 0 0.3rem;
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding-left: 1.1em;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 0.5em;
}

ul {
  list-style-type: disc;
}

li::marker {
  color: #a4855a;
}
.image-teaser li::marker {
  color: #fff;
}

ol {
  list-style-type: decimal-leading-zero;
}

.mce-editable li::marker {
  color: #a4855a;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.no-entries {
  display: inline-block;
  padding: 1rem;
  border: 1px dashed #e83e8c;
  background-color: rgba(232, 62, 140, 0.15);
}

td.no-entries {
  display: table-cell;
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 600px) {
  .lead {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media (min-width: 980px) {
  .lead {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}

.small {
  font-size: 1.5rem;
  line-height: 2.2rem;
}
@media (min-width: 600px) {
  .small {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 980px) {
  .small {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}

.p {
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 600px) {
  .p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 980px) {
  .p {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 1rem 2rem;
  color: #6d7b66;
  background: #fff;
  transform: translateX(-50%) translateY(-150%);
  transition: transform 0.3s;
  z-index: 999;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
}

.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: 1rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 1rem;
  line-height: 2.5rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
  font-weight: 400;
}
.table th {
  font-weight: 700;
}
.table .cright {
  text-align: right;
}
.table td.is-active > td, .table td.is-active > th, .table tr > th.is-active > td, .table tr > th.is-active > th,
.table tr.is-active > td,
.table tr.is-active > th {
  background-color: rgba(109, 123, 102, 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(0, 103, 214, 0.1);
}
.table td.success > td, .table td.success > th, .table tr > th.success > td, .table tr > th.success > th,
.table tr.success > td,
.table tr.success > th {
  background-color: rgba(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(220, 53, 69, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.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--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--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: rgba(109, 123, 102, 0.1);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 2.5rem;
    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: 1rem;
  }
  .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: 4.5rem;
  }
  .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;
  }
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #dc3545;
}

.lite {
  font-weight: 300 !important;
}

.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: 1.4rem;
  line-height: 1.6rem;
  font-family: "Barlow Semi Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  white-space: nowrap;
  max-width: 24rem;
  overflow: hidden;
  padding: 0.6rem 1rem;
  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.5rem solid transparent;
  border-top: 0.5rem 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.5rem solid transparent;
  border-top: 0.5rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  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.5rem solid transparent;
  border-top: 0.5rem 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.5rem solid transparent;
  border-bottom: 0.5rem 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.5rem solid transparent;
  border-left: 0.5rem 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.5rem solid transparent;
  border-right: 0.5rem 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: 18rem;
  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: #dc3545;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #dc3545;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #dc3545;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #dc3545;
}
.tooltip--error:after {
  color: #fff;
  background-color: #dc3545;
}

.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: #707070;
  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;
}

.accordion-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  color: #fff !important;
}

.accordion-button__toggle {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 980px) {
  .accordion-button__toggle {
    width: 5rem;
    height: 5rem;
    flex: 0 0 5rem;
  }
}
@media (min-width: 1200px) {
  .accordion-button__toggle {
    width: 6rem;
    height: 6rem;
    flex: 0 0 6rem;
  }
}

.accordion-button__content {
  height: 4rem;
  line-height: 4rem;
  max-width: 0;
  overflow: hidden;
  transition: max-width 0.3s ease, padding 0.3s ease, opacity 0.2s ease 0.1s;
  opacity: 0;
  padding-left: 0;
}
@media (min-width: 980px) {
  .accordion-button__content {
    height: 5rem;
    line-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .accordion-button__content {
    height: 6rem;
    line-height: 6rem;
  }
}

.accordion-button:hover .accordion-button__content,
.accordion-button:focus .accordion-button__content {
  max-width: 26rem;
  opacity: 1;
  transition: max-width 0.3s ease, padding 0.3s ease, opacity 0.2s ease;
  padding-left: 1rem;
}

.accordion > h2,
.accordion > h3,
.accordion > h4 {
  margin: 0;
}
.accordion .accordion__toggle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  width: 100%;
  position: relative;
  cursor: pointer;
  padding: 1rem;
  margin: -1px 0 0;
  color: #6d7b66;
  background-color: #f8f8f8;
  border-top: 1px solid #a4855a;
  border-bottom: 1px solid #a4855a;
  font-size: 2.5rem;
  line-height: 3rem;
}
@media (min-width: 600px) {
  .accordion .accordion__toggle {
    font-size: 3rem;
    line-height: 3.7rem;
  }
}
@media (min-width: 980px) {
  .accordion .accordion__toggle {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.accordion .accordion__toggle:hover {
  background-color: #FDF5E5;
}
.accordion .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateZ(-180deg);
}
@media (min-width: 600px) {
  .accordion .accordion__toggle {
    padding: 1rem 3rem;
  }
}
.accordion .accordion__toggle > *::first-child {
  flex: 0 0 calc(100% - 1.5em);
}
.accordion .accordion__toggle-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  flex: 0 0 calc(100% - 1.5em);
  overflow: hidden;
}
.accordion .accordion__toggle-heading {
  margin-right: 1em;
}
.accordion .accordion__toggle-details {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
}
@media (min-width: 600px) {
  .accordion .accordion__toggle-details {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .accordion .accordion__toggle-details {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
}
.accordion .accordion__icon {
  flex: 0 0 0.5em;
  width: 0.5em;
  height: 0.5em;
  display: block;
  transition: transform 0.4s linear;
  perspective: 1000;
  margin-inline-start: auto;
  color: #a4855a;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 2rem 1rem;
}
@media (min-width: 600px) {
  .accordion .accordion__content {
    padding: 2rem 3rem;
  }
}

button.accordion__toggle {
  all: inherit;
}

.accordion-container {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 600px) {
  .accordion-container {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}

.card {
  display: block;
  padding: 2rem;
}

.card--small {
  padding: 1rem;
}

.card--white {
  background-color: #fff;
}

.carousel-arrows {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
}

.carousel-btn {
  border: 0;
  background-color: transparent;
  width: 4rem;
  height: 4rem;
  padding: 0;
  flex: 0 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: initial;
}
.carousel-btn .icon {
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  color: #6d7b66;
}
.carousel-btn:hover .icon {
  color: #a4855a;
}

.datepicker-wrapper {
  width: 100%;
}

.timepicker-wrapper {
  width: 100%;
}

.datepicker-root {
  position: relative;
  z-index: 90;
}

.picker {
  color: #707070;
}

.picker__frame {
  max-width: 40rem;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}

.picker--opened .picker__holder {
  background-color: rgba(17, 17, 17, 0.6);
}

.picker__day--today:before {
  border-top-color: #a4855a;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #6d7b66;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: rgba(109, 123, 102, 0.2);
}

.picker__nav--next:before {
  border-left-color: #6d7b66;
}

.picker__nav--prev:before {
  border-right-color: #6d7b66;
}

.picker__day--highlighted {
  border-color: #a4855a;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 1.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0.5rem 0;
  border: 2px solid;
  border-radius: 4px;
  background-image: none;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  text-shadow: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
  width: auto;
  height: auto;
  width: 31%;
  margin-right: 3%;
}
.picker__button--clear:disabled, .picker__button--clear.disabled,
.picker__button--close:disabled,
.picker__button--close.disabled,
.picker__button--today:disabled,
.picker__button--today.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker__button--clear, .picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today,
.picker__button--today:hover,
.picker__button--today:focus {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.is-open,
.picker__button--close:active,
.picker__button--close.is-open,
.picker__button--today:active,
.picker__button--today.is-open {
  background-image: none;
  text-decoration: none;
}
.picker__button--clear > *,
.picker__button--close > *,
.picker__button--today > * {
  vertical-align: inherit;
}
.picker__button--clear .icon,
.picker__button--close .icon,
.picker__button--today .icon {
  width: 1.5em;
  height: 1.5em;
}
.picker__button--clear.icon-file .icon,
.picker__button--close.icon-file .icon,
.picker__button--today.icon-file .icon {
  width: 1.3rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.picker__button--clear .icon + .btn__text,
.picker__button--close .icon + .btn__text,
.picker__button--today .icon + .btn__text {
  margin-left: 0.5em;
}
.picker__button--clear .btn__text + .icon,
.picker__button--close .btn__text + .icon,
.picker__button--today .btn__text + .icon {
  margin-left: 0.25em;
}
.picker__button--clear, .picker__button--clear:visited,
.picker__button--close,
.picker__button--close:visited,
.picker__button--today,
.picker__button--today:visited {
  color: #6d7b66;
  background-color: transparent;
  border-color: #6d7b66;
}
.picker__button--clear:not(:disabled):not(.disabled):hover,
.picker__button--close:not(:disabled):not(.disabled):hover,
.picker__button--today:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.picker__button--clear:not(:disabled):not(.disabled):active, .picker__button--clear:not(:disabled):not(.disabled).is-open,
.picker__button--close:not(:disabled):not(.disabled):active,
.picker__button--close:not(:disabled):not(.disabled).is-open,
.picker__button--today:not(:disabled):not(.disabled):active,
.picker__button--today:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.picker__button--clear:last-child,
.picker__button--close:last-child,
.picker__button--today:last-child {
  margin-right: 0;
}

.picker__button--today:before {
  border-top-color: #a4855a;
}
.picker__button--today:hover:before {
  border-top-color: #fff;
}

.picker__button--clear:before {
  border-top-color: #dc3545;
  top: 0;
}
.picker__button--clear:hover:before {
  border-top-color: #fff;
}

.picker__button--close:before {
  top: -0.8em;
  font-size: 1.5em;
}
.picker__button--close:hover:before {
  color: #fff;
}

.picker__day {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(112, 112, 112, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
}

.picker__month,
.picker__year {
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.picker--time .picker__frame {
  min-width: 32rem;
}
.picker--time .picker__box {
  border: 0;
  padding: 1rem;
}
.picker--time .picker__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  flex-basis: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.picker--time .picker__list-item:nth-child(4n-3) {
  border-left: 1px solid;
}
.picker--time .picker__list-item:hover {
  color: #707070;
  border-color: #a4855a;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #6d7b66;
  border-color: #6d7b66;
  color: #fff;
}
.picker--time .picker__list-item--selected:nth-child(4n-3),
.picker--time .picker__list-item--selected:hover:nth-child(4n-3),
.picker--time .picker__list-item--highlighted:nth-child(4n-3) {
  border-left: 1px solid #6d7b66;
}
.picker--time .picker__button--clear {
  font-size: 1.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  margin: 0.5rem 0;
  border: 2px solid;
  border-radius: 4px;
  background-image: none;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  transition: all 0.2s ease-out;
  text-shadow: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
  width: auto;
  height: auto;
  width: 100%;
  margin: 0;
}
.picker--time .picker__button--clear:disabled, .picker--time .picker__button--clear.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  text-decoration: none;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.is-open {
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear > * {
  vertical-align: inherit;
}
.picker--time .picker__button--clear .icon {
  width: 1.5em;
  height: 1.5em;
}
.picker--time .picker__button--clear.icon-file .icon {
  width: 1.3rem;
  height: 1.6rem;
  margin-right: 0.8rem;
}
.picker--time .picker__button--clear .icon + .btn__text {
  margin-left: 0.5em;
}
.picker--time .picker__button--clear .btn__text + .icon {
  margin-left: 0.25em;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited {
  color: #6d7b66;
  background-color: transparent;
  border-color: #6d7b66;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):hover {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):active, .picker--time .picker__button--clear:not(:disabled):not(.disabled).is-open {
  color: #6d7b66;
  background-color: rgba(109, 123, 102, 0.2);
  border-color: #6d7b66;
}
.picker--time .picker__button--clear:before {
  border-top-color: #dc3545;
  top: 0;
}
.picker--time .picker__button--clear:hover:before {
  border-top-color: #fff;
}

.download-teasers {
  display: flex;
  justify-content: space-around;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 600px) {
  .download-teasers {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (min-width: 1200px) {
  .download-teasers {
    padding-left: 4rem;
  }
}

.download-teaser {
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
  flex: 0 0 50%;
}
@media (min-width: 600px) {
  .download-teaser {
    padding: 0 2rem;
  }
}

.download-teaser__image p {
  margin: 0;
}
.download-teaser__image .image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 133.3333333333%;
}
.download-teaser__image .image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  overflow: hidden;
}
.download-teaser__image img {
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.download-teaser__image .ex_options .table--overview__options {
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.download-teaser__button {
  padding-top: 3rem;
  margin-top: auto;
}
.download-teaser__button .button {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
}

.excursions {
  position: relative;
  margin: 1.5em -1rem 0;
}
.excursions .carousel-arrows {
  bottom: auto;
  aspect-ratio: 1/1;
}
.excursions .carousel-btn {
  position: relative;
}
@media (max-width: 599px) {
  .excursions {
    background-color: #6d7b66;
    color: #fff;
    margin: 1.5em 2rem 0;
  }
  .excursions .carousel-btn {
    width: 3rem;
    height: 3rem;
    flex-basis: 3rem;
  }
  .excursions .carousel-btn .icon {
    width: 3rem;
    height: 3rem;
  }
  .excursions .carousel-btn--prev {
    left: -3rem;
  }
  .excursions .carousel-btn--next {
    right: -3rem;
  }
}
@media (min-width: 600px) {
  .excursions .carousel-arrows {
    aspect-ratio: 2.3/1;
  }
  .excursions .carousel-btn--prev {
    left: -4rem;
  }
  .excursions .carousel-btn--next {
    right: -4rem;
  }
}
@media (min-width: 1200px) {
  .excursions .carousel-arrows {
    aspect-ratio: 3.5/1;
  }
}

@media (min-width: 600px) {
  .excursion {
    padding: 0 1rem;
  }
}

.excursion__image {
  aspect-ratio: 600/550;
}
.excursion__image img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.excursion__text {
  padding-top: 1.5em;
  text-align: center;
}
@media (max-width: 599px) {
  .excursion__text {
    padding: 1.5em 2rem;
  }
  .excursion__text,
.excursion__text a,
.excursion__text h3 {
    color: #fff;
  }
  .excursion__text .button, .excursion__text .button:visited {
    color: #6d7b66;
    background-color: #fff;
    border-color: #fff;
  }
  .excursion__text .button:not(:disabled):not(.disabled):hover {
    color: #6d7b66;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
  }
  .excursion__text .button:not(:disabled):not(.disabled):active, .excursion__text .button:not(:disabled):not(.disabled).is-open {
    color: #6d7b66;
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
  }
}

.form-section {
  padding: 1rem 0;
}
@media (min-width: 740px) {
  .form-section .formrow {
    margin-right: 23rem;
  }
}
@media (min-width: 980px) {
  .form-section .formrow {
    padding-left: 16rem;
  }
}
.form-section .formrow > .label {
  width: 16rem;
}

.form-section__heading {
  margin: 0 0 2rem 0;
}

.form-section__aid {
  margin-bottom: 2rem;
  flex: 0 0 100%;
  font-size: 1.5rem;
  line-height: 2rem;
}

.form-section__content {
  flex: 0 0 100%;
}

@media (min-width: 980px) {
  .form-section__body {
    display: flex;
  }

  .form-section__aid {
    flex: 0 0 20rem;
    padding-right: 2rem;
  }

  .form-section__content {
    flex: 1 1 auto;
  }
  .form-section__content .formrow--first {
    margin-top: -1.4rem;
  }
}
.gallery--carousel {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .gallery--carousel {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel {
    display: flex;
    align-items: flex-start;
  }
}
.gallery--carousel + .gallery--carousel {
  margin-top: 4em;
}
.gallery--carousel .gallery__spacer {
  z-index: 1;
}
@media (max-width: 1199px) {
  .gallery--carousel .gallery__spacer {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 1199px) and (min-width: 400px) {
  .gallery--carousel .gallery__spacer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .gallery--carousel .gallery__spacer {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  .gallery--carousel .gallery__spacer {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 1199px) {
  .gallery--carousel .gallery__spacer .container,
.gallery--carousel .gallery__spacer .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (max-width: 599px) {
  .gallery--carousel .gallery__spacer {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .gallery--carousel .gallery__spacer {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel .gallery__spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel .gallery__spacer-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (min-width: 400px) {
  .gallery--carousel .gallery__spacer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .gallery--carousel .gallery__spacer-container {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 980px) {
  .gallery--carousel .gallery__spacer-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel .gallery__spacer-container .container,
.gallery--carousel .gallery__spacer-container .alerts {
    padding: 0;
    min-width: 0;
  }
}
.gallery--carousel .gallery__description {
  text-align: left;
}
@media (min-width: 1200px) {
  .gallery--carousel .gallery__description {
    width: calc(42% - 4rem);
  }
}
@media (min-width: 1380px) {
  .gallery--carousel .gallery__description {
    width: calc(42% - 6rem);
  }
}
@media (min-width: 1880px) {
  .gallery--carousel .gallery__description {
    width: calc(42% - 8rem);
  }
}
.gallery--carousel .gallery__carousel {
  z-index: 2;
}
@media (max-width: 1199px) {
  .gallery--carousel .gallery__carousel {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel .gallery__carousel {
    width: 58%;
  }
}
@media (min-width: 600px) and (max-width: 1199px) {
  .gallery--carousel.gallery--right .gallery__spacer {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .gallery--carousel.gallery--right {
    justify-content: flex-end;
  }
  .gallery--carousel.gallery--right .gallery__spacer-container {
    justify-content: flex-start;
  }
}

.gallery__carousel {
  position: relative;
  aspect-ratio: 1200/765;
  max-width: 1200px;
}
.gallery__carousel .slick {
  margin-bottom: 0 !important;
}
.gallery__carousel .slick img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.gallery__carousel .slick:not(.slick-initialized) .gallery__item:not(:first-child) {
  display: none;
}
.gallery__carousel .slick-dots {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.gallery__carousel .slick-dots li {
  z-index: 1;
  position: relative;
  margin: 0;
  transition: transform 0.25s ease;
}
.gallery__carousel .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery__carousel .slick-dots li button:before {
  position: static;
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.gallery__carousel .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.gallery__carousel .slick-dots li:hover {
  z-index: 2;
  transform: scale(1.4);
}

.gallery__controls {
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
}
.gallery__controls .carousel-btn {
  transition: transform 0.25s ease;
}
.gallery__controls .carousel-btn .icon {
  color: #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.gallery__controls .carousel-btn:hover {
  transform: scale(1.2);
}

.image-teasers {
  min-width: 320px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-columns: 1fr;
}
@media (min-width: 400px) {
  .image-teasers:not(.image-teasers--advanced) {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 740px) {
  .image-teasers.image-teasers--advanced {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 600px) {
  .image-teasers {
    padding-left: 2rem;
    padding-right: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
  }
}
@media (min-width: 980px) {
  .image-teasers {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.image-teaser {
  position: relative;
  aspect-ratio: 92/76;
  overflow: hidden;
}
.image-teaser img {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: all 0.5s ease;
}
.image-teaser:hover img {
  transform: scale(1.2);
  filter: saturate(1.4) brightness(1.2);
  transition: all 5s ease;
}
.image-teaser:hover:before {
  opacity: 0;
}
.image-teaser:not(.image-teaser--advanced):hover .image-teaser__caption h2:after,
.image-teaser:not(.image-teaser--advanced):hover .image-teaser__caption h3:after {
  transition: width 2s ease;
  width: 100%;
}
.image-teaser.image-teaser--advanced:hover img {
  transition: transform 5s ease, opacity 0.3s ease;
  opacity: 0.3;
}
.image-teaser.image-teaser--advanced:hover .image-teaser__caption {
  opacity: 0;
}
.image-teaser.image-teaser--advanced:hover .image-teaser__hidden-caption {
  opacity: 1;
}
.image-teaser:after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0) 100%);
}

.image-teaser--advanced {
  background-color: #111;
}
.image-teaser--advanced .image-teaser__caption,
.image-teaser--advanced .image-teaser__hidden-caption {
  transition: opacity 0.3s ease;
}

.image-teaser__caption,
.image-teaser__hidden-caption {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.image-teaser__caption h2, .image-teaser__caption h3, .image-teaser__caption h4,
.image-teaser__caption .h2, .image-teaser__caption .h3, .image-teaser__caption .h4,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3,
.image-teaser__hidden-caption h4,
.image-teaser__hidden-caption .h2,
.image-teaser__hidden-caption .h3,
.image-teaser__hidden-caption .h4 {
  color: #fff !important;
}
.image-teaser__caption h2, .image-teaser__caption h3,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3 {
  position: relative;
  font-size: 2rem;
  line-height: 2.4rem;
}
.image-teaser__caption h2 + *, .image-teaser__caption h3 + *,
.image-teaser__hidden-caption h2 + *,
.image-teaser__hidden-caption h3 + * {
  margin-top: 0.4em;
}
.image-teaser__caption h2:after, .image-teaser__caption h3:after,
.image-teaser__hidden-caption h2:after,
.image-teaser__hidden-caption h3:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.image-teaser__caption a,
.image-teaser__hidden-caption a {
  color: #fff;
  text-decoration: none;
}
.image-teaser__caption a:after,
.image-teaser__hidden-caption a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.image-teaser__hidden-caption {
  opacity: 0;
  pointer-events: none;
  justify-content: space-between;
}
.image-teaser__hidden-caption .h4 + p,
.image-teaser__hidden-caption .h4 + ul {
  margin-top: 0.5em;
}

.image-teaser--sale:before {
  z-index: 2;
  content: "";
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  width: 4em;
  height: 4em;
  background-image: url("../../images/deal.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
@media (min-width: 1520px) {
  .image-teaser--sale:before {
    width: 5em;
    height: 5em;
  }
}

@media (min-width: 600px) {
  .image-teaser.image-teaser--advanced {
    aspect-ratio: 3/2;
  }

  .image-teaser__caption,
.image-teaser__hidden-caption {
    padding: 1.5rem 2rem;
  }
  .image-teaser__caption h2, .image-teaser__caption h3,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  .image-teaser__caption h2:after, .image-teaser__caption h3:after,
.image-teaser__hidden-caption h2:after,
.image-teaser__hidden-caption h3:after {
    bottom: -0.2em;
  }
}
@media (min-width: 740px) {
  .image-teaser.image-teaser--advanced {
    aspect-ratio: 92/76;
  }
}
@media (min-width: 980px) {
  .image-teaser:not(.image-teaser--advanced) {
    aspect-ratio: 3/2;
  }

  .image-teaser__caption,
.image-teaser__hidden-caption {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .image-teaser__caption h2, .image-teaser__caption h3,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .image-teaser.image-teaser--advanced {
    aspect-ratio: 3/2;
  }
}
@media (min-width: 1380px) {
  .image-teaser__caption,
.image-teaser__hidden-caption {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .image-teaser__caption h2, .image-teaser__caption h3,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1520px) {
  .image-teaser__caption,
.image-teaser__hidden-caption {
    padding: 1.5rem 3rem;
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  .image-teaser__caption h2, .image-teaser__caption h3,
.image-teaser__hidden-caption h2,
.image-teaser__hidden-caption h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.instagram-overview {
  display: grid;
  row-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1024px) {
  .instagram-overview {
    row-gap: 4.2rem;
    -moz-column-gap: 5.2rem;
         column-gap: 5.2rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.site-language-suggest {
  font-size: 1.5rem;
  line-height: 2.2rem;
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 600px) {
  .site-language-suggest {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 980px) {
  .site-language-suggest {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
.site-language-suggest__content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@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: 1.25rem;
  }
}

.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-custom-holder {
  height: calc(100vh - 20px) !important;
  height: var(--app-height) !important;
  position: relative;
}
.mfp-custom-holder iframe {
  top: 5rem;
  height: calc(100% - 5rem);
}

.mfp-lightbox-booking .mfp-content {
  max-width: 1920px;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-ajax-holder .mfp-content {
  background-color: #fff;
}

.mfp-figure:after {
  background-color: #fff;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
}
.mfp-preloader.mfp-preloader:after {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #6d7b66;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.mfp-s-error .mfp-preloader.mfp-preloader:after {
  display: none;
}

.mfp-title {
  font-size: 1.6rem;
}

.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;
}

button.mfp-arrow {
  opacity: 1;
}
button.mfp-arrow:before, button.mfp-arrow:after {
  display: none;
}
button.mfp-arrow .icon {
  width: 3rem;
  height: 3rem;
  color: white;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  transition: all 0.25s ease;
}
button.mfp-arrow:hover .icon {
  color: #a4855a;
}

.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);
}

.lightbox-header {
  background-color: #6d7b66;
  color: #fff;
  display: flex;
  justify-content: space-between;
  height: 5rem;
  line-height: 5rem;
  text-transform: uppercase;
}
.lightbox-header > span {
  padding: 0 2rem;
}
.lightbox-header .mfp-close {
  position: static;
  width: 5rem;
  height: 5rem;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-header .mfp-close .icon {
  pointer-events: none;
  width: 2rem;
  height: 2rem;
}

.masonry-grid {
  min-height: 100vh;
  position: relative;
}
.masonry-grid:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: calc(50% - 4rem);
  width: 8rem;
  height: 8rem;
  border: 8px solid rgba(17, 17, 17, 0.1);
  border-top-color: #6d7b66;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.masonry-grid.masonry-complete {
  min-height: auto;
}
.masonry-grid.masonry-complete:before {
  display: none;
}
.masonry-grid.masonry-complete .grid-item {
  opacity: 1;
  transition: opacity 1s ease;
}
.masonry-grid .grid-item {
  opacity: 0;
  float: left;
  padding: 5px;
}
.masonry-grid .grid-item:nth-child(1) {
  transition-delay: 0.14s;
}
.masonry-grid .grid-item:nth-child(2) {
  transition-delay: 0.18s;
}
.masonry-grid .grid-item:nth-child(3) {
  transition-delay: 0.22s;
}
.masonry-grid .grid-item:nth-child(4) {
  transition-delay: 0.26s;
}
.masonry-grid .grid-item:nth-child(5) {
  transition-delay: 0.3s;
}
.masonry-grid .grid-item:nth-child(6) {
  transition-delay: 0.34s;
}
.masonry-grid .grid-item:nth-child(7) {
  transition-delay: 0.38s;
}
.masonry-grid .grid-item:nth-child(8) {
  transition-delay: 0.42s;
}
.masonry-grid .grid-item:nth-child(9) {
  transition-delay: 0.46s;
}
.masonry-grid .grid-item:nth-child(10) {
  transition-delay: 0.5s;
}
.masonry-grid .grid-item:nth-child(11) {
  transition-delay: 0.54s;
}
.masonry-grid .grid-item:nth-child(12) {
  transition-delay: 0.58s;
}
.masonry-grid .grid-item:nth-child(13) {
  transition-delay: 0.62s;
}
.masonry-grid .grid-item:nth-child(14) {
  transition-delay: 0.66s;
}
.masonry-grid .grid-item:nth-child(15) {
  transition-delay: 0.7s;
}
.masonry-grid .grid-item:nth-child(16) {
  transition-delay: 0.74s;
}
.masonry-grid .grid-item:nth-child(17) {
  transition-delay: 0.78s;
}
.masonry-grid .grid-item:nth-child(18) {
  transition-delay: 0.82s;
}
.masonry-grid .grid-item:nth-child(19) {
  transition-delay: 0.86s;
}
.masonry-grid .grid-item:nth-child(20) {
  transition-delay: 0.9s;
}
.masonry-grid .grid-item:nth-child(21) {
  transition-delay: 0.94s;
}
.masonry-grid .grid-item:nth-child(22) {
  transition-delay: 0.98s;
}
.masonry-grid .grid-item:nth-child(23) {
  transition-delay: 1.02s;
}
.masonry-grid .grid-item:nth-child(24) {
  transition-delay: 1.06s;
}
.masonry-grid .grid-item:nth-child(25) {
  transition-delay: 1.1s;
}
.masonry-grid .grid-item:nth-child(26) {
  transition-delay: 1.14s;
}
.masonry-grid .grid-item:nth-child(27) {
  transition-delay: 1.18s;
}
.masonry-grid .grid-item:nth-child(28) {
  transition-delay: 1.22s;
}
.masonry-grid .grid-item:nth-child(29) {
  transition-delay: 1.26s;
}
.masonry-grid .grid-item:nth-child(30) {
  transition-delay: 1.3s;
}
.masonry-grid .grid-item:nth-child(31) {
  transition-delay: 1.34s;
}
.masonry-grid .grid-item:nth-child(32) {
  transition-delay: 1.38s;
}
.masonry-grid .grid-item:nth-child(33) {
  transition-delay: 1.42s;
}
.masonry-grid .grid-item:nth-child(34) {
  transition-delay: 1.46s;
}
.masonry-grid .grid-item:nth-child(35) {
  transition-delay: 1.5s;
}
.masonry-grid .grid-item:nth-child(36) {
  transition-delay: 1.54s;
}
.masonry-grid .grid-item:nth-child(37) {
  transition-delay: 1.58s;
}
.masonry-grid .grid-item:nth-child(38) {
  transition-delay: 1.62s;
}
.masonry-grid .grid-item:nth-child(39) {
  transition-delay: 1.66s;
}
.masonry-grid .grid-item:nth-child(40) {
  transition-delay: 1.7s;
}
.masonry-grid .grid-item:nth-child(41) {
  transition-delay: 1.74s;
}
.masonry-grid .grid-item:nth-child(42) {
  transition-delay: 1.78s;
}
.masonry-grid .grid-item:nth-child(43) {
  transition-delay: 1.82s;
}
.masonry-grid .grid-item:nth-child(44) {
  transition-delay: 1.86s;
}
.masonry-grid .grid-item:nth-child(45) {
  transition-delay: 1.9s;
}
.masonry-grid .grid-item:nth-child(46) {
  transition-delay: 1.94s;
}
.masonry-grid .grid-item:nth-child(47) {
  transition-delay: 1.98s;
}
.masonry-grid .grid-item:nth-child(48) {
  transition-delay: 2.02s;
}
.masonry-grid .grid-item:nth-child(49) {
  transition-delay: 2.06s;
}
.masonry-grid .grid-item:nth-child(50) {
  transition-delay: 2.1s;
}
.masonry-grid .grid-item img {
  transition: all 0.5s ease;
}
.masonry-grid .grid-item a:hover img {
  transform: scale(1.2);
  filter: saturate(1.4) brightness(1.2);
  transition: all 5s ease;
}
.masonry-grid .grid-item__wrapper {
  overflow: hidden;
}
.masonry-grid .grid-sizer,
.masonry-grid .grid-item {
  width: 50%;
}
@media (min-width: 740px) {
  .masonry-grid .grid-sizer,
.masonry-grid .grid-item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1200px) {
  .masonry-grid .grid-sizer,
.masonry-grid .grid-item {
    width: 25%;
  }
}
@media (min-width: 1520px) {
  .masonry-grid .grid-sizer,
.masonry-grid .grid-item {
    width: 20%;
  }
}

.reveal {
  backface-visibility: hidden;
  position: relative;
  transform: translateY(75px);
  opacity: 0;
  transition: 1s all ease;
  transition-delay: 0.2s;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal.active.initially-active {
  transition: none;
}

.teaser-customer-reviews__intro {
  padding-bottom: 10rem;
  background-image: url("../../images/quotation_mark.svg");
  background-position: right bottom;
  background-size: 9.55rem 9.316rem;
  background-repeat: no-repeat;
}

.teaser-customer-reviews__reviews {
  position: relative;
}
.teaser-customer-reviews__reviews .carousel-arrows {
  right: -2rem;
  left: -2rem;
}

.teaser-customer-reviews__carousel {
  width: 100%;
}
.teaser-customer-reviews__carousel:not(.slick-initialized) .customer-review:not(:first-child) {
  display: none;
}

.teaser-customer-reviews__footer {
  margin-top: 1em;
  text-align: center;
}

.customer-review__head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2rem;
}

.customer-review__name {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}

.customer-review__rating {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.customer-review__rating img {
  width: auto;
  height: 12px;
}

.customer-review__body {
  padding: 0 2rem;
  margin-top: 1em;
  text-align: center;
  font-style: italic;
}

@media (min-width: 600px) and (max-width: 1199px) {
  .teaser-customer-reviews__intro {
    text-align: right;
    padding-bottom: 12.8rem;
  }

  .teaser-customer-reviews__carousel {
    padding: 0 4rem;
  }

  .customer-review__head {
    justify-content: flex-start;
  }

  .customer-review__body {
    text-align: left;
    padding: 0;
  }

  .teaser-customer-reviews__footer {
    text-align: left;
    padding-left: 4rem;
  }
}
@media (min-width: 1200px) {
  .teaser-customer-reviews {
    display: flex;
  }

  .teaser-customer-reviews__intro {
    flex: 0 0 calc(50% - 2rem);
    width: calc(50% - 2rem);
    background-position: calc(100% - 8rem) calc(100% - 7rem);
    background-size: 17rem 16.5rem;
    padding-bottom: 28rem;
    text-align: right;
    margin-right: -2rem;
  }

  .teaser-customer-reviews__reviews {
    flex: 0 0 calc(50% + 2rem);
    width: calc(50% + 2rem);
    align-self: flex-end;
    overflow: hidden;
  }
  .teaser-customer-reviews__reviews .carousel-arrows {
    right: -1rem;
    left: -1rem;
  }

  .teaser-customer-reviews__carousel {
    padding: 0 6rem;
  }

  .customer-review__head {
    justify-content: flex-start;
  }

  .customer-review__body {
    text-align: left;
    padding: 0;
  }

  .teaser-customer-reviews__footer {
    text-align: left;
    padding-left: 6rem;
  }
}
.teaser-hotel {
  display: grid;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  grid-template-areas: "rooms rooms" "sale beauty" "spa vouchers";
}
.teaser-hotel > * {
  background-color: rgba(17, 17, 17, 0.3);
}

.teaser-hotel__entry {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.teaser-hotel__entry img {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
  transition: all 0.5s ease;
}
.teaser-hotel__entry:hover img {
  transform: scale(1.2);
  filter: saturate(1.4) brightness(1.2);
  transition: all 5s ease;
}
.teaser-hotel__entry:hover .teaser-hotel__caption h3:after {
  transition: width 2s ease;
  width: 100%;
}
.teaser-hotel__entry:after {
  z-index: 2;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60%;
  background-image: linear-gradient(0deg, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0) 100%);
}

.teaser-hotel__caption {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.teaser-hotel__caption h3 {
  position: relative;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #fff !important;
}
.teaser-hotel__caption h3 + * {
  margin-top: 0.4em;
}
.teaser-hotel__caption h3:after {
  content: "";
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 8rem;
  height: 1px;
  background-color: #fff;
  transition: width 0.5s ease;
}
.teaser-hotel__caption a {
  color: #fff;
  text-decoration: none;
}
.teaser-hotel__caption a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teaser-hotel__entry--rooms {
  grid-area: rooms;
  aspect-ratio: 560/330;
}

.teaser-hotel__entry--sale {
  grid-area: sale;
  aspect-ratio: 275/240;
}

.teaser-hotel__entry--beauty {
  grid-area: beauty;
  aspect-ratio: 275/240;
}

.teaser-hotel__entry--spa {
  grid-area: spa;
  aspect-ratio: 275/240;
}

.teaser-hotel__entry--vouchers {
  grid-area: vouchers;
  aspect-ratio: 275/240;
}

@media (min-width: 600px) {
  .teaser-hotel-wrapper .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .teaser-hotel__entry--rooms {
    aspect-ratio: 940/400;
  }

  .teaser-hotel__entry--sale,
.teaser-hotel__entry--beauty,
.teaser-hotel__entry--spa,
.teaser-hotel__entry--vouchers {
    aspect-ratio: 465/385;
  }

  .teaser-hotel__caption {
    padding: 1.5rem 2rem;
  }
  .teaser-hotel__caption h3 {
    font-size: 3rem;
    line-height: 3.7rem;
  }
  .teaser-hotel__caption h3:after {
    bottom: -0.2em;
  }
}
@media (min-width: 980px) {
  .teaser-hotel-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }

  .teaser-hotel {
    aspect-ratio: 1920/632;
    overflow: hidden;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    grid-template-columns: 47.3958333333% 23.6979166667% 5.2083333333% 23.6979166667%;
    grid-template-areas: "rooms sale beauty beauty" "rooms spa spa vouchers";
  }

  .teaser-hotel__caption {
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .teaser-hotel__caption h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .teaser-hotel__entry--rooms {
    aspect-ratio: 910/632;
  }

  .teaser-hotel__entry--sale,
.teaser-hotel__entry--vouchers {
    aspect-ratio: 455/316;
  }

  .teaser-hotel__entry--beauty,
.teaser-hotel__entry--spa {
    aspect-ratio: 555/316;
  }
}
@media (min-width: 1380px) {
  .teaser-hotel__caption {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .teaser-hotel__caption h3 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
@media (min-width: 1520px) {
  .teaser-hotel__caption {
    padding: 1.5rem 3rem;
    font-size: 2.5rem;
    line-height: 3.3rem;
  }
  .teaser-hotel__caption h3 {
    font-size: 3.2rem;
    line-height: 3.8rem;
  }
}
.teaser-inset {
  position: relative;
}
.teaser-inset + .teaser-inset {
  margin-top: 4em;
}

.teaser-inset__container {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  min-width: 320px;
  max-width: 1700px;
}
@media (min-width: 600px) {
  .teaser-inset__container {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .teaser-inset__container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.teaser-inset__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.teaser-inset__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 599px) {
  .teaser-inset__image {
    aspect-ratio: 600/480;
  }
}
@media (min-width: 600px) {
  .teaser-inset--right .teaser-inset__image {
    order: 2;
    margin-right: 0;
  }
}
@media (min-width: 600px) and (max-width: 979px) {
  .teaser-inset__image {
    flex: 0 0 calc(50% + 7rem);
    margin-right: -7rem;
  }
  .teaser-inset--right .teaser-inset__image {
    margin-left: -7rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .teaser-inset__image {
    flex: 0 0 calc(50% + 7rem);
    margin-right: -7rem;
  }
  .teaser-inset--right .teaser-inset__image {
    margin-left: -7rem;
  }
}
@media (min-width: 1200px) {
  .teaser-inset__image {
    flex: 0 0 calc(50% + 11rem);
    margin-right: -11rem;
    min-height: 64rem;
  }
  .teaser-inset--right .teaser-inset__image {
    margin-left: -11rem;
  }
}

.teaser-inset__text {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
@media (max-width: 599px) {
  .teaser-inset__text {
    margin-top: -8.5rem;
    margin-left: 2rem;
    margin-right: 2rem;
    padding: 2rem;
  }
}
@media (min-width: 400px) and (max-width: 599px) {
  .teaser-inset__text {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 600px) {
  .teaser-inset__text {
    min-height: 45rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .teaser-inset--right .teaser-inset__text {
    margin-left: 0;
    order: 1;
  }
}
@media (min-width: 600px) and (max-width: 979px) {
  .teaser-inset__text {
    flex: 0 0 calc(50% + 7rem);
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: -7rem;
    padding: 3rem 6.5rem 3rem 4rem;
  }
  .teaser-inset--right .teaser-inset__text {
    margin-right: -7rem;
    padding: 3rem 4rem 3rem 6.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .teaser-inset__text {
    flex: 0 0 calc(50% + 7rem);
    margin-top: 7rem;
    margin-bottom: 7rem;
    margin-left: -7rem;
    padding: 5rem 10rem 5rem 5rem;
  }
  .teaser-inset--right .teaser-inset__text {
    padding: 5rem 5rem 5rem 10rem;
    margin-right: -7rem;
  }
}
@media (min-width: 1200px) {
  .teaser-inset__text {
    flex: 0 0 50%;
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding: 5rem;
  }
}

.breadcrumb {
  position: relative;
  z-index: 25;
  margin-top: 1em;
  margin-bottom: -2em;
  font-size: 1.8rem;
  line-height: 1.8rem;
}
.breadcrumb .container {
  text-align: center;
}
@media (min-width: 980px) {
  .breadcrumb {
    font-size: 2rem;
    line-height: 2rem;
  }
}
body.filled .breadcrumb {
  display: none;
}

.breadcrumb__spacer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb__list {
  list-style: none;
  white-space: nowrap;
  padding: 0;
}

.breadcrumb__item {
  display: inline-block;
  margin-top: 0;
  white-space: nowrap;
}
.breadcrumb__item:not(:first-child):before {
  content: "";
  margin-left: 0.35em;
  margin-right: 0.35em;
  border-left: 1px solid #707070;
}
.breadcrumb__item a {
  text-decoration: none;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:last-child a {
  pointer-events: none;
  cursor: default;
  text-decoration: underline;
}
.breadcrumb__item .icon {
  margin-right: 0.35em;
  vertical-align: -0.15em;
}

.hero {
  position: relative;
  z-index: 25;
  width: calc(100vw - var(--scrollbar-width));
  height: calc(100vh + 2px);
  margin-top: -10rem;
  min-width: 320px;
  background-color: #292116;
  overflow: hidden;
}
@media (max-width: 979px) {
  .hero {
    height: var(--app-height);
  }
}
@media (min-width: 370px) {
  .hero {
    margin-top: -11rem;
  }
}
@media (min-width: 980px) {
  .hero {
    margin-top: -20rem;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 38vh;
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0.95) 0%, rgba(17, 17, 17, 0) 100%);
}
.hero img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.hero .hero-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 13rem;
  z-index: 2;
}
@media (min-width: 600px) {
  .hero .hero-container {
    bottom: 19%;
  }
}
.hero .hero-container, .hero .hero-container.text-white {
  color: #FDF5E5;
}
.hero .hero-container.text-black {
  color: #111;
}
.hero .hero-stars {
  width: 6.7rem;
  height: 0.9rem;
  margin-bottom: 2rem;
}
@media (min-width: 600px) {
  .hero .hero-stars {
    margin-bottom: 3rem;
  }
}
@media (min-width: 980px) {
  .hero .hero-stars {
    margin-bottom: 4rem;
  }
}
.hero .subheading {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 600px) {
  .hero .subheading {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .hero .subheading {
    font-size: 2.6rem;
    line-height: 3.5rem;
  }
}
.hero h1, .hero h2, .hero h3,
.hero .h1, .hero .h2, .hero .h3 {
  font-size: 3.6rem;
  line-height: 4rem;
}
@media (min-width: 600px) {
  .hero h1, .hero h2, .hero h3,
.hero .h1, .hero .h2, .hero .h3 {
    font-size: 4.8rem;
    line-height: 5rem;
  }
}
@media (min-width: 980px) {
  .hero h1, .hero h2, .hero h3,
.hero .h1, .hero .h2, .hero .h3 {
    font-size: 6.5rem;
    line-height: 6rem;
  }
}
.hero .scroll-down {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: calc(50% - 33px);
  width: 67px;
  height: 67px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(180deg);
  transition: opacity 0.3s, transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hero .scroll-down .stroke {
  animation: pulsate 3s infinite;
}
.hero .scroll-down .hover {
  transition: fill 0.5s;
  fill: rgba(255, 255, 255, 0);
}
.hero .scroll-down:hover {
  transform: scale(1.2) rotate(180deg);
}
.hero .scroll-down:hover, .hero .scroll-down:focus, .hero .scroll-down:active {
  animation: none;
  opacity: 1 !important;
}
.hero .scroll-down:hover .hover, .hero .scroll-down:focus .hover, .hero .scroll-down:active .hover {
  fill: white;
  transition: fill 0.25s;
}
.hero .scroll-down:hover .stroke, .hero .scroll-down:focus .stroke, .hero .scroll-down:active .stroke {
  stroke: #a4855a !important;
}

.hero-repeater {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-repeater:not(.slick-initialized) .hero-repeater__entry:not(:first-child) {
  visibility: hidden;
}

.hero-repeater__entry {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.hero-repeater__entry:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-image: url("../../images/pattern.png");
  z-index: 1;
  pointer-events: none;
}

.hero-arrows {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  padding: 0 1rem;
}
.hero-arrows .carousel-btn {
  pointer-events: initial;
}
.hero-arrows .carousel-btn .icon {
  color: #a4855a;
}
.hero-arrows .carousel-btn:hover .icon {
  color: #FDF5E5;
}
@media (min-width: 980px) {
  .hero-arrows {
    padding: 0 4rem;
  }
}

.hero .slick-list,
.hero .slick-track {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
.hero .slick-dots {
  display: none;
}
@media (min-width: 740px) {
  .hero .slick-dots {
    z-index: 2;
    display: flex;
    position: absolute;
    right: 3.5rem;
    bottom: 3.5rem;
    flex-direction: column;
    width: auto;
  }
  .hero .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
  }
  .hero .slick-dots li button {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero .slick-dots li button:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: rgba(17, 17, 17, 0.3);
    border: 2px solid #a4855a;
    opacity: 1;
  }
  .hero .slick-dots li button:hover:before {
    border-color: #FDF5E5;
  }
  .hero .slick-dots li.slick-active button:before {
    background-color: #a4855a;
  }
}

.hero-text-wrapper {
  display: inline-block;
  position: relative;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.8);
}
.text-black .hero-text-wrapper {
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
}

@keyframes pulsate {
  0% {
    stroke: #a4855a;
  }
  25% {
    stroke: #a4855a;
  }
  50% {
    stroke: #fff;
  }
  75% {
    stroke: #a4855a;
  }
  100% {
    stroke: #a4855a;
  }
}
.links-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 1em;
       column-gap: 1em;
  grid-template-areas: "first second" "first third";
}
@media (min-width: 1380px) {
  .links-footer {
    width: 100%;
    -moz-column-gap: 2em;
         column-gap: 2em;
    grid-template-columns: auto auto auto;
    grid-template-areas: "first second third";
  }
}
.links-footer ul:first-child {
  grid-area: first;
}
.links-footer ul:nth-child(2) {
  grid-area: second;
}
.links-footer ul:nth-child(3) {
  grid-area: third;
}
.links-footer li {
  margin-bottom: 0.5em;
}

.nav-contact {
  margin-top: 2em;
}
.nav-contact ul {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}

.nav-footer ul {
  display: flex;
  gap: 0.5rem;
}

.nav-main {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  line-height: 3rem;
}
@media (min-width: 370px) {
  .nav-main {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 600px) {
  .nav-main {
    font-size: 2.7rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 980px) {
  .nav-main {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 1880px) {
  .nav-main {
    font-size: 4rem;
    line-height: 5rem;
  }
}
.nav-main li {
  display: block;
  text-align: right;
}
.nav-main a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.nav-main a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.nav-main a:hover:after, .nav-main a.is-active:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}
.nav-main ul li ul {
  display: none;
}
.nav-main > ul > li .accordion__toggle {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 0;
  height: 1em;
  padding-left: 2rem;
  padding-right: 0.5em;
  align-items: center;
  cursor: pointer;
}
.nav-main > ul > li .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateZ(-180deg);
}
.nav-main > ul > li .accordion__toggle:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -100rem;
  bottom: 0;
  right: 0;
}
.nav-main > ul > li .accordion__icon {
  color: #fff;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  perspective: 1000;
  width: 0.9rem;
  height: 0.9rem;
}
@media (min-width: 370px) {
  .nav-main > ul > li .accordion__icon {
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 600px) {
  .nav-main > ul > li .accordion__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (min-width: 980px) {
  .nav-main > ul > li .accordion__icon {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.nav-main > ul > li a {
  display: inline-flex;
  vertical-align: bottom;
}
.nav-main > ul > li + li {
  margin-top: 0.5em;
}
@media (min-height: 920px) {
  .nav-main > ul > li + li {
    margin-top: 1em;
  }
}
.nav-main > ul > li > ul > li {
  margin-top: 0.25em;
  opacity: 0.7;
  font-size: 0.8em;
}
@media (min-height: 920px) {
  .nav-main > ul > li > ul > li {
    margin-top: 0.5em;
  }
}

@media (min-width: 980px) {
  .nav-off-canvas {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-off-canvas {
    gap: 2.5rem;
  }
}

.nav-off-canvas__label {
  display: none;
}
@media (min-width: 980px) {
  .nav-off-canvas__label {
    display: block;
    text-transform: uppercase;
    color: #a4855a;
    cursor: pointer;
  }
}

.nav-off-canvas__overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.7);
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.nav-open .nav-off-canvas__overlay {
  pointer-events: initial;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.nav-off-canvas__content {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #6d7b66;
  background-image: url("../../images/icon_wsb_olive.svg");
  background-repeat: no-repeat;
  background-size: 200px 271px;
  background-position: -40px calc(100vh - 340px);
  padding: 3rem 0;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  transform: translateX(110%);
  transition: transform 0.25s ease;
}
@media (min-width: 600px) {
  .nav-off-canvas__content {
    background-size: 300px 405px;
    background-position: -60px calc(100vh - 480px);
  }
}
@media (min-width: 740px) {
  .nav-off-canvas__content {
    left: auto;
    width: 52rem;
    background-size: 332px 450px;
    background-position: -70px calc(100vh - 520px);
  }
}
@media (min-width: 980px) {
  .nav-off-canvas__content {
    width: 60rem;
    padding: 4rem 0 3rem;
  }
}
@media (min-width: 980px) and (min-height: 920px) {
  .nav-off-canvas__content {
    background-size: 400px 542px;
    background-position: -70px calc(100vh - 620px);
  }
}
@media (min-width: 1200px) {
  .nav-off-canvas__content {
    width: 65rem;
  }
}
@media (min-width: 1380px) {
  .nav-off-canvas__content {
    width: 70rem;
  }
}
@media (min-width: 1520px) {
  .nav-off-canvas__content {
    width: 77rem;
  }
}

.nav-off-canvas__toggle[aria-expanded=true] ~ .nav-off-canvas__content {
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.nav-off-canvas__content-wrapper {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}

.nav-off-canvas__close {
  position: absolute;
  top: 0;
  right: 3rem;
}
@media (min-width: 400px) {
  .nav-off-canvas__close {
    right: 4rem;
  }
}
@media (min-width: 600px) {
  .nav-off-canvas__close {
    right: 7rem;
  }
}
@media (min-width: 740px) {
  .nav-off-canvas__close {
    right: 9rem;
  }
}

.nav-off-canvas__scroller {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 9.5rem;
  left: 0;
  right: 0;
  bottom: 0;
  scrollbar-color: #FDF5E5 #6d7b66;
  background: linear-gradient(#6d7b66 30%, rgba(109, 123, 102, 0)) center top, linear-gradient(rgba(109, 123, 102, 0), #6d7b66 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;
  padding: 0.5rem calc(3rem - var(--scrollbar-width)) 0.5rem 3rem;
}
.nav-off-canvas__scroller::-webkit-scrollbar-track {
  border: 1px solid transparent;
  background-color: #6d7b66;
}
.nav-off-canvas__scroller::-webkit-scrollbar {
  width: var(--scrollbar-width);
  background-color: #6d7b66;
}
.nav-off-canvas__scroller::-webkit-scrollbar-thumb {
  background-color: #FDF5E5;
}
@media (min-width: 400px) {
  .nav-off-canvas__scroller {
    padding: 0.5rem calc(4rem - var(--scrollbar-width)) 0.5rem 3rem;
  }
}
@media (min-width: 600px) {
  .nav-off-canvas__scroller {
    padding: 0.5rem calc(7rem - var(--scrollbar-width)) 0.5rem 3rem;
  }
}
@media (min-width: 740px) {
  .nav-off-canvas__scroller {
    padding: 0.5rem calc(9rem - var(--scrollbar-width)) 0.5rem 3rem;
  }
}

:root {
  --nav-item-size: 4rem;
  --nav-item-icon-size: 2rem;
  --nav-item-gap: 1rem;
}
@media (min-width: 980px) {
  :root {
    --nav-item-size: 5rem;
    --nav-item-icon-size: 2.3rem;
    --nav-item-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-item-size: 6rem;
    --nav-item-icon-size: 2.8rem;
    --nav-item-gap: 2.5rem;
  }
}

.nav-site-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 45;
}

.nav-site-wrapper-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1700px;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
  position: relative;
}
@media (min-width: 400px) {
  .nav-site-wrapper-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 600px) {
  .nav-site-wrapper-container {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 980px) {
  .nav-site-wrapper-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
.nav-site-wrapper-container .container,
.nav-site-wrapper-container .alerts {
  padding: 0;
  min-width: 0;
}
@media (min-width: 600px) and (max-width: 979px) {
  .nav-site-wrapper-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1379px) {
  .nav-site-wrapper-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.nav-site-wrapper-container-inner {
  position: relative;
}

.nav-site {
  position: absolute;
  top: 2rem;
  right: 0;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 600px) {
  .nav-site {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 980px) {
  .nav-site {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  .nav-site {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
.nav-site > ul {
  display: flex;
  gap: var(--nav-item-gap);
  flex-direction: column;
  align-items: flex-end;
}
.nav-site > ul > li {
  position: relative;
}
@media (min-width: 980px) {
  .nav-site {
    top: 4rem;
  }
  .nav-site > ul {
    flex-direction: row-reverse;
  }
}
.nav-site:before {
  transition: opacity 1s ease;
  opacity: 0;
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: 6.2rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3.1rem;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
@media (min-width: 980px) {
  .nav-site:before {
    left: -10px;
    width: auto;
    border-radius: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .nav-site:before {
    border-radius: 4rem;
  }
}
body.nav-open .nav-site {
  margin-right: calc( var(--scrollbar-width) / 2);
}
body.menu-bg .nav-site:before {
  opacity: 1;
}

.nav-site__item:not(:disabled):not(.disabled) {
  min-width: var(--nav-item-size);
  height: var(--nav-item-size);
  background-color: #a4855a;
  border: 1px solid transparent;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-decoration: none;
}
.nav-site__item:not(:disabled):not(.disabled) > .icon,
.nav-site__item:not(:disabled):not(.disabled) > .accordion-button__toggle > .icon {
  width: var(--nav-item-icon-size);
  height: var(--nav-item-icon-size);
}
.nav-site__item:not(:disabled):not(.disabled):hover, .nav-site__item:not(:disabled):not(.disabled):focus {
  background-color: #6d7b66 !important;
  border-color: #fff;
}

.nav-site__item--ghost:not(:disabled):not(.disabled) {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.nav-site__item--ghost:not(:disabled):not(.disabled):hover, .nav-site__item--ghost:not(:disabled):not(.disabled):focus {
  border-color: #fff;
  background-color: #a4855a !important;
  color: #fff;
}

.nav-site__item--primary:not(:disabled):not(.disabled) {
  background-color: #6d7b66;
  color: #fff;
}
.nav-site__item--primary:not(:disabled):not(.disabled):hover {
  border-color: transparent;
}

.nav-site__pill {
  display: flex;
  padding: 0 3rem;
  gap: 2rem;
}
.nav-site__pill a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.nav-site__pill a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.nav-site__pill a:hover:after, .nav-site__pill a.is-active:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.nav-site__icon {
  width: 5rem;
  height: 5rem;
  margin-right: -1.5rem;
  margin-left: -1px;
}
@media (min-width: 1200px) {
  .nav-site__icon {
    width: 6rem;
    height: 6rem;
  }
}

.nav-language {
  position: relative;
}
.nav-language .nav-site__item.dropdown__toggle {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  z-index: 2;
}
.nav-language .nav-site__item.dropdown__toggle:after {
  content: "";
  border: 1px solid transparent;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  z-index: 3;
}
.nav-language .nav-site__item.dropdown__toggle:hover:after, .nav-language .nav-site__item.dropdown__toggle[aria-expanded=true]:after {
  border-color: #fff;
}
.nav-language .nav-site__item.dropdown__toggle:hover + ul, .nav-language .nav-site__item.dropdown__toggle[aria-expanded=true] + ul {
  animation: navLangOpen 0.3s ease-out forwards;
}
.nav-language a {
  display: block;
}
.nav-language .icon-language {
  z-index: 1;
  max-width: var(--nav-item-size);
  max-height: var(--nav-item-size);
}
.nav-language ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--nav-item-gap);
}

.nav-off-canvas .nav-site__item.dropdown__toggle:hover + ul, .nav-off-canvas .nav-site__item.dropdown__toggle[aria-expanded=true] + ul {
  animation: none;
  right: calc(100% + 1rem);
  left: auto;
  flex-direction: row;
  gap: 1rem;
}

@keyframes navLangOpen {
  from {
    transform: translate3d(0, 0, 0);
    display: block !important;
    opacity: 0;
  }
  to {
    transform: translate3d(0, calc(var(--nav-item-size) + var(--nav-item-gap)), 0);
    display: block !important;
    opacity: 1;
  }
}
.nav-social ul {
  display: flex;
}
.nav-social a {
  display: block;
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-social a .icon {
  width: 3rem;
  height: 3rem;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav-social a:hover .icon {
  transform: scale(1.2);
}

nav {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
nav ul {
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}

.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(253, 245, 229, 0.95);
}

.gebaeck-notice__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
  margin-right: auto;
  margin-left: auto;
}

.gebaeck-notice__content {
  margin: 0 auto;
  max-width: 1700px;
  text-align: left;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
.gebaeck-notice--simple .gebaeck-notice__content {
  padding: 2rem;
}
.gebaeck-notice--simple .gebaeck-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.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__container {
  max-width: 40rem;
  margin-left: 2rem;
  margin-right: 2rem;
  padding: 2rem;
  background-color: #fff;
}
@media (max-width: 399px) {
  .gebaeck-notice--advanced .gebaeck-notice__container {
    max-width: 45rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .gebaeck-notice--advanced .gebaeck-notice__container {
    max-width: 45rem;
  }
}
@media (min-width: 740px) {
  .gebaeck-notice--advanced .gebaeck-notice__container {
    max-width: 55rem;
  }
}
@media (min-width: 980px) {
  .gebaeck-notice--advanced .gebaeck-notice__container {
    max-width: 70rem;
  }
}
.gebaeck-notice--advanced .gebaeck-notice__head {
  display: flex;
  justify-content: center;
  padding-bottom: 2rem;
}
.gebaeck-notice--advanced .gebaeck-notice__head img {
  width: 14rem;
}
@media (min-width: 400px) {
  .gebaeck-notice--advanced .gebaeck-notice__head img {
    width: 18rem;
  }
}
@media (min-width: 600px) {
  .gebaeck-notice--advanced .gebaeck-notice__head img {
    width: 24rem;
  }
}

.gebaeck-notice__content p + p {
  margin-top: 1.2rem;
}
@media (max-width: 399px) {
  .gebaeck-notice__content {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
@media (min-width: 400px) {
  .gebaeck-notice__content {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 600px) {
  .gebaeck-notice__content {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .gebaeck-notice__content p + p {
    margin-top: 1.3rem;
  }
}
@media (min-width: 740px) {
  .gebaeck-notice__content {
    font-size: 2rem;
    line-height: 3rem;
  }
  .gebaeck-notice__content p + p {
    margin-top: 1.5rem;
  }
}

.gebaeck-notice__buttons {
  margin-top: 1em;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gebaeck-notice__buttons .button {
  flex-grow: 1;
  margin-left: 1rem;
  margin-right: 1rem;
}

.gebaeck-notice-popup {
  display: none;
  background-color: #fff;
  max-width: 45rem;
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.mfp-content .gebaeck-notice-popup {
  display: block;
}
@media (min-width: 600px) {
  .gebaeck-notice-popup {
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 3rem;
  }
}
@media (min-width: 740px) {
  .gebaeck-notice-popup {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  color: color("primary");
  border-bottom: 1px solid #6d7b66;
  font-size: 2.2rem;
  line-height: 2.8rem;
}
@media (min-width: 600px) {
  .gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 980px) {
  .gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
    font-size: 3.6rem;
    line-height: 4.8rem;
  }
}
@media (min-width: 740px) {
  .gebaeck-notice-popup {
    max-width: 60rem;
  }
}
@media (min-width: 980px) {
  .gebaeck-notice-popup {
    max-width: 80rem;
  }
}

.gebaeck-notice-popup__form {
  margin-top: 2rem;
}
.gebaeck-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #adb5bd;
}
.gebaeck-notice-popup__form .accordion > label {
  padding: 1rem 0;
  margin: 0;
}
.gebaeck-notice-popup__form .accordion > label span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 1rem;
  font-weight: 600;
}
.gebaeck-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4.5rem;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}
.gebaeck-notice-popup__form .accordion__toggle:hover {
  background-color: transparent;
}
.gebaeck-notice-popup__form .accordion__toggle .icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-inline-start: initial;
}
@media (min-width: 980px) {
  .gebaeck-notice-popup__form .accordion__toggle {
    top: 0.5rem;
  }
}
.gebaeck-notice-popup__form .accordion__content {
  padding-left: 3rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
.gebaeck-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.gebaeck-notice-popup__form > .ticks {
  margin-bottom: 1rem;
}
.gebaeck-notice-popup__form .custom-ticks label > span:before {
  top: 3px;
}
@media (min-width: 600px) {
  .gebaeck-notice-popup__form .custom-ticks label > span:before {
    top: 5px;
  }
}
@media (min-width: 980px) {
  .gebaeck-notice-popup__form .custom-ticks label > span:before {
    top: 7px;
  }
}

#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: 370px) {
  #responsive-status {
    font-family: "xxs";
    min-width: 370px;
  }
}
@media (min-width: 400px) {
  #responsive-status {
    font-family: "xs";
    min-width: 400px;
  }
}
@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: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1380px) {
  #responsive-status {
    font-family: "2xl";
    min-width: 1380px;
  }
}
@media (min-width: 1520px) {
  #responsive-status {
    font-family: "3xl";
    min-width: 1520px;
  }
}
@media (min-width: 1880px) {
  #responsive-status {
    font-family: "4xl";
    min-width: 1880px;
  }
}

.site-content {
  padding: 6rem 0;
  z-index: 20;
  position: relative;
  min-height: 70vh;
}
@media (min-width: 980px) {
  .site-content {
    padding: 12rem 0;
  }
}

.content-section {
  padding: 6rem 0;
}
@media (min-width: 980px) {
  .content-section {
    padding: 12rem 0;
  }
}

.content-section--first {
  margin-top: -3rem;
}
.content-section--first > .container:first-child:before {
  content: "";
  display: inline-block;
  width: 6.7rem;
  height: 0.9rem;
  background: url("../../images/4-sterne_green.svg") left top no-repeat;
  background-size: contain;
  margin-bottom: 0.5em;
}
@media (min-width: 980px) {
  .content-section--first {
    margin-top: -12rem;
  }
}

.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;
  }
}

.content-section--cream {
  background-color: #FDF5E5;
}

.content-section--cream-light {
  background-color: #FDF5E5;
}

.content-section--olive {
  background-color: #6d7b66;
}
.content-section--olive,
.content-section--olive h1, .content-section--olive h2, .content-section--olive h3, .content-section--olive h4, .content-section--olive h5, .content-section--olive h6,
.content-section--olive .h1, .content-section--olive .h2, .content-section--olive .h3, .content-section--olive .h4, .content-section--olive .h5, .content-section--olive .h6,
.content-section--olive .subheading {
  color: #fff;
}

.content-section--silver {
  background-color: #D8DAD3;
}
.content-section--silver h1, .content-section--silver h2, .content-section--silver h3, .content-section--silver h4, .content-section--silver h5, .content-section--silver h6,
.content-section--silver .h1, .content-section--silver .h2, .content-section--silver .h3, .content-section--silver .h4, .content-section--silver .h5, .content-section--silver .h6 {
  color: #111;
}
.content-section--silver,
.content-section--silver .subheading {
  color: #666666;
}

.content-section--silver-light {
  background-color: #EBECE9;
}

.max-text-width {
  max-width: 42em;
}

.site-footer {
  color: #fff;
  z-index: 10;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a.verbose {
  text-decoration: underline;
}
.site-footer a.verbose:hover {
  text-decoration: none;
}

.nav-social {
  margin-left: -1rem;
}

.nav-footer {
  margin-left: 0;
}

.nav-social ul,
.nav-footer ul {
  justify-content: flex-start;
}

.site-footer-address a:not(.scrollto),
.links-footer a,
.nav-footer a {
  padding-bottom: 2px;
  margin-bottom: -2px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.site-footer-address a:not(.scrollto):after,
.links-footer a:after,
.nav-footer a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transform-origin: bottom left;
  transition: transform 0.25s ease-out;
}
.site-footer-address a:not(.scrollto):hover:after, .site-footer-address a:not(.scrollto).is-active:after,
.links-footer a:hover:after,
.links-footer a.is-active:after,
.nav-footer a:hover:after,
.nav-footer a.is-active:after {
  transform: scaleX(1);
  transform-origin: bottom right;
}

.site-footer-address {
  position: relative;
  background-color: #a4855a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.site-footer-address.visible {
  background-image: url("../../images/bg_footer_phone.jpg");
}
@media (min-width: 600px) {
  .site-footer-address.visible {
    background-image: url("../../images/bg_footer_tablet.jpg");
  }
}
@media (min-width: 1520px) {
  .site-footer-address.visible {
    background-image: url("../../images/bg_footer_desktop.jpg");
  }
}
.site-footer-address.visible:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.3;
  background-image: url("../../images/pattern.png");
  z-index: 1;
}
.site-footer-address .container {
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
  gap: 6rem;
}
@media (min-width: 1520px) {
  .site-footer-address .container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
.site-footer-address .site-footer-address__logo,
.site-footer-address .site-footer-address__address {
  position: relative;
  z-index: 2;
}
.site-footer-address .site-footer-address__logo img {
  width: 20rem;
}
@media (min-width: 980px) {
  .site-footer-address .site-footer-address__logo img {
    width: 33rem;
  }
}
@media (min-width: 1520px) {
  .site-footer-address .site-footer-address__logo {
    order: 2;
    text-align: right;
  }
  .site-footer-address .site-footer-address__logo img {
    width: 47rem;
  }
}
.site-footer-address .site-footer-address__address {
  font-weight: 400;
}
.site-footer-address .site-footer-address__address b {
  font-size: 3.2rem;
  line-height: 4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 0.25em;
}
@media (min-width: 600px) {
  .site-footer-address .site-footer-address__address b {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 980px) {
  .site-footer-address .site-footer-address__address b {
    font-size: 5.5rem;
    line-height: 6rem;
  }
}
@media (min-width: 1520px) {
  .site-footer-address .site-footer-address__address {
    order: 1;
    text-align: left;
    padding-top: 12rem;
  }
  .site-footer-address .site-footer-address__address b {
    margin-bottom: 0;
  }
}
.site-footer-address .address-desktop,
.site-footer-address .address-phone {
  margin: 0;
}
.site-footer-address .address-desktop {
  display: none;
}
@media (min-width: 1520px) {
  .site-footer-address .address-phone {
    display: none;
  }
  .site-footer-address .address-desktop {
    display: block;
  }
}
.site-footer-address .scrollto {
  z-index: 2;
  position: absolute;
  right: calc(50% - 2.5rem);
  bottom: -2.5rem;
  margin: 0;
  width: 5rem;
  height: 5rem;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.site-footer-address .scrollto:hover {
  transform: scale(1.2);
}
.site-footer-address .scrollto svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 980px) {
  .site-footer-address .scrollto {
    right: 2rem;
  }
}

.site-footer-main {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #6d7b66;
  font-size: 1.5rem;
  line-height: 2.2rem;
}
@media (min-width: 600px) {
  .site-footer-main {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 980px) {
  .site-footer-main {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 600px) {
  .site-footer-main {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 740px) {
  .site-footer-main {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
.site-footer-main .container {
  display: flex;
  gap: 4rem;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 740px) {
  .site-footer-main .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.partnerlogos {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 4rem;
  justify-content: flex-start;
}
.partnerlogos li {
  margin: 0;
}
@media (min-width: 600px) {
  .partnerlogos {
    gap: 5.5rem;
  }
}
@media (min-width: 740px) {
  .partnerlogos {
    justify-content: flex-start;
  }
}

.logo-ksb,
.logo-sbs {
  width: 12rem;
}
@media (min-width: 600px) {
  .logo-ksb,
.logo-sbs {
    width: 15rem;
  }
}

.site-footer-end {
  background-color: #a4855a;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media (min-width: 600px) {
  .site-footer-end {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .site-footer-end {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 980px) {
  .site-footer-end .container {
    display: flex;
    justify-content: space-between;
  }
}

.site-header {
  position: relative;
  pointer-events: none;
  padding: 2rem 0 1rem;
  z-index: 30;
  color: #fff;
}
@media (min-width: 980px) {
  .site-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-header__title {
  display: block;
  pointer-events: initial;
  width: 13rem;
  height: 7rem;
}
@media (min-width: 370px) {
  .site-header__title {
    width: 15rem;
    height: 8rem;
  }
}
@media (min-width: 980px) {
  .site-header__title {
    width: 24.7rem;
    height: 13.9rem;
  }
}

.main-header .container__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-nav {
  z-index: 35;
}

@media (min-width: 980px) {
  .page--active-vital .ornament-active-vital-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -34rem;
    bottom: -47rem;
    background-image: url("../../images/shape_logo.svg");
  }
}

.page--contact {
  margin-top: -2.5em;
}
.alerts ~ .page--contact {
  margin-top: 0;
}
.page--contact .col-text h2,
.page--contact .col-text .teaser {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 1200px) {
  .page--contact .col-text {
    padding-top: 2.1rem;
  }
  .page--contact .col-form {
    position: relative;
  }
  .page--contact .col-form:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 52.83rem;
    height: 71.66rem;
    right: -7rem;
    bottom: 0rem;
    background-image: url("../../images/shape_logo.svg");
  }
}

@media (min-width: 980px) {
  .page--day-spa-overview .ornament-1:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -35rem;
    top: -47rem;
    background-image: url("../../images/shape_logo.svg");
  }
}
@media (min-width: 980px) {
  .page--day-spa-overview .ornament-2:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 48.6rem;
    height: 43.9rem;
    right: -4rem;
    bottom: -12rem;
    background-image: url("../../images/shape_leaf02.svg");
  }
}
@media (min-width: 980px) {
  .page--day-spa-overview .teaser-inset--sale .teaser-inset__text:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 50rem;
    height: 50rem;
    right: -22rem;
    top: -14rem;
    background-image: url("../../images/shape_petal01.svg");
  }
}

.home-products--sale,
.home-content {
  margin-top: 5rem;
}

.page--home .col-xl-6:nth-child(2) {
  position: relative;
}
.page--home .col-xl-6:nth-child(2) .visually-hidden-click, .page--home .col-xl-6:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  aspect-ratio: 1/1;
  background-image: url("../../images/bestpreis-garantie.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  .page--home .col-xl-6:nth-child(2) .visually-hidden-click, .page--home .col-xl-6:nth-child(2):after {
    left: -5%;
  }
}
@media (min-width: 740px) and (max-width: 1199px) {
  .page--home .col-xl-6:nth-child(2) .visually-hidden-click, .page--home .col-xl-6:nth-child(2):after {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .page--home .col-xl-6:nth-child(2) .visually-hidden-click, .page--home .col-xl-6:nth-child(2):after {
    left: -10%;
    top: -7%;
  }
}
.page--home .col-xl-6:nth-child(2):after {
  pointer-events: none;
}
.page--home .content-section--instagram h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.page--home .content-section--instagram .content-section--instagram-username {
  color: #a4855a;
}
.page--home .content-section--instagram .content-section--instagram-posts {
  margin-top: 7.4rem;
}
@media (max-width: 1024px) {
  .page--home .content-section--instagram .content-section--instagram-posts {
    margin-top: 3rem;
  }
}

html.lang-en .page--home .col-xl-6:nth-child(2) .visually-hidden-click, html.lang-en .page--home .col-xl-6:nth-child(2):after {
  background-image: url("../../images/best-price-guarantee.svg");
}

.container--masonry {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 980px) {
  .page--hotel .ornament-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 40rem;
    height: 57rem;
    right: -25rem;
    top: 10rem;
    background-image: url("../../images/shape_logo.svg");
    z-index: 3;
  }
}

.mfp-content .page--imprint {
  padding-top: 2em;
  padding-bottom: 2em;
}
.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 1.25rem;
}
@media (min-width: 740px) {
  .page--imprint .left {
    clear: left;
    width: 22rem;
    float: left;
    margin-right: 2rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .page--imprint .left {
    width: 30rem;
  }
}

.page--lightbox {
  padding: 1rem;
}
@media (min-width: 400px) {
  .page--lightbox {
    padding: 2rem;
  }
}

.order-time {
  margin-bottom: 2rem;
}

.page--maps {
  margin-top: -2.5em;
}
.alerts ~ .page--maps {
  margin-top: 0;
}
.page--maps .col-text {
  padding-top: 2.1rem;
}
.page--maps .map {
  position: relative;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  aspect-ratio: 1/1;
  border-radius: 4px;
}
@media (min-width: 600px) {
  .page--maps .map {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 980px) {
  .page--maps .map {
    aspect-ratio: 3/2;
  }
}

.offers-middle {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .offers-middle {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .offers-middle {
    display: flex;
    align-items: flex-start;
  }
}

.offers-middle__spacer {
  z-index: 1;
}
@media (max-width: 1199px) {
  .offers-middle__spacer {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 1199px) and (min-width: 400px) {
  .offers-middle__spacer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) and (min-width: 600px) {
  .offers-middle__spacer {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  .offers-middle__spacer {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 1199px) {
  .offers-middle__spacer .container,
.offers-middle__spacer .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (max-width: 599px) {
  .offers-middle__spacer {
    text-align: center;
  }
}
@media (min-width: 600px) and (max-width: 979px) {
  .offers-middle__spacer {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .offers-middle__spacer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
  }
}

.offers-middle__spacer-container {
  text-align: left;
}
@media (min-width: 1200px) {
  .offers-middle__spacer-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) and (min-width: 400px) {
  .offers-middle__spacer-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) and (min-width: 600px) {
  .offers-middle__spacer-container {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 1200px) and (min-width: 980px) {
  .offers-middle__spacer-container {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 1200px) {
  .offers-middle__spacer-container .container,
.offers-middle__spacer-container .alerts {
    padding: 0;
    min-width: 0;
  }
}

@media (min-width: 1200px) {
  .offers-middle__description {
    width: calc(62% - 2rem);
  }
}

.offers-carousel {
  z-index: 2;
}
@media (max-width: 1199px) {
  .offers-carousel {
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
  .offers-carousel {
    width: 38%;
  }
}

.offers-carousel {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 800px;
}
.offers-carousel .slick {
  margin-bottom: 0 !important;
}
.offers-carousel .slick img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.offers-carousel .slick:not(.slick-initialized) .offers-carousel__item:not(:first-child) {
  display: none;
}
.offers-carousel .slick-dots {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.5em;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.offers-carousel .slick-dots li {
  z-index: 1;
  position: relative;
  margin: 0;
  transition: transform 0.25s ease;
}
.offers-carousel .slick-dots li button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers-carousel .slick-dots li button:before {
  position: static;
  content: "";
  opacity: 1;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.offers-carousel .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}
.offers-carousel .slick-dots li:hover {
  z-index: 2;
  transform: scale(1.4);
}

.offers-carousel__controls {
  z-index: 1;
  padding-left: 1em;
  padding-right: 1em;
}
.offers-carousel__controls .carousel-btn {
  transition: transform 0.25s ease;
}
.offers-carousel__controls .carousel-btn .icon {
  color: #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}
.offers-carousel__controls .carousel-btn:hover {
  transform: scale(1.2);
}

@media (min-width: 980px) {
  .offers-middle__description:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -35rem;
    top: -27rem;
    background-image: url("../../images/shape_logo.svg");
  }
}
@media (min-width: 1200px) {
  .ornament-offers-details-2:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 48.6rem;
    height: 43.9rem;
    right: -4rem;
    bottom: 0;
    background-image: url("../../images/shape_leaf02.svg");
  }
}
@media (min-width: 980px) {
  .page--offers-overview .ornament-1:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -35rem;
    top: -47rem;
    background-image: url("../../images/shape_logo.svg");
  }
}
@media (min-width: 1200px) {
  .page--offers-overview .ornament-2:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 48.6rem;
    height: 43.9rem;
    right: -4rem;
    bottom: -12rem;
    background-image: url("../../images/shape_leaf02.svg");
  }
}

.mfp-content .page-plain {
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (min-width: 980px) {
  .page--restaurant .ornament-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 40rem;
    height: 57rem;
    right: -25rem;
    top: 10rem;
    background-image: url("../../images/shape_logo.svg");
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .page--restaurant .ornament-2:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 40.8rem;
    height: 36.9rem;
    left: -4rem;
    top: -28rem;
    background-image: url("../../images/shape_leaf01.svg");
    z-index: 3;
  }
}

@media (min-width: 980px) {
  .rooms-top {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
    display: grid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 2rem;
    grid-template-areas: "heading heading" "text image";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    margin-bottom: 1.5em;
  }
}
@media (min-width: 980px) and (min-width: 400px) {
  .rooms-top {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 980px) and (min-width: 600px) {
  .rooms-top {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  .rooms-top {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (min-width: 980px) {
  .rooms-top .container,
.rooms-top .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (min-width: 1200px) {
  .rooms-top {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
    grid-template-areas: "heading image" "text image";
    grid-template-columns: auto 38%;
  }
}
@media (min-width: 1380px) {
  .rooms-top {
    grid-template-columns: auto 36.666667%;
  }
}
@media (min-width: 1520px) {
  .rooms-top {
    grid-template-columns: auto 37.5%;
  }
}
@media (min-width: 1880px) {
  .rooms-top {
    grid-template-columns: auto 36.666667%;
  }
}

.rooms-top__heading:before {
  content: "";
  display: inline-block;
  width: 6.7rem;
  height: 0.9rem;
  background: url("../../images/4-sterne_green.svg") left top no-repeat;
  background-size: contain;
  margin-bottom: 0.5em;
}
@media (max-width: 979px) {
  .rooms-top__heading {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
    text-align: center;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 979px) and (min-width: 400px) {
  .rooms-top__heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 979px) and (min-width: 600px) {
  .rooms-top__heading {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 979px) and (min-width: 980px) {
  .rooms-top__heading {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 979px) {
  .rooms-top__heading .container,
.rooms-top__heading .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (min-width: 980px) {
  .rooms-top__heading {
    grid-area: heading;
  }
}

.rooms-top__image {
  position: relative;
}
@media (max-width: 979px) {
  .rooms-top__image {
    aspect-ratio: 3/2;
    overflow: hidden;
    margin-bottom: 1.5em;
  }
  .rooms-top__image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (min-width: 980px) {
  .rooms-top__image {
    grid-area: image;
  }
}

@media (max-width: 979px) {
  .rooms-top__text {
    width: 100%;
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
    margin-right: auto;
    margin-left: auto;
    min-width: 320px;
    max-width: 1700px;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    position: relative;
    margin-bottom: 1.5em;
  }
}
@media (max-width: 979px) and (min-width: 400px) {
  .rooms-top__text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 979px) and (min-width: 600px) {
  .rooms-top__text {
    padding-left: 6.5rem;
    padding-right: 6.5rem;
  }
}
@media (max-width: 979px) and (min-width: 980px) {
  .rooms-top__text {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}
@media (max-width: 979px) {
  .rooms-top__text .container,
.rooms-top__text .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (min-width: 980px) {
  .rooms-top__text {
    grid-area: text;
  }
}

.rooms-middle .content-section {
  padding-bottom: 0;
}

@media (min-width: 980px) {
  .page--rooms-details .gallery__spacer:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -30rem;
    bottom: -9rem;
    background-image: url("../../images/shape_logo.svg");
  }
}

@media (min-width: 980px) {
  .page--rooms-overview .teaser-inset--wellness_spa .teaser-inset__text:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 50rem;
    height: 50rem;
    right: -22rem;
    top: -14rem;
    background-image: url("../../images/shape_petal01.svg");
  }
  .page--rooms-overview .teaser-inset--vouchers_deals .teaser-inset__text:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 40rem;
    height: 37rem;
    left: -17rem;
    bottom: -12rem;
    background-image: url("../../images/shape_leaf01.svg");
  }
}

.page-plain {
  overflow-x: hidden;
}
@media (max-width: 599px) {
  .page-plain {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

@media (max-width: 599px) {
  .CookieDeclarationTableWrapper {
    word-break: break-word;
  }
  .CookieDeclarationTableWrapper table {
    margin-bottom: 0;
  }
  .CookieDeclarationTableWrapper table td {
    min-width: 150px;
  }
}
@media (min-width: 980px) {
  .page--wellness-spa-details .gallery__spacer:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -25rem;
    top: -27rem;
    background-image: url("../../images/shape_logo.svg");
  }
}

@media (min-width: 980px) {
  .page--wellness-spa-overview .ornament-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 44rem;
    height: 57rem;
    right: -35rem;
    top: 0;
    background-image: url("../../images/shape_logo.svg");
  }
}
@media (min-width: 1200px) {
  .page--wellness-spa-overview .ornament-2 {
    z-index: 2;
  }
  .page--wellness-spa-overview .ornament-2:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    width: 42rem;
    height: 37.9rem;
    right: -4rem;
    top: -6rem;
    background-image: url("../../images/shape_leaf02.svg");
    z-index: 2;
  }
  .page--wellness-spa-overview .ornament-2 + * {
    position: relative;
    z-index: 1;
  }
}

::-moz-selection {
  background-color: #a4855a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #a4855a;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(109, 123, 102, 0.5);
}

body {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media (min-width: 600px) {
  body {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 980px) {
  body {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
body.filled {
  background-color: #FFFCF7;
}

*:focus {
  outline: none !important;
}

body.user-is-tabbing *:focus {
  outline: 4px solid rgba(164, 133, 90, 0.7) !important;
  /* for non-webkit browsers */
}

body,
button,
input,
select,
textarea {
  color: #707070;
}

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: 2.5rem 0 0;
}

* + h2, * + .h2,
* + h3, * + .h3 {
  margin-top: 5rem;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.thin-text {
  font-weight: 300;
  font-size: 0.88em;
}

/* 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;
}

.ex_options + * {
  margin-top: 0;
}

.accordion__content .col-xl-6.mb-3 {
  margin-bottom: 1.25rem !important;
}
@media (min-width: 1200px) {
  .accordion__content .col-xl-6.mb-3 {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=maps/screen.css.map */
