@charset "UTF-8";
@viewport {
  width: device-width;
}
.custom-carousel__wrapper {
  margin: 20px 0 75px;
  outline: none;
}
@media screen and (min-width: 600px) {
  .custom-carousel__wrapper {
    margin: 75px 0;
  }
}
.custom-carousel__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 700px) {
  .custom-carousel__item {
    justify-content: space-between;
    align-items: center;
  }
}
.custom-carousel__img {
  width: 100%;
}
@media screen and (min-width: 700px) {
  .custom-carousel__img {
    width: 60%;
  }
}
.custom-carousel__img img {
  width: 100%;
  height: auto;
}
.custom-carousel__text-cont {
  position: relative;
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 700px) {
  .custom-carousel__text-cont {
    width: 37%;
    max-width: 384px;
    margin-top: 0;
    order: -1;
  }
}
@media screen and (min-width: 1500px) {
  .custom-carousel__text-cont {
    margin-right: 40px;
  }
}
.custom-carousel__text p:not(:first-child) {
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
}
@media screen and (min-width: 700px) {
  .custom-carousel__text p:not(:first-child) {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 900px) {
  .custom-carousel__text p:not(:first-child) {
    font-size: 30px;
    line-height: 42px;
  }
}
.custom-carousel__text .h1 {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.custom-carousel .slick-btn {
  display: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1400px) {
  .custom-carousel .slick-btn {
    display: block !important;
  }
}
.custom-carousel .slick-btn .icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.custom-carousel .slick-btn .icon:hover {
  transform: scale(1.2);
}
.custom-carousel .slick-prev-btn {
  left: -60px;
}
.custom-carousel .slick-next-btn {
  right: -60px;
}
.custom-carousel .slick-dotted {
  margin-bottom: 0 !important;
}
.custom-carousel .slick-dots {
  bottom: 23.5px !important;
  z-index: 1;
}
.custom-carousel .slick-dots li {
  margin: 0 5px;
}
@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 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-loading .slick-list {
  background: #fff url("./vendor/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./vendor/slick/fonts/slick.eot");
  src: url("./vendor/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./vendor/slick/fonts/slick.woff") format("woff"), url("./vendor/slick/fonts/slick.ttf") format("truetype"), url("./vendor/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: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

@media (min-width: 340px) {
  .d-xs-none {
    display: none !important;
  }

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

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

  .d-xs-block {
    display: block !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;
  }
}
@media (min-width: 600px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 740px) {
  .d-md-none {
    display: none !important;
  }

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

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

  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 980px) {
  .d-lg-none {
    display: none !important;
  }

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

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

  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

  .d-print-block {
    display: block !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;
  }
}
@media (min-width: 340px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xs-fill {
    flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 600px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 740px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 980px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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;
  }

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

  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 340px) {
  .m-xs-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-xs-1,
.my-xs-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xs-1,
.mx-xs-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xs-1,
.my-xs-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xs-1,
.mx-xs-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xs-2,
.my-xs-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xs-2,
.mx-xs-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xs-2,
.my-xs-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xs-2,
.mx-xs-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xs-3,
.my-xs-3 {
    margin-top: 1rem !important;
  }

  .mr-xs-3,
.mx-xs-3 {
    margin-right: 1rem !important;
  }

  .mb-xs-3,
.my-xs-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xs-3,
.mx-xs-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xs-4,
.my-xs-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xs-4,
.mx-xs-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xs-4,
.my-xs-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xs-4,
.mx-xs-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xs-5,
.my-xs-5 {
    margin-top: 3rem !important;
  }

  .mr-xs-5,
.mx-xs-5 {
    margin-right: 3rem !important;
  }

  .mb-xs-5,
.my-xs-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xs-5,
.mx-xs-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-xs-1,
.py-xs-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xs-1,
.px-xs-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xs-1,
.py-xs-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xs-1,
.px-xs-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xs-2,
.py-xs-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xs-2,
.px-xs-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xs-2,
.py-xs-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xs-2,
.px-xs-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xs-3,
.py-xs-3 {
    padding-top: 1rem !important;
  }

  .pr-xs-3,
.px-xs-3 {
    padding-right: 1rem !important;
  }

  .pb-xs-3,
.py-xs-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xs-3,
.px-xs-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xs-4,
.py-xs-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xs-4,
.px-xs-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xs-4,
.py-xs-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xs-4,
.px-xs-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xs-5,
.py-xs-5 {
    padding-top: 3rem !important;
  }

  .pr-xs-5,
.px-xs-5 {
    padding-right: 3rem !important;
  }

  .pb-xs-5,
.py-xs-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xs-5,
.px-xs-5 {
    padding-left: 3rem !important;
  }

  .m-xs-n1 {
    margin: -0.25rem !important;
  }

  .mt-xs-n1,
.my-xs-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xs-n1,
.mx-xs-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xs-n1,
.my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xs-n1,
.mx-xs-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xs-n2 {
    margin: -0.5rem !important;
  }

  .mt-xs-n2,
.my-xs-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xs-n2,
.mx-xs-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xs-n2,
.my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xs-n2,
.mx-xs-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xs-n3,
.my-xs-n3 {
    margin-top: -1rem !important;
  }

  .mr-xs-n3,
.mx-xs-n3 {
    margin-right: -1rem !important;
  }

  .mb-xs-n3,
.my-xs-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xs-n3,
.mx-xs-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xs-n4,
.my-xs-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xs-n4,
.mx-xs-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xs-n4,
.my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xs-n4,
.mx-xs-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xs-n5,
.my-xs-n5 {
    margin-top: -3rem !important;
  }

  .mr-xs-n5,
.mx-xs-n5 {
    margin-right: -3rem !important;
  }

  .mb-xs-n5,
.my-xs-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xs-n5,
.mx-xs-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xs-auto,
.mx-xs-auto {
    margin-right: auto !important;
  }

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

  .ml-xs-auto,
.mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 600px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 740px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 980px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

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

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

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

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

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 340px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 340px) {
  .block-xs {
    display: block !important;
  }
}

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

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 340px) {
  #responsive-status {
    font-family: "xs";
    min-width: 340px;
  }
}
@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;
  }
}

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
  background-color: white;
}

.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-content {
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
}

.container, .site-search {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  padding: 0 10px;
  padding: 0 1rem;
  text-align: left;
  position: relative;
}
.container:after, .site-search:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 340px) {
  .container, .site-search {
    padding: 0 20px;
    padding: 0 2rem;
  }
}
.container .container, .site-search .container, .container .site-search, .site-search .site-search,
.container .alerts,
.site-search .alerts {
  padding: 0;
  min-width: 0;
}
.container--faq {
  width: 100%;
  max-width: 996px;
  margin: 0 auto;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 24px;
}

.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 {
  content: "";
  display: table;
  clear: both;
}

.container, .site-search {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  min-width: 300px;
}
@media (min-width: 600px) {
  .container, .site-search {
    max-width: 620px;
  }
}
@media (min-width: 740px) {
  .container, .site-search {
    max-width: 720px;
  }
}
@media (min-width: 980px) {
  .container, .site-search {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .site-search {
    max-width: 1200px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  min-width: 300px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 340px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xs-first {
    order: -1;
  }

  .order-xs-last {
    order: 13;
  }

  .order-xs-0 {
    order: 0;
  }

  .order-xs-1 {
    order: 1;
  }

  .order-xs-2 {
    order: 2;
  }

  .order-xs-3 {
    order: 3;
  }

  .order-xs-4 {
    order: 4;
  }

  .order-xs-5 {
    order: 5;
  }

  .order-xs-6 {
    order: 6;
  }

  .order-xs-7 {
    order: 7;
  }

  .order-xs-8 {
    order: 8;
  }

  .order-xs-9 {
    order: 9;
  }

  .order-xs-10 {
    order: 10;
  }

  .order-xs-11 {
    order: 11;
  }

  .order-xs-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 740px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 980px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

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

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.u-text-break {
  word-wrap: break-word !important;
}

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

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

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

.u-text-inherit-color {
  color: inherit !important;
}

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

.u-textTruncate {
  max-width: 100%;
  /* 1 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
  /* 2 */
}

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

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

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

.u-hidden {
  display: none !important;
}

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

.u-inline-block {
  display: inline-block !important;
  max-width: 100%;
  /* 1 */
}

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

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

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

.u-pos-fit,
.u-pos-absolute-center,
.u-pos-absolute {
  position: absolute !important;
}

.u-pos-fixed-center,
.u-pos-absolute-center {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.u-pos-fit,
.u-pos-fullscreen {
  bottom: 0 !important;
  left: 0 !important;
  margin: auto !important;
  right: 0 !important;
  top: 0 !important;
}

.u-pos-full-screen,
.u-pos-fixed-center,
.u-pos-fixed {
  backface-visibility: hidden;
  /* 1 */
  position: fixed !important;
}

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

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

a {
  color: #7b7b6b;
  text-decoration: none;
}
a:visited {
  color: #7b7b6b;
}
a:hover {
  color: black;
}
a:active {
  color: black;
}

.alert-message.info {
  position: relative;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 5px 40px 5px 32px;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212121;
  background-color: white;
  border-color: #0e80aa;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 10px;
  color: #0e80aa;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alert-message.info a:not(.btn):not(.button) {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}
.alert-message.info a:not(.btn):not(.button):hover {
  text-decoration: underline;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: absolute;
  top: 7px;
  right: 8px;
  opacity: 0.7;
  color: #0e80aa;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}
.alert-message.info.alert-message--no-close .alert-message__close {
  display: none;
}

.alert-message.warning {
  position: relative;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 5px 40px 5px 32px;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212121;
  background-color: white;
  border-color: #ebac00;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 10px;
  color: #ebac00;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alert-message.warning a:not(.btn):not(.button) {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}
.alert-message.warning a:not(.btn):not(.button):hover {
  text-decoration: underline;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: absolute;
  top: 7px;
  right: 8px;
  opacity: 0.7;
  color: #ebac00;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}
.alert-message.warning.alert-message--no-close .alert-message__close {
  display: none;
}

.alert-message.error {
  position: relative;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 5px 40px 5px 32px;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212121;
  background-color: white;
  border-color: #e44b25;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 10px;
  color: #e44b25;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alert-message.error a:not(.btn):not(.button) {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}
.alert-message.error a:not(.btn):not(.button):hover {
  text-decoration: underline;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: absolute;
  top: 7px;
  right: 8px;
  opacity: 0.7;
  color: #e44b25;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}
.alert-message.error.alert-message--no-close .alert-message__close {
  display: none;
}

.alert-message.success {
  position: relative;
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
  padding: 5px 40px 5px 32px;
  padding: 0.5rem 4rem 0.5rem 3.2rem;
  border: 1px solid;
  color: #212121;
  background-color: white;
  border-color: #6ea838;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 10px;
  top: 10px;
  color: #6ea838;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.alert-message.success a:not(.btn):not(.button) {
  color: #212121;
  font-weight: bold;
  text-decoration: none;
}
.alert-message.success a:not(.btn):not(.button):hover {
  text-decoration: underline;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  position: absolute;
  top: 7px;
  right: 8px;
  opacity: 0.7;
  color: #6ea838;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}
.alert-message.success.alert-message--no-close .alert-message__close {
  display: none;
}

.badge {
  max-width: 33%;
  max-height: 33%;
  pointer-events: none;
}

.badge--sale {
  width: 120px;
  width: 12rem;
  height: 120px;
  height: 12rem;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.lang-de .badge--sale {
  background-image: url("../../../../../temp/explorer/files/badges/sale_de.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .lang-de .badge--sale {
    background-image: url("../../../../../temp/explorer/files/badges/sale_de@2x.png");
  }
}
.lang-en .badge--sale {
  background-image: url("../../../../../temp/explorer/files/badges/sale_en.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .lang-en .badge--sale {
    background-image: url("../../../../../temp/explorer/files/badges/sale_en@2x.png");
  }
}

.badge--new {
  width: 120px;
  width: 12rem;
  height: 120px;
  height: 12rem;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.lang-de .badge--new {
  background-image: url("../../../../../temp/explorer/files/badges/new_de.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .lang-de .badge--new {
    background-image: url("../../../../../temp/explorer/files/badges/new_de@2x.png");
  }
}
.lang-en .badge--new {
  background-image: url("../../../../../temp/explorer/files/badges/new_en.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .lang-en .badge--new {
    background-image: url("../../../../../temp/explorer/files/badges/new_en@2x.png");
  }
}

blockquote {
  margin: 24px 0;
  margin: 2.4rem 0;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: white;
}
blockquote:before, blockquote:after {
  color: #bfbfbf;
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}
blockquote:before {
  content: "“";
  left: 5px;
  top: 0.3em;
}
blockquote:after {
  content: "”";
  right: 3px;
  bottom: 0;
}

.btn, .button {
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 20px;
  font-weight: 600;
  line-height: normal;
  border: 0px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  letter-spacing: 0.05em;
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  text-decoration: none;
}
.btn:active, .button:active, .btn.open, .open.button {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}

.btn.disabled, .disabled.button, .btn[disabled], [disabled].button {
  pointer-events: none;
  opacity: 0.8;
}
.btn, .button, .btn:visited, .btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.open, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].open {
  color: #212121;
  background-color: #d8d5ca;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn:hover, .button:hover, .btn:focus, .button:focus {
  color: #212121;
  background-color: #b3ab98;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn:active, .button:active, .btn.open, .open.button {
  color: white;
  background-color: #7b7b6b;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--primary.disabled, .btn--primary[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--primary, .btn--primary:visited, .btn--primary.disabled, .btn--primary.disabled:hover, .btn--primary.disabled:focus, .btn--primary.disabled:active, .btn--primary.disabled.open, .btn--primary[disabled], .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled]:active, .btn--primary[disabled].open {
  color: white;
  background-color: #d8d5ca;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--primary:hover, .btn--primary:focus {
  color: white;
  background-color: #cec9bb;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--primary:active, .btn--primary.open {
  color: white;
  background-color: #c3bdac;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--accept.disabled, .btn--accept[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--accept, .btn--accept:visited, .btn--accept.disabled, .btn--accept.disabled:hover, .btn--accept.disabled:focus, .btn--accept.disabled:active, .btn--accept.disabled.open, .btn--accept[disabled], .btn--accept[disabled]:hover, .btn--accept[disabled]:focus, .btn--accept[disabled]:active, .btn--accept[disabled].open {
  color: #212121;
  background-color: #c9dfab;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--accept:hover, .btn--accept:focus {
  color: #212121;
  background-color: #bdd899;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--accept:active, .btn--accept.open {
  color: #212121;
  background-color: #b1d186;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--decline.disabled, .btn--decline[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--decline, .btn--decline:visited, .btn--decline.disabled, .btn--decline.disabled:hover, .btn--decline.disabled:focus, .btn--decline.disabled:active, .btn--decline.disabled.open, .btn--decline[disabled], .btn--decline[disabled]:hover, .btn--decline[disabled]:focus, .btn--decline[disabled]:active, .btn--decline[disabled].open {
  color: white;
  background-color: #de5a54;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--decline:hover, .btn--decline:focus {
  color: white;
  background-color: #da453f;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--decline:active, .btn--decline.open {
  color: white;
  background-color: #d63129;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--invert.disabled, .btn--invert[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--invert, .btn--invert:visited, .btn--invert.disabled, .btn--invert.disabled:hover, .btn--invert.disabled:focus, .btn--invert.disabled:active, .btn--invert.disabled.open, .btn--invert[disabled], .btn--invert[disabled]:hover, .btn--invert[disabled]:focus, .btn--invert[disabled]:active, .btn--invert[disabled].open {
  color: #212121;
  background-color: white;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--invert:hover, .btn--invert:focus {
  color: #212121;
  background-color: #b3ab98;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--invert:active, .btn--invert.open {
  color: white;
  background-color: #7b7b6b;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn--dark.disabled, .btn--dark[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn--dark, .btn--dark:visited, .btn--dark.disabled, .btn--dark.disabled:hover, .btn--dark.disabled:focus, .btn--dark.disabled:active, .btn--dark.disabled.open, .btn--dark[disabled], .btn--dark[disabled]:hover, .btn--dark[disabled]:focus, .btn--dark[disabled]:active, .btn--dark[disabled].open {
  color: white;
  background-color: #212121;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn--dark:hover, .btn--dark:focus {
  color: white;
  background-color: #b3ab98;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn--dark:active, .btn--dark.open {
  color: #212121;
  background-color: #d8d5ca;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn-share.disabled, .btn-share[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.btn-share, .btn-share:visited, .btn-share.disabled, .btn-share.disabled:hover, .btn-share.disabled:focus, .btn-share.disabled:active, .btn-share.disabled.open, .btn-share[disabled], .btn-share[disabled]:hover, .btn-share[disabled]:focus, .btn-share[disabled]:active, .btn-share[disabled].open {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.btn-share:hover, .btn-share:focus {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.btn-share:active, .btn-share.open {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
}

.btn, .button {
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: auto;
  height: 40px;
}
.btn.btn--next, .btn--next.button {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.btn.btn--prev, .btn--prev.button {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.btn.btn--round, .btn--round.button {
  border-radius: 23px;
}

.btn--sm {
  font-size: 14px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  width: auto;
  height: auto;
}
.btn--sm.btn--next {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.btn--sm.btn--prev {
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.btn--sm.btn--round {
  border-radius: 14px;
}

.btn--lg {
  font-size: 20px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  width: auto;
  height: auto;
}
.btn--lg.btn--next {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.btn--lg.btn--prev {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.btn--lg.btn--round {
  border-radius: 30px;
}

.btn--square {
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  width: 30px;
  height: 30px;
}
.btn--square.btn--next {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.btn--square.btn--prev {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.btn--square.btn--round {
  border-radius: 20px;
}

button[disabled],
fieldset[disabled] button,
.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none !important;
}

.btn--full {
  width: 100%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading.loading {
  color: transparent;
  position: relative;
}
.btn--loading.loading:before {
  content: "";
  height: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(216, 213, 202, 0.3);
  border-top-color: rgba(216, 213, 202, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.btn--square {
  text-align: center;
}
.btn--square .icon {
  width: 16px;
  height: 16px;
}

.btn--header {
  height: auto !important;
  white-space: normal !important;
}

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.categories-list .category {
  text-transform: uppercase;
  display: inline-block;
  background-color: #eceae4;
  font-weight: 600;
  padding: 3px 10px;
  padding: 0.3rem 1rem;
}
.categories-list .category:not(:last-child) {
  margin-right: 10px;
  margin-right: 1rem;
}

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

figcaption {
  font-style: italic;
}

.formError {
  position: relative;
  color: white;
  background-color: #e44b25;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0 5px;
  border-radius: 0;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-bottom: 6px solid #e44b25;
  border-top: 0;
  height: 0;
  width: 0;
  left: 5px;
  top: -5px;
}
.formError:empty {
  display: none;
}

.custom-select {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-top: 5px;
  border: 1px solid;
  border-color: #b3ab98;
  overflow: hidden;
  background-color: #f4f3f0;
  position: relative;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.custom-select:hover {
  border-color: #b3ab98;
}
.custom-select.focus {
  border-color: #b3ab98;
}
.custom-select .formfield,
.custom-select select {
  margin: 0;
  padding: 8px 10px;
  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: 24px;
}
.custom-select select {
  padding: 9px;
  padding-right: 36px;
}
.custom-select:before, .custom-select:after {
  right: 10px;
  transition: all 0.1s linear;
}
.custom-select:before {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #b3ab98;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: calc(50% + 1px);
}
.custom-select:after {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 5px solid #b3ab98;
  border-top: 0;
  height: 0;
  width: 0;
  bottom: calc(50% + 1px);
}
.custom-select:hover:before {
  border-top-color: #b3ab98;
}
.custom-select:hover:after {
  border-bottom-color: #b3ab98;
}
.custom-select:focus:before {
  border-top-color: #b3ab98;
}
.custom-select:focus:after {
  border-bottom-color: #b3ab98;
}

.custom-input {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-top: 5px;
  border: 1px solid;
  border-color: #b3ab98;
  overflow: hidden;
  background-color: #f4f3f0;
  position: relative;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.custom-input:hover {
  border-color: #b3ab98;
}
.custom-input.focus {
  border-color: #b3ab98;
}
.custom-input .formfield,
.custom-input select {
  margin: 0;
  padding: 8px 10px;
  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: 24px;
}
.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: 9px;
  background-color: white;
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
}

input,
button,
select,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px solid #b3ab98;
  padding: 8px 10px;
  line-height: normal;
  outline: none;
  box-shadow: none;
  color: #212121;
  background-color: #f4f3f0;
  border-radius: 3px;
  transition: all 0.1s linear;
}
.formfield:hover,
select:hover {
  border-color: #b3ab98;
}
.formfield:focus,
select:focus {
  border-color: #b3ab98;
}
.formfield.error,
select.error {
  border: 1px solid #e44b25;
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  color: #737373;
  background-color: #f2f2f2;
  border-color: #e6e6e6;
}

input.formfield,
select {
  height: 40px;
}

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: #b3ab98;
  background-color: #f4f3f0;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #b3ab98;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #b3ab98;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid #e44b25;
}

select {
  padding: 9px;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
select[size="0"],
select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }

  ::-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: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #212121;
  font-style: normal;
  font-weight: normal;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:not(.wideform) .formitem.floatlabel {
  padding-top: 15px;
  padding-bottom: 0;
}
:not(.wideform) .formitem.floatlabel:before {
  content: "";
  margin-top: 0;
  height: 0;
  display: none;
}
:not(.wideform) .formitem.floatlabel .label {
  position: absolute;
  top: 30px;
  left: 10px;
  font-size: 15px;
  color: rgba(123, 123, 107, 0.65);
  height: 20px;
  line-height: 20px;
  transition: 0.1s all linear;
  cursor: text;
  z-index: 1;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.focus .label {
  top: 0;
  left: 5px;
  padding: 0 5px;
  font-size: 12px;
  border-radius: 3px 3px 0 0;
}
:not(.wideform) .formitem.floatlabel.is-active .label {
  background: #b3ab98;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: white;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: #b3ab98;
}
:not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
  color: white;
}

.form-notice {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 100%;
  margin-left: 10px;
  background-color: #333;
  color: white;
  border-radius: 3px;
  padding: 7px 5px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  min-height: 50px;
  font-weight: 500;
  width: 200px;
  z-index: 1;
}
.form-notice:after {
  content: "";
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-right: 8px solid #333;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 16px;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 2px 5px;
    margin-bottom: 5px;
    min-height: 0;
  }
  .form-notice:after {
    content: "";
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #333;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -6px;
    left: 5px;
  }
}

.form-notice--success {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 100%;
  margin-left: 10px;
  background-color: #6ea838;
  color: white;
  border-radius: 3px;
  padding: 7px 5px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  min-height: 50px;
  font-weight: 500;
  width: 200px;
  z-index: 1;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.form-notice--success:after {
  content: "";
  display: block;
  position: absolute;
  border: 8px solid transparent;
  border-right: 8px solid #6ea838;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 16px;
  pointer-events: none;
}
@media (min-width: 600px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .form-notice--success {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 2px 5px;
    margin-bottom: 5px;
    min-height: 0;
  }
  .form-notice--success:after {
    content: "";
    display: block;
    position: absolute;
    border: 6px solid transparent;
    border-bottom: 6px solid #6ea838;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -6px;
    left: 5px;
  }
}

@media (min-width: 740px) {
  .form-notices fieldset {
    padding-right: 230px;
  }

  .form-notice--success {
    width: 60px;
    font-size: 24px;
    line-height: 36px;
  }
}
::-webkit-input-placeholder {
  color: #737373;
  font-style: italic;
}

::-moz-placeholder {
  color: #737373;
  font-style: italic;
}

input:-moz-placeholder {
  color: #737373;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #737373;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-weight: 300;
}
@media (min-width: 600px) {
  h1, .h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}

h2, .h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 600;
}
@media (min-width: 600px) {
  h2, .h2 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}

h3, .h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}

h5, .h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 600;
}

h6, .h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  line-height: 1.8rem;
}

.hamburger {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 18px;
  width: 25px;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #212121;
  height: 2px;
  transition: all 0.4s ease;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 8px;
}
.hamburger__bar:nth-child(3) {
  top: 16px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle--open .hamburger > .hamburger__bar:nth-child(1), .dropdown__toggle--open .hamburger > .hamburger__bar:nth-child(3) {
  top: 8px;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(1), .dropdown__toggle--open .hamburger > .hamburger__bar:nth-child(1) {
  transform: rotate(45deg);
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(2), .dropdown__toggle--open .hamburger > .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
.hamburger[aria-expanded=true] > .hamburger__bar:nth-child(3), .dropdown__toggle--open .hamburger > .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

hr {
  border: 0;
  border-bottom: 1px solid #212121;
  height: 1px;
  margin: 23px 0 24px;
  margin: 2.3rem 0 2.4rem;
  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;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d8d5ca;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d8d5ca;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}
.site-header .loading {
  height: 20px;
  height: 2rem;
  width: 20px;
  width: 2rem;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d8d5ca;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  margin: 10px 40px 0 0;
  position: relative;
}

.no-entries {
  display: inline-block;
  padding: 10px;
  border: 1px dashed #c6538c;
  background-color: rgba(198, 83, 140, 0.15);
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 10px;
}

.orderasc:before {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-bottom: 5px solid #d8d5ca;
  border-top: 0;
  height: 0;
  width: 0;
}

.orderdesc:before {
  content: "";
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #d8d5ca;
  border-bottom: 0;
  height: 0;
  width: 0;
}

p {
  margin: 0;
}

.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
}

.small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

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

.tooltip {
  position: relative;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  padding: 6px 10px;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.35s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.35s;
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.25s;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-top: 4px 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: 4px solid transparent;
  border-top: 4px 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: 4px solid transparent;
  border-top: 4px 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: 4px solid transparent;
  border-bottom: 4px 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: 4px solid transparent;
  border-left: 4px 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: 4px solid transparent;
  border-right: 4px 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: 180px;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip {
  border-color: transparent;
}
.tooltip.tooltip--bottom:before {
  border-bottom-color: #d8d5ca;
}
.tooltip.tooltip--left:before {
  border-left-color: #d8d5ca;
}
.tooltip.tooltip--right:before {
  border-right-color: #d8d5ca;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #d8d5ca;
}
.tooltip:after {
  color: white;
  background-color: #d8d5ca;
}

.tooltip--error {
  border-color: transparent;
}
.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #e44b25;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #e44b25;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #e44b25;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #e44b25;
}
.tooltip--error:after {
  color: white;
  background-color: #e44b25;
}

.tooltip--warning {
  border-color: transparent;
}
.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #ebac00;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #ebac00;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #ebac00;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #ebac00;
}
.tooltip--warning:after {
  color: white;
  background-color: #ebac00;
}

.tooltip--success {
  border-color: transparent;
}
.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #6ea838;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #6ea838;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #6ea838;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #6ea838;
}
.tooltip--success:after {
  color: white;
  background-color: #6ea838;
}

.accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 20px 50px 20px 30px;
  padding: 2rem 5rem 2rem 3rem;
  margin: 0;
  color: #212121;
  background-color: #eceae4;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}
.accordion__toggle .icon {
  width: 24px;
  width: 2.4rem;
  height: 24px;
  height: 2.4rem;
  display: block;
  position: absolute;
  right: 20px;
  right: 2rem;
  top: 20px;
  top: 2rem;
  transition: transform 0.4s linear;
}
.accordion__toggle .icon--close {
  opacity: 0;
}
.accordion__toggle.accordion__toggle--open .icon--open {
  opacity: 0;
}
.accordion__toggle.accordion__toggle--open .icon--close {
  opacity: 1;
}
.csstransforms .accordion__toggle.accordion__toggle--open .icon--open {
  opacity: 1;
  transform: rotate(180deg);
}
.csstransforms .accordion__toggle.accordion__toggle--open .icon--close {
  opacity: 0;
}
.accordion__content {
  display: none;
  margin: 20px 0 0;
  margin: 2rem 0 0;
  padding: 0 50px 0 30px;
  padding: 0 5rem 0 3rem;
}
.accordion__content + .accordion__toggle {
  margin-top: 24px;
  margin-top: 2.4rem;
}

.add-to-cart {
  position: relative;
}
.add-to-cart:after {
  content: "";
  display: table;
  clear: both;
}

.add-to-cart__amount-input {
  text-align: center;
  width: 40px;
  width: 4rem;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.add-to-cart__amount-input:hover {
  z-index: 2;
}

.add-to-cart__amount {
  margin-right: 5px;
  margin-right: 0.5rem;
  float: left;
  white-space: nowrap;
  font-size: 0.1%;
  line-height: 0;
  word-spacing: -0.3em;
}

.add-to-cart__amount-input,
.btn.add-to-cart__amount-minus,
.add-to-cart__amount-minus.button,
.btn.add-to-cart__amount-plus,
.add-to-cart__amount-plus.button {
  display: inline-block;
  float: none;
  z-index: 1;
  margin-right: -1px;
}
.add-to-cart__amount-input:hover,
.btn.add-to-cart__amount-minus:hover,
.add-to-cart__amount-minus.button:hover,
.btn.add-to-cart__amount-plus:hover,
.add-to-cart__amount-plus.button:hover {
  z-index: 2;
}

.btn.add-to-cart__amount-minus, .add-to-cart__amount-minus.button {
  margin-right: 10px;
  margin-right: 1rem;
}

.btn.add-to-cart__amount-plus, .add-to-cart__amount-plus.button {
  margin-left: 10px;
  margin-left: 1rem;
}

.add-to-cart__button {
  float: left;
}

.alerts {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  min-width: 300px;
  padding: 0 10px;
  padding: 0 1rem;
  text-align: left;
  position: relative;
}
.alerts:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 340px) {
  .alerts {
    padding: 0 20px;
    padding: 0 2rem;
  }
}
.alerts .container, .alerts .site-search,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

.articles-entry--details.articles-entry {
  margin-bottom: 0;
}
.articles-entry--details .articles-entry__title-variation {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  color: #212121;
  display: block;
}
.articles-entry--details .articles-entry__top:after,
.articles-entry--details .articles-entry__bottom:after {
  content: "";
  display: table;
  clear: both;
}
.articles-entry--details .articles-entry__text,
.articles-entry--details .articles-entry__description {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.articles-entry--details .articles-entry__image {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
}
.articles-entry--details .articles-entry__image > img {
  display: block;
  margin: 0 auto;
}
.articles-entry--details .articles-entry__teaser,
.articles-entry--details .articles-entry__data,
.articles-entry--details .articles-entry__unit,
.articles-entry--details .articles-entry__prices,
.articles-entry--details .articles-entry__options,
.articles-entry--details .articles-entry__options-misc {
  margin-top: 12px;
  margin-top: 1.2rem;
}
.articles-entry--details .articles-entry__price {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.articles-entry--details .articles-entry__video {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

@media (min-width: 600px) {
  .articles-entry--details .articles-entry__image {
    width: 44.347826087%;
    float: left;
    margin-right: 4.347826087%;
  }
  .articles-entry--details .articles-entry__text {
    width: 51.3043478261%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 740px) {
  .articles-entry--details .articles-entry__image,
.articles-entry--details .articles-entry__description {
    width: 48.3870967742%;
    float: left;
    margin-right: 3.2258064516%;
  }
  .articles-entry--details .articles-entry__text,
.articles-entry--details .articles-entry__video {
    width: 48.3870967742%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .articles-entry--details .articles-entry__image,
.articles-entry--details .articles-entry__video {
    width: 36.170212766%;
    float: left;
    margin-right: 2.1276595745%;
    padding-right: 20px;
    padding-right: 2rem;
  }
  .articles-entry--details .articles-entry__text,
.articles-entry--details .articles-entry__description {
    width: 61.7021276596%;
    float: right;
    margin-right: 0;
  }
}

.articles-entry--livesearch {
  display: flex;
  padding: 6px 10px;
  padding: 0.6rem 1rem;
}
.articles-entry--livesearch .articles-entry__image {
  width: 60px;
  flex-shrink: 0;
}
.articles-entry--livesearch:hover {
  background-color: #eceae4;
}
.articles-entry--livesearch .articles-entry__text {
  flex: 1;
  margin-left: 10px !important;
}
.articles-entry--livesearch .articles-entry__link {
  padding: 10px 15px 10px 0 !important;
}

.articles-entries--overview {
  margin-top: 24px;
  margin-top: 2.4rem;
}
.articles-entries--overview:after {
  content: "";
  display: table;
  clear: both;
}

.articles-entry--overview .articles-entry__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
}
@media (max-width: 339px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 150px;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 340px) and (max-width: 599px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 150px;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 600px) and (max-width: 739px) {
  .articles-entry--overview .articles-entry__image {
    float: left;
    width: 150px;
    width: 15rem;
  }
  .articles-entry--overview .articles-entry__text {
    margin-left: 170px;
    margin-left: 17rem;
  }
}
@media (min-width: 740px) and (max-width: 979px) {
  .articles-entry--overview {
    width: 31.4285714286%;
    float: left;
  }
  .articles-entry--overview .articles-entry__text {
    margin-top: 12px;
    margin-top: 1.2rem;
  }
  .articles-entry--overview:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .articles-entry--overview:nth-child(3n+2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .articles-entry--overview:nth-child(3n+3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 980px) {
  .articles-entry--overview {
    width: 48.3870967742%;
    float: left;
  }
  .articles-entry--overview .articles-entry__image {
    float: left;
    width: 180px;
    width: 18rem;
  }
  .articles-entry--overview .articles-entry__text {
    margin-left: 200px;
    margin-left: 20rem;
  }
  .articles-entry--overview:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .articles-entry--overview:nth-child(2n+2) {
    margin-left: 51.6129032258%;
    margin-right: -100%;
    clear: none;
  }
}

.articles-entries:after {
  content: "";
  display: table;
  clear: both;
}

.articles-entry {
  margin-bottom: 48px;
  margin-bottom: 4.8rem;
  position: relative;
}
.articles-entry:after {
  content: "";
  display: table;
  clear: both;
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry__image {
  position: relative;
}
.articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: white;
}
.articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry__title {
  font-style: normal;
  font-weight: 700;
}
.articles-entry__title a {
  text-decoration: none;
}
.articles-entry__teaser {
  margin-top: 12px;
  margin-top: 1.2rem;
}
.articles-entry .price {
  display: block;
  margin-top: 12px;
  margin-top: 1.2rem;
}
.articles-entry .price__current {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}

.articles-entry__title {
  color: #212121;
}

.articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.price__current {
  font-weight: 700;
}

.price__old {
  color: #737373;
}

.price__strike {
  text-decoration: line-through;
}

.price__current--discounted {
  color: #e44b25;
}

.articles-entry__basic-rate {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #737373;
  margin-top: 0;
}

.articles-entry__amount {
  width: 70px;
}

.articles-entry__reserve {
  display: inline-block;
  vertical-align: middle;
}

.big-ticks {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.big-ticks > li {
  padding: 0;
  margin: 0;
}
.big-ticks .big-ticks__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 10px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.big-ticks .big-ticks__item:before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #bfbfbf;
  background-color: white;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 1.7rem;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #d8d5ca;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:hover {
  border-color: #d8d5ca;
  z-index: 2;
}
.big-ticks .big-ticks__item:hover:before {
  border-color: #d8d5ca;
}
.big-ticks .big-ticks__panel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.big-ticks .big-ticks__image {
  float: right;
  max-width: 30%;
  padding-left: 1rem;
}
.big-ticks .big-ticks__image img {
  max-height: 8rem;
  width: auto;
}
.big-ticks .big-ticks__radio {
  outline: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #d8d5ca;
  background-color: #f2f2f2;
  box-shadow: 0 0 1px 1px rgba(216, 213, 202, 0.5);
  z-index: 3;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__subform,
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__helptext {
  display: block;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:before {
  border-color: #d8d5ca;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:after {
  display: block;
}
.big-ticks .big-ticks__heading {
  margin: 0 0 0 3.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.big-ticks .big-ticks__description {
  margin: 0.75em 0 0 3rem;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding: 0.75em 0 0 3rem;
  max-width: 30rem;
}
@media (min-width: 980px) {
  .big-ticks {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 -1rem;
  }
  .big-ticks > li {
    flex: 0 1 32rem;
    display: flex;
    align-items: stretch;
    padding: 0 1rem;
    margin-bottom: 1.25rem;
  }
  .big-ticks .big-ticks__item {
    flex: 0 0 100%;
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__panel {
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__image {
    float: none;
    max-width: none;
    padding-left: 0;
    order: 2;
    height: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .big-ticks .big-ticks__image img {
    max-height: 6rem;
    max-width: 70%;
    width: auto;
  }
  .big-ticks .big-ticks__heading {
    margin: 0 1.25rem;
    order: 1;
    text-align: center;
  }
  .big-ticks .big-ticks__description {
    order: 3;
    margin: 0;
    text-align: center;
  }
  .big-ticks .big-ticks__subform {
    padding-left: 0;
    order: 4;
  }
}
.big-ticks .big-ticks__helptext {
  display: none;
  padding-top: 0.75em;
  text-align: center;
  color: #737373;
  order: 4;
}

.site-content > .breadcrumb {
  top: -20px;
  top: -2rem;
}

.breadcrumb {
  position: relative;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 20px;
  padding-right: 2rem;
  display: block;
  float: left;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb li:first-child {
  position: relative;
  padding-left: 20px;
  padding-left: 2rem;
}
.breadcrumb li:first-child a {
  font-weight: 600;
}
.breadcrumb li:first-child .icon {
  left: 4px;
  left: 0.4rem;
  color: #7b7b6b;
}
.breadcrumb li:first-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 9px;
  border: 1px solid #d8d5ca;
}
.breadcrumb a {
  text-decoration: none;
  color: #737373;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #7b7b6b;
}
.breadcrumb li:last-child a {
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 6px;
  top: 0.6rem;
  right: 4px;
  right: 0.4rem;
  width: 12px;
  width: 1.2rem;
  height: 12px;
  height: 1.2rem;
  color: #7b7b6b;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.carousel {
  position: relative;
}
.carousel .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.carousel .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.carousel ul,
.carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .carousel__item {
  position: relative;
}
.carousel .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.carousel img {
  max-width: none;
  transition: opacity 0.5s;
}
.carousel .carousel__caption {
  display: none;
}
@media (min-width: 600px) {
  .carousel .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #212121;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
  }
}
.carousel .carousel__caption h1, .carousel .carousel__caption h2, .carousel .carousel__caption h3, .carousel .carousel__caption h4,
.carousel .carousel__caption .h1, .carousel .carousel__caption .h2, .carousel .carousel__caption .h3, .carousel .carousel__caption .h4,
.carousel .carousel__caption p, .carousel .carousel__caption ul, .carousel .carousel__caption ol {
  margin: 0;
}
.carousel .slick-list {
  z-index: 1;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 30px;
}
.carousel .slick-prev {
  left: 20px;
}
.carousel .slick-next {
  right: 20px;
}

.checkout-progress {
  padding: 24px 0 0;
  padding: 2.4rem 0 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.checkout-progress .container-inner {
  border-bottom: 1px solid #d8d5ca;
}
.checkout-progress .container-inner:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-progress ul {
  border-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  max-height: 40px;
  display: flex;
  justify-content: space-between;
  float: right;
}
.checkout-progress ul,
.checkout-progress ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.checkout-progress ul li {
  display: inline;
}
.checkout-progress ul > li {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 40px;
  line-height: 38px;
  padding: 0 20px 0 30px;
  position: relative;
  color: #737373;
  background-color: #d8d5ca;
  display: block;
  flex-grow: 1;
  text-transform: uppercase;
}
.checkout-progress ul > li, .checkout-progress ul > li:before, .checkout-progress ul > li:after {
  transition: all 0.1s ease-out;
}
.checkout-progress ul > li:before, .checkout-progress ul > li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 10px solid transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.checkout-progress ul > li:before {
  margin-left: 1px;
  z-index: 1;
  border-left-color: white;
}
.checkout-progress ul > li:after {
  border-left-color: #d8d5ca;
}
.checkout-progress ul > li.running {
  color: #212121;
  background: #c9dfab;
  font-weight: bold;
}
.checkout-progress ul > li.running:after {
  border-left-color: #c9dfab;
}
.checkout-progress ul > li.running:before {
  margin-left: 1px;
  z-index: 1;
  border-left-color: white;
}
.checkout-progress ul > li.done {
  color: #212121;
  background: #b3ab98;
}
.checkout-progress ul > li.done:after {
  border-left-color: #b3ab98;
}
.checkout-progress ul > li.done:before {
  margin-left: 1px;
  z-index: 1;
  border-left-color: white;
}
.checkout-progress ul > li:first-child {
  padding-left: 20px;
}
.checkout-progress ul > li:last-child {
  padding-right: 20px;
}
.checkout-progress ul > li:last-child:before, .checkout-progress ul > li:last-child:after {
  border: 0;
}
@media (max-width: 739px) {
  .checkout-progress ul > li {
    padding: 0 5px 0 20px;
    font-size: 11px;
    text-transform: uppercase;
  }
  .checkout-progress ul > li span {
    display: none;
  }
  .checkout-progress ul > li:first-child {
    padding-left: 10px;
  }
  .checkout-progress ul > li:last-child {
    padding-right: 10px;
  }
}
@media (min-width: 340px) {
  .checkout-progress ul > li {
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .checkout-progress ul > li {
    font-size: 14px;
  }
  .checkout-progress ul > li span {
    display: inline;
  }
}
@media (min-width: 740px) {
  .checkout-progress ul > li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}

.downloads {
  list-style: none;
  padding: 0;
}
.downloads li {
  padding-left: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 160px;
  margin: 0;
  padding: 15px;
  z-index: 50;
  background-color: white;
  border: 1px solid #bfbfbf;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 8px 15px;
  clear: both;
  color: #212121;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: #212121;
  background-color: #f2f2f2;
}
.dropdown > ul li.is-active a,
.dropdown .dropdown__sublist > ul li.is-active a {
  color: #d8d5ca;
  background-color: #e6e6e6;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #bfbfbf;
}
.dropdown .dropdown__caret,
.dropdown .dropdown__sublist .dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  border: 5px solid transparent;
  border-top: 5px solid #212121;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 12px;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid transparent;
  border-bottom: 12px solid #bfbfbf;
  border-top: 0;
  height: 0;
  width: 0;
  top: -12px;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 11px solid transparent;
  border-bottom: 11px solid white;
  border-top: 0;
  height: 0;
  width: 0;
  top: -11px;
}
.dropdown.dropdown--left ul:before,
.dropdown.dropdown--left .dropdown__content:before {
  left: 9px;
}
.dropdown.dropdown--left ul:after,
.dropdown.dropdown--left .dropdown__content:after {
  left: 10px;
}
.dropdown.dropdown--right ul,
.dropdown.dropdown--right .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right ul:before,
.dropdown.dropdown--right .dropdown__content:before {
  right: 9px;
}
.dropdown.dropdown--right ul:after,
.dropdown.dropdown--right .dropdown__content:after {
  right: 10px;
}
.dropdown.dropdown--center ul,
.dropdown.dropdown--center .dropdown__content {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center ul:before,
.dropdown.dropdown--center .dropdown__content:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center ul:after,
.dropdown.dropdown--center .dropdown__content:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist > a:after {
  content: "";
  content: "";
  display: block;
  position: absolute;
  border: 5px solid transparent;
  border-left: 5px solid #212121;
  border-right: 0;
  height: 0;
  width: 0;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards .dropdown__caret {
  border: 5px solid transparent;
  border-bottom: 5px solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left ul,
.dropdown.dropdown--upwards.dropdown--left .dropdown__content, .dropdown.dropdown--upwards.dropdown--right ul,
.dropdown.dropdown--upwards.dropdown--right .dropdown__content, .dropdown.dropdown--upwards.dropdown--center ul,
.dropdown.dropdown--upwards.dropdown--center .dropdown__content {
  margin-top: 0;
  margin-bottom: 12px;
}
.dropdown.dropdown--upwards.dropdown--left ul:before,
.dropdown.dropdown--upwards.dropdown--left .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right ul:before,
.dropdown.dropdown--upwards.dropdown--right .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center ul:before,
.dropdown.dropdown--upwards.dropdown--center .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid transparent;
  border-top: 12px solid #bfbfbf;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -12px;
}
.dropdown.dropdown--upwards.dropdown--left ul:after,
.dropdown.dropdown--upwards.dropdown--left .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right ul:after,
.dropdown.dropdown--upwards.dropdown--right .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center ul:after,
.dropdown.dropdown--upwards.dropdown--center .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 11px solid transparent;
  border-top: 11px solid white;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -11px;
}

.exhibitors__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
@media (min-width: 740px) {
  .exhibitors__grid {
    gap: 4rem;
  }
}
.exhibitors__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 740px) {
  .exhibitors__card {
    flex-direction: row;
    gap: 2.4rem;
    max-width: 84rem;
  }
}
@media (min-width: 740px) {
  .exhibitors__image {
    flex-shrink: 0;
  }
}
.exhibitors__content {
  margin-top: 1.6rem;
  text-wrap: pretty;
}
@media (min-width: 740px) {
  .exhibitors__content {
    margin-top: 0;
  }
}
.exhibitors__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}
.exhibitors__text {
  margin-top: 0.8rem;
}
.exhibitors__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

fieldset {
  margin: 0;
  border: 0px solid #e6e6e6;
  padding: 15px 20px;
  background-color: white;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}
.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: 8px 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #212121;
  text-align: center;
  background-color: #f2f2f2;
  border: 1px solid #b3ab98;
  border-radius: 3px;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn, .formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active,
.formgroup__btn:not(:first-child) > .btn-group:hover,
.formgroup__btn:not(:first-child) > .btn-group:focus,
.formgroup__btn:not(:first-child) > .btn-group:active {
  z-index: 3;
}

.formitem {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 17px;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem > .label {
  float: none;
  display: block;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #e44b25;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 10px;
}

.password-helper {
  padding: 0;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  position: relative;
}
.password-helper input[type=password],
.password-helper input[type=text] {
  margin: 0;
  padding-right: 50px;
  width: 100%;
  overflow: hidden;
}
.password-helper .password-helper__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
  width: 40px;
  font-size: 24px;
  border: 1px solid #b3ab98;
  background-color: #fff;
  color: #737373;
  text-align: center;
  line-height: 38px;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.password-helper .password-helper__toggle-button:hover {
  color: #d8d5ca;
}
.password-helper .password-helper__toggle-button.is-readable .icon--readable {
  display: none;
}
.password-helper .password-helper__toggle-button.is-unreadable .icon--unreadable {
  display: none;
}

.formrow {
  font-size: 0.1%;
  line-height: 0;
  word-spacing: -0.3em;
}
.formrow .label {
  font-size: 15px;
  line-height: 22px;
  color: #7b7b6b;
  word-spacing: normal;
}
.formrow .label.req:after, .formrow .label.required:after {
  content: "*";
  color: #7b7b6b;
  font-weight: bold;
  font-size: 1.2em;
}
.formrow > .label {
  display: none;
}

.formrow .btn, .formrow .button {
  margin-right: 10px;
}

.formrow .formgroup .btn, .formrow .formgroup .button {
  margin-right: 0;
}

.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: 2px;
  right: auto;
  left: -20px;
  width: 18px;
  height: 18px;
  line-height: 16px;
  color: #542749;
  background-color: white;
  transition: all 0.1s linear;
  text-align: center;
}
.custom-ticks input[type=radio] + span:before {
  box-shadow: inset 0 0 0 1px #b3ab98;
  border-radius: 10px;
}
.custom-ticks label:hover input[type=radio] span:before {
  box-shadow: inset 0 0 0 1px #b3ab98;
}
.custom-ticks label input[type=radio]:checked + span:before {
  background-color: white;
  border-color: transparent;
  box-shadow: inset 0 0 0 6px #b3ab98;
}
.custom-ticks input[type=checkbox] + span:before {
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #b3ab98;
}
.custom-ticks label:hover input[type=checkbox] span:before {
  border-color: #b3ab98;
}
.custom-ticks label input[type=checkbox]:checked + span:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "";
  color: #b3ab98;
  border-color: #b3ab98;
  background-color: #b3ab98;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23fff%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-ticks input[type=radio]:focus ~ span::before,
.custom-ticks input[type=checkbox]:focus ~ span::before {
  outline: 3px solid #0e80aa !important;
  /* for non-webkit browsers */
  outline: 3px auto -webkit-focus-ring-color !important;
}
.custom-ticks label input[type=checkbox]:not(:checked).checked-children + span:before {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  content: "";
  color: #b3ab98;
  border-color: #b3ab98;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23006631%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
}

.ticks {
  padding: 5px 0 0;
  width: 100%;
}
.ticks label {
  transition: all 0.2s;
  display: block;
  color: #212121;
}
.ticks label:hover {
  color: #7b7b6b;
}
.ticks label input.checked ~ span {
  color: #212121;
}
.ticks label input:checked ~ span {
  color: #212121;
}
.ticks label > span {
  display: block;
  margin: 0 15px 5px 20px;
  cursor: default;
}
.ticks label input[type=checkbox],
.ticks label input[type=radio] {
  float: left;
  margin: 4px -9px 0 0;
}
.ticks label input[type=checkbox].error ~ span,
.ticks label input[type=radio].error ~ span {
  color: #e44b25;
}

.infinite-more-link {
  position: absolute;
  bottom: 0;
}
@media (max-width: 979px) {
  .infinite-more-link {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 980px) {
  .infinite-more-link {
    right: 0;
    margin-right: 10px;
    margin-right: 1rem;
  }
}
.infinite-more-link .btn__content {
  display: block;
}
.infinite-more-link span {
  display: inline-block;
  vertical-align: middle;
}
.infinite-loading + .infinite-more-link {
  display: none;
}

.infinite-container {
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 4.5rem;
}
.infinite-container.infinite-loading {
  padding-bottom: 93px;
}
.infinite-container.infinite-loading:after {
  content: "";
  display: table;
  clear: both;
}
.infinite-container.infinite-loading:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, -50%);
  height: 40px;
  height: 4rem;
  width: 40px;
  width: 4rem;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #d8d5ca;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.lexicon--hide {
  display: none;
}
.lexicon__category-title {
  margin-top: 60px;
  margin-top: 6rem;
}
.lexicon__entries {
  margin-top: 40px;
  margin-top: 4rem;
}
.lexicon__entry {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.lexicon__letter {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 700;
  border-bottom: 2px solid #b3ab98;
  color: #7b7b6b;
}
.lexicon__link {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 300;
  color: #1f1f1f;
}
.lexicon__link:hover {
  color: #787878;
  text-decoration: underline;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

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

.mfp-ajax-holder .mfp-content {
  background-color: white;
}

.mfp-figure:after {
  background-color: white;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 12px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

.site-login {
  position: absolute;
  top: 0;
  right: 100px;
}
@media (min-width: 980px) {
  .site-login {
    right: 50px;
  }
}
.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  transform: translate(-50%, 0);
  color: #212121;
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 24px 0 0;
  margin: 2.4rem 0 0;
  min-height: 300px;
}
.map .marker p {
  margin-top: 0;
}

.pageselector * {
  display: inline-block;
  vertical-align: middle;
}
.pageselector .pageselector__limit-post {
  margin-right: 20px;
}
.pageselector .pageselector__prev,
.pageselector .pageselector__next {
  padding: 5px 10px;
}

.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(242, 242, 242, 0.95);
}

.gebaeck-notice__container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  min-width: 300px;
}

.gebaeck-notice__content {
  margin: 0 auto;
  max-width: 980px;
  text-align: left;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
.gebaeck-notice--simple .gebaeck-notice__content {
  display: flex;
  align-items: flex-end;
  padding: 2rem;
}
.gebaeck-notice--simple .gebaeck-notice__content .btn, .gebaeck-notice--simple .gebaeck-notice__content .button {
  margin-left: 1rem;
}

.gebaeck-notice--advanced {
  animation: none;
  top: 0;
  background-color: rgba(0, 0, 0, 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: white;
}
.gebaeck-notice--advanced .gebaeck-notice__buttons {
  margin-top: 12px;
  margin-left: -0.5rem;
  margin-left: -0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gebaeck-notice--advanced .gebaeck-notice__buttons .btn, .gebaeck-notice--advanced .gebaeck-notice__buttons .button {
  flex-grow: 1;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.gebaeck-notice-popup {
  display: none;
  background-color: white;
  max-width: 45rem;
  padding: 3rem;
}
.mfp-content .gebaeck-notice-popup {
  display: block;
}
.gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  border-bottom: 1px solid #212121;
}

.gebaeck-notice-popup__form {
  margin-top: 2rem;
}
.gebaeck-notice-popup__form .ticks label {
  display: inline-block;
}
.gebaeck-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
.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 .icon {
  width: 1.6rem;
  height: 1.8rem;
  position: relative;
  top: 0;
  left: 0;
}
.csstransforms .gebaeck-notice-popup__form .accordion__toggle .icon--close {
  display: none;
}
.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 input[type=checkbox] + span:before {
  border-color: #212121;
}

.share ul {
  list-style: none;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.share ul > .shariff-button {
  position: relative;
  float: left;
}
.share ul > .shariff-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.share ul > .shariff-button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.share ul > .shariff-button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.share ul .shariff-button + .shariff-button,
.share ul .shariff-button + .btn-group,
.share ul .btn-group + .shariff-button,
.share ul .btn-group + .btn-group {
  margin-left: -1px;
}
.share ul > .shariff-button:hover,
.share ul > .shariff-button:active,
.share ul > .shariff-button.is-active,
.share ul > .shariff-button.open {
  z-index: 2;
}
.share .shariff-button {
  position: relative;
  display: block;
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 20px;
  font-weight: 600;
  line-height: normal;
  border: 0px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: auto;
  height: 40px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 40px;
  width: 4rem;
  display: block;
  float: left;
}
.share .shariff-button:hover, .share .shariff-button:focus {
  text-decoration: none;
}
.share .shariff-button:active, .share .shariff-button.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.share .shariff-button.btn--next {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.share .shariff-button.btn--prev {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.share .shariff-button.btn--round {
  border-radius: 23px;
}
.share .shariff-button.disabled, .share .shariff-button[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.share .shariff-button, .share .shariff-button:visited, .share .shariff-button.disabled, .share .shariff-button.disabled:hover, .share .shariff-button.disabled:focus, .share .shariff-button.disabled:active, .share .shariff-button.disabled.open, .share .shariff-button[disabled], .share .shariff-button[disabled]:hover, .share .shariff-button[disabled]:focus, .share .shariff-button[disabled]:active, .share .shariff-button[disabled].open {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.share .shariff-button:hover, .share .shariff-button:focus {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.share .shariff-button:active, .share .shariff-button.open {
  color: #212121;
  background-color: none;
  border-color: rgba(0, 0, 0, 0.3);
}
.share .shariff-button a {
  position: relative;
  border-color: transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px;
}
.share .shariff-button a:before, .share .shariff-button a:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.share .shariff-button a:before {
  content: "" !important;
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0s;
  width: 0;
  z-index: 110000;
}
.share .shariff-button a:after {
  content: attr(title);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 3px;
  text-align: center;
  white-space: nowrap;
  max-width: 240px;
  overflow: hidden;
  padding: 6px 10px;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1), transform 0.3s cubic-bezier(0.73, 0.01, 0, 1);
  z-index: 100000;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):before {
  transition: opacity 0.1s cubic-bezier(0.73, 0.01, 0, 1) 0.3s, transform 0.6s cubic-bezier(0.73, 0.01, 0, 1) 0.3s;
  opacity: 1;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s, transform 0.3s cubic-bezier(0.73, 0.01, 0, 1) 0.2s;
}
.share .shariff-button a:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-top: 4px solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.share .shariff-button a:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.share .shariff-button a:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.share .shariff-button a:hover:after {
  transform: translate(-50%, -8px);
}
.share .shariff-button a.tooltip--bottom:before {
  border-bottom-color: #d8d5ca;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #d8d5ca;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #d8d5ca;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #d8d5ca;
}
.share .shariff-button a:after {
  color: white;
  background-color: #d8d5ca;
}
.share .fa,
.share .icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.share .share_text {
  display: none;
}
.share .facebook .icon {
  color: #3b5998;
}
.share .twitter .icon {
  color: #1da1f2;
}
.share .googleplus .icon {
  color: #dd4b39;
}
.share .whatsapp .icon {
  color: #25d366;
}
.share .mail .icon {
  color: #999;
}
.share .xing .icon {
  color: #026466;
}
.share .linkedin .icon {
  color: #0077b5;
}
.share .pinterest .icon {
  color: #bd081c;
}
.share .reddit .icon {
  color: #ff4500;
}

.speaker-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
}
@media (min-width: 740px) {
  .speaker-card {
    flex-wrap: nowrap;
  }
}
.speaker-card__image {
  flex-shrink: 0;
}
.speaker-card__image img {
  border-radius: 100%;
}

.speaker__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3.6rem;
}
@media (min-width: 740px) {
  .speaker__wrapper {
    flex-wrap: nowrap;
  }
}
.speaker__image {
  flex-shrink: 0;
}
.speaker__image img {
  border-radius: 100%;
}

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: 10px;
  vertical-align: top;
  border: 1px solid #bfbfbf;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  font-weight: 400;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-weight: 700;
}
.table > thead > tr .cright,
.table > tbody > tr .cright,
.table > tfoot > tr .cright {
  text-align: right;
}
.table > thead > tr > td.is-active > td, .table > thead > tr > td.is-active > th, .table > thead tr > th.is-active > td, .table > thead tr > th.is-active > th,
.table > thead > tr.is-active > td,
.table > thead > tr.is-active > th,
.table > tbody > tr > td.is-active > td,
.table > tbody > tr > td.is-active > th,
.table > tbody tr > th.is-active > td,
.table > tbody tr > th.is-active > th,
.table > tbody > tr.is-active > td,
.table > tbody > tr.is-active > th,
.table > tfoot > tr > td.is-active > td,
.table > tfoot > tr > td.is-active > th,
.table > tfoot tr > th.is-active > td,
.table > tfoot tr > th.is-active > th,
.table > tfoot > tr.is-active > td,
.table > tfoot > tr.is-active > th {
  background-color: rgba(84, 39, 73, 0.2);
}
.table > thead > tr > td.info > td, .table > thead > tr > td.info > th, .table > thead tr > th.info > td, .table > thead tr > th.info > th,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info > td,
.table > tbody > tr > td.info > th,
.table > tbody tr > th.info > td,
.table > tbody tr > th.info > th,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info > td,
.table > tfoot > tr > td.info > th,
.table > tfoot tr > th.info > td,
.table > tfoot tr > th.info > th,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: rgba(14, 128, 170, 0.1);
}
.table > thead > tr > td.success > td, .table > thead > tr > td.success > th, .table > thead tr > th.success > td, .table > thead tr > th.success > th,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success > td,
.table > tbody > tr > td.success > th,
.table > tbody tr > th.success > td,
.table > tbody tr > th.success > th,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success > td,
.table > tfoot > tr > td.success > th,
.table > tfoot tr > th.success > td,
.table > tfoot tr > th.success > th,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: rgba(110, 168, 56, 0.1);
}
.table > thead > tr > td.warning > td, .table > thead > tr > td.warning > th, .table > thead tr > th.warning > td, .table > thead tr > th.warning > th,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning > td,
.table > tbody > tr > td.warning > th,
.table > tbody tr > th.warning > td,
.table > tbody tr > th.warning > th,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning > td,
.table > tfoot > tr > td.warning > th,
.table > tfoot tr > th.warning > td,
.table > tfoot tr > th.warning > th,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: rgba(235, 172, 0, 0.1);
}
.table > thead > tr > td.error > td, .table > thead > tr > td.error > th, .table > thead tr > th.error > td, .table > thead tr > th.error > th,
.table > thead > tr.error > td,
.table > thead > tr.error > th,
.table > tbody > tr > td.error > td,
.table > tbody > tr > td.error > th,
.table > tbody tr > th.error > td,
.table > tbody tr > th.error > th,
.table > tbody > tr.error > td,
.table > tbody > tr.error > th,
.table > tfoot > tr > td.error > td,
.table > tfoot > tr > td.error > th,
.table > tfoot tr > th.error > td,
.table > tfoot tr > th.error > th,
.table > tfoot > tr.error > td,
.table > tfoot > tr.error > th {
  background-color: rgba(228, 75, 37, 0.1);
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.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 #bfbfbf;
}
.table .table {
  background-color: white;
}

.table--bordered {
  border: 1px solid #bfbfbf;
}
.table--bordered > thead > tr > th,
.table--bordered > thead > tr > td,
.table--bordered > tbody > tr > th,
.table--bordered > tbody > tr > td,
.table--bordered > tfoot > tr > th,
.table--bordered > tfoot > tr > td {
  border: 1px solid #bfbfbf;
}
.table--bordered > thead > tr > th,
.table--bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table--striped > tbody > tr:nth-child(odd) > td,
.table--striped > tbody > tr:nth-child(odd) > th {
  background-color: white;
}

.table--hover > tbody > tr:hover > td,
.table--hover > tbody > tr:hover > th {
  background-color: rgba(84, 39, 73, 0.2);
}

@media (max-width: 599px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 24px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #bfbfbf;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table > thead > tr > th,
.table--responsive-scroll > .table > thead > tr > td,
.table--responsive-scroll > .table > tbody > tr > th,
.table--responsive-scroll > .table > tbody > tr > td,
.table--responsive-scroll > .table > tfoot > tr > th,
.table--responsive-scroll > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered > thead > tr > th:first-child,
.table--responsive-scroll > .table--bordered > thead > tr > td:first-child,
.table--responsive-scroll > .table--bordered > tbody > tr > th:first-child,
.table--responsive-scroll > .table--bordered > tbody > tr > td:first-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > th:first-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered > thead > tr > th:last-child,
.table--responsive-scroll > .table--bordered > thead > tr > td:last-child,
.table--responsive-scroll > .table--bordered > tbody > tr > th:last-child,
.table--responsive-scroll > .table--bordered > tbody > tr > td:last-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > th:last-child,
.table--responsive-scroll > .table--bordered > tfoot > tr > 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 #bfbfbf;
    border-top: 0;
    margin-bottom: 10px;
  }
  .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;
  }
  .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;
  }
}

.tabs .tabs__list {
  display: block;
  border-bottom: 1px solid #bfbfbf;
  /*
      li:first-child a {
          border-radius: $tab-border-radius 0 0 0;
      }

      li:last-child a {
          border-radius: 0 $tab-border-radius 0 0;
      }

      li:first-child:last-child a {
          border-radius: $tab-border-radius $tab-border-radius 0 0;
      }
  */
}
.tabs .tabs__list,
.tabs .tabs__list li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs__list li {
  display: inline;
}
.tabs .tabs__list:after {
  content: "";
  display: table;
  clear: both;
}
.tabs .tabs__list > li {
  display: inline;
}
.tabs .tabs__list > li > a {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  padding: 10px 20px;
  margin-bottom: -1px;
  margin-right: 2px;
  cursor: pointer;
  text-decoration: none;
  color: #7b7b6b;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #bfbfbf;
  transition: all 0.2s ease-out;
  border-radius: 0 0 0 0;
}
.tabs .tabs__list > li > a:hover,
.tabs .tabs__list > li > a:focus,
.tabs .tabs__list > li > a:active {
  z-index: 20;
  color: black;
  background-color: #eceae4;
  border-color: #eceae4;
  border-bottom: 1px solid #bfbfbf;
}
.tabs .tabs__list > li.is-active > a {
  z-index: 30;
  color: #212121;
  background-color: white;
  border-color: #bfbfbf;
  border-bottom: 1px solid white;
}
.tabs .tabs__content {
  margin-top: 24px;
}

.tags ul,
.tags ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tags ul li {
  display: inline;
}
.tags ul li {
  margin: 0 10px 10px 0;
  margin: 0 1rem 1rem 0;
}
.tags ul li:last-child {
  margin-right: 0;
  margin-right: 0;
}
.tags ul li a {
  display: inline-block;
  padding: 3px 10px;
  padding: 0.3rem 1rem;
  color: #212121;
  background-color: #d8d5ca;
  transition: all 0.2s ease-out;
}
.tags ul li a:visited {
  color: #212121;
}
.tags ul li a:hover {
  color: #212121;
}
.tags ul li a:active {
  color: #212121;
}
.tags ul li a:hover, .tags ul li a:focus {
  background-color: #b3ab98;
}
.tags ul li a:active {
  background-color: #7b7b6b;
  color: white;
}

.teaser {
  padding: 0 12px;
  padding: 0 1.2rem;
  transition: all 0.3s ease-out;
}

.workshop-form-item {
  margin-top: 1.6rem;
}
.workshop-form-item:hover {
  color: black !important;
}
.workshop-form-item:hover > span {
  cursor: pointer;
}
.workshop-form-item__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.workshop-form-item p + *,
.workshop-form-item * + p {
  margin-top: 1rem;
}
.workshop-form-item__speaker {
  font-style: italic;
}

.c-rte-grid {
  width: 100%;
  display: grid;
  gap: 2rem;
}
.c-rte-grid--2col {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.c-rte-box {
  padding: 2rem;
  background: #d8d5ca;
}
.c-rte-box__intro {
  margin-bottom: 2rem;
}
.c-rte-box__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.cart-preview {
  position: absolute;
  top: 0;
  right: 50px;
}
@media (min-width: 980px) {
  .cart-preview {
    right: 0;
  }
}
.cart-preview .cart-preview__toggle {
  z-index: 1;
}
.cart-preview .cart-preview__toggle span {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: 700;
  text-shadow: 0 0 6px #6ea838;
}
.cart-preview.cart-preview--filled .cart-preview__toggle {
  color: #6ea838;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:visited {
  color: #6ea838;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:hover {
  color: #d8d5ca;
}
.cart-preview.cart-preview--filled .cart-preview__toggle:active {
  color: #d8d5ca;
}
.cart-preview .cart-preview__content {
  left: auto;
  right: 0;
  color: #212121;
  min-width: 240px;
}
.cart-preview .cart-preview__list {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.cart-preview .cart-preview__list td {
  vertical-align: top;
  padding: 0 0 5px;
}
.cart-preview .cart-preview__list .cart-preview__quantity {
  text-align: right;
  white-space: nowrap;
  padding-right: 5px;
  width: 20px;
}
.cart-preview .cart-preview__sum {
  width: 100%;
}
.cart-preview .cart-preview__sum td {
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
  padding: 3px 0;
  font-weight: 600;
}
.cart-preview .cart-preview__sum-value {
  text-align: right;
  white-space: nowrap;
}
.cart-preview .cart-preview__vat {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-top: 12px;
  margin-top: 1.2rem;
}

.cart {
  width: 100%;
  background-color: transparent;
}
.cart > thead > tr > th,
.cart > thead > tr > td,
.cart > tbody > tr > th,
.cart > tbody > tr > td,
.cart > tfoot > tr > th,
.cart > tfoot > tr > td {
  padding: 10px;
  line-height: 24px;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.cart > thead > tr > td,
.cart > tbody > tr > td,
.cart > tfoot > tr > td {
  font-weight: 400;
}
.cart > thead > tr > th,
.cart > tbody > tr > th,
.cart > tfoot > tr > th {
  font-weight: 700;
}
.cart > thead > tr .cright,
.cart > tbody > tr .cright,
.cart > tfoot > tr .cright {
  text-align: right;
}
.cart > thead > tr > td.is-active > td, .cart > thead > tr > td.is-active > th, .cart > thead tr > th.is-active > td, .cart > thead tr > th.is-active > th,
.cart > thead > tr.is-active > td,
.cart > thead > tr.is-active > th,
.cart > tbody > tr > td.is-active > td,
.cart > tbody > tr > td.is-active > th,
.cart > tbody tr > th.is-active > td,
.cart > tbody tr > th.is-active > th,
.cart > tbody > tr.is-active > td,
.cart > tbody > tr.is-active > th,
.cart > tfoot > tr > td.is-active > td,
.cart > tfoot > tr > td.is-active > th,
.cart > tfoot tr > th.is-active > td,
.cart > tfoot tr > th.is-active > th,
.cart > tfoot > tr.is-active > td,
.cart > tfoot > tr.is-active > th {
  background-color: rgba(84, 39, 73, 0.2);
}
.cart > thead > tr > td.info > td, .cart > thead > tr > td.info > th, .cart > thead tr > th.info > td, .cart > thead tr > th.info > th,
.cart > thead > tr.info > td,
.cart > thead > tr.info > th,
.cart > tbody > tr > td.info > td,
.cart > tbody > tr > td.info > th,
.cart > tbody tr > th.info > td,
.cart > tbody tr > th.info > th,
.cart > tbody > tr.info > td,
.cart > tbody > tr.info > th,
.cart > tfoot > tr > td.info > td,
.cart > tfoot > tr > td.info > th,
.cart > tfoot tr > th.info > td,
.cart > tfoot tr > th.info > th,
.cart > tfoot > tr.info > td,
.cart > tfoot > tr.info > th {
  background-color: rgba(14, 128, 170, 0.1);
}
.cart > thead > tr > td.success > td, .cart > thead > tr > td.success > th, .cart > thead tr > th.success > td, .cart > thead tr > th.success > th,
.cart > thead > tr.success > td,
.cart > thead > tr.success > th,
.cart > tbody > tr > td.success > td,
.cart > tbody > tr > td.success > th,
.cart > tbody tr > th.success > td,
.cart > tbody tr > th.success > th,
.cart > tbody > tr.success > td,
.cart > tbody > tr.success > th,
.cart > tfoot > tr > td.success > td,
.cart > tfoot > tr > td.success > th,
.cart > tfoot tr > th.success > td,
.cart > tfoot tr > th.success > th,
.cart > tfoot > tr.success > td,
.cart > tfoot > tr.success > th {
  background-color: rgba(110, 168, 56, 0.1);
}
.cart > thead > tr > td.warning > td, .cart > thead > tr > td.warning > th, .cart > thead tr > th.warning > td, .cart > thead tr > th.warning > th,
.cart > thead > tr.warning > td,
.cart > thead > tr.warning > th,
.cart > tbody > tr > td.warning > td,
.cart > tbody > tr > td.warning > th,
.cart > tbody tr > th.warning > td,
.cart > tbody tr > th.warning > th,
.cart > tbody > tr.warning > td,
.cart > tbody > tr.warning > th,
.cart > tfoot > tr > td.warning > td,
.cart > tfoot > tr > td.warning > th,
.cart > tfoot tr > th.warning > td,
.cart > tfoot tr > th.warning > th,
.cart > tfoot > tr.warning > td,
.cart > tfoot > tr.warning > th {
  background-color: rgba(235, 172, 0, 0.1);
}
.cart > thead > tr > td.error > td, .cart > thead > tr > td.error > th, .cart > thead tr > th.error > td, .cart > thead tr > th.error > th,
.cart > thead > tr.error > td,
.cart > thead > tr.error > th,
.cart > tbody > tr > td.error > td,
.cart > tbody > tr > td.error > th,
.cart > tbody tr > th.error > td,
.cart > tbody tr > th.error > th,
.cart > tbody > tr.error > td,
.cart > tbody > tr.error > th,
.cart > tfoot > tr > td.error > td,
.cart > tfoot > tr > td.error > th,
.cart > tfoot tr > th.error > td,
.cart > tfoot tr > th.error > th,
.cart > tfoot > tr.error > td,
.cart > tfoot > tr.error > th {
  background-color: rgba(228, 75, 37, 0.1);
}
.cart > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #bfbfbf;
}
.cart > caption + thead > tr:first-child > th,
.cart > caption + thead > tr:first-child > td,
.cart > colgroup + thead > tr:first-child > th,
.cart > colgroup + thead > tr:first-child > td,
.cart > thead:first-child > tr:first-child > th,
.cart > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.cart > tbody + tbody {
  border-top: 2px solid #bfbfbf;
}
.cart .table {
  background-color: white;
}
.cart .cart__article:after {
  content: "";
  display: table;
  clear: both;
}
.cart .cart__quantity {
  text-align: center;
  white-space: nowrap;
  min-width: 200px;
}
.cart .cart__quantity .btn, .cart .cart__quantity .button,
.cart .cart__quantity .formfield {
  margin-top: 0;
  margin-bottom: 0;
}
.cart .cart__price {
  text-align: right;
  white-space: nowrap;
}
.cart > tfoot > tr > td {
  text-align: right;
}
.cart .cart__overall td {
  font-weight: 700;
}
.cart > tfoot > tr > td,
.cart > tfoot > tr > th {
  background-color: white;
}

.cart__quantity .formfield {
  width: 50px;
}

.cart__select-quantity {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0.1%;
  line-height: 0;
  word-spacing: -0.3em;
}

.cart-reload {
  display: none;
}

.cart__coupon .coupon-code {
  max-width: 240px;
  margin-left: auto;
}

.cart__btn-remove {
  color: #e44b25;
}

.cart__btn-reload {
  color: #6ea838;
  display: none;
}

.cart__article-data {
  margin-left: 90px;
}
@media (max-width: 599px) {
  .cart__article-data {
    margin-left: 0;
    margin-right: 82px;
    text-align: left;
  }
}

.cart__article-image {
  float: left;
  width: 80px;
  text-align: center;
}
.cart__article-image img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 599px) {
  .cart__article-image {
    width: 72px;
    height: 72px;
    float: right;
  }
}

.cart__article-title {
  font-weight: 700;
}

@media (max-width: 599px) {
  .table--responsive-vertical > .cart > tbody > tr {
    border: 1px solid #e6e6e6;
  }

  .table--responsive-vertical > .cart > tbody > tr > td {
    background-color: white;
  }

  .table--responsive-vertical > .cart > tbody > tr > td:first-child {
    border-top: 0;
    background-color: white;
  }
}
.site-content {
  padding: 48px 0 5px;
  padding: 4.8rem 0 0.5rem;
  z-index: 20;
  position: relative;
}

table.table--custom {
  display: block;
  height: auto !important;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 600px) {
  table.table--custom {
    display: table;
    width: 100%;
    white-space: unset;
  }
}
table.table--custom thead tr td {
  background-color: #d8d5ca;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
table.table--custom tbody tr td {
  background-color: #eceae4;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}

.datepicker-wrapper,
.timepicker-wrapper {
  position: relative;
  min-width: 130px;
  max-width: 140px;
  height: 46px;
}

.formrow .formitem input.js-datepicker,
input.js-datepicker,
.formrow .formitem input.js-timepicker,
input.js-timepicker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.datepicker-icon,
.timepicker-icon {
  top: 5px;
  right: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: #e6e6e6;
  border: 1px solid #cfcfcf;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.datepicker-icon:before,
.timepicker-icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #212121;
  font-style: normal;
  font-weight: 400;
}
.datepicker-icon:hover,
.timepicker-icon:hover {
  background-color: #cfcfcf;
  border-color: #b8b8b8;
}
.datepicker-icon:active,
.timepicker-icon:active {
  border-color: #a1a1a1;
  background-color: #b8b8b8;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
}

.formrow .formitem > .datepicker-icon,
.formrow .formitem > .timepicker-icon {
  float: none;
  margin: 5px 0;
}

@media (min-width: 740px) {
  .datepicker-wrapper,
.timepicker-wrapper {
    min-width: 115px;
    max-width: 160px;
    height: 40px;
  }

  .datepicker-icon,
.timepicker-icon {
    width: 30px;
    height: 30px;
  }
}
.pickadate-root {
  z-index: 410;
  position: relative;
}

.picker {
  color: #212121;
}

.picker__frame {
  max-width: 400px;
  max-width: 40rem;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}

.picker--opened .picker__holder {
  background-color: rgba(216, 213, 202, 0.75);
}

.picker__day--today:before {
  border-top-color: #542749;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background-color: #f2f2f2;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #d8d5ca;
}

.picker__nav--next:hover,
.picker__nav--prev:hover {
  background-color: #d8d5ca;
}

.picker__nav--next:before {
  border-left-color: #d8d5ca;
}

.picker__nav--prev:before {
  border-right-color: #d8d5ca;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 20px;
  font-weight: 600;
  line-height: normal;
  border: 0px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: auto;
  height: 40px;
  width: 31%;
  margin-right: 3%;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker__button--clear.btn--next,
.picker__button--close.btn--next,
.picker__button--today.btn--next {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.picker__button--clear.btn--prev,
.picker__button--close.btn--prev,
.picker__button--today.btn--prev {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.picker__button--clear.btn--round,
.picker__button--close.btn--round,
.picker__button--today.btn--round {
  border-radius: 23px;
}
.picker__button--clear.disabled, .picker__button--clear[disabled],
.picker__button--close.disabled,
.picker__button--close[disabled],
.picker__button--today.disabled,
.picker__button--today[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.picker__button--clear, .picker__button--clear:visited, .picker__button--clear.disabled, .picker__button--clear.disabled:hover, .picker__button--clear.disabled:focus, .picker__button--clear.disabled:active, .picker__button--clear.disabled.open, .picker__button--clear[disabled], .picker__button--clear[disabled]:hover, .picker__button--clear[disabled]:focus, .picker__button--clear[disabled]:active, .picker__button--clear[disabled].open,
.picker__button--close,
.picker__button--close:visited,
.picker__button--close.disabled,
.picker__button--close.disabled:hover,
.picker__button--close.disabled:focus,
.picker__button--close.disabled:active,
.picker__button--close.disabled.open,
.picker__button--close[disabled],
.picker__button--close[disabled]:hover,
.picker__button--close[disabled]:focus,
.picker__button--close[disabled]:active,
.picker__button--close[disabled].open,
.picker__button--today,
.picker__button--today:visited,
.picker__button--today.disabled,
.picker__button--today.disabled:hover,
.picker__button--today.disabled:focus,
.picker__button--today.disabled:active,
.picker__button--today.disabled.open,
.picker__button--today[disabled],
.picker__button--today[disabled]:hover,
.picker__button--today[disabled]:focus,
.picker__button--today[disabled]:active,
.picker__button--today[disabled].open {
  color: #212121;
  background-color: #d8d5ca;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.picker__button--clear:hover, .picker__button--clear:focus,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--today:hover,
.picker__button--today:focus {
  color: #212121;
  background-color: #b3ab98;
  border-color: rgba(0, 0, 0, 0.3);
}
.picker__button--clear:active, .picker__button--clear.open,
.picker__button--close:active,
.picker__button--close.open,
.picker__button--today:active,
.picker__button--today.open {
  color: white;
  background-color: #7b7b6b;
  border-color: rgba(0, 0, 0, 0.3);
}
.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: #542749;
}

.picker__button--clear:before {
  border-top-color: #e44b25;
}

.picker__day {
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 10px;
  padding-bottom: 1rem;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(115, 115, 115, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #737373;
  font-family: "Source Sans Pro", sans-serif;
}

.picker__month,
.picker__year {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}

.picker__year {
  color: #737373;
}

.picker--time .picker__frame {
  min-width: 320px;
  min-width: 32rem;
}
.picker--time .picker__box {
  border: 0;
  padding: 10px;
  background: #e6e6e6;
}
.picker--time .picker__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  border-color: #e6e6e6;
  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 #e6e6e6;
}
.picker--time .picker__list-item:hover {
  background-color: #f2f2f2;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #d8d5ca;
  border-color: #d8d5ca;
  color: white;
}
.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 #d8d5ca;
}
.picker--time .picker__button--clear {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 20px;
  font-weight: 600;
  line-height: normal;
  border: 0px solid;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  margin: 5px 0;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  /* IE 10+ */
  user-select: none;
  /* Likely future */
  font-size: 16px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  width: auto;
  height: 40px;
  width: 100%;
  margin: 0;
}
.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.open {
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.175);
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear.btn--next {
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
}
.picker--time .picker__button--clear.btn--prev {
  border-top-left-radius: 23px;
  border-bottom-left-radius: 23px;
}
.picker--time .picker__button--clear.btn--round {
  border-radius: 23px;
}
.picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear[disabled] {
  pointer-events: none;
  opacity: 0.8;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited, .picker--time .picker__button--clear.disabled, .picker--time .picker__button--clear.disabled:hover, .picker--time .picker__button--clear.disabled:focus, .picker--time .picker__button--clear.disabled:active, .picker--time .picker__button--clear.disabled.open, .picker--time .picker__button--clear[disabled], .picker--time .picker__button--clear[disabled]:hover, .picker--time .picker__button--clear[disabled]:focus, .picker--time .picker__button--clear[disabled]:active, .picker--time .picker__button--clear[disabled].open {
  color: #212121;
  background-color: #d8d5ca;
  border-color: rgba(0, 0, 0, 0.3);
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.picker--time .picker__button--clear:hover, .picker--time .picker__button--clear:focus {
  color: #212121;
  background-color: #b3ab98;
  border-color: rgba(0, 0, 0, 0.3);
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.open {
  color: white;
  background-color: #7b7b6b;
  border-color: rgba(0, 0, 0, 0.3);
}
.picker--time .picker__button--clear:before,
.picker--time .picker__button--clear:hover:before {
  border-top-color: #e44b25;
}

@media (min-width: 600px) {
  fieldset {
    margin: 0;
  }

  .formrow {
    margin-right: -10px;
  }

  .formitem {
    padding-right: 10px;
    z-index: 2;
    /*
            &:last-child {
                margin-right: -99px; // needed for older webkits (e.g. Safari 5, Android 2 stock browser)
            }
    */
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    margin-top: -22px;
    z-index: 1;
  }
  .formitem .rating label {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }

  .grid {
    margin-right: -10px;
  }
  .grid:after {
    content: "";
    display: table;
    clear: both;
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 10px;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%;
    white-space: nowrap;
  }
  .wideform .formrow > .label {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 22px;
    line-height: 2.2rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 13px 10px 20px 3.3333333333px;
    width: 33.3333333333%;
    text-align: right;
  }
  .wideform .formrow .formitem {
    vertical-align: top;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem > .label {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 13px;
  }
}
.hero {
  background-color: #d8d5ca;
  position: relative;
}
.hero .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 53.75%;
}
.hero .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.hero ul,
.hero li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hero .carousel__item {
  position: relative;
}
.hero .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.hero img {
  max-width: none;
  transition: opacity 0.5s;
}
.hero .carousel__caption {
  display: none;
}
@media (min-width: 600px) {
  .hero .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #212121;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
  }
}
.hero .carousel__caption h1, .hero .carousel__caption h2, .hero .carousel__caption h3, .hero .carousel__caption h4,
.hero .carousel__caption .h1, .hero .carousel__caption .h2, .hero .carousel__caption .h3, .hero .carousel__caption .h4,
.hero .carousel__caption p, .hero .carousel__caption ul, .hero .carousel__caption ol {
  margin: 0;
}
.hero .slick-list {
  z-index: 1;
}
.hero .slick-prev,
.hero .slick-next {
  z-index: 2;
  width: 30px;
  height: 30px;
}
.hero .slick-prev:before,
.hero .slick-next:before {
  font-size: 30px;
}
.hero .slick-prev {
  left: 20px;
}
.hero .slick-next {
  right: 20px;
}
.hero .carousel__canvas {
  height: auto;
}
.hero .slick-dots {
  height: 28px;
  position: absolute;
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

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

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

.mfp-figure:after {
  background-color: white;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
  height: 50px;
  height: 5rem;
  width: 50px;
  width: 5rem;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #d8d5ca;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.nav-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nav-footer li {
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media (min-width: 740px) {
  .nav-footer li {
    display: inline-block;
    padding: 0 12px;
    padding: 0 1.2rem;
  }
  .nav-footer li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 980px) {
  .nav-footer li {
    padding: 0 24px;
    padding: 0 2.4rem;
  }
}
.nav-footer li a {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 45px;
  line-height: 4.5rem;
  text-transform: uppercase;
  color: #212121;
}
.nav-footer li a:visited {
  color: #212121;
}
.nav-footer li a:hover {
  color: #7b7b6b;
}
.nav-footer li a:active {
  color: #7b7b6b;
}
.nav-footer li a.is-active {
  color: #7b7b6b;
  border-bottom: 2px solid #7b7b6b;
}

.nav-lang {
  position: absolute;
  top: 0;
  right: 150px;
}
@media (min-width: 980px) {
  .nav-lang {
    right: 100px;
  }
}
.nav-lang .dropdown__content {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
  min-width: 240px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #212121;
}
.nav-lang .dropdown__content select,
.nav-lang .dropdown__content .btn,
.nav-lang .dropdown__content .button {
  display: block;
  width: 100%;
}

.nav-sub {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  z-index: 25;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 979px) {
  .nav-sub {
    background-color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .nav-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-sub .nav-sub__container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    padding: 0 10px;
    padding: 0 1rem;
    text-align: left;
    position: relative;
    text-align: left;
    display: block;
  }
  .nav-sub .nav-sub__container > ul,
.nav-sub .nav-sub__container > .dropdown__content,
.nav-sub .nav-sub__container .dropdown__sublist > ul,
.nav-sub .nav-sub__container .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 160px;
    margin: 0;
    padding: 15px;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-sub .nav-sub__container > ul,
.nav-sub .nav-sub__container .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-sub .nav-sub__container > ul li,
.nav-sub .nav-sub__container .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-sub .nav-sub__container > ul li a,
.nav-sub .nav-sub__container .dropdown__sublist > ul li a {
    display: block;
    padding: 8px 15px;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-sub .nav-sub__container > ul li a:hover,
.nav-sub .nav-sub__container .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-sub .nav-sub__container > ul li.is-active a,
.nav-sub .nav-sub__container .dropdown__sublist > ul li.is-active a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-sub .nav-sub__container .dropdown__divider,
.nav-sub .nav-sub__container .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-sub .nav-sub__container .dropdown__caret,
.nav-sub .nav-sub__container .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-sub .nav-sub__container.dropdown--left > ul,
.nav-sub .nav-sub__container.dropdown--left > .dropdown__content, .nav-sub .nav-sub__container.dropdown--right > ul,
.nav-sub .nav-sub__container.dropdown--right > .dropdown__content, .nav-sub .nav-sub__container.dropdown--center > ul,
.nav-sub .nav-sub__container.dropdown--center > .dropdown__content {
    margin-top: 12px;
  }
  .nav-sub .nav-sub__container.dropdown--left > ul:before,
.nav-sub .nav-sub__container.dropdown--left > .dropdown__content:before, .nav-sub .nav-sub__container.dropdown--right > ul:before,
.nav-sub .nav-sub__container.dropdown--right > .dropdown__content:before, .nav-sub .nav-sub__container.dropdown--center > ul:before,
.nav-sub .nav-sub__container.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -12px;
  }
  .nav-sub .nav-sub__container.dropdown--left > ul:after,
.nav-sub .nav-sub__container.dropdown--left > .dropdown__content:after, .nav-sub .nav-sub__container.dropdown--right > ul:after,
.nav-sub .nav-sub__container.dropdown--right > .dropdown__content:after, .nav-sub .nav-sub__container.dropdown--center > ul:after,
.nav-sub .nav-sub__container.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -11px;
  }
  .nav-sub .nav-sub__container.dropdown--left ul:before,
.nav-sub .nav-sub__container.dropdown--left .dropdown__content:before {
    left: 9px;
  }
  .nav-sub .nav-sub__container.dropdown--left ul:after,
.nav-sub .nav-sub__container.dropdown--left .dropdown__content:after {
    left: 10px;
  }
  .nav-sub .nav-sub__container.dropdown--right ul,
.nav-sub .nav-sub__container.dropdown--right .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-sub .nav-sub__container.dropdown--right ul:before,
.nav-sub .nav-sub__container.dropdown--right .dropdown__content:before {
    right: 9px;
  }
  .nav-sub .nav-sub__container.dropdown--right ul:after,
.nav-sub .nav-sub__container.dropdown--right .dropdown__content:after {
    right: 10px;
  }
  .nav-sub .nav-sub__container.dropdown--center ul,
.nav-sub .nav-sub__container.dropdown--center .dropdown__content {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container.dropdown--center ul:before,
.nav-sub .nav-sub__container.dropdown--center .dropdown__content:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container.dropdown--center ul:after,
.nav-sub .nav-sub__container.dropdown--center .dropdown__content:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container .dropdown__sublist {
    position: relative;
  }
  .nav-sub .nav-sub__container .dropdown__sublist > ul,
.nav-sub .nav-sub__container .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-sub .nav-sub__container .dropdown__sublist > a:after {
    content: "";
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-left: 5px solid #333;
    border-right: 0;
    height: 0;
    width: 0;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nav-sub .nav-sub__container.dropdown--upwards > ul,
.nav-sub .nav-sub__container.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-sub .nav-sub__container.dropdown--upwards .dropdown__caret {
    border: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-sub .nav-sub__container.dropdown--upwards.dropdown--left ul,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--left .dropdown__content, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--right ul,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--right .dropdown__content, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--center ul,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--center .dropdown__content {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .nav-sub .nav-sub__container.dropdown--upwards.dropdown--left ul:before,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--left .dropdown__content:before, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--right ul:before,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--right .dropdown__content:before, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--center ul:before,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--center .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -12px;
  }
  .nav-sub .nav-sub__container.dropdown--upwards.dropdown--left ul:after,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--left .dropdown__content:after, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--right ul:after,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--right .dropdown__content:after, .nav-sub .nav-sub__container.dropdown--upwards.dropdown--center ul:after,
.nav-sub .nav-sub__container.dropdown--upwards.dropdown--center .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 11px solid transparent;
    border-top: 11px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -11px;
  }
  .nav-sub .nav-sub__container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 979px) and (min-width: 340px) {
  .nav-sub .nav-sub__container {
    padding: 0 20px;
    padding: 0 2rem;
  }
}
@media (max-width: 979px) {
  .nav-sub .nav-sub__container .container, .nav-sub .nav-sub__container .site-search,
.nav-sub .nav-sub__container .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (max-width: 979px) {
  .nav-sub .nav-sub__container ul {
    right: 0;
    border-left: 0;
    border-right: 0;
    border: 0;
  }
  .nav-sub .nav-sub__container ul li a {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media (max-width: 979px) and (max-width: 339px) {
  .nav-sub .nav-sub__container ul li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 979px) {
  .nav-sub .dropdown__toggle {
    padding: 8px 0;
    display: block;
    color: #212121;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
  }
}
@media (min-width: 980px) {
  .nav-sub .nav-sub__container {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    min-width: 300px;
    padding: 0 10px;
    padding: 0 1rem;
    text-align: left;
    position: relative;
  }
  .nav-sub .nav-sub__container:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 980px) and (min-width: 340px) {
  .nav-sub .nav-sub__container {
    padding: 0 20px;
    padding: 0 2rem;
  }
}
@media (min-width: 980px) {
  .nav-sub .nav-sub__container .container, .nav-sub .nav-sub__container .site-search,
.nav-sub .nav-sub__container .alerts {
    padding: 0;
    min-width: 0;
  }
}
@media (min-width: 980px) {
  .nav-sub .nav-sub__container > ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .nav-sub .nav-sub__container > ul > li {
    display: inline;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-sub .nav-sub__container > ul > li > ul,
.nav-sub .nav-sub__container > ul > li > .dropdown__content,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > .dropdown__content {
    display: none;
    position: absolute;
    left: 0;
    min-width: 160px;
    margin: 0;
    padding: 15px;
    z-index: 50;
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    top: 100%;
    bottom: auto;
  }
  .nav-sub .nav-sub__container > ul > li > ul,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul {
    list-style: none;
    padding: 0;
  }
  .nav-sub .nav-sub__container > ul > li > ul li,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul li {
    margin-top: 0;
  }
  .nav-sub .nav-sub__container > ul > li > ul li a,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul li a {
    display: block;
    padding: 8px 15px;
    clear: both;
    color: #333;
    white-space: nowrap;
  }
  .nav-sub .nav-sub__container > ul > li > ul li a:hover,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul li a:hover {
    color: #333;
    background-color: #eee;
  }
  .nav-sub .nav-sub__container > ul > li > ul li.is-active a,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul li.is-active a {
    color: #1099cb;
    background-color: #fff;
  }
  .nav-sub .nav-sub__container > ul > li .dropdown__divider,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist .dropdown__divider {
    height: 1px;
    margin: 0;
    overflow: hidden;
    background-color: #bbb;
  }
  .nav-sub .nav-sub__container > ul > li .dropdown__caret,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist .dropdown__caret {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    border: 5px solid transparent;
    border-top: 5px solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--left > ul,
.nav-sub .nav-sub__container > ul > li.dropdown--left > .dropdown__content, .nav-sub .nav-sub__container > ul > li.dropdown--right > ul,
.nav-sub .nav-sub__container > ul > li.dropdown--right > .dropdown__content, .nav-sub .nav-sub__container > ul > li.dropdown--center > ul,
.nav-sub .nav-sub__container > ul > li.dropdown--center > .dropdown__content {
    margin-top: 12px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--left > ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--left > .dropdown__content:before, .nav-sub .nav-sub__container > ul > li.dropdown--right > ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--right > .dropdown__content:before, .nav-sub .nav-sub__container > ul > li.dropdown--center > ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--center > .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #bbb;
    border-top: 0;
    height: 0;
    width: 0;
    top: -12px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--left > ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--left > .dropdown__content:after, .nav-sub .nav-sub__container > ul > li.dropdown--right > ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--right > .dropdown__content:after, .nav-sub .nav-sub__container > ul > li.dropdown--center > ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--center > .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 11px solid transparent;
    border-bottom: 11px solid #fff;
    border-top: 0;
    height: 0;
    width: 0;
    top: -11px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--left ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--left .dropdown__content:before {
    left: 9px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--left ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--left .dropdown__content:after {
    left: 10px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--right ul,
.nav-sub .nav-sub__container > ul > li.dropdown--right .dropdown__content {
    left: auto;
    right: 0;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--right ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--right .dropdown__content:before {
    right: 9px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--right ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--right .dropdown__content:after {
    right: 10px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--center ul,
.nav-sub .nav-sub__container > ul > li.dropdown--center .dropdown__content {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--center ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--center .dropdown__content:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--center ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--center .dropdown__content:after {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .nav-sub .nav-sub__container > ul > li .dropdown__sublist {
    position: relative;
  }
  .nav-sub .nav-sub__container > ul > li .dropdown__sublist > ul,
.nav-sub .nav-sub__container > ul > li .dropdown__sublist > .dropdown__content {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
  .nav-sub .nav-sub__container > ul > li .dropdown__sublist > a:after {
    content: "";
    content: "";
    display: block;
    position: absolute;
    border: 5px solid transparent;
    border-left: 5px solid #333;
    border-right: 0;
    height: 0;
    width: 0;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--upwards > ul,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards > .dropdown__content {
    top: auto;
    bottom: 100%;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--upwards .dropdown__caret {
    border: 5px solid transparent;
    border-bottom: 5px solid #333;
    border-top: 0;
    height: 0;
    width: 0;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left ul,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left .dropdown__content, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right ul,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right .dropdown__content, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center ul,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center .dropdown__content {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left .dropdown__content:before, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right .dropdown__content:before, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center ul:before,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center .dropdown__content:before {
    content: "";
    display: block;
    position: absolute;
    border: 12px solid transparent;
    border-top: 12px solid #bbb;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -12px;
  }
  .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--left .dropdown__content:after, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--right .dropdown__content:after, .nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center ul:after,
.nav-sub .nav-sub__container > ul > li.dropdown--upwards.dropdown--center .dropdown__content:after {
    content: "";
    display: block;
    position: absolute;
    border: 11px solid transparent;
    border-top: 11px solid #fff;
    border-bottom: 0;
    height: 0;
    width: 0;
    top: auto;
    bottom: -11px;
  }
  .nav-sub .nav-sub__container > ul > li > a {
    float: left;
    margin-right: 20px;
    padding: 8px 0;
    color: #212121;
  }
  .nav-sub .nav-sub__container > ul > li > a:visited {
    color: #212121;
  }
  .nav-sub .nav-sub__container > ul > li > a:hover {
    color: #d8d5ca;
  }
  .nav-sub .nav-sub__container > ul > li > a:active {
    color: #d8d5ca;
  }
  .nav-sub .nav-sub__container > ul > li.is-active > a {
    color: #d8d5ca;
  }
}
@media (min-width: 980px) {
  .nav-sub .dropdown__toggle {
    display: none;
  }
}

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

.site-nav {
  z-index: 30;
}
@media (max-width: 979px) {
  .site-nav .dropdown__content {
    position: absolute;
    top: 94px;
    right: 0;
    left: 0;
    background-color: white;
    z-index: 30;
  }
}
@media (max-width: 979px) and (min-width: 600px) {
  .site-nav .dropdown__content {
    position: absolute;
    top: 98px;
    right: 0;
    left: 0;
  }
}
@media (max-width: 979px) {
  .site-nav .nav-main ul {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #b3ab98;
  }
  .site-nav .nav-main ul li {
    padding: 0 20px;
  }
}
@media (max-width: 979px) {
  .site-nav .megamenu-image {
    display: none;
  }
}
@media (max-width: 979px) {
  .site-nav .megamenu-layer-container {
    position: static;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  .site-nav li.is-active {
    background-color: #d8d5ca;
  }
  .site-nav li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 13px 20px 14px;
    font-weight: 600;
    color: #212121;
    border-bottom: 1px solid #eceae4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
  }
  .site-nav li a:visited {
    color: #212121;
  }
  .site-nav li a:hover {
    color: #212121;
  }
  .site-nav li a:active {
    color: #212121;
  }
  .site-nav li:hover {
    background-color: #d8d5ca;
  }
  .site-nav li:hover a {
    border-color: transparent;
  }
  .site-nav li:last-child a {
    border-color: transparent;
  }
  .site-nav li.d-lg-none a {
    font-weight: 400;
  }
}
@media (max-width: 979px) {
  .site-nav .nav-main > ul {
    left: 0;
  }
  .site-nav .nav-main > ul.js-hidden {
    left: -100%;
    right: 100%;
  }
  .site-nav .nav-main > ul.js-hidden ul {
    left: 0;
  }
  .site-nav .nav-main > ul ul {
    left: 100%;
  }
  .site-nav .nav-main > ul li.open > ul,
.site-nav .nav-main > ul li.open .megamenu-submenu {
    left: 100%;
    right: -100%;
    background-color: #eceae4;
  }
  .site-nav .nav-main > ul li.open > ul ul,
.site-nav .nav-main > ul li.open .megamenu-submenu ul {
    left: 100%;
    right: -100%;
  }
  .site-nav .nav-main > ul li.open > ul li a,
.site-nav .nav-main > ul li.open .megamenu-submenu li a {
    border-color: #b3ab98;
  }
  .site-nav .nav-main > ul li.open > ul li.is-active a,
.site-nav .nav-main > ul li.open .megamenu-submenu li.is-active a {
    background-color: #d8d5ca;
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.open > ul li.back-to-parent,
.site-nav .nav-main > ul li.open .megamenu-submenu li.back-to-parent {
    background-color: #b3ab98;
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.open > ul li:hover,
.site-nav .nav-main > ul li.open .megamenu-submenu li:hover {
    background-color: #d8d5ca;
  }
  .site-nav .nav-main > ul li.open > ul li:hover a,
.site-nav .nav-main > ul li.open .megamenu-submenu li:hover a {
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.open > ul li:last-child a,
.site-nav .nav-main > ul li.open .megamenu-submenu li:last-child a {
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul {
    background-color: white;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul li.back-to-parent {
    background-color: #eceae4;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul li.back-to-parent a {
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul li:hover {
    background-color: #d8d5ca;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul li:hover a {
    border-color: transparent;
  }
  .site-nav .nav-main > ul li.has-sublist li.open ul li:last-child a {
    border-color: transparent;
  }
}
@media (max-width: 979px) {
  .site-nav li.has-sublist > a {
    padding-right: 70px;
  }
  .site-nav li.has-sublist > a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    line-height: 50px;
    border-left: 1px solid white;
    display: block;
    text-align: center;
  }
}
@media (max-width: 979px) {
  .site-nav li.back-to-parent > a .icon {
    margin: -3px 7px 0 0;
    margin: -0.3rem 0.7rem 0 0;
  }
}
@media (min-width: 980px) {
  .site-nav > .dropdown__toggle {
    display: none !important;
  }
  .site-nav .dropdown__content {
    display: inline !important;
  }
  .site-nav .megamenu > li > a {
    transition: all 0.3s ease;
  }
  .site-nav .megamenu.is-open > li.is-open > a {
    background-color: #d8d5ca;
    transition: none;
  }
  .site-nav .megamenu .megamenu-layer {
    display: none;
    position: absolute;
    z-index: 15;
    top: 169px;
    left: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .site-nav .megamenu > li.is-open .megamenu-layer {
    display: block;
  }
  .site-nav .megamenu .megamenu-layer-wrapper {
    position: relative;
    background-color: #eceae4;
    transform: translateY(-110%);
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
    pointer-events: initial;
  }
  .site-nav .megamenu.is-open .megamenu-layer-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out;
  }
  .site-nav .megamenu .megamenu-layer-container {
    padding: 0 10px;
    padding: 0 1rem;
    display: flex;
  }
  .site-nav .megamenu .megamenu-image {
    padding: 20px 20px 20px 0;
    padding: 2rem 2rem 2rem 0;
    max-width: 33.3333333333%;
  }
  .site-nav nav ul li ul li {
    display: inline;
  }
  .site-nav nav > ul {
    display: flex;
    justify-content: space-between;
  }
  .site-nav nav > ul > li.d-lg-none {
    display: none;
  }
  .site-nav nav > ul > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #212121;
    font-weight: 700;
    position: relative;
    padding: 13px 20px 18px;
    padding: 1.3rem 2rem 1.8rem;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    transition: all 0.3s ease;
  }
  .site-nav nav > ul > li > a:visited {
    color: #212121;
  }
  .site-nav nav > ul > li > a:hover {
    color: #212121;
  }
  .site-nav nav > ul > li > a:active {
    color: #212121;
  }
  .site-nav nav > ul > li > a:hover, .site-nav nav > ul > li > a:focus, .site-nav nav > ul > li > a.is-open {
    background-color: #d8d5ca;
  }
  .site-nav nav > ul > li > a.is-active {
    padding-bottom: 11px;
  }
  .site-nav nav > ul > li > a.is-active > div {
    border-bottom: 4px solid #d8d5ca;
    padding-bottom: 3px;
  }
  .site-nav nav > ul > li ul.megamenu-submenu {
    width: 33.33333%;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li {
    display: block;
    position: relative;
    padding: 0 20px;
    padding: 0 2rem;
    transition: all 0.3s ease;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li:hover {
    background-color: #d8d5ca;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li:hover > a {
    border-color: transparent;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li:active, .site-nav nav > ul > li ul.megamenu-submenu > li.is-active {
    background-color: #b3ab98;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li:active > a, .site-nav nav > ul > li ul.megamenu-submenu > li.is-active > a {
    border-color: transparent;
  }
  .site-nav nav > ul > li ul.megamenu-submenu li a {
    color: #212121;
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > a {
    display: block;
    font-weight: 600;
    padding: 20px 15px 20px 0;
    padding: 2rem 1.5rem 2rem 0;
    border-bottom: 1px solid #b3ab98;
  }
  .site-nav nav > ul > li ul.megamenu-submenu li:last-child a {
    border-bottom: none;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #d8d5ca;
    width: 100%;
    display: none;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul li {
    display: block;
    padding: 0 20px;
    padding: 0 2rem;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul li:last-child a {
    border-bottom: none !important;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul li a {
    display: block;
    padding: 20px 15px 20px 0;
    padding: 2rem 1.5rem 2rem 0;
    color: #7b7b6b;
    transition: all 0.3s ease;
    border-bottom: 1px solid #b3ab98;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul li a:hover, .site-nav nav > ul > li ul.megamenu-submenu > li > ul li a:active, .site-nav nav > ul > li ul.megamenu-submenu > li > ul li a.is-active {
    color: #212121;
    padding-bottom: 19px;
    border-bottom: 2px solid #b3ab98;
  }
  .site-nav nav > ul > li ul.megamenu-submenu > li > ul ul {
    display: none !important;
  }
}

.nav-title--wrap {
  display: inline-block;
}

.newsletter-box {
  text-align: center;
  background-color: #b9a6b5;
  padding: 24px;
  padding: 2.4rem;
}
.newsletter-box__text {
  width: 100%;
}
@media (min-width: 600px) {
  .newsletter-box__text {
    width: 80%;
    max-width: 800px;
    margin: 0 auto;
  }
}
.newsletter-box__privacy-text {
  font-size: 12px;
}
.newsletter-box .formitem__input-field {
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsletter-box .formitem__input-field label {
  margin-right: 24px;
  margin-right: 2.4rem;
}
@media (max-width: 599px) {
  .newsletter-box .formitem__input-field label {
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
  }
}
.newsletter-box .formitem__input-field .formfield {
  width: 80%;
}
@media (min-width: 600px) {
  .newsletter-box .formitem__input-field .formfield {
    width: 38%;
  }
}
.newsletter-box .formitem__checkbox {
  padding-bottom: 0;
}
.newsletter-box .formitem--bottom {
  padding-bottom: 0;
}
.newsletter-box .formrow .label {
  font-size: 16px;
  color: #212121;
}
@media (max-width: 599px) {
  .newsletter-box .formrow > .label {
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .newsletter-box .formrow > .label:after {
    display: none;
  }
}
.newsletter-box .label.required::after {
  display: none;
}
.newsletter-box form {
  margin-top: 20px;
  margin-top: 2rem;
}
.newsletter-box .formitem > * {
  float: none;
}
.newsletter-box .ticks label {
  display: inline-block;
}
.newsletter-box .ticks label:hover {
  color: #542749;
}
.newsletter-box .ticks label input[type=checkbox] + span:before {
  border: 1px solid #542749;
}
.newsletter-box .ticks label input[type=checkbox]:checked + span:before {
  color: #542749;
  border-color: #542749;
  background-color: #542749;
}

.site-newsletter-box {
  margin-top: 55px;
  margin-top: 5.5rem;
}
.site-newsletter-box .container, .site-newsletter-box .site-search {
  padding: 0;
}
@media (min-width: 600px) {
  .site-newsletter-box .container, .site-newsletter-box .site-search {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.newsletter-subscribe__container {
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .newsletter-subscribe__container {
    flex-wrap: nowrap;
  }
}
.newsletter-subscribe__btn-cont {
  margin: 20px auto 0;
}
@media (min-width: 600px) {
  .newsletter-subscribe__btn-cont {
    margin: 0;
  }
}
.newsletter-subscribe__btn {
  border-radius: 20px !important;
}
@media (min-width: 600px) {
  .newsletter-subscribe__btn {
    margin-left: 10px !important;
  }
}

.rwd-menu {
  margin: 0 0 24px;
  margin: 0 0 2.4rem;
}
.rwd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rwd-menu li {
  padding: 0;
  margin: 0;
}
.rwd-menu li + li {
  margin-top: 2px;
}
.rwd-menu li a,
.rwd-menu .dropdown__toggle {
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0 0 2px;
}
.rwd-menu li a {
  border-top: 1px solid #f2f2f2;
}
.rwd-menu li:first-child a {
  border-top: 0;
}
.rwd-menu li.is-active a {
  color: #212121;
}
.rwd-menu .dropdown__toggle {
  display: none;
  padding-right: 20px;
}
.rwd-menu .dropdown__toggle:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #d8d5ca;
  border-right: 0;
  height: 0;
  width: 0;
  top: 10px;
  right: 3px;
}
.rwd-menu .dropdown__toggle--open:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #d8d5ca;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: 13px;
  right: 0;
}

.site-footer {
  color: #212121;
  z-index: 10;
}
@media (min-width: 600px) {
  .site-footer {
    margin-top: 60px;
    margin-top: 6rem;
  }
}

.site-footer__nav {
  background-color: #d8d5ca;
  padding: 12px 0;
  padding: 1.2rem 0;
}

.site-footer__scroll-to-top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.2rem;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 35px;
  line-height: 3.5rem;
  margin: 0;
  margin: 0;
  color: #212121;
}
.site-footer__scroll-to-top:visited {
  color: #212121;
}
.site-footer__scroll-to-top:hover {
  color: #212121;
}
.site-footer__scroll-to-top:active {
  color: #212121;
}
.site-footer__scroll-to-top .btn, .site-footer__scroll-to-top .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin-top: 0;
  border: none;
}
.site-footer__scroll-to-top .icon {
  transition: transform 0.3s ease-in-out;
}
.site-footer__scroll-to-top:hover .icon, .site-footer__scroll-to-top:active .icon {
  transform: translateY(-0.3rem);
}

.site-footer__ifm {
  padding: 10px 0;
  padding: 1rem 0;
  font-size: 13px;
  line-height: 120%;
}
.site-footer__ifm a {
  color: #212121;
}
.site-footer__ifm a:visited {
  color: #212121;
}
.site-footer__ifm a:hover {
  color: #212121;
}
.site-footer__ifm a:active {
  color: #212121;
}

.site-header {
  position: relative;
  z-index: 30;
}

.site-header__title {
  display: inline-block;
  position: relative;
  max-width: 200px;
  margin-right: auto;
}
@media screen and (max-width: 400px) {
  .site-header__title--cart {
    max-width: 180px;
  }
}
@media screen and (max-width: 340px) {
  .site-header__title--cart {
    max-width: 170px;
  }
}
@media screen and (max-width: 330px) {
  .site-header__title--cart {
    max-width: 160px;
  }
}
@media (min-width: 980px) {
  .site-header__title {
    max-width: 345px;
  }
}

.site-nav > .dropdown__toggle {
  display: block;
  width: 58px;
  width: 5.8rem;
  height: 36px;
  height: 3.6rem;
  background-color: #eceae4;
  border-radius: 20px;
  position: relative;
}
@media screen and (min-width: 380px) {
  .site-nav > .dropdown__toggle {
    width: 68px;
  }
}
.site-nav > .dropdown__toggle i,
.site-nav > .dropdown__toggle svg,
.site-nav > .dropdown__toggle .hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-header__top {
  height: 25px;
  background-color: black;
}
.site-header__top .nav-meta,
.site-header__top .nav-language {
  display: inline-block;
}
.site-header__top .nav-meta li,
.site-header__top .nav-language li {
  display: inline;
}
.site-header__top .nav-meta li > a,
.site-header__top .nav-language li > a {
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding-left: 12px;
  padding-left: 1.2rem;
}
.site-header__top .nav-meta li > a:visited,
.site-header__top .nav-language li > a:visited {
  color: white;
}
.site-header__top .nav-meta li > a:hover,
.site-header__top .nav-language li > a:hover {
  color: #b3ab98;
}
.site-header__top .nav-meta li > a:active,
.site-header__top .nav-language li > a:active {
  color: #b3ab98;
}
.site-header__top .nav-meta li > a.is-active,
.site-header__top .nav-language li > a.is-active {
  color: #b3ab98;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .site-header__top .nav-meta li > a,
.site-header__top .nav-language li > a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
.site-header__top .nav-meta {
  display: none;
}
@media (min-width: 600px) {
  .site-header__top .nav-meta {
    display: inline-block;
    padding: 0 24px;
    padding: 0 2.4rem;
  }
}
@media (min-width: 600px) {
  .site-header__top {
    height: 30px;
  }
}

.site-wrapper:not(.page-home) .site-header__main {
  border-bottom: 2px solid #d8d5ca;
}
.site-header__main > .container, .site-header__main > .site-search {
  position: static;
}
.site-header__main .container__inner {
  padding: 15px 0 5px;
  padding: 1.5rem 0 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 979px) {
  .site-header__main .nav-main {
    margin-top: 20px;
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .site-header__main .container__inner {
    padding-top: 30px;
    padding-top: 3rem;
    align-items: flex-start;
  }
  .site-header__main .nav-main {
    padding-top: 49px;
    padding-top: 4.9rem;
    margin-right: -10px;
    margin-right: -1rem;
  }
}

.shopping-cart {
  position: relative;
  width: 58px;
  height: 36px;
  background-color: #d8d5ca;
  border-radius: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 380px) {
  .shopping-cart {
    width: 68px;
    margin-right: 15px;
  }
}
@media (min-width: 980px) {
  .shopping-cart--mobile {
    display: none;
  }
}
.shopping-cart--mobile .loading {
  display: none !important;
}
.shopping-cart--desktop {
  position: relative;
  width: 90px;
  margin-right: 20px;
}
@media (max-width: 979px) {
  .shopping-cart--desktop {
    display: none;
  }
}
.shopping-cart--desktop .loading {
  display: none !important;
}
.shopping-cart--desktop .shopping-cart {
  width: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shopping-cart > a {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 5px 0;
}
.shopping-cart span {
  color: black;
  font-weight: 700;
}
.shopping-cart svg {
  width: 24px;
  height: 24px;
  fill: #212121;
}

.site-search {
  z-index: 40;
}
.site-search .formgroup {
  margin: 0 10px;
  margin: 0 1rem;
  width: auto;
  border: 1px solid #b3ab98;
  border-radius: 20px;
  position: relative;
}
.site-search .formgroup__btn {
  position: absolute;
  top: 1px;
  right: 10px;
}
.site-search .formgroup__btn .btn, .site-search .formgroup__btn .button {
  background-color: transparent;
}
.site-search .result-live {
  z-index: 1;
  position: absolute;
  top: 45px;
  right: 0;
  left: 0;
  margin: 0 10px;
  margin: 0 1rem;
  display: none;
  background-color: white;
  box-shadow: 0 5px 5px -5px #542749;
}
.site-search .result-live ul {
  list-style: none;
  padding: 0;
  background-color: white;
}
.site-search .result-live ul li {
  padding-left: 0;
}
.site-search .result-live p, .site-search .result-live div, .site-search .result-live ul, .site-search .result-live li {
  margin: 0;
}
.site-search .result-live p, .site-search .result-live a {
  padding: 10px 15px;
  padding: 1rem 1.5rem;
}
.site-search .result-live a {
  display: block;
  color: #212121;
  text-decoration: none;
  border-bottom: 1px solid #eceae4;
}
.site-search .result-live a:hover {
  text-decoration: none;
  background-color: #eceae4;
}
.site-search .result-live .livesearch--empty {
  display: block;
  padding: 15px;
  padding: 1.5rem;
}
.site-search .result-live .livesearch--more {
  margin: 0;
  text-align: right;
  border-bottom: none !important;
}
.site-search .site-search__form {
  display: block;
  margin-top: 15px;
  margin-top: 1.5rem;
}

.site-search__toggle,
.site-search__overlay,
.site-search__trigger {
  display: none;
}

.site-search__field {
  padding: 9px 15px 9px 15px;
  padding: 0.9rem 1.5rem 0.9rem 1.5rem;
  background-color: transparent;
  border: 0;
}
.site-search__button {
  border: 0;
  width: 40px;
  height: 40px;
  color: #212121;
}
.site-search__button, .site-search__button:hover, .site-search__button:focus, .site-search__button:active {
  background-color: transparent;
}
.site-search__button:hover {
  color: #d8d5ca;
}
.site-search__button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
}

@media (min-width: 980px) {
  .site-search {
    position: relative;
  }
  .site-search .formgroup {
    margin: 0;
    margin: 0;
    border: 0;
  }
  .site-search .formgroup__btn {
    position: absolute;
    left: 0;
    transition: all 0.4s ease;
  }
  .site-search .formgroup__btn .site-search__button {
    height: 45px;
  }
  .site-search .site-search__field {
    height: 45px;
    transition: all 0.4s ease;
  }
  .site-search .site-search__button .icon {
    width: 32px;
    height: 32px;
  }
  .site-search .site-search__form {
    margin-top: 0;
    margin-top: 0;
    margin-right: 2px;
    margin-right: 0.2rem;
  }

  .site-search__toggle:checked ~ .site-wrapper .site-search__field {
    padding: 9px 15px 9px 60px;
    padding: 0.9rem 1.5rem 0.9rem 6rem;
  }

  .site-search__toggle:checked ~ .site-wrapper .formgroup__btn {
    position: absolute;
    left: 15px;
  }

  .site-search__toggle:checked ~ .site-wrapper .site-search__overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .site-search__toggle:not(:checked) ~ .site-wrapper .result-live {
    display: none !important;
  }

  .site-search__form {
    backface-visibility: hidden;
    perspective: 1000;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    z-index: 1;
    border-radius: 20px;
    background-color: #eceae4;
    transition: all 0.4s ease;
  }
  .site-search__form form {
    position: relative;
    z-index: 2;
  }
  .site-search__toggle:checked ~ .site-wrapper .site-search__form {
    width: 450px;
  }

  .site-search__trigger {
    display: block;
    position: absolute;
    background-color: #eceae4;
    top: 0;
    right: 0;
    width: 100px;
    height: 45px;
    cursor: pointer;
    z-index: 2;
    border-radius: 20px;
    transition: all 0.4s ease;
  }
  .site-search__trigger .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease;
  }
  .site-search__trigger .icon--open {
    opacity: 1;
    width: 32px;
    height: 32px;
  }
  .site-search__trigger .icon--close {
    opacity: 0;
    width: 22px;
    height: 22px;
  }
  .site-search__toggle:checked ~ .site-wrapper .site-search__trigger {
    width: 65px;
  }
  .site-search__toggle:checked ~ .site-wrapper .site-search__trigger .icon--open {
    opacity: 0;
  }
  .site-search__toggle:checked ~ .site-wrapper .site-search__trigger .icon--close {
    opacity: 1;
  }
}
.slick > .custom-carousel__wrapper:not(:first-child) {
  display: none;
}

.page--articles-details .articles-entries--related {
  border-top: 1px solid #c5c7c8;
  padding-top: 36px;
  padding-top: 3.6rem;
}

.blog-categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-top: 2rem;
}
.blog-categories__item {
  width: 100%;
  background-color: #d8d5ca;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
@media (min-width: 600px) {
  .blog-categories__item {
    margin-bottom: 20px;
    margin-bottom: 2rem;
    width: 32.9%;
  }
  .blog-categories__item:not(:nth-child(3n)) {
    margin-right: 2px;
  }
}
@media (min-width: 1200px) {
  .blog-categories__item {
    width: 16.4%;
  }
  .blog-categories__item:not(:nth-child(6n)) {
    margin-right: 2px;
  }
}
.blog-categories__title {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7b7b6b;
  padding: 10px;
  padding: 1rem;
}
@media (min-width: 600px) {
  .blog-categories__title {
    padding: 7px 10px;
    padding: 0.7rem 1rem;
  }
}
.blog-categories__title:hover {
  color: #212121;
}
.blog-categories__title--active {
  background-color: #b3ab98;
  color: #212121;
}

.hero-blog {
  margin-top: 40px;
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero-blog__img {
  width: 100%;
}
@media (min-width: 740px) {
  .hero-blog__img {
    width: 49.5%;
  }
}
@media (min-width: 980px) {
  .hero-blog__img {
    width: 66%;
  }
}
.hero-blog__content {
  width: 100%;
}
@media (max-width: 739px) {
  .hero-blog__content {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
@media (min-width: 740px) {
  .hero-blog__content {
    width: 49.5%;
    padding-left: 15px;
    padding-left: 1.5rem;
  }
}
@media (min-width: 980px) {
  .hero-blog__content {
    width: 33%;
  }
}
.hero-blog__category {
  text-transform: uppercase;
  display: inline-block;
  background-color: #eceae4;
  font-weight: 600;
  padding: 3px 10px;
  padding: 0.3rem 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.hero-blog__category:not(:last-of-type) {
  margin-right: 10px;
  margin-right: 1rem;
}
.hero-blog__title {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.hero-blog__date {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.hero-blog__text {
  margin: 20px 0 30px;
  margin: 2rem 0 3rem;
}

.blog-teaser-cont {
  margin-top: 60px;
  margin-top: 6rem;
  align-items: flex-start;
}

.blog-entry {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media (min-width: 740px) {
  .blog-entry {
    margin-bottom: 55px;
    margin-bottom: 5.5rem;
  }
}
.blog-entry__category {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
  background-color: #eceae4;
  color: #212121;
  font-weight: 600;
  padding: 3px 10px;
  padding: 0.3rem 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.blog-entry__category:link, .blog-entry__category:visited {
  color: #212121;
}
.blog-entry__category:hover {
  color: #7b7b6b;
}
.blog-entry__category:not(:last-of-type) {
  margin-right: 10px;
  margin-right: 1rem;
}
.blog-entry__tag {
  display: inline-block;
  background-color: #d8d5ca;
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  padding: 3px 10px;
  padding: 0.3rem 1rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.blog-entry__tag:link, .blog-entry__tag:visited {
  color: #212121;
}
.blog-entry__tag:hover {
  color: #7b7b6b;
}
.blog-entry__tag:not(:last-of-type) {
  margin-right: 10px;
  margin-right: 1rem;
}
.blog-entry__image {
  position: relative;
  width: 100%;
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-entry__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 0 #d8d5ca;
  transition: box-shadow 0.3s;
  pointer-events: none;
}
.blog-entry__text {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.blog-entry__title {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.blog-entry__title--link {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-weight: 600;
}
.blog-entry__title--link:link, .blog-entry__title--link:visited, .blog-entry__title--link:hover, .blog-entry__title--link:active {
  color: #212121;
}
.blog-entry__title--link > h3 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.blog-entry__begin {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.blog-entry__teaser {
  margin: 25px 0 30px;
  margin: 2.5rem 0 3rem;
}
.blog-entry:hover .blog-entry__title {
  text-decoration: underline;
}
.blog-entry:hover .blog-entry__image:after {
  box-shadow: inset 0 0 0 10px #d8d5ca;
}
.blog-entry:hover .btn, .blog-entry:hover .button {
  background-color: #b3ab98;
}
.blog-entry--custom .blog-entry__wrap {
  background-color: #d8d5ca;
  transition: all 0.3s;
}
.blog-entry--custom .blog-entry__image:after {
  box-shadow: inset 15px 0 0 #d8d5ca, inset 0 15px 0 #d8d5ca, inset -15px 0 0 #d8d5ca;
}
.blog-entry--custom .blog-entry__text {
  padding: 0 20px 25px;
  padding: 0 2rem 2.5rem;
}
.blog-entry--custom:hover .blog-entry__wrap {
  background-color: #b3ab98;
}
.blog-entry--custom:hover .blog-entry__title {
  text-decoration: none;
}
.blog-entry--custom:hover .blog-entry__image:after {
  box-shadow: inset 15px 0 0 #b3ab98, inset 0 15px 0 #b3ab98, inset -15px 0 0 #b3ab98;
}
.blog-entry--custom:hover .btn--invert {
  background-color: #d8d5ca;
}
.blog-entry--custom:hover .btn--invert:active {
  background-color: #7b7b6b;
}

.more-btn-wrap {
  text-align: center;
}
@media (min-width: 980px) {
  .more-btn-wrap {
    text-align: right;
  }
}

.blog-category-text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}

.brochures__container {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
}
.brochures__item {
  margin-top: 40px;
  margin-top: 4rem;
}
.brochures__item:last-of-type {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}

@media (max-width: 599px) {
  .page--brochures-overview .downloads__title {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
.cart-popup {
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  max-width: 460px;
}
.cart-popup:after {
  content: "";
  display: table;
  clear: both;
}
.cart-popup *,
.cart-popup *:before,
.cart-popup *:after {
  box-sizing: inherit;
}

.cart-popup__heading {
  border-bottom: 1px solid #542749;
}

.cart-popup__image,
.cart-popup__text {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}

.cart-popup__article {
  margin: 24px 0;
  margin: 2.4rem 0;
}
.cart-popup__article .articles-entry__image {
  float: left;
  width: 120px;
  width: 12rem;
}
.cart-popup__article .articles-entry__text {
  margin-left: 140px;
  margin-left: 14rem;
}

.cart-popup__buttons {
  padding-top: 12px;
  padding-top: 1.2rem;
}

.cart-popup__button {
  width: 100%;
}

@media (min-width: 340px) {
  .cart-popup__button {
    width: auto;
  }

  .cart-popup__button--left {
    float: left;
    margin-right: 5px;
  }

  .cart-popup__button--right {
    float: right;
    margin-left: 5px;
  }
}
.cart-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.cart-buttons__back {
  float: left;
}

.cart-buttons__checkout {
  float: right;
}

.formgroup--save-cart {
  max-width: 280px;
  float: left;
  margin-right: 10px;
}

.contact-address,
.contact-form {
  margin-top: 24px;
  margin-top: 2.4rem;
}

@media (min-width: 740px) {
  .contact-address {
    width: 31.914893617%;
    float: left;
    margin-right: 2.1276595745%;
  }

  .contact-form {
    width: 65.9574468085%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 740px) {
  .page--customer-edit fieldset {
    padding-right: 230px;
  }
}
.page--customer-edit .legend {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.customer-intro-options:after {
  content: "";
  display: table;
  clear: both;
}
.customer-intro-options > .col {
  margin-bottom: 48px;
}
.customer-intro-options > .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .customer-intro-options > .col {
    width: 47.8260869565%;
    float: left;
  }
  .customer-intro-options > .col:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .customer-intro-options > .col:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
  .customer-intro-options > .col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .customer-intro-options > .col {
    width: 31.4285714286%;
    float: left;
  }
  .customer-intro-options > .col:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .customer-intro-options > .col:nth-child(3n+2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .customer-intro-options > .col:nth-child(3n+3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .customer-intro-options > .col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.customer-intro-login .formitem {
  padding-bottom: 0;
}
.customer-intro-login .btn-login {
  float: right;
  margin-right: 0;
}

.lost-pw-intro {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

@media (min-width: 600px) {
  .page--customer h1 {
    margin-top: 0;
  }
  .page--customer .btn--logout {
    float: right;
  }
}

.customer-menu {
  margin-bottom: 24px;
}

@media (min-width: 740px) {
  .customer-menu {
    width: 23.4042553191%;
    float: left;
    margin-right: 2.1276595745%;
  }

  .customer-content {
    width: 74.4680851064%;
    float: right;
    margin-right: 0;
  }
}
.article {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 4rem;
}
.article__title {
  margin-top: 10px;
  margin-top: 1rem;
}
.article__teaser {
  font-size: 18px;
  line-height: 140%;
  font-weight: 600;
  color: #202020;
  margin: 25px 0;
  margin: 2.5rem 0;
}
.article__bg-img {
  width: 100%;
  padding-bottom: 66.667%;
  background-repeat: no-repeat;
  background-size: cover;
}
.article__bg-img--video {
  padding-bottom: 56.25%;
}
.article__navigation-list {
  margin: 0;
  padding: 20px 20px 20px 0;
  padding: 2rem 2rem 2rem 0;
  list-style: none;
}
.article__navigation-list > li:before {
  content: "•";
  color: #7b7b6b;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
  margin-right: 1rem;
}
.article__navigation-link {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #212121;
}
.article__author {
  font-size: 16px;
  line-height: 120%;
  font-weight: 700;
}
.article__author-text {
  margin-top: 10px !important;
}
.article__banner {
  width: 100%;
  padding-bottom: 33.3333%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.article__pdf-icon {
  width: 4rem;
  height: 4rem;
  fill: currentColor;
}
.article__related-articles-title {
  margin-top: 6rem;
  font-size: 40px;
  line-height: 120%;
  font-weight: 300;
  padding-left: 12px;
}
.article__related-articles-btn {
  position: absolute;
  top: 87px;
}
@media screen and (min-width: 1060px) {
  .article__related-articles-btn {
    top: 75px;
  }
}
@media screen and (min-width: 1200px) {
  .article__related-articles-btn {
    top: 102px;
  }
}
@media screen and (max-width: 805px) {
  .article__related-articles-btn {
    display: none !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1060px) {
  .article__related-articles-btn {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .article__related-articles-btn {
    display: none !important;
  }
}
.article__related-articles-btn--prev {
  left: -40px;
}
.article__related-articles-btn--next {
  right: -40px;
}
.article__related-articles-btn .icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.article__related-articles .slick-dots li {
  width: 10px;
  height: 10px;
}
.article__related-articles .slick-dots li button:before {
  font-size: 12px;
  line-height: 12px;
  color: #d8d5ca;
}
.article__related-articles .slick-dots li.slick-active button:before {
  color: black;
}
@media (max-width: 599px) {
  .article__related-articles .blog-entry__category {
    font-size: 14px;
  }
}
.article p + *,
.article * + p {
  margin-top: 30px;
  margin-top: 3rem;
}
.article [class*=col-] + [class*=col-] {
  margin-top: 30px;
  margin-top: 3rem;
}

.slider-wrapper {
  position: relative;
  margin-top: 4rem;
}

.articles-share__btn {
  position: relative;
  width: 2rem;
  padding: 22.5px 50px;
  background-color: #eceae4;
  border-radius: 3rem;
  cursor: pointer;
}
.articles-share__btn--active {
  margin-bottom: 60px;
}
.articles-share__btn--active ~ .articles-share__content {
  opacity: 1;
  visibility: visible;
  top: 60px;
}
.articles-share__icon {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.articles-share__content {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.page--blog-detailseite .article__date {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.blog-item {
  background-color: var(--item-bg, transparent);
}
.blog-item--colored {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.blog-item--colored a {
  color: inherit;
  text-decoration: underline;
}
.blog-item--white {
  color: white;
}

.downloads__container {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 4rem;
}
.downloads__container [class*=col-] + [class*=col-] {
  margin-top: 30px;
  margin-top: 3rem;
}
.downloads__entry-container {
  margin-top: 40px;
  margin-top: 4rem;
}
.downloads__categories {
  display: flex;
}
.downloads__category, .downloads__categoryxx {
  flex: 1 0 auto;
  background-color: #eceae4;
  color: #7b7b6b;
  padding: 14px 10px;
  padding: 1.4rem 1rem;
  font-size: 18px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  display: block;
}
.downloads__category:first-child, .downloads__categoryxx:first-child {
  margin-right: 2px;
}
.downloads__category:hover, .downloads__categoryxx:hover {
  color: #212121;
}
.downloads__category--active, .downloads__categoryxx--active {
  background-color: #b3ab98;
  color: #212121;
}
.downloads__subcategories {
  display: none;
}
.downloads__subcategories--active {
  display: flex;
  border-bottom: 1px solid #b3ab98;
}
.downloads__subcategory {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 120%;
  font-weight: 300;
  margin-block: 0;
  color: #7b7b6b;
  padding: 13px 0;
  padding: 1.3rem 0;
  cursor: pointer;
}
.downloads__subcategory:not(:last-child) {
  margin-right: 30px;
  margin-right: 3rem;
}
.downloads__subcategory:not(.downloads__subcategory--active):hover {
  border-bottom: 5px solid #d8d5ca;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}
.downloads__subcategory--active {
  color: #212121;
  border-bottom: 5px solid #b3ab98;
  padding-bottom: 8px;
  padding-bottom: 0.8rem;
}
.downloads__img {
  width: 100%;
  height: auto;
}
.downloads__title {
  font-size: 28px;
  line-height: 120%;
  font-weight: 700;
}
.downloads__title > h1 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.downloads__link:link, .downloads__link:visited {
  color: #212121;
}
.downloads__link:hover, .downloads__link:active {
  color: #7b7b6b;
}
.downloads__link > h3 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.downloads__content {
  margin-top: 2rem;
}
.downloads__btn {
  margin-top: 2rem;
}
.downloads__price {
  margin-top: 2rem;
}

#downloads-results {
  margin-top: 30px;
  margin-top: 3rem;
}
#downloads-results > div:first-child {
  margin-top: 3rem;
}

.foundation-header__img-cont {
  position: relative;
}
.foundation-header__img {
  display: block;
  width: 100%;
  height: auto;
}

.foundation-content {
  margin-top: 60px;
  margin-top: 6rem;
}

.foundation-rat__img {
  width: 100%;
  height: auto;
}
.foundation-rat__name {
  margin-top: 10px;
  margin-top: 1rem;
}
@media (min-width: 600px) and (max-width: 739px) {
  .foundation-rat__name {
    padding: 0 10px;
    padding: 0 1rem;
  }
}
.foundation-rat__position {
  margin-top: 10px;
  margin-top: 1rem;
}
@media (min-width: 600px) and (max-width: 739px) {
  .foundation-rat__position {
    padding: 0 10px;
    padding: 0 1rem;
  }
}

.foundation-inhalt {
  margin-top: 60px;
  margin-top: 6rem;
}

.home-content {
  margin-top: 48px;
  margin-top: 4.8rem;
}
.home-teaser {
  margin-top: 60px;
  margin-top: 6rem;
}
@media (min-width: 740px) {
  .home-teaser {
    margin-top: 100px;
    margin-top: 10rem;
  }
}
.home-teaser__item {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}
.home-teaser__img {
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.home-teaser__title {
  width: 100%;
  background-color: #d8d5ca;
  color: black;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 0;
  margin-top: 5px;
}
.home-teaser__title--mob {
  margin-top: 0 !important;
  display: none;
  letter-spacing: 0.05em;
}
@media (min-width: 340px) and (max-width: 1199px) {
  .home-teaser__title--mob {
    display: block;
  }
}
@media (min-width: 340px) and (max-width: 599px) {
  .home-teaser__title--mob {
    font-size: 20px;
  }
}
.home-teaser__title h2 {
  letter-spacing: 0.05em;
}
@media (min-width: 340px) and (max-width: 1199px) {
  .home-teaser__title h2 {
    display: none;
  }
}

.home-coach {
  margin-top: 60px;
  margin-top: 6rem;
}
@media (min-width: 740px) {
  .home-coach {
    margin-top: 80px;
    margin-top: 8rem;
  }
}

.home-news {
  margin-top: 60px;
  margin-top: 6rem;
}
@media (min-width: 740px) {
  .home-news {
    margin-top: 100px;
    margin-top: 10rem;
  }
}

.page-home .site-content {
  padding-bottom: 0;
}

.page--imprint:after,
.page--imprint p:after {
  content: "";
  display: table;
  clear: both;
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
}
@media (min-width: 600px) {
  .page--imprint .left {
    clear: left;
    width: 200px;
    width: 20rem;
    float: left;
    margin-right: 20px;
    margin-right: 2rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.imprint-intro {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.imprint-disclaimer {
  padding-top: 24px;
  padding-top: 2.4rem;
}

@media (min-width: 980px) {
  .imprint-data {
    width: 47.8260869565%;
    float: left;
    margin-right: 4.347826087%;
  }

  .imprint-disclaimer {
    width: 47.8260869565%;
    float: right;
    margin-right: 0;
    padding-top: 0;
  }
}
.news-overview-entries {
  margin-top: 24px;
  margin-top: 2.4rem;
}
.news-overview-entries:after {
  content: "";
  display: table;
  clear: both;
}

.page--news-details {
  /*
      .news-entry__images {
          @include margin-top($base-line-height);

          a {
              display: block;
              @include margin-bottom($base-line-height / 2);
          }
      }

      @include bp-max(md) {
          .news-entry__text {
          @include margin-bottom($base-line-height);
          }
      }

      @include bp-both(xs, md) {
          .news-entry__images {
          > a {
              @include gallery(3 of 9);
          }
          }
      }

      @include bp-both(md, lg) {
          .news-entry__text {
              @include span(4 of 6);
          }

          .news-entry__images {
              @include span(2 of 6 last);
          }
      }

      @include bp(lg) {
          .news-entry__text {
              @include span($golden-big of 12);
              padding-right: 20px;
          }

          .news-entry__images {
              @include span($golden-small of 12 last);
          }
      }
  */
}
.page--news-details .container, .page--news-details .site-search {
  max-width: 790px;
}
.page--news-details .news-entry:after {
  content: "";
  display: table;
  clear: both;
}

.news-entry {
  margin-bottom: 35px;
  margin-bottom: 3.5rem;
}
@media (min-width: 740px) {
  .news-entry {
    margin-bottom: 55px;
    margin-bottom: 5.5rem;
  }
}
.news-entry__image {
  position: relative;
}
.news-entry__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 0 #d8d5ca;
  transition: box-shadow 0.3s;
  pointer-events: none;
}
.news-entry__text {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.news-entry__title {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.news-entry__begin {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.news-entry__teaser {
  margin: 25px 0 30px;
  margin: 2.5rem 0 3rem;
}
.news-entry:hover .news-entry__title {
  text-decoration: underline;
}
.news-entry:hover .news-entry__image:after {
  box-shadow: inset 0 0 0 10px #d8d5ca;
}

.more-btn-wrap {
  text-align: center;
}
@media (min-width: 980px) {
  .more-btn-wrap {
    text-align: right;
  }
}

.newsletter-subscriber-intro {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.order-customer-data {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}
.order-customer-data:after {
  content: "";
  display: table;
  clear: both;
}
.order-customer-data:after {
  content: "";
  display: table;
  clear: both;
}
.order-customer-data > .col {
  margin-bottom: 24px;
}
.order-customer-data > .col:last-child {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .order-customer-data > .col {
    width: 47.8260869565%;
    float: left;
  }
  .order-customer-data > .col:nth-child(2n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .order-customer-data > .col:nth-child(2n+2) {
    margin-left: 52.1739130435%;
    margin-right: -100%;
    clear: none;
  }
  .order-customer-data > .col:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .order-customer-data > .col {
    width: 31.4285714286%;
    float: left;
  }
  .order-customer-data > .col:nth-child(3n+1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .order-customer-data > .col:nth-child(3n+2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .order-customer-data > .col:nth-child(3n+3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .order-customer-data > .col:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.order-cart {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.order-message {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
}

.order-button {
  text-align: right;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  margin-top: 2rem;
}

.partner {
  width: 100%;
  padding: 0 30px;
  padding: 0 3rem;
  margin-top: 40px;
  margin-top: 4rem;
}
@media (min-width: 600px) {
  .partner {
    width: 50%;
  }
}
@media (min-width: 740px) {
  .partner {
    width: 33.3333%;
  }
}
@media (min-width: 980px) {
  .partner {
    width: 25%;
  }
}
.partner img {
  display: block;
  margin: 0 auto;
}

.search-content {
  margin-top: 24px;
  margin-top: 2.4rem;
}
.search-content .livesearch__list {
  margin-top: 12px;
  margin-top: 1.2rem;
}

.search-section + .search-section {
  margin-top: 24px;
  margin-top: 2.4rem;
}

@media (min-width: 600px) {
  .sitemap__cont {
    display: flex;
  }
}
.sitemap__cont ul {
  margin: 0;
  padding: 0 0 0 40px;
  padding: 0 0 0 4rem;
}
.sitemap__cont ul li {
  margin: 5px 0;
  margin: 0.5rem 0;
}
.sitemap__cont ul li a {
  line-height: 20px;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .sitemap__address {
    width: 30%;
    align-self: center;
  }
}
@media (max-width: 599px) {
  .sitemap__list {
    margin-top: 30px;
    margin-top: 3rem;
  }
}
@media (min-width: 600px) {
  .sitemap__list {
    flex: 1;
    padding-left: 40px;
    padding-left: 4rem;
  }
}
.sitemap__list > ul {
  margin-top: 15px;
  margin-top: 1.5rem;
}

.training {
  margin-top: 4rem;
}
.training__info {
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
}
.training__description {
  margin-top: 20px;
  margin-top: 2rem;
}
.training__image {
  margin-top: 30px;
  margin-top: 3rem;
}
.training__siegel-cont {
  align-self: flex-end;
}
.training__siegel-text {
  margin-top: 10px;
  margin-top: 1rem;
}
.training__bg {
  background-color: #d8d5ca;
  padding: 20px;
  padding: 2rem;
}
.training__bg-title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
}
.training__bg-content {
  margin-top: 20px;
  margin-top: 2rem;
}
.training__file-cont {
  display: flex;
  align-items: center;
}
.training__pdf-icon {
  width: 6rem;
  min-width: 6rem;
  height: 6rem;
}
.training__pdf {
  flex: 1;
  margin-left: 10px;
  margin-left: 1rem;
  word-break: break-all;
}
.training__btn {
  margin-top: 20px;
  margin-top: 2rem;
}
.training__more-btn {
  margin: 40px auto 0;
  margin: 4rem auto 0;
}
.training p + *,
.training * + p {
  margin: 30px 0 0;
  margin: 3rem 0 0;
}
.training__location-details p + *,
.training__location-details * + p {
  margin-top: 1rem;
}

.page--training-details [class*=col-] + [class*=col-] {
  margin: 30px 0 0;
  margin: 3rem 0 0;
}

.training-categories {
  display: flex;
  flex-wrap: wrap;
}
.training-categories__item {
  width: 100%;
  background-color: #d8d5ca;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
@media (min-width: 340px) {
  .training-categories__item {
    width: 49.6%;
    margin-bottom: 20px;
    margin-bottom: 2rem;
  }
  .training-categories__item:not(:nth-child(2n)) {
    margin-right: 2px;
    margin-right: 0.2rem;
  }
}
@media (min-width: 600px) {
  .training-categories__item {
    width: 32.9%;
  }
  .training-categories__item:not(:nth-child(3n)) {
    margin-right: 2px;
    margin-right: 0.2rem;
  }
}
@media (min-width: 980px) {
  .training-categories__item {
    width: 24.6%;
  }
  .training-categories__item:not(:last-child) {
    margin-right: 2px;
    margin-right: 0.2rem;
  }
}
.training-categories__item--inactive {
  cursor: unset;
}
.training-categories__item--inactive .training-categories__title:hover {
  color: #7b7b6b;
}
.training-categories__item--active .training-categories__title {
  color: #212121;
}
.training-categories__title {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7b7b6b;
  padding: 0 10px;
  padding: 0 1rem;
}
@media (max-width: 339px) {
  .training-categories__title {
    line-height: 40px;
  }
}
@media (min-width: 340px) {
  .training-categories__title {
    padding: 7px 10px;
    padding: 0.7rem 1rem;
  }
}
.training-categories__title:hover {
  color: #212121;
}
.training-categories__title--active {
  background-color: #b3ab98;
  color: #212121;
}
.training-categories__icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  fill: currentColor;
}

.page--training-overview [class*=col-] + [class*=col-] {
  margin: 60px 0 0;
  margin: 6rem 0 0;
}
@media (max-width: 599px) {
  .page--training-overview [class*=col-sm-5] + [class*=col-sm-7] {
    margin: 20px 0 0;
    margin: 2rem 0 0;
  }
}

.training-entry__filter {
  background-color: #eceae4;
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .training-entry__filter {
    max-width: 450px;
  }
}
.training-entry__filter:not(:first-of-type) {
  margin-top: 5px;
  margin-top: 0.5rem;
}
.training-entry__img {
  margin-top: 10px;
  margin-top: 1rem;
}
.training-entry__date {
  font-size: 20px;
  font-weight: 300;
  line-height: 110%;
}
@media (min-width: 600px) {
  .training-entry__date {
    padding: 5px 0 6px;
    padding: 0.5rem 0 0.6rem;
  }
}
.training-entry__name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 2rem;
}
.training-entry__text {
  margin-top: 20px;
  margin-top: 2rem;
}
.training-entry__btn {
  margin-top: 20px;
  margin-top: 2rem;
}

.training-archive__item {
  padding-top: 20px;
  padding-top: 2rem;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-top: 1px solid #d8d5ca;
}
.training-archive__title {
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
  color: #7b7b6b;
}
.training-archive__date {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  margin-top: 10px;
  margin-top: 1rem;
}
.training-archive__image {
  margin-top: 15px;
  margin-top: 1.5rem;
}
.training-archive__pdf-icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  fill: currentColor;
  margin-right: 10px;
  margin-right: 1rem;
}
.training-archive__link {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  margin-top: 1.5rem;
}
.training-archive__link:link, .training-archive__link:visited {
  color: #212121;
}
.training-archive__link:hover {
  color: #7b7b6b;
}

.training-day {
  margin-top: 3.6rem;
}
.training-day + hr {
  margin-top: 3.6rem;
}
.training-day__description {
  margin-bottom: 2rem;
}
.training-day__description p + *,
.training-day__description * + p {
  margin-top: 1.2rem;
}
.training-day__grid {
  display: grid;
  grid-template-columns: min-content 1fr 1fr;
}
@media (min-width: 600px) {
  .training-day__grid {
    grid-template-columns: 14rem 2fr 1fr;
    gap: 2rem;
  }
}
.training-day__header {
  background-color: #eceae4;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .training-day__header {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.training-day__header-time, .training-day__header-title, .training-day__header-speaker, .training-day__time, .training-day__title, .training-day__speaker {
  padding: 0.6rem 1.2rem;
}
@media (max-width: 599px) {
  .training-day__header-title, .training-day__header-speaker {
    word-break: break-word;
  }
}
.training-day__item {
  border-bottom: 1px solid #b3ab98;
}
.training-day__item + .training-day__subtitle {
  margin-top: 3rem;
}
.training-day__register {
  margin-top: 1.6rem;
}

.training-more-info {
  margin-top: 4.8rem;
}

.init-hide {
  display: none;
}

.training-form__external-registration-link {
  margin-top: 3.2rem;
}
.training-form__register-box {
  margin-top: 3rem;
}

.section-mb {
  margin-bottom: 3.6rem;
}

.module__categories {
  display: none;
}
@media (min-width: 600px) {
  .module__categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-top: 2rem;
  }
}
.module__category {
  display: flex;
  flex-direction: column;
  color: #212121;
  cursor: pointer;
}
@media (max-width: 739px) {
  .module__category:not(:last-child) {
    margin-bottom: 30px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 600px) {
  .module__category {
    width: 49%;
  }
}
@media (min-width: 740px) {
  .module__category {
    width: 19%;
  }
}
.module__category:hover {
  background-color: #d8d5ca;
}
.module__category:hover .module__img {
  box-shadow: inset 10px 0 0 #d8d5ca, inset 0 10px 0 #d8d5ca, inset -10px 0 0 #d8d5ca, inset 0 -5px 0 #d8d5ca;
}
.module__category:active, .module__category:visited {
  color: #212121;
}
.module__category--active {
  background-color: #b3ab98 !important;
}
.module__category--active .module__img {
  box-shadow: inset 10px 0 0 #b3ab98, inset 0 10px 0 #b3ab98, inset -10px 0 0 #b3ab98, inset 0 -5px 0 #b3ab98 !important;
}
.module__category--active .module__category-title {
  background-color: #b3ab98;
}
.module__img {
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.module__category-title {
  flex: 1;
  margin-top: 5px;
  margin-top: 0.5rem;
  padding: 7px 10px;
  padding: 0.7rem 1rem;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  background-color: #d8d5ca;
  min-height: 50px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  display: flex;
  align-items: center;
  text-align: left;
}

.page--vitamincoach-details table {
  display: block;
  height: auto !important;
  width: 610px;
  overflow: auto;
  white-space: nowrap;
}
@media (min-width: 600px) {
  .page--vitamincoach-details table {
    display: table;
    width: 100%;
    white-space: unset;
  }
}
.page--vitamincoach-details table tr td {
  background-color: #d8d5ca;
  border-top: none;
  border-left: none;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
}
.page--vitamincoach-details table tr td:not(:first-child) {
  background-color: #eceae4;
}

#vitamincoach-category {
  width: 100%;
}

@media (min-width: 600px) {
  .vitamincoach--mobile {
    display: none;
  }
}

::-moz-selection {
  background-color: #0e80aa;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #0e80aa;
  color: white;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-size: 62.5%;
}

:root {
  --bf-main-color: #b4ab95;
  --bf-mint: #c9dfab;
  --bf-lime: #afc21b;
  --bf-orange: #f5a700;
  --bf-peach: #ec905c;
  --bf-red: #de5a54;
  --bf-purple: #522648;
  --bf-lila: #c19ac5;
  --bf-warm-grey: #d6ccc2;
  --bf-brown: #64564a;
  --bf-green: #91bb7c;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(216, 213, 202, 0.5);
}

body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

body.user-is-tabbing *:focus {
  outline: 3px solid #0e80aa !important;
  /* for non-webkit browsers */
  outline: 3px auto -webkit-focus-ring-color !important;
}

html,
button,
input,
select,
textarea {
  color: #212121;
}

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: 20px 0 0;
  margin: 2rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.visually-hidden,
.hidden {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* shop_payment_payone_cc */
.error-box, .error-box-small {
  background-color: #ec3b27;
  color: white;
  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;
}

.btn--square.cart-remove.tooltip,
.btn--square.cart-reload.tooltip {
  position: relative;
  margin-top: 5px;
  margin-left: 5px;
}
.btn--square.cart-remove.tooltip svg.icon,
.btn--square.cart-reload.tooltip svg.icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero--viewer p strong {
  font-weight: 600 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .site-newsletter-box .newsletter-box__privacy-text .col-xs-12 {
    flex: none !important;
  }
}
.print-block,
.print-inline {
  display: none;
}
/*# sourceMappingURL=maps/screen.css.map */
