/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/app/themes/kfi-theme/dist/vendor/ajax-loader_c5cd7f53.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);
    src: url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=?#iefix) format('embedded-opentype'), url(data:application/font-woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format('woff'), url(data:application/x-font-ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format('truetype'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtZXRhZGF0YT5HZW5lcmF0ZWQgYnkgRm9udGFzdGljLm1lPC9tZXRhZGF0YT4KPGRlZnM+Cjxmb250IGlkPSJzbGljayIgaG9yaXotYWR2LXg9IjUxMiI+Cjxmb250LWZhY2UgZm9udC1mYW1pbHk9InNsaWNrIiB1bml0cy1wZXItZW09IjUxMiIgYXNjZW50PSI0ODAiIGRlc2NlbnQ9Ii0zMiIvPgo8bWlzc2luZy1nbHlwaCBob3Jpei1hZHYteD0iNTEyIiAvPgoKPGdseXBoIHVuaWNvZGU9IiYjODU5NDsiIGQ9Ik0yNDEgMTEzbDEzMCAxMzBjNCA0IDYgOCA2IDEzIDAgNS0yIDktNiAxM2wtMTMwIDEzMGMtMyAzLTcgNS0xMiA1LTUgMC0xMC0yLTEzLTVsLTI5LTMwYy00LTMtNi03LTYtMTIgMC01IDItMTAgNi0xM2w4Ny04OC04Ny04OGMtNC0zLTYtOC02LTEzIDAtNSAyLTkgNi0xMmwyOS0zMGMzLTMgOC01IDEzLTUgNSAwIDkgMiAxMiA1eiBtMjM0IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODU5MjsiIGQ9Ik0yOTYgMTEzbDI5IDMwYzQgMyA2IDcgNiAxMiAwIDUtMiAxMC02IDEzbC04NyA4OCA4NyA4OGM0IDMgNiA4IDYgMTMgMCA1LTIgOS02IDEybC0yOSAzMGMtMyAzLTggNS0xMyA1LTUgMC05LTItMTItNWwtMTMwLTEzMGMtNC00LTYtOC02LTEzIDAtNSAyLTkgNi0xM2wxMzAtMTMwYzMtMyA3LTUgMTItNSA1IDAgMTAgMiAxMyA1eiBtMTc5IDE0M2MwLTQwLTktNzctMjktMTEwLTIwLTM0LTQ2LTYwLTgwLTgwLTMzLTIwLTcwLTI5LTExMC0yOS00MCAwLTc3IDktMTEwIDI5LTM0IDIwLTYwIDQ2LTgwIDgwLTIwIDMzLTI5IDcwLTI5IDExMCAwIDQwIDkgNzcgMjkgMTEwIDIwIDM0IDQ2IDYwIDgwIDgwIDMzIDIwIDcwIDI5IDExMCAyOSA0MCAwIDc3LTkgMTEwLTI5IDM0LTIwIDYwLTQ2IDgwLTgwIDIwLTMzIDI5LTcwIDI5LTExMHoiLz4KPGdseXBoIHVuaWNvZGU9IiYjODIyNjsiIGQ9Ik00NzUgMjU2YzAtNDAtOS03Ny0yOS0xMTAtMjAtMzQtNDYtNjAtODAtODAtMzMtMjAtNzAtMjktMTEwLTI5LTQwIDAtNzcgOS0xMTAgMjktMzQgMjAtNjAgNDYtODAgODAtMjAgMzMtMjkgNzAtMjkgMTEwIDAgNDAgOSA3NyAyOSAxMTAgMjAgMzQgNDYgNjAgODAgODAgMzMgMjAgNzAgMjkgMTEwIDI5IDQwIDAgNzctOSAxMTAtMjkgMzQtMjAgNjAtNDYgODAtODAgMjAtMzMgMjktNzAgMjktMTEweiIvPgo8Z2x5cGggdW5pY29kZT0iJiM5NzsiIGQ9Ik00NzUgNDM5bDAtMTI4YzAtNS0xLTktNS0xMy00LTQtOC01LTEzLTVsLTEyOCAwYy04IDAtMTMgMy0xNyAxMS0zIDctMiAxNCA0IDIwbDQwIDM5Yy0yOCAyNi02MiAzOS0xMDAgMzktMjAgMC0zOS00LTU3LTExLTE4LTgtMzMtMTgtNDYtMzItMTQtMTMtMjQtMjgtMzItNDYtNy0xOC0xMS0zNy0xMS01NyAwLTIwIDQtMzkgMTEtNTcgOC0xOCAxOC0zMyAzMi00NiAxMy0xNCAyOC0yNCA0Ni0zMiAxOC03IDM3LTExIDU3LTExIDIzIDAgNDQgNSA2NCAxNSAyMCA5IDM4IDIzIDUxIDQyIDIgMSA0IDMgNyAzIDMgMCA1LTEgNy0zbDM5LTM5YzItMiAzLTMgMy02IDAtMi0xLTQtMi02LTIxLTI1LTQ2LTQ1LTc2LTU5LTI5LTE0LTYwLTIwLTkzLTIwLTMwIDAtNTggNS04NSAxNy0yNyAxMi01MSAyNy03MCA0Ny0yMCAxOS0zNSA0My00NyA3MC0xMiAyNy0xNyA1NS0xNyA4NSAwIDMwIDUgNTggMTcgODUgMTIgMjcgMjcgNTEgNDcgNzAgMTkgMjAgNDMgMzUgNzAgNDcgMjcgMTIgNTUgMTcgODUgMTcgMjggMCA1NS01IDgxLTE1IDI2LTExIDUwLTI2IDcwLTQ1bDM3IDM3YzYgNiAxMiA3IDIwIDQgOC00IDExLTkgMTEtMTd6Ii8+CjwvZm9udD48L2RlZnM+PC9zdmc+Cg==#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  left: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;

    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}
@charset "UTF-8";

/** Import everything from autoload */

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 480px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1000px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 114, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 123, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 129, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 136, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 178, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 217, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 285, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 296, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 319, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 330, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 378, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 414, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 449, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 467, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 476, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

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

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

h5,
.h5 {
  font-size: 1.25rem;
}

/* line 21, node_modules/bootstrap/scss/_type.scss */

h6,
.h6 {
  font-size: 1rem;
}

/* line 23, node_modules/bootstrap/scss/_type.scss */

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

/* line 73, node_modules/bootstrap/scss/_type.scss */

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

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
.comment-list {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 92, node_modules/bootstrap/scss/_type.scss */

.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

.img-fluid,
.wp-caption img {
  max-width: 100%;
  height: auto;
}

/* line 14, node_modules/bootstrap/scss/_images.scss */

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 480px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 1000px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1280px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */

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

/* line 55, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */

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

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  order: -1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  order: 13;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  order: 0;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  order: 1;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  order: 2;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  order: 3;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  order: 4;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  order: 5;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  order: 6;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  order: 7;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  order: 8;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  order: 9;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  order: 10;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  order: 11;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  order: 12;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 480px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 768px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1000px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1280px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 1px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 999.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1279.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, node_modules/bootstrap/scss/_forms.scss */

input[type="date"].form-control,
.comment-form input[type="date"][type="text"],
.comment-form input[type="date"][type="email"],
.comment-form input[type="date"][type="url"],
.search-form input.search-field[type="date"],
input[type="time"].form-control,
.comment-form input[type="time"][type="text"],
.comment-form input[type="time"][type="email"],
.comment-form input[type="time"][type="url"],
.search-form input.search-field[type="time"],
input[type="datetime-local"].form-control,
.comment-form input[type="datetime-local"][type="text"],
.comment-form input[type="datetime-local"][type="email"],
.comment-form input[type="datetime-local"][type="url"],
.search-form input.search-field[type="datetime-local"],
input[type="month"].form-control,
.comment-form input[type="month"][type="text"],
.comment-form input[type="month"][type="email"],
.comment-form input[type="month"][type="url"],
.search-form input.search-field[type="month"] {
  appearance: none;
}

/* line 67, node_modules/bootstrap/scss/_forms.scss */

select.form-control:-moz-focusring,
.search-form select.search-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 105, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 112, node_modules/bootstrap/scss/_forms.scss */

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 125, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
.search-form select.search-field[size],
select.form-control[multiple],
.search-form select.search-field[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.comment-form textarea,
.search-form textarea.search-field {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */

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

/* line 205, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:valid,
.was-validated .search-form select.search-field:valid,
.search-form .was-validated select.search-field:valid,
select.form-control.is-valid,
.search-form select.is-valid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.search-form .was-validated textarea.search-field:valid,
textarea.form-control.is-valid,
.comment-form textarea.is-valid,
.search-form textarea.is-valid.search-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:invalid,
.was-validated .search-form select.search-field:invalid,
.search-form .was-validated select.search-field:invalid,
select.form-control.is-invalid,
.search-form select.is-invalid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated textarea.form-control:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.search-form .was-validated textarea.search-field:invalid,
textarea.form-control.is-invalid,
.comment-form textarea.is-invalid,
.search-form textarea.is-invalid.search-field {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 275, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
.search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 480px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */

  .form-inline label,
  .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 297, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 306, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 313, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  /* line 317, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  /* line 324, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check,
  .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 331, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 339, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control,
  .search-form .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 343, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .comment-form input[type="submit"],
  .search-form .search-submit {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */

.btn:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

.collapse:not(.show) {
  display: none;
}

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing.width {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1000px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1280px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu.show {
  display: block;
}

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.comment-form .input-group > .form-control-plaintext + input[type="text"],
.comment-form .input-group > .form-control-plaintext + input[type="email"],
.comment-form .input-group > .form-control-plaintext + input[type="url"],
.comment-form .input-group > .form-control-plaintext + textarea,
.search-form .input-group > .form-control-plaintext + .search-field,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, node_modules/bootstrap/scss/_input-group.scss */

.input-group:not(.has-validation) > .form-control:not(:last-child),
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="text"],
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="email"],
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="url"],
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.search-form .input-group:not(.has-validation) > .search-field:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="text"],
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="email"],
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="url"],
.comment-form .input-group.has-validation > textarea:nth-last-child(n + 3),
.search-form .input-group.has-validation > .search-field:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

/* line 96, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus {
  z-index: 3;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

/* line 109, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -1px;
}

/* line 110, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -1px;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 134, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control:not(textarea),
.comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control:not(textarea),
.comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

/* line 193, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > input[type="submit"],
.search-form .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .search-submit,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

/* line 122, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 361, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

/* line 448, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

/* line 477, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link,
.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.banner .nav a:hover,
.nav-link:focus,
.banner .nav a:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled,
.banner .nav a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link,
.nav-tabs .banner .nav a,
.banner .nav .nav-tabs a {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav a:hover,
.banner .nav .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav a:focus,
.banner .nav .nav-tabs a:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav a.disabled,
.banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav a.active,
.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav li.show .nav-link,
.banner .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link,
.nav-pills .banner .nav a,
.banner .nav .nav-pills a {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

/* line 84, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .banner .nav a.active,
.banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #007bff;
}

/* line 97, node_modules/bootstrap/scss/_nav.scss */

.nav-fill > .nav-link,
.banner .nav .nav-fill > a,
.nav-fill .nav-item,
.nav-fill .banner .nav li,
.banner .nav .nav-fill li {
  flex: 1 1 auto;
  text-align: center;
}

/* line 105, node_modules/bootstrap/scss/_nav.scss */

.nav-justified > .nav-link,
.banner .nav .nav-justified > a,
.nav-justified .nav-item,
.nav-justified .banner .nav li,
.banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 119, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .tab-pane {
  display: none;
}

/* line 122, node_modules/bootstrap/scss/_nav.scss */

.tab-content > .active {
  display: block;
}

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 78, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link,
.navbar-nav .banner .nav a,
.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 109, node_modules/bootstrap/scss/_navbar.scss */

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 118, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 479.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 480px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 999.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1000px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1279.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

/* line 154, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav a,
.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 241, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav a,
.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

/* line 261, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 266, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

/* line 270, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .nav a,
.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}

/* line 313, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

/* line 322, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 31, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 39, node_modules/bootstrap/scss/_card.scss */

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */

.card-title {
  margin-bottom: 0.75rem;
}

/* line 60, node_modules/bootstrap/scss/_card.scss */

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 65, node_modules/bootstrap/scss/_card.scss */

.card-text:last-child {
  margin-bottom: 0;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */

.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 83, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 111, node_modules/bootstrap/scss/_card.scss */

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 118, node_modules/bootstrap/scss/_card.scss */

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 124, node_modules/bootstrap/scss/_card.scss */

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

/* line 134, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

/* line 141, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 146, node_modules/bootstrap/scss/_card.scss */

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

/* line 155, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 165, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  /* line 192, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 197, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 204, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 207, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 212, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 219, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 222, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 227, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 480px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 254, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */

.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 46, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */

  .badge {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 480px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

.alert-link {
  font-weight: 700;
}

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #9fcdff;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #002752;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #202326;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #0b2e13;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #062c33;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #533f03;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link {
  color: #491217;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #686868;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b9bbbe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

/* line 38, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

/* line 21, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 480px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1000px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1280px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
  display: none;
}

/* line 33, node_modules/bootstrap/scss/_toasts.scss */

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 83, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

/* line 125, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 164, node_modules/bootstrap/scss/_modal.scss */

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

/* line 173, node_modules/bootstrap/scss/_modal.scss */

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

/* line 185, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 480px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  /* line 210, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  /* line 215, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  /* line 218, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }

  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 1000px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1280px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev {
  left: 0;
}

/* line 120, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next {
  right: 0;
}

/* line 128, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 190, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 60, node_modules/bootstrap/scss/_spinners.scss */

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-danger {
  background-color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-primary {
  border-color: #007bff !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-circle {
  border-radius: 50% !important;
}

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 480px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1000px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1280px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 480px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1000px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1280px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 480px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 1000px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 1280px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-auto {
  user-select: auto !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

.user-select-none {
  user-select: none !important;
}

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

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

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 480px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-md-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1000px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-lg-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-lg-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1280px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-3 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-5 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-3 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xl-5 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n3 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-n5 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center {
  text-align: center !important;
}

@media (min-width: 480px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 1000px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #007bff !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #6c757d !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #343a40 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 58, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 83, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 1000px !important;
  }

  /* line 86, node_modules/bootstrap/scss/_print.scss */

  .container {
    min-width: 1000px !important;
  }

  /* line 91, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 94, node_modules/bootstrap/scss/_print.scss */

  .badge {
    border: 1px solid #000;
  }

  /* line 98, node_modules/bootstrap/scss/_print.scss */

  .table {
    border-collapse: collapse !important;
  }

  /* line 101, node_modules/bootstrap/scss/_print.scss */

  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 114, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 125, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_674f50d2.eot);
  src: url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_674f50d2.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_af7ae505.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_fee66e71.woff) format("woff"), url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_b06871f2.ttf) format("truetype"), url(/app/themes/kfi-theme/dist/vendor/fontawesome-webfont_912ec66d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, node_modules/font-awesome/scss/_core.scss */

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

/* line 5, node_modules/font-awesome/scss/_larger.scss */

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, node_modules/font-awesome/scss/_larger.scss */

.fa-2x {
  font-size: 2em;
}

/* line 11, node_modules/font-awesome/scss/_larger.scss */

.fa-3x {
  font-size: 3em;
}

/* line 12, node_modules/font-awesome/scss/_larger.scss */

.fa-4x {
  font-size: 4em;
}

/* line 13, node_modules/font-awesome/scss/_larger.scss */

.fa-5x {
  font-size: 5em;
}

/* line 3, node_modules/font-awesome/scss/_fixed-width.scss */

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, node_modules/font-awesome/scss/_list.scss */

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

/* line 8, node_modules/font-awesome/scss/_list.scss */

.fa-ul > li {
  position: relative;
}

/* line 10, node_modules/font-awesome/scss/_list.scss */

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, node_modules/font-awesome/scss/_list.scss */

.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa-pull-left {
  float: left;
}

/* line 11, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa-pull-right {
  float: right;
}

/* line 14, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */

/* line 19, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-right {
  float: right;
}

/* line 20, node_modules/font-awesome/scss/_bordered-pulled.scss */

.pull-left {
  float: left;
}

/* line 23, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-left {
  margin-right: .3em;
}

/* line 24, node_modules/font-awesome/scss/_bordered-pulled.scss */

.fa.pull-right {
  margin-left: .3em;
}

/* line 4, node_modules/font-awesome/scss/_animated.scss */

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, node_modules/font-awesome/scss/_animated.scss */

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, node_modules/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, node_modules/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, node_modules/font-awesome/scss/_rotated-flipped.scss */

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, node_modules/font-awesome/scss/_rotated-flipped.scss */

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, node_modules/font-awesome/scss/_rotated-flipped.scss */

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, node_modules/font-awesome/scss/_rotated-flipped.scss */

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, node_modules/font-awesome/scss/_stacked.scss */

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, node_modules/font-awesome/scss/_stacked.scss */

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, node_modules/font-awesome/scss/_stacked.scss */

.fa-stack-1x {
  line-height: inherit;
}

/* line 19, node_modules/font-awesome/scss/_stacked.scss */

.fa-stack-2x {
  font-size: 2em;
}

/* line 20, node_modules/font-awesome/scss/_stacked.scss */

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/* line 4, node_modules/font-awesome/scss/_icons.scss */

.fa-glass:before {
  content: "";
}

/* line 5, node_modules/font-awesome/scss/_icons.scss */

.fa-music:before {
  content: "";
}

/* line 6, node_modules/font-awesome/scss/_icons.scss */

.fa-search:before {
  content: "";
}

/* line 7, node_modules/font-awesome/scss/_icons.scss */

.fa-envelope-o:before {
  content: "";
}

/* line 8, node_modules/font-awesome/scss/_icons.scss */

.fa-heart:before {
  content: "";
}

/* line 9, node_modules/font-awesome/scss/_icons.scss */

.fa-star:before {
  content: "";
}

/* line 10, node_modules/font-awesome/scss/_icons.scss */

.fa-star-o:before {
  content: "";
}

/* line 11, node_modules/font-awesome/scss/_icons.scss */

.fa-user:before {
  content: "";
}

/* line 12, node_modules/font-awesome/scss/_icons.scss */

.fa-film:before {
  content: "";
}

/* line 13, node_modules/font-awesome/scss/_icons.scss */

.fa-th-large:before {
  content: "";
}

/* line 14, node_modules/font-awesome/scss/_icons.scss */

.fa-th:before {
  content: "";
}

/* line 15, node_modules/font-awesome/scss/_icons.scss */

.fa-th-list:before {
  content: "";
}

/* line 16, node_modules/font-awesome/scss/_icons.scss */

.fa-check:before {
  content: "";
}

/* line 17, node_modules/font-awesome/scss/_icons.scss */

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 20, node_modules/font-awesome/scss/_icons.scss */

.fa-search-plus:before {
  content: "";
}

/* line 21, node_modules/font-awesome/scss/_icons.scss */

.fa-search-minus:before {
  content: "";
}

/* line 22, node_modules/font-awesome/scss/_icons.scss */

.fa-power-off:before {
  content: "";
}

/* line 23, node_modules/font-awesome/scss/_icons.scss */

.fa-signal:before {
  content: "";
}

/* line 24, node_modules/font-awesome/scss/_icons.scss */

.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 26, node_modules/font-awesome/scss/_icons.scss */

.fa-trash-o:before {
  content: "";
}

/* line 27, node_modules/font-awesome/scss/_icons.scss */

.fa-home:before {
  content: "";
}

/* line 28, node_modules/font-awesome/scss/_icons.scss */

.fa-file-o:before {
  content: "";
}

/* line 29, node_modules/font-awesome/scss/_icons.scss */

.fa-clock-o:before {
  content: "";
}

/* line 30, node_modules/font-awesome/scss/_icons.scss */

.fa-road:before {
  content: "";
}

/* line 31, node_modules/font-awesome/scss/_icons.scss */

.fa-download:before {
  content: "";
}

/* line 32, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 33, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 34, node_modules/font-awesome/scss/_icons.scss */

.fa-inbox:before {
  content: "";
}

/* line 35, node_modules/font-awesome/scss/_icons.scss */

.fa-play-circle-o:before {
  content: "";
}

/* line 36, node_modules/font-awesome/scss/_icons.scss */

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 38, node_modules/font-awesome/scss/_icons.scss */

.fa-refresh:before {
  content: "";
}

/* line 39, node_modules/font-awesome/scss/_icons.scss */

.fa-list-alt:before {
  content: "";
}

/* line 40, node_modules/font-awesome/scss/_icons.scss */

.fa-lock:before {
  content: "";
}

/* line 41, node_modules/font-awesome/scss/_icons.scss */

.fa-flag:before {
  content: "";
}

/* line 42, node_modules/font-awesome/scss/_icons.scss */

.fa-headphones:before {
  content: "";
}

/* line 43, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-off:before {
  content: "";
}

/* line 44, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-down:before {
  content: "";
}

/* line 45, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-up:before {
  content: "";
}

/* line 46, node_modules/font-awesome/scss/_icons.scss */

.fa-qrcode:before {
  content: "";
}

/* line 47, node_modules/font-awesome/scss/_icons.scss */

.fa-barcode:before {
  content: "";
}

/* line 48, node_modules/font-awesome/scss/_icons.scss */

.fa-tag:before {
  content: "";
}

/* line 49, node_modules/font-awesome/scss/_icons.scss */

.fa-tags:before {
  content: "";
}

/* line 50, node_modules/font-awesome/scss/_icons.scss */

.fa-book:before {
  content: "";
}

/* line 51, node_modules/font-awesome/scss/_icons.scss */

.fa-bookmark:before {
  content: "";
}

/* line 52, node_modules/font-awesome/scss/_icons.scss */

.fa-print:before {
  content: "";
}

/* line 53, node_modules/font-awesome/scss/_icons.scss */

.fa-camera:before {
  content: "";
}

/* line 54, node_modules/font-awesome/scss/_icons.scss */

.fa-font:before {
  content: "";
}

/* line 55, node_modules/font-awesome/scss/_icons.scss */

.fa-bold:before {
  content: "";
}

/* line 56, node_modules/font-awesome/scss/_icons.scss */

.fa-italic:before {
  content: "";
}

/* line 57, node_modules/font-awesome/scss/_icons.scss */

.fa-text-height:before {
  content: "";
}

/* line 58, node_modules/font-awesome/scss/_icons.scss */

.fa-text-width:before {
  content: "";
}

/* line 59, node_modules/font-awesome/scss/_icons.scss */

.fa-align-left:before {
  content: "";
}

/* line 60, node_modules/font-awesome/scss/_icons.scss */

.fa-align-center:before {
  content: "";
}

/* line 61, node_modules/font-awesome/scss/_icons.scss */

.fa-align-right:before {
  content: "";
}

/* line 62, node_modules/font-awesome/scss/_icons.scss */

.fa-align-justify:before {
  content: "";
}

/* line 63, node_modules/font-awesome/scss/_icons.scss */

.fa-list:before {
  content: "";
}

/* line 64, node_modules/font-awesome/scss/_icons.scss */

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 66, node_modules/font-awesome/scss/_icons.scss */

.fa-indent:before {
  content: "";
}

/* line 67, node_modules/font-awesome/scss/_icons.scss */

.fa-video-camera:before {
  content: "";
}

/* line 68, node_modules/font-awesome/scss/_icons.scss */

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 71, node_modules/font-awesome/scss/_icons.scss */

.fa-pencil:before {
  content: "";
}

/* line 72, node_modules/font-awesome/scss/_icons.scss */

.fa-map-marker:before {
  content: "";
}

/* line 73, node_modules/font-awesome/scss/_icons.scss */

.fa-adjust:before {
  content: "";
}

/* line 74, node_modules/font-awesome/scss/_icons.scss */

.fa-tint:before {
  content: "";
}

/* line 75, node_modules/font-awesome/scss/_icons.scss */

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 77, node_modules/font-awesome/scss/_icons.scss */

.fa-share-square-o:before {
  content: "";
}

/* line 78, node_modules/font-awesome/scss/_icons.scss */

.fa-check-square-o:before {
  content: "";
}

/* line 79, node_modules/font-awesome/scss/_icons.scss */

.fa-arrows:before {
  content: "";
}

/* line 80, node_modules/font-awesome/scss/_icons.scss */

.fa-step-backward:before {
  content: "";
}

/* line 81, node_modules/font-awesome/scss/_icons.scss */

.fa-fast-backward:before {
  content: "";
}

/* line 82, node_modules/font-awesome/scss/_icons.scss */

.fa-backward:before {
  content: "";
}

/* line 83, node_modules/font-awesome/scss/_icons.scss */

.fa-play:before {
  content: "";
}

/* line 84, node_modules/font-awesome/scss/_icons.scss */

.fa-pause:before {
  content: "";
}

/* line 85, node_modules/font-awesome/scss/_icons.scss */

.fa-stop:before {
  content: "";
}

/* line 86, node_modules/font-awesome/scss/_icons.scss */

.fa-forward:before {
  content: "";
}

/* line 87, node_modules/font-awesome/scss/_icons.scss */

.fa-fast-forward:before {
  content: "";
}

/* line 88, node_modules/font-awesome/scss/_icons.scss */

.fa-step-forward:before {
  content: "";
}

/* line 89, node_modules/font-awesome/scss/_icons.scss */

.fa-eject:before {
  content: "";
}

/* line 90, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-left:before {
  content: "";
}

/* line 91, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-right:before {
  content: "";
}

/* line 92, node_modules/font-awesome/scss/_icons.scss */

.fa-plus-circle:before {
  content: "";
}

/* line 93, node_modules/font-awesome/scss/_icons.scss */

.fa-minus-circle:before {
  content: "";
}

/* line 94, node_modules/font-awesome/scss/_icons.scss */

.fa-times-circle:before {
  content: "";
}

/* line 95, node_modules/font-awesome/scss/_icons.scss */

.fa-check-circle:before {
  content: "";
}

/* line 96, node_modules/font-awesome/scss/_icons.scss */

.fa-question-circle:before {
  content: "";
}

/* line 97, node_modules/font-awesome/scss/_icons.scss */

.fa-info-circle:before {
  content: "";
}

/* line 98, node_modules/font-awesome/scss/_icons.scss */

.fa-crosshairs:before {
  content: "";
}

/* line 99, node_modules/font-awesome/scss/_icons.scss */

.fa-times-circle-o:before {
  content: "";
}

/* line 100, node_modules/font-awesome/scss/_icons.scss */

.fa-check-circle-o:before {
  content: "";
}

/* line 101, node_modules/font-awesome/scss/_icons.scss */

.fa-ban:before {
  content: "";
}

/* line 102, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-left:before {
  content: "";
}

/* line 103, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-right:before {
  content: "";
}

/* line 104, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-up:before {
  content: "";
}

/* line 105, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-down:before {
  content: "";
}

/* line 106, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 108, node_modules/font-awesome/scss/_icons.scss */

.fa-expand:before {
  content: "";
}

/* line 109, node_modules/font-awesome/scss/_icons.scss */

.fa-compress:before {
  content: "";
}

/* line 110, node_modules/font-awesome/scss/_icons.scss */

.fa-plus:before {
  content: "";
}

/* line 111, node_modules/font-awesome/scss/_icons.scss */

.fa-minus:before {
  content: "";
}

/* line 112, node_modules/font-awesome/scss/_icons.scss */

.fa-asterisk:before {
  content: "";
}

/* line 113, node_modules/font-awesome/scss/_icons.scss */

.fa-exclamation-circle:before {
  content: "";
}

/* line 114, node_modules/font-awesome/scss/_icons.scss */

.fa-gift:before {
  content: "";
}

/* line 115, node_modules/font-awesome/scss/_icons.scss */

.fa-leaf:before {
  content: "";
}

/* line 116, node_modules/font-awesome/scss/_icons.scss */

.fa-fire:before {
  content: "";
}

/* line 117, node_modules/font-awesome/scss/_icons.scss */

.fa-eye:before {
  content: "";
}

/* line 118, node_modules/font-awesome/scss/_icons.scss */

.fa-eye-slash:before {
  content: "";
}

/* line 119, node_modules/font-awesome/scss/_icons.scss */

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 121, node_modules/font-awesome/scss/_icons.scss */

.fa-plane:before {
  content: "";
}

/* line 122, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar:before {
  content: "";
}

/* line 123, node_modules/font-awesome/scss/_icons.scss */

.fa-random:before {
  content: "";
}

/* line 124, node_modules/font-awesome/scss/_icons.scss */

.fa-comment:before {
  content: "";
}

/* line 125, node_modules/font-awesome/scss/_icons.scss */

.fa-magnet:before {
  content: "";
}

/* line 126, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-up:before {
  content: "";
}

/* line 127, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-down:before {
  content: "";
}

/* line 128, node_modules/font-awesome/scss/_icons.scss */

.fa-retweet:before {
  content: "";
}

/* line 129, node_modules/font-awesome/scss/_icons.scss */

.fa-shopping-cart:before {
  content: "";
}

/* line 130, node_modules/font-awesome/scss/_icons.scss */

.fa-folder:before {
  content: "";
}

/* line 131, node_modules/font-awesome/scss/_icons.scss */

.fa-folder-open:before {
  content: "";
}

/* line 132, node_modules/font-awesome/scss/_icons.scss */

.fa-arrows-v:before {
  content: "";
}

/* line 133, node_modules/font-awesome/scss/_icons.scss */

.fa-arrows-h:before {
  content: "";
}

/* line 134, node_modules/font-awesome/scss/_icons.scss */

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 136, node_modules/font-awesome/scss/_icons.scss */

.fa-twitter-square:before {
  content: "";
}

/* line 137, node_modules/font-awesome/scss/_icons.scss */

.fa-facebook-square:before {
  content: "";
}

/* line 138, node_modules/font-awesome/scss/_icons.scss */

.fa-camera-retro:before {
  content: "";
}

/* line 139, node_modules/font-awesome/scss/_icons.scss */

.fa-key:before {
  content: "";
}

/* line 140, node_modules/font-awesome/scss/_icons.scss */

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 142, node_modules/font-awesome/scss/_icons.scss */

.fa-comments:before {
  content: "";
}

/* line 143, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-o-up:before {
  content: "";
}

/* line 144, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-o-down:before {
  content: "";
}

/* line 145, node_modules/font-awesome/scss/_icons.scss */

.fa-star-half:before {
  content: "";
}

/* line 146, node_modules/font-awesome/scss/_icons.scss */

.fa-heart-o:before {
  content: "";
}

/* line 147, node_modules/font-awesome/scss/_icons.scss */

.fa-sign-out:before {
  content: "";
}

/* line 148, node_modules/font-awesome/scss/_icons.scss */

.fa-linkedin-square:before {
  content: "";
}

/* line 149, node_modules/font-awesome/scss/_icons.scss */

.fa-thumb-tack:before {
  content: "";
}

/* line 150, node_modules/font-awesome/scss/_icons.scss */

.fa-external-link:before {
  content: "";
}

/* line 151, node_modules/font-awesome/scss/_icons.scss */

.fa-sign-in:before {
  content: "";
}

/* line 152, node_modules/font-awesome/scss/_icons.scss */

.fa-trophy:before {
  content: "";
}

/* line 153, node_modules/font-awesome/scss/_icons.scss */

.fa-github-square:before {
  content: "";
}

/* line 154, node_modules/font-awesome/scss/_icons.scss */

.fa-upload:before {
  content: "";
}

/* line 155, node_modules/font-awesome/scss/_icons.scss */

.fa-lemon-o:before {
  content: "";
}

/* line 156, node_modules/font-awesome/scss/_icons.scss */

.fa-phone:before {
  content: "";
}

/* line 157, node_modules/font-awesome/scss/_icons.scss */

.fa-square-o:before {
  content: "";
}

/* line 158, node_modules/font-awesome/scss/_icons.scss */

.fa-bookmark-o:before {
  content: "";
}

/* line 159, node_modules/font-awesome/scss/_icons.scss */

.fa-phone-square:before {
  content: "";
}

/* line 160, node_modules/font-awesome/scss/_icons.scss */

.fa-twitter:before {
  content: "";
}

/* line 161, node_modules/font-awesome/scss/_icons.scss */

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 163, node_modules/font-awesome/scss/_icons.scss */

.fa-github:before {
  content: "";
}

/* line 164, node_modules/font-awesome/scss/_icons.scss */

.fa-unlock:before {
  content: "";
}

/* line 165, node_modules/font-awesome/scss/_icons.scss */

.fa-credit-card:before {
  content: "";
}

/* line 166, node_modules/font-awesome/scss/_icons.scss */

.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 168, node_modules/font-awesome/scss/_icons.scss */

.fa-hdd-o:before {
  content: "";
}

/* line 169, node_modules/font-awesome/scss/_icons.scss */

.fa-bullhorn:before {
  content: "";
}

/* line 170, node_modules/font-awesome/scss/_icons.scss */

.fa-bell:before {
  content: "";
}

/* line 171, node_modules/font-awesome/scss/_icons.scss */

.fa-certificate:before {
  content: "";
}

/* line 172, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-right:before {
  content: "";
}

/* line 173, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-left:before {
  content: "";
}

/* line 174, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-up:before {
  content: "";
}

/* line 175, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-o-down:before {
  content: "";
}

/* line 176, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-left:before {
  content: "";
}

/* line 177, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-right:before {
  content: "";
}

/* line 178, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-up:before {
  content: "";
}

/* line 179, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-down:before {
  content: "";
}

/* line 180, node_modules/font-awesome/scss/_icons.scss */

.fa-globe:before {
  content: "";
}

/* line 181, node_modules/font-awesome/scss/_icons.scss */

.fa-wrench:before {
  content: "";
}

/* line 182, node_modules/font-awesome/scss/_icons.scss */

.fa-tasks:before {
  content: "";
}

/* line 183, node_modules/font-awesome/scss/_icons.scss */

.fa-filter:before {
  content: "";
}

/* line 184, node_modules/font-awesome/scss/_icons.scss */

.fa-briefcase:before {
  content: "";
}

/* line 185, node_modules/font-awesome/scss/_icons.scss */

.fa-arrows-alt:before {
  content: "";
}

/* line 186, node_modules/font-awesome/scss/_icons.scss */

.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 188, node_modules/font-awesome/scss/_icons.scss */

.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 190, node_modules/font-awesome/scss/_icons.scss */

.fa-cloud:before {
  content: "";
}

/* line 191, node_modules/font-awesome/scss/_icons.scss */

.fa-flask:before {
  content: "";
}

/* line 192, node_modules/font-awesome/scss/_icons.scss */

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 194, node_modules/font-awesome/scss/_icons.scss */

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 196, node_modules/font-awesome/scss/_icons.scss */

.fa-paperclip:before {
  content: "";
}

/* line 197, node_modules/font-awesome/scss/_icons.scss */

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 199, node_modules/font-awesome/scss/_icons.scss */

.fa-square:before {
  content: "";
}

/* line 200, node_modules/font-awesome/scss/_icons.scss */

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 203, node_modules/font-awesome/scss/_icons.scss */

.fa-list-ul:before {
  content: "";
}

/* line 204, node_modules/font-awesome/scss/_icons.scss */

.fa-list-ol:before {
  content: "";
}

/* line 205, node_modules/font-awesome/scss/_icons.scss */

.fa-strikethrough:before {
  content: "";
}

/* line 206, node_modules/font-awesome/scss/_icons.scss */

.fa-underline:before {
  content: "";
}

/* line 207, node_modules/font-awesome/scss/_icons.scss */

.fa-table:before {
  content: "";
}

/* line 208, node_modules/font-awesome/scss/_icons.scss */

.fa-magic:before {
  content: "";
}

/* line 209, node_modules/font-awesome/scss/_icons.scss */

.fa-truck:before {
  content: "";
}

/* line 210, node_modules/font-awesome/scss/_icons.scss */

.fa-pinterest:before {
  content: "";
}

/* line 211, node_modules/font-awesome/scss/_icons.scss */

.fa-pinterest-square:before {
  content: "";
}

/* line 212, node_modules/font-awesome/scss/_icons.scss */

.fa-google-plus-square:before {
  content: "";
}

/* line 213, node_modules/font-awesome/scss/_icons.scss */

.fa-google-plus:before {
  content: "";
}

/* line 214, node_modules/font-awesome/scss/_icons.scss */

.fa-money:before {
  content: "";
}

/* line 215, node_modules/font-awesome/scss/_icons.scss */

.fa-caret-down:before {
  content: "";
}

/* line 216, node_modules/font-awesome/scss/_icons.scss */

.fa-caret-up:before {
  content: "";
}

/* line 217, node_modules/font-awesome/scss/_icons.scss */

.fa-caret-left:before {
  content: "";
}

/* line 218, node_modules/font-awesome/scss/_icons.scss */

.fa-caret-right:before {
  content: "";
}

/* line 219, node_modules/font-awesome/scss/_icons.scss */

.fa-columns:before {
  content: "";
}

/* line 220, node_modules/font-awesome/scss/_icons.scss */

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 222, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 224, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 226, node_modules/font-awesome/scss/_icons.scss */

.fa-envelope:before {
  content: "";
}

/* line 227, node_modules/font-awesome/scss/_icons.scss */

.fa-linkedin:before {
  content: "";
}

/* line 228, node_modules/font-awesome/scss/_icons.scss */

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 230, node_modules/font-awesome/scss/_icons.scss */

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 232, node_modules/font-awesome/scss/_icons.scss */

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 234, node_modules/font-awesome/scss/_icons.scss */

.fa-comment-o:before {
  content: "";
}

/* line 235, node_modules/font-awesome/scss/_icons.scss */

.fa-comments-o:before {
  content: "";
}

/* line 236, node_modules/font-awesome/scss/_icons.scss */

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 238, node_modules/font-awesome/scss/_icons.scss */

.fa-sitemap:before {
  content: "";
}

/* line 239, node_modules/font-awesome/scss/_icons.scss */

.fa-umbrella:before {
  content: "";
}

/* line 240, node_modules/font-awesome/scss/_icons.scss */

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 242, node_modules/font-awesome/scss/_icons.scss */

.fa-lightbulb-o:before {
  content: "";
}

/* line 243, node_modules/font-awesome/scss/_icons.scss */

.fa-exchange:before {
  content: "";
}

/* line 244, node_modules/font-awesome/scss/_icons.scss */

.fa-cloud-download:before {
  content: "";
}

/* line 245, node_modules/font-awesome/scss/_icons.scss */

.fa-cloud-upload:before {
  content: "";
}

/* line 246, node_modules/font-awesome/scss/_icons.scss */

.fa-user-md:before {
  content: "";
}

/* line 247, node_modules/font-awesome/scss/_icons.scss */

.fa-stethoscope:before {
  content: "";
}

/* line 248, node_modules/font-awesome/scss/_icons.scss */

.fa-suitcase:before {
  content: "";
}

/* line 249, node_modules/font-awesome/scss/_icons.scss */

.fa-bell-o:before {
  content: "";
}

/* line 250, node_modules/font-awesome/scss/_icons.scss */

.fa-coffee:before {
  content: "";
}

/* line 251, node_modules/font-awesome/scss/_icons.scss */

.fa-cutlery:before {
  content: "";
}

/* line 252, node_modules/font-awesome/scss/_icons.scss */

.fa-file-text-o:before {
  content: "";
}

/* line 253, node_modules/font-awesome/scss/_icons.scss */

.fa-building-o:before {
  content: "";
}

/* line 254, node_modules/font-awesome/scss/_icons.scss */

.fa-hospital-o:before {
  content: "";
}

/* line 255, node_modules/font-awesome/scss/_icons.scss */

.fa-ambulance:before {
  content: "";
}

/* line 256, node_modules/font-awesome/scss/_icons.scss */

.fa-medkit:before {
  content: "";
}

/* line 257, node_modules/font-awesome/scss/_icons.scss */

.fa-fighter-jet:before {
  content: "";
}

/* line 258, node_modules/font-awesome/scss/_icons.scss */

.fa-beer:before {
  content: "";
}

/* line 259, node_modules/font-awesome/scss/_icons.scss */

.fa-h-square:before {
  content: "";
}

/* line 260, node_modules/font-awesome/scss/_icons.scss */

.fa-plus-square:before {
  content: "";
}

/* line 261, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-double-left:before {
  content: "";
}

/* line 262, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-double-right:before {
  content: "";
}

/* line 263, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-double-up:before {
  content: "";
}

/* line 264, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-double-down:before {
  content: "";
}

/* line 265, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-left:before {
  content: "";
}

/* line 266, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-right:before {
  content: "";
}

/* line 267, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-up:before {
  content: "";
}

/* line 268, node_modules/font-awesome/scss/_icons.scss */

.fa-angle-down:before {
  content: "";
}

/* line 269, node_modules/font-awesome/scss/_icons.scss */

.fa-desktop:before {
  content: "";
}

/* line 270, node_modules/font-awesome/scss/_icons.scss */

.fa-laptop:before {
  content: "";
}

/* line 271, node_modules/font-awesome/scss/_icons.scss */

.fa-tablet:before {
  content: "";
}

/* line 272, node_modules/font-awesome/scss/_icons.scss */

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 274, node_modules/font-awesome/scss/_icons.scss */

.fa-circle-o:before {
  content: "";
}

/* line 275, node_modules/font-awesome/scss/_icons.scss */

.fa-quote-left:before {
  content: "";
}

/* line 276, node_modules/font-awesome/scss/_icons.scss */

.fa-quote-right:before {
  content: "";
}

/* line 277, node_modules/font-awesome/scss/_icons.scss */

.fa-spinner:before {
  content: "";
}

/* line 278, node_modules/font-awesome/scss/_icons.scss */

.fa-circle:before {
  content: "";
}

/* line 279, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 281, node_modules/font-awesome/scss/_icons.scss */

.fa-github-alt:before {
  content: "";
}

/* line 282, node_modules/font-awesome/scss/_icons.scss */

.fa-folder-o:before {
  content: "";
}

/* line 283, node_modules/font-awesome/scss/_icons.scss */

.fa-folder-open-o:before {
  content: "";
}

/* line 284, node_modules/font-awesome/scss/_icons.scss */

.fa-smile-o:before {
  content: "";
}

/* line 285, node_modules/font-awesome/scss/_icons.scss */

.fa-frown-o:before {
  content: "";
}

/* line 286, node_modules/font-awesome/scss/_icons.scss */

.fa-meh-o:before {
  content: "";
}

/* line 287, node_modules/font-awesome/scss/_icons.scss */

.fa-gamepad:before {
  content: "";
}

/* line 288, node_modules/font-awesome/scss/_icons.scss */

.fa-keyboard-o:before {
  content: "";
}

/* line 289, node_modules/font-awesome/scss/_icons.scss */

.fa-flag-o:before {
  content: "";
}

/* line 290, node_modules/font-awesome/scss/_icons.scss */

.fa-flag-checkered:before {
  content: "";
}

/* line 291, node_modules/font-awesome/scss/_icons.scss */

.fa-terminal:before {
  content: "";
}

/* line 292, node_modules/font-awesome/scss/_icons.scss */

.fa-code:before {
  content: "";
}

/* line 293, node_modules/font-awesome/scss/_icons.scss */

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 295, node_modules/font-awesome/scss/_icons.scss */

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 298, node_modules/font-awesome/scss/_icons.scss */

.fa-location-arrow:before {
  content: "";
}

/* line 299, node_modules/font-awesome/scss/_icons.scss */

.fa-crop:before {
  content: "";
}

/* line 300, node_modules/font-awesome/scss/_icons.scss */

.fa-code-fork:before {
  content: "";
}

/* line 301, node_modules/font-awesome/scss/_icons.scss */

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 303, node_modules/font-awesome/scss/_icons.scss */

.fa-question:before {
  content: "";
}

/* line 304, node_modules/font-awesome/scss/_icons.scss */

.fa-info:before {
  content: "";
}

/* line 305, node_modules/font-awesome/scss/_icons.scss */

.fa-exclamation:before {
  content: "";
}

/* line 306, node_modules/font-awesome/scss/_icons.scss */

.fa-superscript:before {
  content: "";
}

/* line 307, node_modules/font-awesome/scss/_icons.scss */

.fa-subscript:before {
  content: "";
}

/* line 308, node_modules/font-awesome/scss/_icons.scss */

.fa-eraser:before {
  content: "";
}

/* line 309, node_modules/font-awesome/scss/_icons.scss */

.fa-puzzle-piece:before {
  content: "";
}

/* line 310, node_modules/font-awesome/scss/_icons.scss */

.fa-microphone:before {
  content: "";
}

/* line 311, node_modules/font-awesome/scss/_icons.scss */

.fa-microphone-slash:before {
  content: "";
}

/* line 312, node_modules/font-awesome/scss/_icons.scss */

.fa-shield:before {
  content: "";
}

/* line 313, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar-o:before {
  content: "";
}

/* line 314, node_modules/font-awesome/scss/_icons.scss */

.fa-fire-extinguisher:before {
  content: "";
}

/* line 315, node_modules/font-awesome/scss/_icons.scss */

.fa-rocket:before {
  content: "";
}

/* line 316, node_modules/font-awesome/scss/_icons.scss */

.fa-maxcdn:before {
  content: "";
}

/* line 317, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-circle-left:before {
  content: "";
}

/* line 318, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-circle-right:before {
  content: "";
}

/* line 319, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-circle-up:before {
  content: "";
}

/* line 320, node_modules/font-awesome/scss/_icons.scss */

.fa-chevron-circle-down:before {
  content: "";
}

/* line 321, node_modules/font-awesome/scss/_icons.scss */

.fa-html5:before {
  content: "";
}

/* line 322, node_modules/font-awesome/scss/_icons.scss */

.fa-css3:before {
  content: "";
}

/* line 323, node_modules/font-awesome/scss/_icons.scss */

.fa-anchor:before {
  content: "";
}

/* line 324, node_modules/font-awesome/scss/_icons.scss */

.fa-unlock-alt:before {
  content: "";
}

/* line 325, node_modules/font-awesome/scss/_icons.scss */

.fa-bullseye:before {
  content: "";
}

/* line 326, node_modules/font-awesome/scss/_icons.scss */

.fa-ellipsis-h:before {
  content: "";
}

/* line 327, node_modules/font-awesome/scss/_icons.scss */

.fa-ellipsis-v:before {
  content: "";
}

/* line 328, node_modules/font-awesome/scss/_icons.scss */

.fa-rss-square:before {
  content: "";
}

/* line 329, node_modules/font-awesome/scss/_icons.scss */

.fa-play-circle:before {
  content: "";
}

/* line 330, node_modules/font-awesome/scss/_icons.scss */

.fa-ticket:before {
  content: "";
}

/* line 331, node_modules/font-awesome/scss/_icons.scss */

.fa-minus-square:before {
  content: "";
}

/* line 332, node_modules/font-awesome/scss/_icons.scss */

.fa-minus-square-o:before {
  content: "";
}

/* line 333, node_modules/font-awesome/scss/_icons.scss */

.fa-level-up:before {
  content: "";
}

/* line 334, node_modules/font-awesome/scss/_icons.scss */

.fa-level-down:before {
  content: "";
}

/* line 335, node_modules/font-awesome/scss/_icons.scss */

.fa-check-square:before {
  content: "";
}

/* line 336, node_modules/font-awesome/scss/_icons.scss */

.fa-pencil-square:before {
  content: "";
}

/* line 337, node_modules/font-awesome/scss/_icons.scss */

.fa-external-link-square:before {
  content: "";
}

/* line 338, node_modules/font-awesome/scss/_icons.scss */

.fa-share-square:before {
  content: "";
}

/* line 339, node_modules/font-awesome/scss/_icons.scss */

.fa-compass:before {
  content: "";
}

/* line 340, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 342, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 344, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 346, node_modules/font-awesome/scss/_icons.scss */

.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 348, node_modules/font-awesome/scss/_icons.scss */

.fa-gbp:before {
  content: "";
}

/* line 349, node_modules/font-awesome/scss/_icons.scss */

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 351, node_modules/font-awesome/scss/_icons.scss */

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 353, node_modules/font-awesome/scss/_icons.scss */

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 357, node_modules/font-awesome/scss/_icons.scss */

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 360, node_modules/font-awesome/scss/_icons.scss */

.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 362, node_modules/font-awesome/scss/_icons.scss */

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 364, node_modules/font-awesome/scss/_icons.scss */

.fa-file:before {
  content: "";
}

/* line 365, node_modules/font-awesome/scss/_icons.scss */

.fa-file-text:before {
  content: "";
}

/* line 366, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-alpha-asc:before {
  content: "";
}

/* line 367, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-alpha-desc:before {
  content: "";
}

/* line 368, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-amount-asc:before {
  content: "";
}

/* line 369, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-amount-desc:before {
  content: "";
}

/* line 370, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-numeric-asc:before {
  content: "";
}

/* line 371, node_modules/font-awesome/scss/_icons.scss */

.fa-sort-numeric-desc:before {
  content: "";
}

/* line 372, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-up:before {
  content: "";
}

/* line 373, node_modules/font-awesome/scss/_icons.scss */

.fa-thumbs-down:before {
  content: "";
}

/* line 374, node_modules/font-awesome/scss/_icons.scss */

.fa-youtube-square:before {
  content: "";
}

/* line 375, node_modules/font-awesome/scss/_icons.scss */

.fa-youtube:before {
  content: "";
}

/* line 376, node_modules/font-awesome/scss/_icons.scss */

.fa-xing:before {
  content: "";
}

/* line 377, node_modules/font-awesome/scss/_icons.scss */

.fa-xing-square:before {
  content: "";
}

/* line 378, node_modules/font-awesome/scss/_icons.scss */

.fa-youtube-play:before {
  content: "";
}

/* line 379, node_modules/font-awesome/scss/_icons.scss */

.fa-dropbox:before {
  content: "";
}

/* line 380, node_modules/font-awesome/scss/_icons.scss */

.fa-stack-overflow:before {
  content: "";
}

/* line 381, node_modules/font-awesome/scss/_icons.scss */

.fa-instagram:before {
  content: "";
}

/* line 382, node_modules/font-awesome/scss/_icons.scss */

.fa-flickr:before {
  content: "";
}

/* line 383, node_modules/font-awesome/scss/_icons.scss */

.fa-adn:before {
  content: "";
}

/* line 384, node_modules/font-awesome/scss/_icons.scss */

.fa-bitbucket:before {
  content: "";
}

/* line 385, node_modules/font-awesome/scss/_icons.scss */

.fa-bitbucket-square:before {
  content: "";
}

/* line 386, node_modules/font-awesome/scss/_icons.scss */

.fa-tumblr:before {
  content: "";
}

/* line 387, node_modules/font-awesome/scss/_icons.scss */

.fa-tumblr-square:before {
  content: "";
}

/* line 388, node_modules/font-awesome/scss/_icons.scss */

.fa-long-arrow-down:before {
  content: "";
}

/* line 389, node_modules/font-awesome/scss/_icons.scss */

.fa-long-arrow-up:before {
  content: "";
}

/* line 390, node_modules/font-awesome/scss/_icons.scss */

.fa-long-arrow-left:before {
  content: "";
}

/* line 391, node_modules/font-awesome/scss/_icons.scss */

.fa-long-arrow-right:before {
  content: "";
}

/* line 392, node_modules/font-awesome/scss/_icons.scss */

.fa-apple:before {
  content: "";
}

/* line 393, node_modules/font-awesome/scss/_icons.scss */

.fa-windows:before {
  content: "";
}

/* line 394, node_modules/font-awesome/scss/_icons.scss */

.fa-android:before {
  content: "";
}

/* line 395, node_modules/font-awesome/scss/_icons.scss */

.fa-linux:before {
  content: "";
}

/* line 396, node_modules/font-awesome/scss/_icons.scss */

.fa-dribbble:before {
  content: "";
}

/* line 397, node_modules/font-awesome/scss/_icons.scss */

.fa-skype:before {
  content: "";
}

/* line 398, node_modules/font-awesome/scss/_icons.scss */

.fa-foursquare:before {
  content: "";
}

/* line 399, node_modules/font-awesome/scss/_icons.scss */

.fa-trello:before {
  content: "";
}

/* line 400, node_modules/font-awesome/scss/_icons.scss */

.fa-female:before {
  content: "";
}

/* line 401, node_modules/font-awesome/scss/_icons.scss */

.fa-male:before {
  content: "";
}

/* line 402, node_modules/font-awesome/scss/_icons.scss */

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 404, node_modules/font-awesome/scss/_icons.scss */

.fa-sun-o:before {
  content: "";
}

/* line 405, node_modules/font-awesome/scss/_icons.scss */

.fa-moon-o:before {
  content: "";
}

/* line 406, node_modules/font-awesome/scss/_icons.scss */

.fa-archive:before {
  content: "";
}

/* line 407, node_modules/font-awesome/scss/_icons.scss */

.fa-bug:before {
  content: "";
}

/* line 408, node_modules/font-awesome/scss/_icons.scss */

.fa-vk:before {
  content: "";
}

/* line 409, node_modules/font-awesome/scss/_icons.scss */

.fa-weibo:before {
  content: "";
}

/* line 410, node_modules/font-awesome/scss/_icons.scss */

.fa-renren:before {
  content: "";
}

/* line 411, node_modules/font-awesome/scss/_icons.scss */

.fa-pagelines:before {
  content: "";
}

/* line 412, node_modules/font-awesome/scss/_icons.scss */

.fa-stack-exchange:before {
  content: "";
}

/* line 413, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 414, node_modules/font-awesome/scss/_icons.scss */

.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 415, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 417, node_modules/font-awesome/scss/_icons.scss */

.fa-dot-circle-o:before {
  content: "";
}

/* line 418, node_modules/font-awesome/scss/_icons.scss */

.fa-wheelchair:before {
  content: "";
}

/* line 419, node_modules/font-awesome/scss/_icons.scss */

.fa-vimeo-square:before {
  content: "";
}

/* line 420, node_modules/font-awesome/scss/_icons.scss */

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 422, node_modules/font-awesome/scss/_icons.scss */

.fa-plus-square-o:before {
  content: "";
}

/* line 423, node_modules/font-awesome/scss/_icons.scss */

.fa-space-shuttle:before {
  content: "";
}

/* line 424, node_modules/font-awesome/scss/_icons.scss */

.fa-slack:before {
  content: "";
}

/* line 425, node_modules/font-awesome/scss/_icons.scss */

.fa-envelope-square:before {
  content: "";
}

/* line 426, node_modules/font-awesome/scss/_icons.scss */

.fa-wordpress:before {
  content: "";
}

/* line 427, node_modules/font-awesome/scss/_icons.scss */

.fa-openid:before {
  content: "";
}

/* line 428, node_modules/font-awesome/scss/_icons.scss */

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 431, node_modules/font-awesome/scss/_icons.scss */

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 433, node_modules/font-awesome/scss/_icons.scss */

.fa-yahoo:before {
  content: "";
}

/* line 434, node_modules/font-awesome/scss/_icons.scss */

.fa-google:before {
  content: "";
}

/* line 435, node_modules/font-awesome/scss/_icons.scss */

.fa-reddit:before {
  content: "";
}

/* line 436, node_modules/font-awesome/scss/_icons.scss */

.fa-reddit-square:before {
  content: "";
}

/* line 437, node_modules/font-awesome/scss/_icons.scss */

.fa-stumbleupon-circle:before {
  content: "";
}

/* line 438, node_modules/font-awesome/scss/_icons.scss */

.fa-stumbleupon:before {
  content: "";
}

/* line 439, node_modules/font-awesome/scss/_icons.scss */

.fa-delicious:before {
  content: "";
}

/* line 440, node_modules/font-awesome/scss/_icons.scss */

.fa-digg:before {
  content: "";
}

/* line 441, node_modules/font-awesome/scss/_icons.scss */

.fa-pied-piper-pp:before {
  content: "";
}

/* line 442, node_modules/font-awesome/scss/_icons.scss */

.fa-pied-piper-alt:before {
  content: "";
}

/* line 443, node_modules/font-awesome/scss/_icons.scss */

.fa-drupal:before {
  content: "";
}

/* line 444, node_modules/font-awesome/scss/_icons.scss */

.fa-joomla:before {
  content: "";
}

/* line 445, node_modules/font-awesome/scss/_icons.scss */

.fa-language:before {
  content: "";
}

/* line 446, node_modules/font-awesome/scss/_icons.scss */

.fa-fax:before {
  content: "";
}

/* line 447, node_modules/font-awesome/scss/_icons.scss */

.fa-building:before {
  content: "";
}

/* line 448, node_modules/font-awesome/scss/_icons.scss */

.fa-child:before {
  content: "";
}

/* line 449, node_modules/font-awesome/scss/_icons.scss */

.fa-paw:before {
  content: "";
}

/* line 450, node_modules/font-awesome/scss/_icons.scss */

.fa-spoon:before {
  content: "";
}

/* line 451, node_modules/font-awesome/scss/_icons.scss */

.fa-cube:before {
  content: "";
}

/* line 452, node_modules/font-awesome/scss/_icons.scss */

.fa-cubes:before {
  content: "";
}

/* line 453, node_modules/font-awesome/scss/_icons.scss */

.fa-behance:before {
  content: "";
}

/* line 454, node_modules/font-awesome/scss/_icons.scss */

.fa-behance-square:before {
  content: "";
}

/* line 455, node_modules/font-awesome/scss/_icons.scss */

.fa-steam:before {
  content: "";
}

/* line 456, node_modules/font-awesome/scss/_icons.scss */

.fa-steam-square:before {
  content: "";
}

/* line 457, node_modules/font-awesome/scss/_icons.scss */

.fa-recycle:before {
  content: "";
}

/* line 458, node_modules/font-awesome/scss/_icons.scss */

.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 460, node_modules/font-awesome/scss/_icons.scss */

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 462, node_modules/font-awesome/scss/_icons.scss */

.fa-tree:before {
  content: "";
}

/* line 463, node_modules/font-awesome/scss/_icons.scss */

.fa-spotify:before {
  content: "";
}

/* line 464, node_modules/font-awesome/scss/_icons.scss */

.fa-deviantart:before {
  content: "";
}

/* line 465, node_modules/font-awesome/scss/_icons.scss */

.fa-soundcloud:before {
  content: "";
}

/* line 466, node_modules/font-awesome/scss/_icons.scss */

.fa-database:before {
  content: "";
}

/* line 467, node_modules/font-awesome/scss/_icons.scss */

.fa-file-pdf-o:before {
  content: "";
}

/* line 468, node_modules/font-awesome/scss/_icons.scss */

.fa-file-word-o:before {
  content: "";
}

/* line 469, node_modules/font-awesome/scss/_icons.scss */

.fa-file-excel-o:before {
  content: "";
}

/* line 470, node_modules/font-awesome/scss/_icons.scss */

.fa-file-powerpoint-o:before {
  content: "";
}

/* line 471, node_modules/font-awesome/scss/_icons.scss */

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 474, node_modules/font-awesome/scss/_icons.scss */

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 476, node_modules/font-awesome/scss/_icons.scss */

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 478, node_modules/font-awesome/scss/_icons.scss */

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 480, node_modules/font-awesome/scss/_icons.scss */

.fa-file-code-o:before {
  content: "";
}

/* line 481, node_modules/font-awesome/scss/_icons.scss */

.fa-vine:before {
  content: "";
}

/* line 482, node_modules/font-awesome/scss/_icons.scss */

.fa-codepen:before {
  content: "";
}

/* line 483, node_modules/font-awesome/scss/_icons.scss */

.fa-jsfiddle:before {
  content: "";
}

/* line 484, node_modules/font-awesome/scss/_icons.scss */

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 489, node_modules/font-awesome/scss/_icons.scss */

.fa-circle-o-notch:before {
  content: "";
}

/* line 490, node_modules/font-awesome/scss/_icons.scss */

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 493, node_modules/font-awesome/scss/_icons.scss */

.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 495, node_modules/font-awesome/scss/_icons.scss */

.fa-git-square:before {
  content: "";
}

/* line 496, node_modules/font-awesome/scss/_icons.scss */

.fa-git:before {
  content: "";
}

/* line 497, node_modules/font-awesome/scss/_icons.scss */

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 500, node_modules/font-awesome/scss/_icons.scss */

.fa-tencent-weibo:before {
  content: "";
}

/* line 501, node_modules/font-awesome/scss/_icons.scss */

.fa-qq:before {
  content: "";
}

/* line 502, node_modules/font-awesome/scss/_icons.scss */

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 504, node_modules/font-awesome/scss/_icons.scss */

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 506, node_modules/font-awesome/scss/_icons.scss */

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 508, node_modules/font-awesome/scss/_icons.scss */

.fa-history:before {
  content: "";
}

/* line 509, node_modules/font-awesome/scss/_icons.scss */

.fa-circle-thin:before {
  content: "";
}

/* line 510, node_modules/font-awesome/scss/_icons.scss */

.fa-header:before {
  content: "";
}

/* line 511, node_modules/font-awesome/scss/_icons.scss */

.fa-paragraph:before {
  content: "";
}

/* line 512, node_modules/font-awesome/scss/_icons.scss */

.fa-sliders:before {
  content: "";
}

/* line 513, node_modules/font-awesome/scss/_icons.scss */

.fa-share-alt:before {
  content: "";
}

/* line 514, node_modules/font-awesome/scss/_icons.scss */

.fa-share-alt-square:before {
  content: "";
}

/* line 515, node_modules/font-awesome/scss/_icons.scss */

.fa-bomb:before {
  content: "";
}

/* line 516, node_modules/font-awesome/scss/_icons.scss */

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 518, node_modules/font-awesome/scss/_icons.scss */

.fa-tty:before {
  content: "";
}

/* line 519, node_modules/font-awesome/scss/_icons.scss */

.fa-binoculars:before {
  content: "";
}

/* line 520, node_modules/font-awesome/scss/_icons.scss */

.fa-plug:before {
  content: "";
}

/* line 521, node_modules/font-awesome/scss/_icons.scss */

.fa-slideshare:before {
  content: "";
}

/* line 522, node_modules/font-awesome/scss/_icons.scss */

.fa-twitch:before {
  content: "";
}

/* line 523, node_modules/font-awesome/scss/_icons.scss */

.fa-yelp:before {
  content: "";
}

/* line 524, node_modules/font-awesome/scss/_icons.scss */

.fa-newspaper-o:before {
  content: "";
}

/* line 525, node_modules/font-awesome/scss/_icons.scss */

.fa-wifi:before {
  content: "";
}

/* line 526, node_modules/font-awesome/scss/_icons.scss */

.fa-calculator:before {
  content: "";
}

/* line 527, node_modules/font-awesome/scss/_icons.scss */

.fa-paypal:before {
  content: "";
}

/* line 528, node_modules/font-awesome/scss/_icons.scss */

.fa-google-wallet:before {
  content: "";
}

/* line 529, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-visa:before {
  content: "";
}

/* line 530, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-mastercard:before {
  content: "";
}

/* line 531, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-discover:before {
  content: "";
}

/* line 532, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-amex:before {
  content: "";
}

/* line 533, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-paypal:before {
  content: "";
}

/* line 534, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-stripe:before {
  content: "";
}

/* line 535, node_modules/font-awesome/scss/_icons.scss */

.fa-bell-slash:before {
  content: "";
}

/* line 536, node_modules/font-awesome/scss/_icons.scss */

.fa-bell-slash-o:before {
  content: "";
}

/* line 537, node_modules/font-awesome/scss/_icons.scss */

.fa-trash:before {
  content: "";
}

/* line 538, node_modules/font-awesome/scss/_icons.scss */

.fa-copyright:before {
  content: "";
}

/* line 539, node_modules/font-awesome/scss/_icons.scss */

.fa-at:before {
  content: "";
}

/* line 540, node_modules/font-awesome/scss/_icons.scss */

.fa-eyedropper:before {
  content: "";
}

/* line 541, node_modules/font-awesome/scss/_icons.scss */

.fa-paint-brush:before {
  content: "";
}

/* line 542, node_modules/font-awesome/scss/_icons.scss */

.fa-birthday-cake:before {
  content: "";
}

/* line 543, node_modules/font-awesome/scss/_icons.scss */

.fa-area-chart:before {
  content: "";
}

/* line 544, node_modules/font-awesome/scss/_icons.scss */

.fa-pie-chart:before {
  content: "";
}

/* line 545, node_modules/font-awesome/scss/_icons.scss */

.fa-line-chart:before {
  content: "";
}

/* line 546, node_modules/font-awesome/scss/_icons.scss */

.fa-lastfm:before {
  content: "";
}

/* line 547, node_modules/font-awesome/scss/_icons.scss */

.fa-lastfm-square:before {
  content: "";
}

/* line 548, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-off:before {
  content: "";
}

/* line 549, node_modules/font-awesome/scss/_icons.scss */

.fa-toggle-on:before {
  content: "";
}

/* line 550, node_modules/font-awesome/scss/_icons.scss */

.fa-bicycle:before {
  content: "";
}

/* line 551, node_modules/font-awesome/scss/_icons.scss */

.fa-bus:before {
  content: "";
}

/* line 552, node_modules/font-awesome/scss/_icons.scss */

.fa-ioxhost:before {
  content: "";
}

/* line 553, node_modules/font-awesome/scss/_icons.scss */

.fa-angellist:before {
  content: "";
}

/* line 554, node_modules/font-awesome/scss/_icons.scss */

.fa-cc:before {
  content: "";
}

/* line 555, node_modules/font-awesome/scss/_icons.scss */

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 558, node_modules/font-awesome/scss/_icons.scss */

.fa-meanpath:before {
  content: "";
}

/* line 559, node_modules/font-awesome/scss/_icons.scss */

.fa-buysellads:before {
  content: "";
}

/* line 560, node_modules/font-awesome/scss/_icons.scss */

.fa-connectdevelop:before {
  content: "";
}

/* line 561, node_modules/font-awesome/scss/_icons.scss */

.fa-dashcube:before {
  content: "";
}

/* line 562, node_modules/font-awesome/scss/_icons.scss */

.fa-forumbee:before {
  content: "";
}

/* line 563, node_modules/font-awesome/scss/_icons.scss */

.fa-leanpub:before {
  content: "";
}

/* line 564, node_modules/font-awesome/scss/_icons.scss */

.fa-sellsy:before {
  content: "";
}

/* line 565, node_modules/font-awesome/scss/_icons.scss */

.fa-shirtsinbulk:before {
  content: "";
}

/* line 566, node_modules/font-awesome/scss/_icons.scss */

.fa-simplybuilt:before {
  content: "";
}

/* line 567, node_modules/font-awesome/scss/_icons.scss */

.fa-skyatlas:before {
  content: "";
}

/* line 568, node_modules/font-awesome/scss/_icons.scss */

.fa-cart-plus:before {
  content: "";
}

/* line 569, node_modules/font-awesome/scss/_icons.scss */

.fa-cart-arrow-down:before {
  content: "";
}

/* line 570, node_modules/font-awesome/scss/_icons.scss */

.fa-diamond:before {
  content: "";
}

/* line 571, node_modules/font-awesome/scss/_icons.scss */

.fa-ship:before {
  content: "";
}

/* line 572, node_modules/font-awesome/scss/_icons.scss */

.fa-user-secret:before {
  content: "";
}

/* line 573, node_modules/font-awesome/scss/_icons.scss */

.fa-motorcycle:before {
  content: "";
}

/* line 574, node_modules/font-awesome/scss/_icons.scss */

.fa-street-view:before {
  content: "";
}

/* line 575, node_modules/font-awesome/scss/_icons.scss */

.fa-heartbeat:before {
  content: "";
}

/* line 576, node_modules/font-awesome/scss/_icons.scss */

.fa-venus:before {
  content: "";
}

/* line 577, node_modules/font-awesome/scss/_icons.scss */

.fa-mars:before {
  content: "";
}

/* line 578, node_modules/font-awesome/scss/_icons.scss */

.fa-mercury:before {
  content: "";
}

/* line 579, node_modules/font-awesome/scss/_icons.scss */

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 581, node_modules/font-awesome/scss/_icons.scss */

.fa-transgender-alt:before {
  content: "";
}

/* line 582, node_modules/font-awesome/scss/_icons.scss */

.fa-venus-double:before {
  content: "";
}

/* line 583, node_modules/font-awesome/scss/_icons.scss */

.fa-mars-double:before {
  content: "";
}

/* line 584, node_modules/font-awesome/scss/_icons.scss */

.fa-venus-mars:before {
  content: "";
}

/* line 585, node_modules/font-awesome/scss/_icons.scss */

.fa-mars-stroke:before {
  content: "";
}

/* line 586, node_modules/font-awesome/scss/_icons.scss */

.fa-mars-stroke-v:before {
  content: "";
}

/* line 587, node_modules/font-awesome/scss/_icons.scss */

.fa-mars-stroke-h:before {
  content: "";
}

/* line 588, node_modules/font-awesome/scss/_icons.scss */

.fa-neuter:before {
  content: "";
}

/* line 589, node_modules/font-awesome/scss/_icons.scss */

.fa-genderless:before {
  content: "";
}

/* line 590, node_modules/font-awesome/scss/_icons.scss */

.fa-facebook-official:before {
  content: "";
}

/* line 591, node_modules/font-awesome/scss/_icons.scss */

.fa-pinterest-p:before {
  content: "";
}

/* line 592, node_modules/font-awesome/scss/_icons.scss */

.fa-whatsapp:before {
  content: "";
}

/* line 593, node_modules/font-awesome/scss/_icons.scss */

.fa-server:before {
  content: "";
}

/* line 594, node_modules/font-awesome/scss/_icons.scss */

.fa-user-plus:before {
  content: "";
}

/* line 595, node_modules/font-awesome/scss/_icons.scss */

.fa-user-times:before {
  content: "";
}

/* line 596, node_modules/font-awesome/scss/_icons.scss */

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 598, node_modules/font-awesome/scss/_icons.scss */

.fa-viacoin:before {
  content: "";
}

/* line 599, node_modules/font-awesome/scss/_icons.scss */

.fa-train:before {
  content: "";
}

/* line 600, node_modules/font-awesome/scss/_icons.scss */

.fa-subway:before {
  content: "";
}

/* line 601, node_modules/font-awesome/scss/_icons.scss */

.fa-medium:before {
  content: "";
}

/* line 602, node_modules/font-awesome/scss/_icons.scss */

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 604, node_modules/font-awesome/scss/_icons.scss */

.fa-optin-monster:before {
  content: "";
}

/* line 605, node_modules/font-awesome/scss/_icons.scss */

.fa-opencart:before {
  content: "";
}

/* line 606, node_modules/font-awesome/scss/_icons.scss */

.fa-expeditedssl:before {
  content: "";
}

/* line 607, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 610, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 612, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 614, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 616, node_modules/font-awesome/scss/_icons.scss */

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 618, node_modules/font-awesome/scss/_icons.scss */

.fa-mouse-pointer:before {
  content: "";
}

/* line 619, node_modules/font-awesome/scss/_icons.scss */

.fa-i-cursor:before {
  content: "";
}

/* line 620, node_modules/font-awesome/scss/_icons.scss */

.fa-object-group:before {
  content: "";
}

/* line 621, node_modules/font-awesome/scss/_icons.scss */

.fa-object-ungroup:before {
  content: "";
}

/* line 622, node_modules/font-awesome/scss/_icons.scss */

.fa-sticky-note:before {
  content: "";
}

/* line 623, node_modules/font-awesome/scss/_icons.scss */

.fa-sticky-note-o:before {
  content: "";
}

/* line 624, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-jcb:before {
  content: "";
}

/* line 625, node_modules/font-awesome/scss/_icons.scss */

.fa-cc-diners-club:before {
  content: "";
}

/* line 626, node_modules/font-awesome/scss/_icons.scss */

.fa-clone:before {
  content: "";
}

/* line 627, node_modules/font-awesome/scss/_icons.scss */

.fa-balance-scale:before {
  content: "";
}

/* line 628, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-o:before {
  content: "";
}

/* line 629, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 631, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 633, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 635, node_modules/font-awesome/scss/_icons.scss */

.fa-hourglass:before {
  content: "";
}

/* line 636, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 638, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 640, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-scissors-o:before {
  content: "";
}

/* line 641, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-lizard-o:before {
  content: "";
}

/* line 642, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-spock-o:before {
  content: "";
}

/* line 643, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-pointer-o:before {
  content: "";
}

/* line 644, node_modules/font-awesome/scss/_icons.scss */

.fa-hand-peace-o:before {
  content: "";
}

/* line 645, node_modules/font-awesome/scss/_icons.scss */

.fa-trademark:before {
  content: "";
}

/* line 646, node_modules/font-awesome/scss/_icons.scss */

.fa-registered:before {
  content: "";
}

/* line 647, node_modules/font-awesome/scss/_icons.scss */

.fa-creative-commons:before {
  content: "";
}

/* line 648, node_modules/font-awesome/scss/_icons.scss */

.fa-gg:before {
  content: "";
}

/* line 649, node_modules/font-awesome/scss/_icons.scss */

.fa-gg-circle:before {
  content: "";
}

/* line 650, node_modules/font-awesome/scss/_icons.scss */

.fa-tripadvisor:before {
  content: "";
}

/* line 651, node_modules/font-awesome/scss/_icons.scss */

.fa-odnoklassniki:before {
  content: "";
}

/* line 652, node_modules/font-awesome/scss/_icons.scss */

.fa-odnoklassniki-square:before {
  content: "";
}

/* line 653, node_modules/font-awesome/scss/_icons.scss */

.fa-get-pocket:before {
  content: "";
}

/* line 654, node_modules/font-awesome/scss/_icons.scss */

.fa-wikipedia-w:before {
  content: "";
}

/* line 655, node_modules/font-awesome/scss/_icons.scss */

.fa-safari:before {
  content: "";
}

/* line 656, node_modules/font-awesome/scss/_icons.scss */

.fa-chrome:before {
  content: "";
}

/* line 657, node_modules/font-awesome/scss/_icons.scss */

.fa-firefox:before {
  content: "";
}

/* line 658, node_modules/font-awesome/scss/_icons.scss */

.fa-opera:before {
  content: "";
}

/* line 659, node_modules/font-awesome/scss/_icons.scss */

.fa-internet-explorer:before {
  content: "";
}

/* line 660, node_modules/font-awesome/scss/_icons.scss */

.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 662, node_modules/font-awesome/scss/_icons.scss */

.fa-contao:before {
  content: "";
}

/* line 663, node_modules/font-awesome/scss/_icons.scss */

.fa-500px:before {
  content: "";
}

/* line 664, node_modules/font-awesome/scss/_icons.scss */

.fa-amazon:before {
  content: "";
}

/* line 665, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar-plus-o:before {
  content: "";
}

/* line 666, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar-minus-o:before {
  content: "";
}

/* line 667, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar-times-o:before {
  content: "";
}

/* line 668, node_modules/font-awesome/scss/_icons.scss */

.fa-calendar-check-o:before {
  content: "";
}

/* line 669, node_modules/font-awesome/scss/_icons.scss */

.fa-industry:before {
  content: "";
}

/* line 670, node_modules/font-awesome/scss/_icons.scss */

.fa-map-pin:before {
  content: "";
}

/* line 671, node_modules/font-awesome/scss/_icons.scss */

.fa-map-signs:before {
  content: "";
}

/* line 672, node_modules/font-awesome/scss/_icons.scss */

.fa-map-o:before {
  content: "";
}

/* line 673, node_modules/font-awesome/scss/_icons.scss */

.fa-map:before {
  content: "";
}

/* line 674, node_modules/font-awesome/scss/_icons.scss */

.fa-commenting:before {
  content: "";
}

/* line 675, node_modules/font-awesome/scss/_icons.scss */

.fa-commenting-o:before {
  content: "";
}

/* line 676, node_modules/font-awesome/scss/_icons.scss */

.fa-houzz:before {
  content: "";
}

/* line 677, node_modules/font-awesome/scss/_icons.scss */

.fa-vimeo:before {
  content: "";
}

/* line 678, node_modules/font-awesome/scss/_icons.scss */

.fa-black-tie:before {
  content: "";
}

/* line 679, node_modules/font-awesome/scss/_icons.scss */

.fa-fonticons:before {
  content: "";
}

/* line 680, node_modules/font-awesome/scss/_icons.scss */

.fa-reddit-alien:before {
  content: "";
}

/* line 681, node_modules/font-awesome/scss/_icons.scss */

.fa-edge:before {
  content: "";
}

/* line 682, node_modules/font-awesome/scss/_icons.scss */

.fa-credit-card-alt:before {
  content: "";
}

/* line 683, node_modules/font-awesome/scss/_icons.scss */

.fa-codiepie:before {
  content: "";
}

/* line 684, node_modules/font-awesome/scss/_icons.scss */

.fa-modx:before {
  content: "";
}

/* line 685, node_modules/font-awesome/scss/_icons.scss */

.fa-fort-awesome:before {
  content: "";
}

/* line 686, node_modules/font-awesome/scss/_icons.scss */

.fa-usb:before {
  content: "";
}

/* line 687, node_modules/font-awesome/scss/_icons.scss */

.fa-product-hunt:before {
  content: "";
}

/* line 688, node_modules/font-awesome/scss/_icons.scss */

.fa-mixcloud:before {
  content: "";
}

/* line 689, node_modules/font-awesome/scss/_icons.scss */

.fa-scribd:before {
  content: "";
}

/* line 690, node_modules/font-awesome/scss/_icons.scss */

.fa-pause-circle:before {
  content: "";
}

/* line 691, node_modules/font-awesome/scss/_icons.scss */

.fa-pause-circle-o:before {
  content: "";
}

/* line 692, node_modules/font-awesome/scss/_icons.scss */

.fa-stop-circle:before {
  content: "";
}

/* line 693, node_modules/font-awesome/scss/_icons.scss */

.fa-stop-circle-o:before {
  content: "";
}

/* line 694, node_modules/font-awesome/scss/_icons.scss */

.fa-shopping-bag:before {
  content: "";
}

/* line 695, node_modules/font-awesome/scss/_icons.scss */

.fa-shopping-basket:before {
  content: "";
}

/* line 696, node_modules/font-awesome/scss/_icons.scss */

.fa-hashtag:before {
  content: "";
}

/* line 697, node_modules/font-awesome/scss/_icons.scss */

.fa-bluetooth:before {
  content: "";
}

/* line 698, node_modules/font-awesome/scss/_icons.scss */

.fa-bluetooth-b:before {
  content: "";
}

/* line 699, node_modules/font-awesome/scss/_icons.scss */

.fa-percent:before {
  content: "";
}

/* line 700, node_modules/font-awesome/scss/_icons.scss */

.fa-gitlab:before {
  content: "";
}

/* line 701, node_modules/font-awesome/scss/_icons.scss */

.fa-wpbeginner:before {
  content: "";
}

/* line 702, node_modules/font-awesome/scss/_icons.scss */

.fa-wpforms:before {
  content: "";
}

/* line 703, node_modules/font-awesome/scss/_icons.scss */

.fa-envira:before {
  content: "";
}

/* line 704, node_modules/font-awesome/scss/_icons.scss */

.fa-universal-access:before {
  content: "";
}

/* line 705, node_modules/font-awesome/scss/_icons.scss */

.fa-wheelchair-alt:before {
  content: "";
}

/* line 706, node_modules/font-awesome/scss/_icons.scss */

.fa-question-circle-o:before {
  content: "";
}

/* line 707, node_modules/font-awesome/scss/_icons.scss */

.fa-blind:before {
  content: "";
}

/* line 708, node_modules/font-awesome/scss/_icons.scss */

.fa-audio-description:before {
  content: "";
}

/* line 709, node_modules/font-awesome/scss/_icons.scss */

.fa-volume-control-phone:before {
  content: "";
}

/* line 710, node_modules/font-awesome/scss/_icons.scss */

.fa-braille:before {
  content: "";
}

/* line 711, node_modules/font-awesome/scss/_icons.scss */

.fa-assistive-listening-systems:before {
  content: "";
}

/* line 712, node_modules/font-awesome/scss/_icons.scss */

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 714, node_modules/font-awesome/scss/_icons.scss */

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 717, node_modules/font-awesome/scss/_icons.scss */

.fa-glide:before {
  content: "";
}

/* line 718, node_modules/font-awesome/scss/_icons.scss */

.fa-glide-g:before {
  content: "";
}

/* line 719, node_modules/font-awesome/scss/_icons.scss */

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 721, node_modules/font-awesome/scss/_icons.scss */

.fa-low-vision:before {
  content: "";
}

/* line 722, node_modules/font-awesome/scss/_icons.scss */

.fa-viadeo:before {
  content: "";
}

/* line 723, node_modules/font-awesome/scss/_icons.scss */

.fa-viadeo-square:before {
  content: "";
}

/* line 724, node_modules/font-awesome/scss/_icons.scss */

.fa-snapchat:before {
  content: "";
}

/* line 725, node_modules/font-awesome/scss/_icons.scss */

.fa-snapchat-ghost:before {
  content: "";
}

/* line 726, node_modules/font-awesome/scss/_icons.scss */

.fa-snapchat-square:before {
  content: "";
}

/* line 727, node_modules/font-awesome/scss/_icons.scss */

.fa-pied-piper:before {
  content: "";
}

/* line 728, node_modules/font-awesome/scss/_icons.scss */

.fa-first-order:before {
  content: "";
}

/* line 729, node_modules/font-awesome/scss/_icons.scss */

.fa-yoast:before {
  content: "";
}

/* line 730, node_modules/font-awesome/scss/_icons.scss */

.fa-themeisle:before {
  content: "";
}

/* line 731, node_modules/font-awesome/scss/_icons.scss */

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 733, node_modules/font-awesome/scss/_icons.scss */

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 735, node_modules/font-awesome/scss/_icons.scss */

.fa-handshake-o:before {
  content: "";
}

/* line 736, node_modules/font-awesome/scss/_icons.scss */

.fa-envelope-open:before {
  content: "";
}

/* line 737, node_modules/font-awesome/scss/_icons.scss */

.fa-envelope-open-o:before {
  content: "";
}

/* line 738, node_modules/font-awesome/scss/_icons.scss */

.fa-linode:before {
  content: "";
}

/* line 739, node_modules/font-awesome/scss/_icons.scss */

.fa-address-book:before {
  content: "";
}

/* line 740, node_modules/font-awesome/scss/_icons.scss */

.fa-address-book-o:before {
  content: "";
}

/* line 741, node_modules/font-awesome/scss/_icons.scss */

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 743, node_modules/font-awesome/scss/_icons.scss */

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 745, node_modules/font-awesome/scss/_icons.scss */

.fa-user-circle:before {
  content: "";
}

/* line 746, node_modules/font-awesome/scss/_icons.scss */

.fa-user-circle-o:before {
  content: "";
}

/* line 747, node_modules/font-awesome/scss/_icons.scss */

.fa-user-o:before {
  content: "";
}

/* line 748, node_modules/font-awesome/scss/_icons.scss */

.fa-id-badge:before {
  content: "";
}

/* line 749, node_modules/font-awesome/scss/_icons.scss */

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 751, node_modules/font-awesome/scss/_icons.scss */

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 753, node_modules/font-awesome/scss/_icons.scss */

.fa-quora:before {
  content: "";
}

/* line 754, node_modules/font-awesome/scss/_icons.scss */

.fa-free-code-camp:before {
  content: "";
}

/* line 755, node_modules/font-awesome/scss/_icons.scss */

.fa-telegram:before {
  content: "";
}

/* line 756, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 759, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 761, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 763, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 765, node_modules/font-awesome/scss/_icons.scss */

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 767, node_modules/font-awesome/scss/_icons.scss */

.fa-shower:before {
  content: "";
}

/* line 768, node_modules/font-awesome/scss/_icons.scss */

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 771, node_modules/font-awesome/scss/_icons.scss */

.fa-podcast:before {
  content: "";
}

/* line 772, node_modules/font-awesome/scss/_icons.scss */

.fa-window-maximize:before {
  content: "";
}

/* line 773, node_modules/font-awesome/scss/_icons.scss */

.fa-window-minimize:before {
  content: "";
}

/* line 774, node_modules/font-awesome/scss/_icons.scss */

.fa-window-restore:before {
  content: "";
}

/* line 775, node_modules/font-awesome/scss/_icons.scss */

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 777, node_modules/font-awesome/scss/_icons.scss */

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 779, node_modules/font-awesome/scss/_icons.scss */

.fa-bandcamp:before {
  content: "";
}

/* line 780, node_modules/font-awesome/scss/_icons.scss */

.fa-grav:before {
  content: "";
}

/* line 781, node_modules/font-awesome/scss/_icons.scss */

.fa-etsy:before {
  content: "";
}

/* line 782, node_modules/font-awesome/scss/_icons.scss */

.fa-imdb:before {
  content: "";
}

/* line 783, node_modules/font-awesome/scss/_icons.scss */

.fa-ravelry:before {
  content: "";
}

/* line 784, node_modules/font-awesome/scss/_icons.scss */

.fa-eercast:before {
  content: "";
}

/* line 785, node_modules/font-awesome/scss/_icons.scss */

.fa-microchip:before {
  content: "";
}

/* line 786, node_modules/font-awesome/scss/_icons.scss */

.fa-snowflake-o:before {
  content: "";
}

/* line 787, node_modules/font-awesome/scss/_icons.scss */

.fa-superpowers:before {
  content: "";
}

/* line 788, node_modules/font-awesome/scss/_icons.scss */

.fa-wpexplorer:before {
  content: "";
}

/* line 789, node_modules/font-awesome/scss/_icons.scss */

.fa-meetup:before {
  content: "";
}

/* line 4, node_modules/font-awesome/scss/_screen-reader.scss */

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, node_modules/font-awesome/scss/_mixins.scss */

.sr-only-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/** 3rd party **/

/* stylelint-disable */

/* line 29, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 34, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select {
  width: 220px \0;
  /* IE9 and below */
}

/* line 38, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

/* line 43, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 51, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

/* line 62, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

/* line 72, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

/* line 77, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 81, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 220px;
}

/* line 85, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 92, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.form-control,
.comment-form input.bootstrap-select[type="text"],
.comment-form input.bootstrap-select[type="email"],
.comment-form input.bootstrap-select[type="url"],
.comment-form textarea.bootstrap-select,
.search-form .bootstrap-select.search-field {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

/* line 97, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.form-control:not([class*='col-']),
.comment-form input.bootstrap-select:not([class*='col-'])[type="text"],
.comment-form input.bootstrap-select:not([class*='col-'])[type="email"],
.comment-form input.bootstrap-select:not([class*='col-'])[type="url"],
.comment-form textarea.bootstrap-select:not([class*='col-']),
.search-form .bootstrap-select.search-field:not([class*='col-']) {
  width: 100%;
}

/* line 101, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.form-control.input-group-btn,
.comment-form input.bootstrap-select.input-group-btn[type="text"],
.comment-form input.bootstrap-select.input-group-btn[type="email"],
.comment-form input.bootstrap-select.input-group-btn[type="url"],
.comment-form textarea.bootstrap-select.input-group-btn,
.search-form .bootstrap-select.input-group-btn.search-field {
  z-index: auto;
}

/* line 105, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn,
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="text"] > .btn,
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="email"] > .btn,
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="url"] > .btn,
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .btn,
.search-form .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .btn,
.comment-form .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > input[type="submit"],
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="text"] > input[type="submit"],
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="email"] > input[type="submit"],
.comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="url"] > input[type="submit"],
.comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .comment-form .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > input[type="submit"],
.comment-form .search-form .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > input[type="submit"],
.search-form .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .search-submit,
.comment-form .search-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="text"] > .search-submit,
.search-form .comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="text"] > .search-submit,
.comment-form .search-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="email"] > .search-submit,
.search-form .comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="email"] > .search-submit,
.comment-form .search-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="url"] > .search-submit,
.search-form .comment-form input.bootstrap-select.input-group-btn:not(:first-child):not(:last-child)[type="url"] > .search-submit,
.comment-form .search-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .search-submit,
.search-form .comment-form textarea.bootstrap-select.input-group-btn:not(:first-child):not(:last-child) > .search-submit,
.search-form .bootstrap-select.input-group-btn.search-field:not(:first-child):not(:last-child) > .search-submit {
  border-radius: 0;
}

/* line 114, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*='col-'] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 125, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*='col-'].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*='col-'].dropdown-menu-right {
  float: right;
}

/* line 130, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.form-inline .bootstrap-select.btn-group,
.search-form .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group,
.comment-form p .bootstrap-select.btn-group,
.search-form label .bootstrap-select.btn-group {
  margin-bottom: 0;
}

/* line 136, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="text"],
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="text"],
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="email"],
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="email"],
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="url"],
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="url"],
.form-group-lg .comment-form textarea.bootstrap-select.btn-group,
.comment-form .form-group-lg textarea.bootstrap-select.btn-group,
.form-group-lg .search-form .bootstrap-select.btn-group.search-field,
.search-form .form-group-lg .bootstrap-select.btn-group.search-field,
.form-group-sm .bootstrap-select.btn-group.form-control,
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="text"],
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="text"],
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="email"],
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="email"],
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="url"],
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="url"],
.form-group-sm .comment-form textarea.bootstrap-select.btn-group,
.comment-form .form-group-sm textarea.bootstrap-select.btn-group,
.form-group-sm .search-form .bootstrap-select.btn-group.search-field,
.search-form .form-group-sm .bootstrap-select.btn-group.search-field {
  padding: 0;
}

/* line 140, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="text"] .dropdown-toggle,
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="text"] .dropdown-toggle,
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="email"] .dropdown-toggle,
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="email"] .dropdown-toggle,
.form-group-lg .comment-form input.bootstrap-select.btn-group[type="url"] .dropdown-toggle,
.comment-form .form-group-lg input.bootstrap-select.btn-group[type="url"] .dropdown-toggle,
.form-group-lg .comment-form textarea.bootstrap-select.btn-group .dropdown-toggle,
.comment-form .form-group-lg textarea.bootstrap-select.btn-group .dropdown-toggle,
.form-group-lg .search-form .bootstrap-select.btn-group.search-field .dropdown-toggle,
.search-form .form-group-lg .bootstrap-select.btn-group.search-field .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="text"] .dropdown-toggle,
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="text"] .dropdown-toggle,
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="email"] .dropdown-toggle,
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="email"] .dropdown-toggle,
.form-group-sm .comment-form input.bootstrap-select.btn-group[type="url"] .dropdown-toggle,
.comment-form .form-group-sm input.bootstrap-select.btn-group[type="url"] .dropdown-toggle,
.form-group-sm .comment-form textarea.bootstrap-select.btn-group .dropdown-toggle,
.comment-form .form-group-sm textarea.bootstrap-select.btn-group .dropdown-toggle,
.form-group-sm .search-form .bootstrap-select.btn-group.search-field .dropdown-toggle,
.search-form .form-group-sm .bootstrap-select.btn-group.search-field .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 150, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.form-inline .bootstrap-select.btn-group .form-control,
.search-form .bootstrap-select.btn-group .form-control,
.form-inline .bootstrap-select.btn-group .comment-form input[type="text"],
.comment-form .form-inline .bootstrap-select.btn-group input[type="text"],
.search-form .bootstrap-select.btn-group .comment-form input[type="text"],
.comment-form .search-form .bootstrap-select.btn-group input[type="text"],
.form-inline .bootstrap-select.btn-group .comment-form input[type="email"],
.comment-form .form-inline .bootstrap-select.btn-group input[type="email"],
.search-form .bootstrap-select.btn-group .comment-form input[type="email"],
.comment-form .search-form .bootstrap-select.btn-group input[type="email"],
.form-inline .bootstrap-select.btn-group .comment-form input[type="url"],
.comment-form .form-inline .bootstrap-select.btn-group input[type="url"],
.search-form .bootstrap-select.btn-group .comment-form input[type="url"],
.comment-form .search-form .bootstrap-select.btn-group input[type="url"],
.form-inline .bootstrap-select.btn-group .comment-form textarea,
.comment-form .form-inline .bootstrap-select.btn-group textarea,
.search-form .bootstrap-select.btn-group .comment-form textarea,
.comment-form .search-form .bootstrap-select.btn-group textarea,
.form-inline .bootstrap-select.btn-group .search-form .search-field,
.search-form .bootstrap-select.btn-group .search-field {
  width: 100%;
}

/* line 154, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

/* line 158, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

/* line 163, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

/* line 168, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 175, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

/* line 182, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 191, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group[class*='col-'] .dropdown-toggle {
  width: 100%;
}

/* line 196, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 201, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 211, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

/* line 214, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

/* line 218, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 222, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

/* line 226, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 231, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 235, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 240, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 245, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 264, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 272, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

/* line 276, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 284, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

/* line 291, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 298, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

/* line 303, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 314, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 327, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 334, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 343, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

/* line 348, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

/* line 355, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

/* line 362, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 368, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 373, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 378, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 384, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 390, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 394, resources/assets/styles/3rdparty/bootstrap-select/bootstrap-select.scss */

.bs-searchbox .form-control,
.bs-searchbox .comment-form input[type="text"],
.comment-form .bs-searchbox input[type="text"],
.bs-searchbox .comment-form input[type="email"],
.comment-form .bs-searchbox input[type="email"],
.bs-searchbox .comment-form input[type="url"],
.comment-form .bs-searchbox input[type="url"],
.bs-searchbox .comment-form textarea,
.comment-form .bs-searchbox textarea,
.bs-searchbox .search-form .search-field,
.search-form .bs-searchbox .search-field {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

@font-face {
  font-family: "SabonNextLTPro-Display";
  src: url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Display.eot) format("embedded-opentype"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Display.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Display.ttf) format("truetype"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Display.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SabonNextLTPro-Regular";
  src: url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Regular.eot) format("embedded-opentype"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Regular.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Regular.ttf) format("truetype"), url(/app/themes/kfi-theme/dist/fonts/SabonNextLTPro-Regular.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MemphisBQ-CondensedBold";
  src: url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.eot) format("embedded-opentype"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.ttf) format("truetype"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MemphisBQ-CondensedBold";
  src: url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.eot) format("embedded-opentype"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.ttf) format("truetype"), url(/app/themes/kfi-theme/dist/fonts/MemphisBQ-CondensedBold.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Bd.eot) format("eot"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Bd.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Bd.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Bd.ttf) format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Md.eot) format("eot"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Md.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Md.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Md.ttf) format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Roman.eot) format("eot"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Roman.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Roman.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Roman.ttf) format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.eot) format("eot"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.ttf) format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: 'HelveticaNeueLT';
  src: url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.eot) format("eot"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.woff2) format("woff2"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.woff) format("woff"), url(/app/themes/kfi-theme/dist/fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Th.ttf) format("truetype");
  font-weight: 200;
}

@media (min-width: 1440px) {
  /* line 11, resources/assets/styles/common/_breakpoints.scss */

  .container {
    max-width: 1440px;
  }
}

@media (max-width: 992px) {
  /* line 17, resources/assets/styles/common/_breakpoints.scss */

  .container {
    margin-left: 20px;
    margin-right: 20px;
  }

  /* line 22, resources/assets/styles/common/_breakpoints.scss */

  .image-col {
    flex: 0 0 100%;
  }

  /* line 25, resources/assets/styles/common/_breakpoints.scss */

  .image-col img {
    max-width: 100%;
    height: auto;
  }
}

/* line 2, resources/assets/styles/common/_global.scss */

.expand-list .hidden {
  display: none;
}

/* line 6, resources/assets/styles/common/_global.scss */

.expand-list .show {
  display: block;
}

/* line 11, resources/assets/styles/common/_global.scss */

.kf-stage {
  margin-top: 0;
  height: auto !important;
  min-height: auto !important;
}

/* line 17, resources/assets/styles/common/_global.scss */

.main-navi {
  display: flex !important;
  flex-direction: row-reverse !important;
}

/* line 44, resources/assets/styles/common/_global.scss */

.capitalize {
  text-transform: uppercase;
}

/* line 48, resources/assets/styles/common/_global.scss */

a.link_18px_red:link,
a.link_18px_red:visited {
  font-size: 1em;
  color: #ff3e00;
  text-decoration: none;
}

/* line 56, resources/assets/styles/common/_global.scss */

a.link_18px_red:active,
a.link_18px_red:hover {
  font-size: 1em;
  color: #ff3e00;
  text-decoration: underline;
}

/* line 63, resources/assets/styles/common/_global.scss */

.newsletter_modal {
  position: absolute;
  width: 370px;
  background-color: #ff3e00;
  text-align: center;
  right: 0;
  top: 1300px;
  padding: 3em 4em;
  z-index: 10;
}

/* line 73, resources/assets/styles/common/_global.scss */

.newsletter_modal span {
  display: block;
  color: #fff;
  margin-bottom: 1em;
}

/* line 79, resources/assets/styles/common/_global.scss */

.newsletter_modal .nl-modal-title {
  font-size: 2.30769em;
}

/* line 83, resources/assets/styles/common/_global.scss */

.newsletter_modal .nl-modal-text {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.38462em;
}

/* line 89, resources/assets/styles/common/_global.scss */

.probelesen {
  background-color: #f4f4f4;
  padding: 4em 0;
}

/* line 93, resources/assets/styles/common/_global.scss */

.probelesen .probe_title {
  line-height: 3em;
}

/* line 96, resources/assets/styles/common/_global.scss */

.probelesen .probe_title .probe_title_kunstforum {
  display: inline-block;
  font-weight: 300;
  font-size: 3.125em;
  margin-right: 0.2em;
}

/* line 103, resources/assets/styles/common/_global.scss */

.probelesen .probe_title .probe_title_probelesen {
  font-weight: 300;
  font-size: 3.125em;
}

/* line 109, resources/assets/styles/common/_global.scss */

.probelesen p {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}

/* line 116, resources/assets/styles/common/_global.scss */

.probelesen p span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 121, resources/assets/styles/common/_global.scss */

.probelesen ul.vorteilsabo_ul {
  margin-bottom: 2.4em;
  padding-left: 1.5em;
  margin-top: 15px;
}

/* line 126, resources/assets/styles/common/_global.scss */

.probelesen ul.vorteilsabo_ul li {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  margin-bottom: 5px;
}

/* line 136, resources/assets/styles/common/_global.scss */

.probelesen.vorteilsabo_block .probe_title span.probe_title_kunstforum {
  line-height: 1.1em;
  font-size: 3.125em;
}

/* line 141, resources/assets/styles/common/_global.scss */

.probelesen.vorteilsabo_block .probe_title span.probe_title_probelesen {
  font-family: "SabonNextLTPro-Regular";
  line-height: 1.1em;
}

/* line 148, resources/assets/styles/common/_global.scss */

.newsletter_modal_wrapper {
  position: relative;
}

/* line 152, resources/assets/styles/common/_global.scss */

.nl_modal_closex {
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
}

/* line 159, resources/assets/styles/common/_global.scss */

span.uppercase {
  text-transform: uppercase;
}

/* line 163, resources/assets/styles/common/_global.scss */

.wide_newsletter_element {
  background-color: #ff3e00;
  text-align: center;
  padding: 4em;
  margin-top: 5em;
}

@media (max-width: 800px) {
  /* line 163, resources/assets/styles/common/_global.scss */

  .wide_newsletter_element {
    padding: 60px 30px;
  }
}

/* line 173, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .nl_element_title {
  font-size: 2em;
  font-weight: 300;
  padding-bottom: 1em;
  color: #fff;
  text-transform: uppercase;
}

/* line 181, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .nl_element_text {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1.4em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  color: #fff;
}

/* line 192, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper {
  max-width: 100% !important;
}

/* line 195, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper form {
  display: flex;
  flex-direction: column !important;
  margin: 0 auto;
  margin-top: 20px;
}

@media (max-width: 480px) {
  /* line 195, resources/assets/styles/common/_global.scss */

  .wide_newsletter_element .gform_wrapper form {
    flex-direction: column !important;
  }
}

/* line 205, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper form .gfield {
  margin-bottom: 0 !important;
}

/* line 209, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper form .validation_message {
  margin-bottom: 0 !important;
}

/* line 213, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper form .gform_footer {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

/* line 220, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper form .gform_footer  .gform_button {
  margin-left: 20px;
}

/* line 226, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper .gform_confirmation_message {
  color: #fff;
  font-size: 1.125em;
}

/* line 231, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper input[type="submit"] {
  margin: 0;
  margin-top: 0 !important;
  margin-left: 20px;
  color: #ff3e00;
  background-color: #fff;
  border-color: #fff;
}

@media (max-width: 480px) {
  /* line 231, resources/assets/styles/common/_global.scss */

  .wide_newsletter_element .gform_wrapper input[type="submit"] {
    margin-left: 0;
  }
}

/* line 245, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper.gform_validation_error form {
  display: flex;
  flex-direction: column;
}

/* line 250, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper.gform_validation_error .validation_error {
  margin-bottom: 10px !important;
}

/* line 254, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .gform_wrapper.gform_validation_error input[type="submit"] {
  margin-left: 0;
}

/* line 260, resources/assets/styles/common/_global.scss */

.wide_newsletter_element ul {
  max-width: 600px;
}

/* line 263, resources/assets/styles/common/_global.scss */

.wide_newsletter_element ul.vorteile {
  padding: 0;
  margin: 10px 0 20px 0;
}

/* line 267, resources/assets/styles/common/_global.scss */

.wide_newsletter_element ul.vorteile li {
  color: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 5px;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}

/* line 280, resources/assets/styles/common/_global.scss */

.wide_newsletter_element ul.vorteile li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 289, resources/assets/styles/common/_global.scss */

.wide_newsletter_element p {
  margin-top: 20px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}

/* line 297, resources/assets/styles/common/_global.scss */

.wide_newsletter_element p a {
  text-decoration: underline;
}

/* line 302, resources/assets/styles/common/_global.scss */

.wide_newsletter_element input {
  height: 40px;
  background-color: #ff3e00;
  border-bottom: 1px solid #fff !important;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none;
  color: #fff;
  margin-bottom: 2em;
  width: 20em;
  margin-right: 1em;
}

/* line 315, resources/assets/styles/common/_global.scss */

.wide_newsletter_element input::-webkit-input-placeholder {
  color: #fff;
}

/* line 320, resources/assets/styles/common/_global.scss */

.wide_newsletter_element a.btn-kf-footer_outline:link,
.wide_newsletter_element a.btn-kf-footer_outline:visited {
  color: #fff;
}

/* line 325, resources/assets/styles/common/_global.scss */

.wide_newsletter_element .btn-kf-footer_outline {
  background-color: #ff3e00;
  border-radius: 1.2em;
  border-color: #fff;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 1.5em;
}

/* line 336, resources/assets/styles/common/_global.scss */

.add_8em_below {
  margin-bottom: 8em;
}

/* line 340, resources/assets/styles/common/_global.scss */

.add_4em_side_padd {
  padding: 0 4em;
}

/* line 344, resources/assets/styles/common/_global.scss */

.add_4em_padd {
  padding: 4em;
}

/* line 348, resources/assets/styles/common/_global.scss */

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

/* line 352, resources/assets/styles/common/_global.scss */

.flex-row.align-bottom {
  align-items: end;
}

/* line 1, resources/assets/styles/components/_buttons.scss */

input[type="submit"],
a {
  color: inherit;
}

/* line 5, resources/assets/styles/components/_buttons.scss */

input[type="submit"]:link,
input[type="submit"]:visited,
input[type="submit"]:hover,
a:link,
a:visited,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 12, resources/assets/styles/components/_buttons.scss */

input[type="submit"]:hover,
a:hover {
  cursor: pointer;
}

/* line 16, resources/assets/styles/components/_buttons.scss */

input[type="submit"].txt-link,
a.txt-link {
  text-decoration: underline;
}

/* line 20, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn,
input[type="submit"].kf-btn-alt,
input[type="submit"].kf-btn-white,
input[type="submit"].kf-btn-black,
input[type="submit"].kf-btn-outline,
a.kf-btn,
a.kf-btn-alt,
a.kf-btn-white,
a.kf-btn-black,
a.kf-btn-outline {
  display: inline-block;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 1px 1.5em 0;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

/* line 37, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn,
a.kf-btn {
  background-color: #ff3e00;
  border-color: #ff3e00;
  color: #fff;
}

/* line 43, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn-alt,
a.kf-btn-alt {
  color: #212529;
  border: 1px solid #212529;
}

/* line 48, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn-outline,
a.kf-btn-outline {
  color: #ff3e00;
  border: 1px solid #ff3e00;
}

/* line 53, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn-black,
a.kf-btn-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

/* line 59, resources/assets/styles/components/_buttons.scss */

input[type="submit"].kf-btn-white,
a.kf-btn-white {
  color: #ff3e00;
  background-color: #fff;
  border-color: #fff;
}

/* line 5, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
}

/* line 22, resources/assets/styles/components/_forms.scss */

.bih-field input {
  vertical-align: top !important;
}

/* line 26, resources/assets/styles/components/_forms.scss */

.bih-field label {
  margin-top: -10px !important;
}

/* line 30, resources/assets/styles/components/_forms.scss */

.bih-field input:checked ~ label > a > img.form-band-preview,
.bih-field input:checked ~ a,
.bih-field input:checked ~ label > a {
  display: inline-block !important;
}

/* line 34, resources/assets/styles/components/_forms.scss */

.bih-field u.bih-link {
  text-decoration: underline;
  font-size: 13px;
  color: #666;
}

/* line 41, resources/assets/styles/components/_forms.scss */

.dropdown-toggle {
  background-color: #fff;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.65em;
}

/* line 48, resources/assets/styles/components/_forms.scss */

.dropdown-toggle .bs-caret .caret {
  height: 0.8em;
  width: 0.8em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzLjAwMDAwMCwgLTExNDMuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkuNTAwMDAwLCAxMTU0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNjkuNTAwMDAwLCAtMTE1NC4wMDAwMDApIHRyYW5zbGF0ZSg2NC4wMDAwMDAsIDExNDQuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wNzg5MDcsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wNzg5MDcsIC0xMC4wMDAwMDApICIgcG9pbnRzPSItNC45MjEwOTMyNiA1LjAxOTkzOTYgNS4wNjg5MjY5OSAxNSAxNS4wNzg5MDY3IDUiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  margin-top: -5px !important;
  margin-right: 0;
  top: 48%;
}

/* line 63, resources/assets/styles/components/_forms.scss */

.dropdown-toggle[aria-expanded="true"] .caret {
  transform: rotate(-270deg);
  top: 45% !important;
}

/* line 69, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu,
.dropdown-toggle > .dropdown-menu {
  padding: 10px;
  border-radius: 15px;
  width: auto;
}

/* line 75, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .hidden,
.dropdown-toggle > .dropdown-menu  .hidden {
  display: none;
}

/* line 79, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .no-results,
.dropdown-toggle > .dropdown-menu  .no-results {
  display: none;
}

/* line 83, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .bs-searchbox,
.dropdown-toggle > .dropdown-menu  .bs-searchbox {
  padding: 0;
  width: 180px;
  position: relative;
}

/* line 88, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .bs-searchbox .form-control,
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input[type="text"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input[type="text"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input[type="email"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input[type="email"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input[type="url"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input[type="url"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form textarea,
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox textarea,
.dropdown-toggle + .dropdown-menu .bs-searchbox .search-form .search-field,
.search-form .dropdown-toggle + .dropdown-menu .bs-searchbox .search-field,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .form-control,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input[type="text"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input[type="text"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input[type="email"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input[type="email"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input[type="url"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input[type="url"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form textarea,
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox textarea,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .search-form .search-field,
.search-form .dropdown-toggle > .dropdown-menu  .bs-searchbox .search-field {
  background-color: #f5f5f5;
  color: #9b9b9b;
  height: 30px !important;
  border-radius: 8px;
  border: 0;
  padding-right: 30px !important;
  padding-left: 8px !important;
}

/* line 97, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .bs-searchbox .form-control:focus,
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input:focus[type="text"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input:focus[type="text"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input:focus[type="email"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input:focus[type="email"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form input:focus[type="url"],
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox input:focus[type="url"],
.dropdown-toggle + .dropdown-menu .bs-searchbox .comment-form textarea:focus,
.comment-form .dropdown-toggle + .dropdown-menu .bs-searchbox textarea:focus,
.dropdown-toggle + .dropdown-menu .bs-searchbox .search-form .search-field:focus,
.search-form .dropdown-toggle + .dropdown-menu .bs-searchbox .search-field:focus,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .form-control:focus,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input:focus[type="text"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input:focus[type="text"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input:focus[type="email"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input:focus[type="email"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form input:focus[type="url"],
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox input:focus[type="url"],
.dropdown-toggle > .dropdown-menu  .bs-searchbox .comment-form textarea:focus,
.comment-form .dropdown-toggle > .dropdown-menu  .bs-searchbox textarea:focus,
.dropdown-toggle > .dropdown-menu  .bs-searchbox .search-form .search-field:focus,
.search-form .dropdown-toggle > .dropdown-menu  .bs-searchbox .search-field:focus {
  outline: none !important;
}

/* line 102, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .bs-searchbox::after,
.dropdown-toggle > .dropdown-menu  .bs-searchbox::after {
  position: absolute;
  top: 6px;
  right: 8px;
  height: 16px;
  width: 16px;
  content: '';
  opacity: 0.5;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjFweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMjEgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjEgKDQ3MjUwKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5hZ2xfaWNvbl9zZWFyY2g8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iSGVhZGVyL1JlY2hlcmNoaWVyZW4iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjc5LjAwMDAwMCwgLTI2LjAwMDAwMCkiPgogICAgICAgIDxwYXRoIGQ9Ik0xMjg4LjEzNDE4LDQ0LjA0MzA0NzMgQzEyODMuNjQxOCw0NC4wNDMwNDczIDEyODAsNDAuMjI3ODMxMiAxMjgwLDM1LjUyMTUyMzcgQzEyODAsMzAuODE1MjE2MSAxMjgzLjY0MTgsMjcgMTI4OC4xMzQxOCwyNyBDMTI5Mi42MjY1NywyNyAxMjk2LjI2ODM2LDMwLjgxNTIxNjEgMTI5Ni4yNjgzNiwzNS41MjE1MjM3IEMxMjk2LjI2ODM2LDM3LjYxOTAyOCAxMjk1LjU0NDk5LDM5LjUzOTUzNDcgMTI5NC4zNDUzNCw0MS4wMjQxODQ3IEwxMjk5LDQ1Ljk5NTcyODggTDEyOTguMDQxMzgsNDcgTDEyOTMuMzg2NzIsNDIuMDI4NDU1OSBDMTI5MS45Njk1Niw0My4yODUyMzA1IDEyOTAuMTM2MzQsNDQuMDQzMDQ3MyAxMjg4LjEzNDE4LDQ0LjA0MzA0NzMgWiBNMTI4OC4xMzQxOCw0Mi42MjI3OTM0IEMxMjkxLjg3Nzg0LDQyLjYyMjc5MzQgMTI5NC45MTI2NywzOS40NDM0NDY2IDEyOTQuOTEyNjcsMzUuNTIxNTIzNyBDMTI5NC45MTI2NywzMS41OTk2MDA3IDEyOTEuODc3ODQsMjguNDIwMjUzOSAxMjg4LjEzNDE4LDI4LjQyMDI1MzkgQzEyODQuMzkwNTMsMjguNDIwMjUzOSAxMjgxLjM1NTcsMzEuNTk5NjAwNyAxMjgxLjM1NTcsMzUuNTIxNTIzNyBDMTI4MS4zNTU3LDM5LjQ0MzQ0NjYgMTI4NC4zOTA1Myw0Mi42MjI3OTM0IDEyODguMTM0MTgsNDIuNjIyNzkzNCBaIiBpZD0iYWdsX2ljb25fc2VhcmNoIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMC41IiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgIDwvZz4KPC9zdmc+);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 117, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu .dropdown-menu [role="option"],
.dropdown-toggle > .dropdown-menu  .dropdown-menu [role="option"] {
  font-weight: 300;
  line-height: 1.2em;
  padding: 3px 0;
  display: block;
}

/* line 124, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu a:focus,
.dropdown-toggle > .dropdown-menu  a:focus {
  outline: none;
}

/* line 127, resources/assets/styles/components/_forms.scss */

.dropdown-toggle + .dropdown-menu a:focus span,
.dropdown-toggle > .dropdown-menu  a:focus span {
  outline: none;
}

/* line 133, resources/assets/styles/components/_forms.scss */

.dropdown-toggle::after {
  display: none;
}

/* line 138, resources/assets/styles/components/_forms.scss */

input:focus {
  outline: none !important;
}

/* line 142, resources/assets/styles/components/_forms.scss */

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"] {
  appearance: none;
  width: 100% !important;
  background: none;
  box-shadow: none;
  border: 0;
  padding: 0 !important;
  line-height: 40px !important;
  height: 40px !important;
  font-size: 0.875em !important;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-weight: 300 !important;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 20px !important;
}

/* line 160, resources/assets/styles/components/_forms.scss */

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-bottom: 1px solid #000;
}

/* line 165, resources/assets/styles/components/_forms.scss */

.input-hidden {
  display: none;
}

/* line 169, resources/assets/styles/components/_forms.scss */

.gform_wrapper {
  margin: 0 auto;
  max-width: 90%;
}

/* line 173, resources/assets/styles/components/_forms.scss */

.gform_wrapper .validation_error {
  margin: 0 0 20px 0 !important;
  padding: 0 0 !important;
  font-size: 0.875em !important;
  line-height: 1.4em !important;
  border-bottom: 1px solid #790000 !important;
  font-weight: 400 !important;
  text-align: left !important;
  border: 0 !important;
}

/* line 185, resources/assets/styles/components/_forms.scss */

.gform_wrapper li.gfield {
  width: 100% !important;
  padding-right: 0 !important;
  margin-top: 0 !important;
}

/* line 191, resources/assets/styles/components/_forms.scss */

.gform_wrapper li.gfield_error {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* line 199, resources/assets/styles/components/_forms.scss */

.gform_wrapper li.gfield_error input {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #790000 !important;
}

/* line 206, resources/assets/styles/components/_forms.scss */

.gform_wrapper li.gfield_error .gfield_description.validation_message {
  padding: 10px 10px 5px 10px !important;
  margin-bottom: 20px !important;
  font-weight: 400 !important;
  line-height: 1.4em !important;
  font-size: 0.875em !important;
  background-color: rgba(255, 223, 224, 0.25) !important;
}

/* line 218, resources/assets/styles/components/_forms.scss */

.gform_wrapper .bih-field div > ul > li {
  padding-top: 10px !important;
}

/* line 223, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields {
  justify-content: space-between !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
}

@media (max-width: 480px) {
  /* line 223, resources/assets/styles/components/_forms.scss */

  .gform_wrapper .gform_fields {
    display: flex;
    flex-direction: column !important;
  }
}

/* line 234, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields #field_13_55 {
  display: none;
}

/* line 238, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield {
  margin-bottom: 20px !important;
}

/* line 242, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_contains_required .ginput_container:not(.ginput_container_radio)::before {
  content: '*';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 99;
  color: #ff3e00;
}

/* line 252, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left {
  flex: 0 1 auto;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* line 260, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left img.form-band-preview,
.gform_wrapper .gform_fields .column-left a {
  display: none;
}

/* line 264, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left img.form-band-preview {
  max-width: 150px;
  margin-right: 5px;
}

/* line 269, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .half.gfield_visibility_visible {
  max-width: calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 50%;
}

/* line 276, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .half.gfield_visibility_visible + .half.gfield_visibility_visible {
  margin-left: 16px !important;
}

/* line 280, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .onethird.gfield_visibility_visible {
  max-width: calc(34% - 8px) !important;
  width: calc(34% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 34%;
}

/* line 287, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .twothird.gfield_visibility_visible {
  max-width: calc(66% - 8px) !important;
  width: calc(66% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 66%;
}

/* line 294, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .twothird.gfield_visibility_visible + .onethird {
  margin-left: 16px !important;
}

/* line 298, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-left .onethird.gfield_visibility_visible + .twothird {
  margin-left: 16px !important;
}

/* line 303, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .column-right {
  flex: 0 1 auto;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}

/* line 311, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_checkbox input {
  margin-top: -5px !important;
}

/* line 315, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_checkbox label {
  font-size: 1.125em !important;
  font-weight: 300 !important;
  margin-left: 15px;
}

/* line 322, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_select {
  width: 100% !important;
  max-width: 100%;
}

/* line 326, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_select .gfield_select {
  display: none !important;
}

/* line 330, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_select .dropdown-toggle {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0 !important;
  font-weight: 300 !important;
  margin-top: 2px !important;
}

/* line 340, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield.column-1 {
  break-inside: avoid-column;
}

/* line 344, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield.column-2 {
  break-inside: avoid-column;
}

/* line 348, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_html {
  margin-bottom: 0 !important;
  font-family: "SabonNextLTPro-Regular";
  font-size: 1em;
}

/* line 353, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_html p {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25em;
  margin-bottom: 1em;
}

/* line 359, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_html h3 {
  font-size: 2em;
  margin-bottom: 15px;
}

/* line 366, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_radio input[type="radio"] {
  margin-top: -6px !important;
}

/* line 370, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_radio label {
  font-size: 1.125em;
  font-weight: 300 !important;
  margin-left: 10px;
}

/* line 376, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_fields .gfield_radio input[type="text"] {
  width: calc(100% - 25px) !important;
  font-size: 1.125em;
}

/* line 383, resources/assets/styles/components/_forms.scss */

.gform_wrapper .multicol .gform_fields {
  flex-direction: column !important;
}

/* line 388, resources/assets/styles/components/_forms.scss */

label.gfield_label {
  display: none !important;
}

/* line 392, resources/assets/styles/components/_forms.scss */

.ginput_container {
  margin-top: 0 !important;
  position: relative;
}

/* line 397, resources/assets/styles/components/_forms.scss */

.gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 402, resources/assets/styles/components/_forms.scss */

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 0.8em !important;
  margin-top: 15px;
}

/* line 411, resources/assets/styles/components/_forms.scss */

.gform_heading {
  display: none;
}

/* line 416, resources/assets/styles/components/_forms.scss */

.code-valid::after {
  color: #ff3e00;
  content: '\2713 10,00 EUR geschenkt';
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  font-weight: 300;
  font-size: 0.875em;
}

/* line 428, resources/assets/styles/components/_forms.scss */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

/* line 431, resources/assets/styles/components/_forms.scss */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).half {
  max-width: calc(50% - 8px) !important;
}

/* line 435, resources/assets/styles/components/_forms.scss */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).onethird {
  max-width: calc(34% - 8px) !important;
}

/* line 439, resources/assets/styles/components/_forms.scss */

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).twothird {
  max-width: calc(66% - 8px) !important;
}

/* line 446, resources/assets/styles/components/_forms.scss */

#gform_wrapper_30 .gform_body #input_30_5 {
  float: right !important;
  display: flex;
  position: absolute;
  right: 10%;
  background-color: white !important;
}

@media (max-width: 480px) {
  /* line 446, resources/assets/styles/components/_forms.scss */

  #gform_wrapper_30 .gform_body #input_30_5 {
    margin-bottom: 30px !important;
    position: initial !important;
  }
}

/* line 459, resources/assets/styles/components/_forms.scss */

#gform_wrapper_30 .gform_body .grecaptcha-badge {
  width: 300px !important;
}

/* line 463, resources/assets/styles/components/_forms.scss */

#gform_wrapper_30 .gform_body iframe {
  width: 300px !important;
}

/* line 471, resources/assets/styles/components/_forms.scss */

#gform_wrapper_48 #field_48_59 {
  display: none;
}

/* line 474, resources/assets/styles/components/_forms.scss */

#gform_wrapper_48 #field_48_59 .grecaptcha-badge {
  width: 300px !important;
}

/* line 478, resources/assets/styles/components/_forms.scss */

#gform_wrapper_48 #field_48_59 iframe {
  width: 100% !important;
}

@media (min-width: 480px) {
  /* line 484, resources/assets/styles/components/_forms.scss */

  #gform_wrapper_48 #field_48_59 {
    width: 42% !important;
    float: right !important;
    position: absolute;
    right: 13%;
    background-color: white !important;
    margin-top: 30px !important;
  }

  /* line 493, resources/assets/styles/components/_forms.scss */

  #gform_wrapper_48 .gform_footer {
    margin-top: 35px !important;
  }
}

@media (max-width: 480px) {
  /* line 499, resources/assets/styles/components/_forms.scss */

  #gform_wrapper_48 #field_48_59 {
    justify-content: center;
    margin-top: 20px !important;
  }
}

/* line 506, resources/assets/styles/components/_forms.scss */

.abo-kuendigung_wrapper.gform_wrapper .gform_fields .gfield_radio label,
.abo-kuendigung_wrapper.gform_wrapper .gform_fields .gfield_html p {
  line-height: 1.4em;
  font-size: 16px;
}

/* line 1, resources/assets/styles/components/_navbar.scss */

.navbar-collapse {
  position: fixed;
  height: 0;
  top: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: auto;
  transition: height 0.5s ease-in;
}

/* line 12, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .start-link {
  display: flex !important;
}

/* line 16, resources/assets/styles/components/_navbar.scss */

.navbar-collapse.show {
  height: 100%;
}

/* line 20, resources/assets/styles/components/_navbar.scss */

.navbar-collapse.collapsing {
  transition: height 0.2s ease-out;
}

/* line 24, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .navbar-toggler {
  position: absolute;
  top: 20px;
  right: 18px;
}

@media (max-width: 480px) {
  /* line 24, resources/assets/styles/components/_navbar.scss */

  .navbar-collapse .navbar-toggler {
    right: 3px;
  }
}

/* line 34, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .navbar-nav {
  /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
  margin: 64px 48px 16px 48px !important;
}

@media (max-width: 1000px) {
  /* line 34, resources/assets/styles/components/_navbar.scss */

  .navbar-collapse .navbar-nav {
    justify-content: flex-start;
    margin-left: -5px !important;
  }
}

@media (max-width: 768px) {
  /* line 34, resources/assets/styles/components/_navbar.scss */

  .navbar-collapse .navbar-nav {
    margin-left: 0 !important;
  }
}

/* line 50, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .navbar-nav .nav-link,
.navbar-collapse .navbar-nav .banner .nav a,
.banner .nav .navbar-collapse .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.5em;
  font-weight: 300;
  margin: 10px 0 0;
  cursor: pointer;
}

/* line 61, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .nav-item .nav-sub,
.navbar-collapse .banner .nav li .nav-sub,
.banner .nav .navbar-collapse li .nav-sub {
  display: none;
  list-style: none;
  padding: 12px 0 0 24px;
}

/* line 67, resources/assets/styles/components/_navbar.scss */

.navbar-collapse .nav-item .nav-sub .nav-sub-item .nav-sub-link,
.navbar-collapse .banner .nav li .nav-sub .nav-sub-item .nav-sub-link,
.banner .nav .navbar-collapse li .nav-sub .nav-sub-item .nav-sub-link {
  display: block;
  padding: 0.5rem 0 1rem 0;
  font-size: 1.5em;
  font-weight: 300;
  margin: 10px 0 0;
}

/* line 79, resources/assets/styles/components/_navbar.scss */

.navbar {
  background-color: transparent !important;
  border: none;
  padding: 0;
  height: 70px;
  display: flex;
  flex-direction: column;
  transition-duration: 0.2s;
}

/* line 89, resources/assets/styles/components/_navbar.scss */

.navbar .start-link {
  display: flex;
}

/* line 93, resources/assets/styles/components/_navbar.scss */

.navbar .main-navi {
  height: 70px;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

/* line 98, resources/assets/styles/components/_navbar.scss */

.navbar .main-navi > .container {
  position: relative;
}

/* line 103, resources/assets/styles/components/_navbar.scss */

.navbar .login-navi,
.navbar .search-navi {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  height: 0;
  overflow: hidden;
  display: none;
  transition: opacity 0.3s ease-in-out, overflow 0s ease-in-out 0.3s;
}

@media (max-width: 1000px) {
  /* line 103, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi,
  .navbar .search-navi {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  /* line 103, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi,
  .navbar .search-navi {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 480px) {
  /* line 103, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi,
  .navbar .search-navi {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  /* line 130, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi .login-container {
    flex-direction: column-reverse !important;
  }

  /* line 134, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi .login-col {
    border-left: 0 !important;
    margin-bottom: 30px;
  }

  /* line 139, resources/assets/styles/components/_navbar.scss */

  .navbar .login-navi .teaser-col {
    display: none;
  }
}

/* line 145, resources/assets/styles/components/_navbar.scss */

.navbar.show-login {
  height: auto;
}

/* line 148, resources/assets/styles/components/_navbar.scss */

.navbar.show-login .login-navi {
  height: auto;
  opacity: 1;
  display: block;
}

/* line 154, resources/assets/styles/components/_navbar.scss */

.navbar.show-login .search-navi {
  height: 0;
  display: none;
  border-bottom: none !important;
}

/* line 160, resources/assets/styles/components/_navbar.scss */

.navbar.show-login #nav-login-btn {
  border-left: 1px solid #000 !important;
}

/* line 166, resources/assets/styles/components/_navbar.scss */

.navbar.show-search {
  height: auto;
}

/* line 169, resources/assets/styles/components/_navbar.scss */

.navbar.show-search .login-navi {
  height: 0;
  display: none;
}

/* line 174, resources/assets/styles/components/_navbar.scss */

.navbar.show-search .search-navi {
  height: auto;
  opacity: 1;
  display: block;
  border-bottom: none !important;
}

/* line 181, resources/assets/styles/components/_navbar.scss */

.navbar.show-search #nav-login-btn {
  border-left: 1px solid #000 !important;
}

/* line 185, resources/assets/styles/components/_navbar.scss */

.navbar.show-search img.search-icon-w {
  display: none !important;
}

/* line 189, resources/assets/styles/components/_navbar.scss */

.navbar.show-search img.search-icon {
  display: block !important;
}

/* line 194, resources/assets/styles/components/_navbar.scss */

.navbar.navbar-scroll-custom:not(.mobile-nav) {
  transform: translateY(-72px);
  transition-duration: 0.6s;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 199, resources/assets/styles/components/_navbar.scss */

.navbar.navbar-scroll-custom:not(.mobile-nav) .login-navi,
.navbar.navbar-scroll-custom:not(.mobile-nav) .search-navi {
  display: none;
  height: 0;
}

/* line 207, resources/assets/styles/components/_navbar.scss */

.navbar.fixed-top .main-navi {
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

/* line 213, resources/assets/styles/components/_navbar.scss */

.navbar.initial-state {
  transition-duration: 0.3s;
}

/* line 216, resources/assets/styles/components/_navbar.scss */

.navbar.initial-state .main-navi {
  background-color: #fff;
  border-bottom: 1px solid rgba(242, 242, 242, 0);
}

/* line 222, resources/assets/styles/components/_navbar.scss */

.navbar .navbar-nav {
  height: 70px;
  justify-content: center;
  flex-direction: row;
}

@media (max-width: 999px) {
  /* line 222, resources/assets/styles/components/_navbar.scss */

  .navbar .navbar-nav {
    margin-left: 30px !important;
    justify-content: flex-start;
  }
}

/* line 233, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item,
.navbar .banner .nav li,
.banner .nav .navbar li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 239, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item .nav-link,
.navbar .banner .nav li .nav-link,
.banner .nav .navbar li .nav-link,
.navbar .nav-item .banner .nav a,
.banner .nav .navbar .nav-item a,
.navbar .banner .nav li a,
.banner .nav .navbar li a {
  padding: 0 !important;
  margin: 0 1.25em;
  font-size: 1em;
  margin-top: 5px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 839px) {
  /* line 239, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-item .nav-link,
  .navbar .banner .nav li .nav-link,
  .banner .nav .navbar li .nav-link,
  .navbar .nav-item .banner .nav a,
  .banner .nav .navbar .nav-item a,
  .navbar .banner .nav li a,
  .banner .nav .navbar li a {
    padding-right: 10px;
    margin: 0 0.5em;
  }
}

@media (min-width: 840px) and (max-width: 1199px) {
  /* line 239, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-item .nav-link,
  .navbar .banner .nav li .nav-link,
  .banner .nav .navbar li .nav-link,
  .navbar .nav-item .banner .nav a,
  .banner .nav .navbar .nav-item a,
  .navbar .banner .nav li a,
  .banner .nav .navbar li a {
    padding-right: 10px;
    margin: 0 0.75em;
  }
}

/* line 260, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item:first-child .nav-link,
.navbar .banner .nav li:first-child .nav-link,
.banner .nav .navbar li:first-child .nav-link,
.navbar .nav-item:first-child .banner .nav a,
.banner .nav .navbar .nav-item:first-child a,
.navbar .banner .nav li:first-child a,
.banner .nav .navbar li:first-child a {
  margin-left: 0;
}

/* line 265, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item .nav-link:hover,
.navbar .banner .nav li .nav-link:hover,
.banner .nav .navbar li .nav-link:hover,
.navbar .nav-item .banner .nav a:hover,
.banner .nav .navbar .nav-item a:hover,
.navbar .banner .nav li a:hover,
.banner .nav .navbar li a:hover {
  text-decoration: underline;
}

/* line 269, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item .nav-sub,
.navbar .banner .nav li .nav-sub,
.banner .nav .navbar li .nav-sub {
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  z-index: 999999;
  padding: 24px 24px 12px;
  border: 1px solid #ddd;
  margin: 0;
  list-style: none;
  background-color: white;
  width: 270px;
}

@media (max-width: 1000px) {
  /* line 269, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-item .nav-sub,
  .navbar .banner .nav li .nav-sub,
  .banner .nav .navbar li .nav-sub {
    width: 220px;
  }
}

/* line 286, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item .nav-sub .nav-sub-item,
.navbar .banner .nav li .nav-sub .nav-sub-item,
.banner .nav .navbar li .nav-sub .nav-sub-item {
  margin-bottom: 12px;
}

/* line 290, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item .nav-sub .nav-sub-item .nav-sub-link:hover,
.navbar .banner .nav li .nav-sub .nav-sub-item .nav-sub-link:hover,
.banner .nav .navbar li .nav-sub .nav-sub-item .nav-sub-link:hover {
  text-decoration: underline;
}

/* line 298, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item.active .nav-link,
.navbar .banner .nav li.active .nav-link,
.banner .nav .navbar li.active .nav-link,
.navbar .nav-item.active .banner .nav a,
.banner .nav .navbar .nav-item.active a,
.navbar .banner .nav li.active a,
.banner .nav .navbar li.active a {
  text-decoration: underline;
}

/* line 304, resources/assets/styles/components/_navbar.scss */

.navbar .header-add {
  float: right !important;
}

/* line 308, resources/assets/styles/components/_navbar.scss */

.navbar .navbar-toggler {
  margin-top: -6px;
}

/* line 312, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-a {
  position: relative;
}

/* line 316, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-b {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  top: 20px;
  right: 30px;
}

@media (min-width: 1200px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    right: 60px;
  }
}

@media (min-width: 1600px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    right: 60px;
  }
}

@media (max-width: 1000px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    top: 13px;
    right: 30px;
  }
}

@media (max-width: 800px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    top: 13px;
    right: 30px;
  }
}

@media (max-width: 768px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    right: 15px;
  }
}

@media (max-width: 480px) {
  /* line 316, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b {
    right: 0;
  }
}

/* line 350, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-b #nav-search-btn {
  padding-right: 0.5em;
  margin-top: 3px;
  height: 30px;
  display: inline-block;
}

/* line 356, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-b #nav-search-btn.toggled {
  text-decoration: underline;
}

/* line 361, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-b #nav-login-btn {
  font-weight: 400;
  border-left: 1px solid #000;
  padding-left: 0.5em;
  padding-top: 5px;
  height: 30px;
  display: inline-block;
}

/* line 369, resources/assets/styles/components/_navbar.scss */

.navbar .nav-elem-pos-b #nav-login-btn.toggled {
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 361, resources/assets/styles/components/_navbar.scss */

  .navbar .nav-elem-pos-b #nav-login-btn {
    padding-top: 7px;
  }
}

/* line 379, resources/assets/styles/components/_navbar.scss */

.navbar .search-icon-w {
  display: none;
}

/* line 383, resources/assets/styles/components/_navbar.scss */

.navbar .search-icon {
  display: block;
}

/* line 389, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.initial-state .nav-link,
.navbar.is-contrast.initial-state .banner .nav a,
.banner .nav .navbar.is-contrast.initial-state a,
.navbar.is-contrast.initial-state #nav-login-btn {
  color: #fff !important;
}

/* line 395, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.initial-state #nav-search-btn .search-icon-w {
  display: block;
}

/* line 399, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.initial-state #nav-search-btn .search-icon {
  display: none;
}

/* line 404, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.initial-state #nav-login-btn {
  border-left: 1px solid #fff;
}

/* line 408, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.initial-state button[data-target="#navbarSupportedContent"] {
  color: #fff;
}

/* line 414, resources/assets/styles/components/_navbar.scss */

.navbar.is-contrast.navbar-scroll-custom button[data-target="#navbarSupportedContent"] {
  color: #000;
}

/* line 420, resources/assets/styles/components/_navbar.scss */

.navbar #desktop-navbar {
  width: 100%;
}

/* line 425, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item:hover .nav-sub,
.navbar .banner .nav li:hover .nav-sub,
.banner .nav .navbar li:hover .nav-sub,
.navbar-collapse .nav-item.open .nav-sub,
.navbar-collapse .banner .nav li.open .nav-sub,
.banner .nav .navbar-collapse li.open .nav-sub {
  display: block;
}

/* line 430, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item.hasItems .nav-link::after,
.navbar .banner .nav li.hasItems .nav-link::after,
.banner .nav .navbar li.hasItems .nav-link::after,
.navbar .nav-item.hasItems .banner .nav a::after,
.banner .nav .navbar .nav-item.hasItems a::after,
.navbar .banner .nav li.hasItems a::after,
.banner .nav .navbar li.hasItems a::after,
.navbar-collapse .nav-item.hasItems .nav-link::after,
.navbar-collapse .banner .nav li.hasItems .nav-link::after,
.banner .nav .navbar-collapse li.hasItems .nav-link::after,
.navbar-collapse .nav-item.hasItems .banner .nav a::after,
.banner .nav .navbar-collapse .nav-item.hasItems a::after,
.navbar-collapse .banner .nav li.hasItems a::after,
.banner .nav .navbar-collapse li.hasItems a::after {
  content: '\f107';
  padding-left: 0.5em;
  font-family: FontAwesome, sans-serif;
}

/* line 437, resources/assets/styles/components/_navbar.scss */

.navbar .nav-item.hasItems:hover .nav-link::after,
.navbar .banner .nav li.hasItems:hover .nav-link::after,
.banner .nav .navbar li.hasItems:hover .nav-link::after,
.navbar .nav-item.hasItems:hover .banner .nav a::after,
.banner .nav .navbar .nav-item.hasItems:hover a::after,
.navbar .banner .nav li.hasItems:hover a::after,
.banner .nav .navbar li.hasItems:hover a::after,
.navbar-collapse .nav-item.hasItems.open .nav-link::after,
.navbar-collapse .banner .nav li.hasItems.open .nav-link::after,
.banner .nav .navbar-collapse li.hasItems.open .nav-link::after,
.navbar-collapse .nav-item.hasItems.open .banner .nav a::after,
.banner .nav .navbar-collapse .nav-item.hasItems.open a::after,
.navbar-collapse .banner .nav li.hasItems.open a::after,
.banner .nav .navbar-collapse li.hasItems.open a::after {
  content: '\f106';
}

/* line 443, resources/assets/styles/components/_navbar.scss */

.navbar-collapse#navbarSupportedContent .navbar-nav {
  margin: 64px 48px 16px 48px !important;
}

/* line 452, resources/assets/styles/components/_navbar.scss */

.single-band .navbar .main-navi,
.template-abonnement .navbar .main-navi,
.single-abo .navbar .main-navi {
  background-color: #fff;
}

/* line 457, resources/assets/styles/components/_navbar.scss */

.single-band .navbar.initial-state .main-navi,
.template-abonnement .navbar.initial-state .main-navi,
.single-abo .navbar.initial-state .main-navi {
  background-color: transparent;
  border-bottom: none;
}

/* line 463, resources/assets/styles/components/_navbar.scss */

.single-band .navbar.show-login,
.single-band .navbar.show-search,
.template-abonnement .navbar.show-login,
.template-abonnement .navbar.show-search,
.single-abo .navbar.show-login,
.single-abo .navbar.show-search {
  height: auto;
}

/* line 467, resources/assets/styles/components/_navbar.scss */

.single-band .navbar.show-login .main-navi,
.single-band .navbar.show-search .main-navi,
.template-abonnement .navbar.show-login .main-navi,
.template-abonnement .navbar.show-search .main-navi,
.single-abo .navbar.show-login .main-navi,
.single-abo .navbar.show-search .main-navi {
  background-color: #fff !important;
}

/* line 1, resources/assets/styles/components/_metanav.scss */

.login-navi {
  display: block;
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 6, resources/assets/styles/components/_metanav.scss */

.login-navi h4 {
  margin-top: 1em;
  font-size: 2em;
  line-height: 100%;
  font-family: "SabonNextLTPro-Regular";
  margin-bottom: 0;
  max-width: 450px;
}

/* line 15, resources/assets/styles/components/_metanav.scss */

.login-navi ul {
  padding: 0;
  margin: 2em 0 3em 0;
  padding-left: 2em;
}

/* line 20, resources/assets/styles/components/_metanav.scss */

.login-navi ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-family: "SabonNextLTPro-Regular";
  font-weight: 300;
  margin-bottom: 5px;
  padding-left: 0.5em;
  position: relative;
}

/* line 32, resources/assets/styles/components/_metanav.scss */

.login-navi p {
  max-width: 450px;
  font-size: 1.125em;
}

/* line 37, resources/assets/styles/components/_metanav.scss */

.login-navi a.inline-link {
  text-decoration: underline;
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 44, resources/assets/styles/components/_metanav.scss */

.login-navi input[type="text"] {
  margin-bottom: 2em;
}

/* line 48, resources/assets/styles/components/_metanav.scss */

.login-navi input[type="text"],
.login-navi input[type="password"],
.login-navi input[type="email"] {
  font-size: 0.75em !important;
}

/* line 54, resources/assets/styles/components/_metanav.scss */

.login-navi .login-additonal-text {
  font-size: 0.875em;
}

/* line 58, resources/assets/styles/components/_metanav.scss */

.login-navi .img-col {
  display: flex;
  justify-content: flex-end;
}

/* line 62, resources/assets/styles/components/_metanav.scss */

.login-navi .img-col .img-col-image {
  width: 100%;
  align-self: flex-start;
}

/* line 68, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col {
  border-left: 1px solid #ddd;
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (max-width: 800px) {
  /* line 68, resources/assets/styles/components/_metanav.scss */

  .login-navi .login-col {
    border-left: 1px solid #ddd;
  }
}

/* line 79, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col p.failed {
  color: #790000;
  font-size: 0.875em;
}

/* line 84, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col #user_pass {
  margin-bottom: 10px !important;
}

/* line 88, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col #user_login {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

/* line 93, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col .inline-link {
  margin-bottom: 20px;
}

/* line 97, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col form {
  flex-direction: column;
  display: flex;
}

/* line 101, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col form p {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 0.875em;
}

/* line 106, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col form p a {
  text-decoration: underline;
}

/* line 111, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col form .kf-btn-black {
  margin-top: 0;
}

/* line 116, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col .client-custom-login {
  text-align: right;
  font-size: 0.875em;
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 300;
}

/* line 123, resources/assets/styles/components/_metanav.scss */

.login-navi .login-col .client-custom-login a::after {
  content: ' →';
}

/* line 129, resources/assets/styles/components/_metanav.scss */

.login-navi .teaser-col {
  padding-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* line 139, resources/assets/styles/components/_metanav.scss */

.search-navi .kf-slogan {
  display: none;
}

/* line 143, resources/assets/styles/components/_metanav.scss */

.search-navi .kf-bar-enclosure {
  padding-top: 0 !important;
}

/* line 1, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb {
  background-color: transparent;
  padding: 0;
}

/* line 5, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb .bc-link {
  margin-right: 0.25em;
}

/* line 9, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb a,
.breadcrumb span {
  font-size: 0.8em;
}

/* line 13, resources/assets/styles/components/_breadcrumb.scss */

.breadcrumb .divider {
  margin-right: 0.25em;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 480px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 1, resources/assets/styles/components/_caroussel.scss */

.carousel {
  width: 100%;
}

/* line 5, resources/assets/styles/components/_caroussel.scss */

.carousel .caroussel-controls.outside {
  position: absolute !important;
  width: calc(100% + 80px);
  left: -40px;
  top: 50%;
}

/* line 13, resources/assets/styles/components/_caroussel.scss */

.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  position: relative;
  margin-top: -2em;
  width: initial;
  opacity: 1;
}

/* line 21, resources/assets/styles/components/_caroussel.scss */

.carousel .carousel-control-prev-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDY8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iSG9tZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzLjAwMDAwMCwgLTExNDMuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTktQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkuNTAwMDAwLCAxMTU0LjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtNjkuNTAwMDAwLCAtMTE1NC4wMDAwMDApIHRyYW5zbGF0ZSg2NC4wMDAwMDAsIDExNDQuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wNzg5MDcsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHJvdGF0ZSg5MC4wMDAwMDApIHRyYW5zbGF0ZSgtNS4wNzg5MDcsIC0xMC4wMDAwMDApICIgcG9pbnRzPSItNC45MjEwOTMyNiA1LjAxOTkzOTYgNS4wNjg5MjY5OSAxNSAxNS4wNzg5MDY3IDUiPjwvcG9seWxpbmU+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}

/* line 25, resources/assets/styles/components/_caroussel.scss */

.carousel .carousel-control-next-icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzY5LjAwMDAwMCwgLTExNDMuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNzAuMDAwMDAwLCAxMTQ0LjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMTAuMDAwMDAwKSAiIHBvaW50cz0iLTUgNS4wMTk5Mzk2IDQuOTkwMDIwMjUgMTUgMTUgNSI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}

/* line 29, resources/assets/styles/components/_caroussel.scss */

.carousel .carousel-item .row {
  min-height: 200px;
}

/* line 34, resources/assets/styles/components/_caroussel.scss */

.kf-front-current.issue {
  padding: 5em 0;
}

/* line 38, resources/assets/styles/components/_caroussel.scss */

.news-item-infobox {
  border: 1px solid #ff3e00;
  padding-top: 15px;
}

/* line 42, resources/assets/styles/components/_caroussel.scss */

.news-item-infobox:hover .news-item-shorttext {
  text-decoration: underline;
}

/* line 46, resources/assets/styles/components/_caroussel.scss */

.news-item-infobox .news-head {
  margin-bottom: 10px;
}

/* line 51, resources/assets/styles/components/_caroussel.scss */

.kf-front-news {
  background-color: #f4f4f4;
  padding: 0 0 5em 0;
}

/* line 55, resources/assets/styles/components/_caroussel.scss */

.kf-front-news h3 {
  color: #ff3e00;
  font-size: 1.15em;
  text-transform: uppercase;
  padding-bottom: 2em;
  font-weight: normal;
  text-align: center;
}

/* line 64, resources/assets/styles/components/_caroussel.scss */

.kf-front-news .kf-front-news-title {
  display: block;
  font-size: 1em;
}

@media (max-width: 992px) {
  /* line 69, resources/assets/styles/components/_caroussel.scss */

  .kf-front-news .news-item {
    margin-bottom: 20px;
  }
}

/* line 75, resources/assets/styles/components/_caroussel.scss */

.kf-front-news .news-item:hover .news-head,
.kf-front-news .news-item:hover .kf-front-news-title {
  text-decoration: underline;
}

/* line 83, resources/assets/styles/components/_caroussel.scss */

.kf-front-news .carousel-item a:not(.news-item-shorttext) {
  font-size: 1.875em;
  line-height: 1.15em;
  font-weight: 300;
  margin-top: 5px;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}

/* line 94, resources/assets/styles/components/_caroussel.scss */

.kf-front-news .carousel-caption {
  display: block;
  position: relative !important;
  right: 0;
  bottom: -5px;
  left: 0;
  margin-top: 1em;
  padding: 0;
  color: black;
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  z-index: 1;
}

/* line 108, resources/assets/styles/components/_caroussel.scss */

.kf-front-news .position-relative {
  z-index: 2;
}

/* line 113, resources/assets/styles/components/_caroussel.scss */

.slick-slider {
  width: auto;
}

/* line 116, resources/assets/styles/components/_caroussel.scss */

.slick-slider .carousel-caption {
  z-index: 1;
  position: relative;
  width: 100%;
  margin: 60px 0 0 0;
  left: 0;
}

/* line 123, resources/assets/styles/components/_caroussel.scss */

.slick-slider .carousel-caption h5 {
  color: #000;
}

/* line 128, resources/assets/styles/components/_caroussel.scss */

.slick-slider .carousel-controls {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 480px) {
  /* line 128, resources/assets/styles/components/_caroussel.scss */

  .slick-slider .carousel-controls {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 139, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 2;
  height: 64px;
  width: 32px;
}

/* line 146, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-prev.slick-disabled::before,
.slick-slider .slick-next.slick-disabled::before {
  opacity: 0.2 !important;
}

/* line 152, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-dots {
  bottom: 1em;
}

/* line 156, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-prev {
  left: 0;
}

/* line 159, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-prev::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ4LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEzNjUuMDAwMDAwLCAtMTY4MS4wMDAwMDApICIgcG9pbnRzPSIxMzM1IDE2NjYuMDU5ODIgMTM2NC45NzAwNiAxNjk2IDEzOTUgMTY2NiI+PC9wb2x5bGluZT4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  height: 64px;
  display: block;
  width: 32px;
  opacity: 1;
}

/* line 172, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-next {
  right: 0;
}

/* line 175, resources/assets/styles/components/_caroussel.scss */

.slick-slider .slick-next::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ5LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSBzY2FsZSgtMSwgMSkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMzY1LjAwMDAwMCwgLTE2ODEuMDAwMDAwKSAiIHBvaW50cz0iMTMzNSAxNjY2LjA1OTgyIDEzNjQuOTcwMDYgMTY5NiAxMzk1IDE2NjYiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  height: 64px;
  display: block;
  width: 32px;
  opacity: 1;
}

/* line 190, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .slick-dots {
  position: relative;
  display: block;
  right: 0;
  bottom: -45px;
  left: 0;
  padding: 0;
  margin: 0 auto;
  width: 100px;
  text-align: center;
}

/* line 201, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .slick-dots span {
  color: black;
  font-family: "SabonNextLTPro-Regular";
  padding-bottom: 0;
  text-align: center;
  font-size: 1.15em;
}

/* line 210, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .carousel-controls {
  margin-top: 50px;
}

/* line 214, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .carousel-inner {
  overflow: visible;
}

/* line 217, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .carousel-inner .slick-slide {
  height: auto;
}

@media (max-width: 767.98px) {
  /* line 217, resources/assets/styles/components/_caroussel.scss */

  #newsCarousel .carousel-inner .slick-slide {
    display: flex;
    flex-direction: column;
  }
}

/* line 227, resources/assets/styles/components/_caroussel.scss */

#newsCarousel .carousel-inner .kf-front-news-title span {
  font-size: 0.8em;
}

/* line 2, resources/assets/styles/components/_stage.scss */

.is-contrast .kf-slogan,
.is-contrast .kf-stage-extras {
  color: #fff !important;
}

/* line 8, resources/assets/styles/components/_stage.scss */

.kf-stage {
  min-height: 70vh;
  padding: 0;
}

@media (max-width: 640px) {
  /* line 8, resources/assets/styles/components/_stage.scss */

  .kf-stage {
    min-height: 100vh;
  }
}

/* line 16, resources/assets/styles/components/_stage.scss */

.kf-stage .withbg {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* line 22, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras {
  color: #000;
  margin-top: 250px;
  padding-bottom: 4em;
  display: flex;
  flex-direction: row;
}

@media (max-width: 640px) {
  /* line 22, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras {
    margin-top: 150px;
  }
}

@media (max-width: 640px) {
  /* line 22, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras {
    padding-bottom: 30px;
  }
}

@media (max-width: 640px) {
  /* line 22, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras {
    flex-direction: column;
  }
}

/* line 41, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras > div {
  align-self: flex-end;
  justify-content: flex-end;
}

/* line 45, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras > div:first-of-type {
  width: 50%;
  flex: 0 1 50%;
}

@media (max-width: 640px) {
  /* line 45, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras > div:first-of-type {
    width: 100%;
    flex: 0 1 100%;
  }
}

/* line 55, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras > div:last-of-type {
  width: 50%;
  flex: 0 1 50%;
}

@media (max-width: 640px) {
  /* line 55, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras > div:last-of-type {
    width: 100%;
    flex: 0 1 100%;
  }
}

/* line 66, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras .kf-stage-search {
  position: relative;
}

/* line 69, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras .kf-stage-search input[type='text'] {
  background: #fff;
  border-radius: 14px;
  width: 100% !important;
  padding: 3px 3em 0 1em !important;
  border: 0;
  font-size: 1.125em !important;
  height: 50px !important;
  line-height: 50px !important;
}

/* line 80, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras .kf-stage-search input[type='image'] {
  position: absolute;
  top: 1em;
  right: 1em;
}

/* line 87, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras .kf-stage-claim {
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 1em;
  line-height: 1.1em;
  display: block;
}

/* line 95, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-stage-extras .kf-stage-annotation {
  display: block;
  font-size: 0.75em;
  text-align: right;
  position: absolute;
  right: 4em;
  bottom: 4em;
  width: 30%;
  max-width: 300px;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  /* line 95, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras .kf-stage-annotation {
    right: 30px;
    bottom: 30px;
  }
}

@media (max-width: 640px) {
  /* line 95, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-stage-extras .kf-stage-annotation {
    display: block;
    font-size: 0.75em;
    text-align: left;
    position: relative;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: 100% !important;
    width: auto;
    margin-top: 10px;
  }
}

/* line 126, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-bar-enclosure {
  padding-top: 70px;
}

/* line 129, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-bar-enclosure .kf-bar {
  width: 100%;
  height: 0;
  padding-bottom: 12.5%;
  background-color: #ff3e00;
  position: relative;
}

/* line 137, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-bar-enclosure .kf-bar .logo-50-years img {
  height: 100%;
  width: auto;
  padding: 0.75rem;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  /* line 129, resources/assets/styles/components/_stage.scss */

  .kf-stage .kf-bar-enclosure .kf-bar {
    padding-bottom: 100px;
  }
}

/* line 151, resources/assets/styles/components/_stage.scss */

.kf-stage .kf-bar-enclosure .kf-slogan {
  font-size: 1.25em;
  margin-top: 20px;
  color: #ff3e00 !important;
}

/* line 1, resources/assets/styles/components/_timeline.scss */

.kf-archive-selector {
  background-color: #f4f4f4;
  padding: 0;
  height: 120px;
}

/* line 7, resources/assets/styles/components/_timeline.scss */

.timeline-sticky {
  background-color: #f4f4f4;
  height: 120px;
  padding-top: 2.5em !important;
  padding-bottom: 1.5em !important;
  align-items: center;
  display: flex;
  transition: top 0.2s ease-in-out;
}

/* line 16, resources/assets/styles/components/_timeline.scss */

.timeline-sticky.fixed {
  position: fixed;
  top: 0;
  z-index: 99;
}

/* line 22, resources/assets/styles/components/_timeline.scss */

.timeline-sticky.timeline-scroll-custom {
  top: 70px;
  transition: top 0.6s ease-in-out;
}

/* line 28, resources/assets/styles/components/_timeline.scss */

.timeline {
  width: 80%;
  margin: 0 auto;
  padding: 0;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 37, resources/assets/styles/components/_timeline.scss */

.timeline .year {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

/* line 44, resources/assets/styles/components/_timeline.scss */

.timeline .year::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 33%;
  width: 1px;
  background: #9b9b9b;
  z-index: 1;
}

/* line 56, resources/assets/styles/components/_timeline.scss */

.timeline .year .line {
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  z-index: 2;
}

/* line 64, resources/assets/styles/components/_timeline.scss */

.timeline .year .line .label {
  position: absolute;
  left: 50%;
  top: -1em;
  transform: translateX(-50%);
  font-size: 0.8125em;
  color: #767676;
  opacity: 0;
}

/* line 74, resources/assets/styles/components/_timeline.scss */

.timeline .year .line .pin {
  height: 80%;
  width: 2px;
  background-color: #ff3e00;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}

/* line 85, resources/assets/styles/components/_timeline.scss */

.timeline .year .line .pin::after {
  content: '';
  height: 6px;
  width: 6px;
  position: absolute;
  top: 0;
  left: -2px;
  background-color: #ff3e00;
  border-radius: 50%;
}

/* line 101, resources/assets/styles/components/_timeline.scss */

.timeline .year.decade::after,
.timeline .year.first::after,
.timeline .year.last::after {
  height: 80%;
}

/* line 105, resources/assets/styles/components/_timeline.scss */

.timeline .year.decade .label,
.timeline .year.first .label,
.timeline .year.last .label {
  opacity: 1 !important;
}

/* line 111, resources/assets/styles/components/_timeline.scss */

.timeline .year.active .pin {
  opacity: 1 !important;
  background-color: #000;
}

/* line 115, resources/assets/styles/components/_timeline.scss */

.timeline .year.active .pin::after {
  background-color: #000;
}

/* line 120, resources/assets/styles/components/_timeline.scss */

.timeline .year.active .label {
  opacity: 1 !important;
}

/* line 125, resources/assets/styles/components/_timeline.scss */

.timeline .year:hover {
  cursor: pointer;
  z-index: 3;
}

/* line 129, resources/assets/styles/components/_timeline.scss */

.timeline .year:hover .pin {
  opacity: 1;
}

/* line 133, resources/assets/styles/components/_timeline.scss */

.timeline .year:hover .label {
  opacity: 1;
}

/* line 137, resources/assets/styles/components/_timeline.scss */

.timeline .year:hover + .year .label {
  opacity: 0 !important;
}

/* line 1, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap {
  height: 27px;
  width: 27px;
  padding-left: 0;
  border: none;
  margin-top: -0.25em;
}

/* line 8, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .addto-head {
  height: auto;
  text-align: left;
  font-weight: bold;
}

/* line 13, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .addto-head i {
  font-style: normal;
}

/* line 18, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap > div {
  border: 1px solid #ff3e00;
  bottom: auto !important;
  top: 40px !important;
  right: 0;
  left: auto;
}

/* line 26, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-searchbar-wrapper,
.cbxwpbkmarkwrap .cbxwpbkmarkmanagecatselect,
.cbxwpbkmarkwrap .cbxwpbkmarkaddnewcatselect,
.cbxwpbkmarkwrap .cbxlbjs-searchbar-wrapper-manage {
  display: none;
}

/* line 33, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap input[type="text"].cbxwpbkmarkaddnewcatinput,
.cbxwpbkmarkwrap input[type="text"].cbxwpbkmarkmanagecatinput {
  outline: none !important;
}

/* line 37, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkaddnewcat {
  padding-top: 10px;
}

/* line 40, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkaddnewcat > a {
  margin-bottom: 10px;
  display: inline-block;
}

/* line 46, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item-name {
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  /* line 46, resources/assets/styles/components/_bookmark.scss */

  .cbxwpbkmarkwrap .cbxlbjs-item-name {
    width: 190px;
  }
}

/* line 56, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item  .cbxlbjs-item-name {
  font-size: 0.875em;
  font-weight: 500;
}

/* line 61, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item ::before {
  background: none !important;
  background-size: auto;
  width: auto !important;
  height: auto !important;
  content: "";
  border: 1px solid #9b9b9b;
  padding: 1px 4px 0 5px;
  margin-right: 0.5em;
}

/* line 73, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item-manage {
  text-align: left;
  font-weight: 500;
  width: 100% !important;
}

/* line 78, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item-manage .cbxlbjs-item-name-manage {
  width: 100%;
}

/* line 82, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item-manage::before {
  display: none;
}

/* line 88, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item[data-incat="0"]::before {
  background: none !important;
  background-size: auto;
  width: auto !important;
  height: auto !important;
  content: "-";
  border: 1px solid #9b9b9b;
  padding: 0 7px 1px 7px;
  margin-right: 0.5em;
}

/* line 99, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item[data-incat="0"]::after {
  display: none;
}

/* line 105, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item[data-incat="1"]::before {
  background: none !important;
  background-size: auto;
  width: auto !important;
  height: auto !important;
  content: "\2713";
  border: 1px solid #9b9b9b;
  padding: 1px 4px 0 5px;
  margin-right: 0.5em;
}

/* line 116, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxlbjs-item[data-incat="1"]::after {
  display: none;
}

/* line 121, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarktrig_close {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiNmZjNlMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: 60% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* line 128, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarktrig-button-addto {
  z-index: 999999;
}

/* line 131, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarktrig-button-addto::before {
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHlsZT0iZmlsbDogI2ZmM2UwMDsiIGQ9Ik0xNiAydjE3LjU4MmwtNC0zLjUxMi00IDMuNTEydi0xNy41ODJoOHptMi0yaC0xMnYyNGw2LTUuMjY5IDYgNS4yNjl2LTI0eiIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 27px;
  margin-top: -0.25em;
}

/* line 145, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarktrig-marked::before {
  content: '';
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBzdHlsZT0iZmlsbDogI2ZmM2UwMDsiIGQ9Ik0xOCAyNGwtNi01LjI2OS02IDUuMjY5di0yNGgxMnYyNHoiLz48L3N2Zz4=) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 27px;
  margin-top: -0.25em;
}

/* line 159, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarktrig-label {
  display: none;
}

/* line 163, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
.cbxwpbkmarkwrap .cbxwpbkmarklistwrap {
  width: 300px;
  z-index: 99999;
}

@media (max-width: 480px) {
  /* line 163, resources/assets/styles/components/_bookmark.scss */

  .cbxwpbkmarkwrap .cbxwpbkmarkguestwrap,
  .cbxwpbkmarkwrap .cbxwpbkmarklistwrap {
    width: 240px;
  }
}

/* line 173, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkguestwrap {
  border: 1px solid #ff3e00;
}

/* line 176, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message {
  padding: 1em;
  text-align: left;
  font-weight: 300;
}

/* line 181, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message span {
  text-decoration: underline;
}

/* line 185, resources/assets/styles/components/_bookmark.scss */

.cbxwpbkmarkwrap .cbxwpbkmarkguestwrap .cbxwpbkmarkguest-message .cbxwpbkmarkguesttrig_close {
  display: none;
}

/* line 1, resources/assets/styles/components/_tabs.scss */

.tab-row {
  padding-bottom: 0 !important;
}

/* line 5, resources/assets/styles/components/_tabs.scss */

.tab-pane {
  padding: 5em 0;
}

/* line 9, resources/assets/styles/components/_tabs.scss */

.tab-pane#personen a.person {
  margin-bottom: 20px;
}

/* line 15, resources/assets/styles/components/_tabs.scss */

.tab-content {
  position: relative;
}

/* line 18, resources/assets/styles/components/_tabs.scss */

.tab-content::after {
  background-image: url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmYzZTAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4KICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIKICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIKICAgICAgICAgICAgICAgIGNhbGNNb2RlPSJzcGxpbmUiCiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIKICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IgogICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuOHMiCiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjMsIDAuNjEsIDAuMzU1LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMSI+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiCiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS44cyIKICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMjAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjE2NSwgMC44NCwgMC40NCwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIKICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIgogICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIKICAgICAgICAgICAgICAgIGtleVRpbWVzPSIwOyAxIgogICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgIDwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4=) !important;
  background-size: 80px !important;
  background-repeat: no-repeat !important;
  background-position: center 100px !important;
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

/* line 35, resources/assets/styles/components/_tabs.scss */

.tab-content.loading::after {
  content: '';
  display: block;
}

/* line 42, resources/assets/styles/components/_tabs.scss */

.content-tabs {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px 0;
}

/* line 47, resources/assets/styles/components/_tabs.scss */

.content-tabs .nav-tabs {
  list-style-type: none;
  padding: 0;
  display: inline-block;
  margin-bottom: 0;
  border: none;
  margin-top: 40px;
}

/* line 56, resources/assets/styles/components/_tabs.scss */

.content-tabs li.nav-item,
.content-tabs .banner .nav li,
.banner .nav .content-tabs li {
  float: left;
  padding: 0;
  margin: 0 22px;
}

@media (max-width: 480px) {
  /* line 56, resources/assets/styles/components/_tabs.scss */

  .content-tabs li.nav-item,
  .content-tabs .banner .nav li,
  .banner .nav .content-tabs li {
    margin: 0 10px;
  }
}

/* line 66, resources/assets/styles/components/_tabs.scss */

.content-tabs .nav-link,
.content-tabs .banner .nav a,
.banner .nav .content-tabs a {
  font-size: 1.125em;
  font-weight: 500;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 2px 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 76, resources/assets/styles/components/_tabs.scss */

.content-tabs .content-tab.active,
.content-tabs .content-tab:active,
.content-tabs .content-tab:hover {
  color: #ff3e00;
  text-decoration: none;
  border-style: solid;
  border-color: #ff3e00;
  border-width: 0 0 2px 0;
}

/* line 1, resources/assets/styles/components/_tables.scss */

table {
  border-collapse: collapse;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  height: auto !important;
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_tables.scss */

  table {
    table-layout: auto;
  }
}

@media (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_tables.scss */

  table {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}

@media (min-width: 1280px) {
  /* line 1, resources/assets/styles/components/_tables.scss */

  table {
    width: 160%;
    max-width: 160%;
    margin-left: -30%;
  }
}

/* line 28, resources/assets/styles/components/_tables.scss */

table caption {
  font-size: 1.5em;
  margin: 0.5em 0 0.75em;
}

/* line 33, resources/assets/styles/components/_tables.scss */

table tr {
  border-bottom: 1px solid #ddd;
  padding: 0.35em;
}

/* line 38, resources/assets/styles/components/_tables.scss */

table th,
table td {
  font-size: 1em;
  padding: 15px 10px 15px 0;
  text-align: left;
  font-weight: 300;
}

@media (max-width: 768px) {
  /* line 38, resources/assets/styles/components/_tables.scss */

  table th,
  table td {
    width: auto !important;
    word-break: break-all;
  }
}

/* line 51, resources/assets/styles/components/_tables.scss */

table th {
  font-size: 0.75em;
  text-transform: uppercase;
}

/* line 1, resources/assets/styles/components/_lightbox.scss */

.pswp__top-bar,
.pswp__caption {
  background: none !important;
}

/* line 5, resources/assets/styles/components/_lightbox.scss */

.pswp__button--share {
  display: none !important;
}

/* line 1, resources/assets/styles/components/_grids.scss */

.thumb-aspect-big {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 66%;
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_grids.scss */

  .thumb-aspect-big {
    padding-bottom: 75%;
  }
}

@media (max-width: 480px) {
  /* line 1, resources/assets/styles/components/_grids.scss */

  .thumb-aspect-big {
    padding-bottom: 75%;
  }
}

/* line 16, resources/assets/styles/components/_grids.scss */

.thumb-aspect {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 75%;
}

/* line 24, resources/assets/styles/components/_grids.scss */

.kf-mini-images-item img {
  width: 170px;
}

/* line 28, resources/assets/styles/components/_grids.scss */

.kf-mini-images-item p {
  width: 100%;
  font-size: 0.75em;
  text-align: left;
  margin-top: 0.5em;
}

/* line 1, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap {
  max-width: 80%;
  width: calc(650px + 8em);
  margin: -8em auto 2em auto;
  padding-top: 8em;
}

@media (min-width: 1200px) {
  /* line 1, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1440px) {
  /* line 1, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap {
    max-width: 850px;
    width: 850px;
  }
}

@media (max-width: 768px) {
  /* line 1, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  /* line 1, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  /* line 1, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap {
    max-width: 90%;
  }
}

/* line 30, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message {
  background-color: #f4f4f4;
  box-shadow: 0 0 0.5em 0.25em #fff;
  border: 10px solid #ff3e00;
  border-radius: 0;
  padding: 60px;
}

@media (max-width: 768px) {
  /* line 30, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap #leaky_paywall_message {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  /* line 30, resources/assets/styles/components/_paywall.scss */

  .leaky_paywall_message_wrap #leaky_paywall_message {
    padding: 30px;
  }
}

/* line 46, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner {
  display: block;
}

/* line 49, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner h4 {
  font-family: "SabonNextLTPro-Regular";
  font-size: 2em;
  margin-bottom: 30px;
  text-align: left;
  max-width: 100%;
  padding-bottom: 0 !important;
}

/* line 58, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .expand-login-text {
  text-decoration: underline;
  cursor: pointer;
}

/* line 62, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .expand-login-text::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzY5LjAwMDAwMCwgLTExNDMuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNzAuMDAwMDAwLCAxMTQ0LjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMTAuMDAwMDAwKSAiIHBvaW50cz0iLTUgNS4wMTk5Mzk2IDQuOTkwMDIwMjUgMTUgMTUgNSI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-right: 10px;
}

/* line 76, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .expand-login-text.show::before {
  transform: rotate(270deg);
}

/* line 82, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .expand-login-holder {
  display: none;
  max-width: 400px;
  width: 100%;
  padding-top: 10px;
}

/* line 88, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .expand-login-holder .login-additonal-text {
  font-size: 0.875em;
}

/* line 93, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner p {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 1.125em;
}

/* line 99, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner p a {
  font-weight: inherit;
  text-decoration: underline;
}

/* line 105, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner ul {
  margin: 0.5em 0 1.5em;
  padding-left: 2em;
}

/* line 109, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner ul li {
  font-weight: 300;
  font-size: 1.125em;
}

/* line 113, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner ul li p {
  margin: 0;
}

/* line 119, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner hr {
  margin: 2rem 0;
}

/* line 123, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .btn-link {
  font-size: 1em;
}

/* line 126, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .btn-link a.kf-btn {
  font-weight: 300;
  color: #fff !important;
  text-decoration: none;
}

/* line 133, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner #wp-submit {
  margin-top: 20px;
}

/* line 137, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner a.inline-link {
  text-decoration: underline;
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 143, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner a.inline-link + p {
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 150, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner .gform_wrapper {
  max-width: 100%;
  margin-left: 0;
}

/* line 155, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form {
  padding-top: 1em;
  margin-left: 0 !important;
}

/* line 159, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input[type="text"],
.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input[type="password"],
.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input[type="email"] {
  font-size: 0.75em !important;
  line-height: 30px !important;
  height: 30px !important;
}

/* line 167, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form .gform_fields {
  padding-left: 0;
}

/* line 170, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form .gform_fields .gfield {
  margin-bottom: 0 !important;
}

/* line 175, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form .kf-btn-alt {
  font-weight: 300;
}

/* line 179, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form .inline-link {
  display: block;
}

/* line 183, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input#user_login {
  margin-top: 1em;
  margin-bottom: 20px !important;
}

/* line 188, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input#user_pass {
  margin-bottom: 5px !important;
}

/* line 192, resources/assets/styles/components/_paywall.scss */

.leaky_paywall_message_wrap #leaky_paywall_message #leaky_paywall_inner form input[name="password"] {
  margin-bottom: 0;
}

/* line 200, resources/assets/styles/components/_paywall.scss */

.artikel-countdown {
  position: fixed;
  left: -320px;
  bottom: 20px;
  width: 250px;
  background: #fff;
  border: 1px solid #ff3e00;
  padding: 20px;
  z-index: 99;
  transition: left 0.8s ease-in-out;
}

/* line 211, resources/assets/styles/components/_paywall.scss */

.artikel-countdown.show {
  left: 20px;
}

/* line 215, resources/assets/styles/components/_paywall.scss */

.artikel-countdown .ac-m {
  font-size: 1em;
  color: #000;
  padding: 0;
  margin: 0;
}

/* line 221, resources/assets/styles/components/_paywall.scss */

.artikel-countdown .ac-m .ac-l {
  color: #ff3e00;
}

/* line 227, resources/assets/styles/components/_paywall.scss */

.artikel-countdown:hover {
  cursor: pointer;
}

/* line 231, resources/assets/styles/components/_paywall.scss */

body ul#gform_fields_33 .ginput_right,
body.registrieren ul#gform_fields_32 .ginput_right {
  display: none;
}

/* line 2, resources/assets/styles/components/_paywall-new.scss */

.new-paywall #leaky_paywall_message {
  padding: 30px 20px;
}

/* line 6, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding: 20px 0;
}

@media (max-width: 640px) {
  /* line 6, resources/assets/styles/components/_paywall-new.scss */

  .new-paywall .columns {
    flex-direction: column;
  }
}

/* line 16, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column {
  max-width: 45%;
  width: 400px;
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  /* line 16, resources/assets/styles/components/_paywall-new.scss */

  .new-paywall .columns .column {
    width: 280px;
  }
}

@media (max-width: 640px) {
  /* line 16, resources/assets/styles/components/_paywall-new.scss */

  .new-paywall .columns .column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* line 34, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* line 40, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column input[type="submit"] {
  margin-top: 0;
}

/* line 44, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .leaky-form-title {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  max-width: 100%;
  font-weight: 300;
  font-size: 1.125em;
  margin: 0 auto;
}

/* line 53, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-holder {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}

/* line 58, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-holder li.gfield {
  margin-bottom: 0 !important;
}

/* line 62, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-holder .gform_footer {
  text-align: center;
}

/* line 66, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-holder .gform_wrapper {
  max-width: 100% !important;
}

/* line 71, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-bullets {
  padding: 20px;
  margin: 0;
}

/* line 75, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-bullets .form-bullet {
  font-size: 0.875em;
  font-weight: 300;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 1.5em;
  position: relative;
}

/* line 83, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.form-column .form-bullets .form-bullet::before {
  content: "\2713";
  left: 0;
  position: absolute;
  top: 0;
}

/* line 94, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-img {
  max-width: 240px;
  margin: 0 auto 10px;
  display: block;
}

/* line 100, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-name {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  text-align: center;
  font-weight: 300;
  font-size: 1.25em !important;
  margin: 0 auto;
  max-width: 80%;
  padding: 0;
}

/* line 110, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-bullets {
  padding: 20px;
  margin: 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 116, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-bullets .abo-bullet {
  font-size: 1em !important;
  font-weight: 300;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 1.5em;
  position: relative;
}

/* line 124, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-bullets .abo-bullet::before {
  content: "\2713";
  left: 0;
  position: absolute;
  top: 0;
}

/* line 133, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .abo-preis {
  font-size: 1.25em !important;
  line-height: 1em;
  font-weight: 100;
  margin: 15px 0 10px !important;
  text-align: center;
}

/* line 141, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .single-button-holder {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 146, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .columns .column.abo-column .single-button-holder > .kf-btn {
  font-weight: normal !important;
}

/* line 154, resources/assets/styles/components/_paywall-new.scss */

.new-paywall #wp-submit {
  margin-top: -10px !important;
}

/* line 158, resources/assets/styles/components/_paywall-new.scss */

.new-paywall h1 {
  font-family: "SabonNextLTPro-Regular" !important;
  font-size: 2em !important;
  margin-bottom: 10px !important;
  padding-top: 10px !important;
  text-align: center !important;
  max-width: 100%;
  padding-bottom: 0 !important;
  width: 100% !important;
}

/* line 169, resources/assets/styles/components/_paywall-new.scss */

.new-paywall h4 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1.25em !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  max-width: 100%;
  padding-bottom: 0 !important;
}

/* line 178, resources/assets/styles/components/_paywall-new.scss */

.new-paywall h3 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1.5em !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  max-width: 100%;
  padding-bottom: 0 !important;
}

/* line 187, resources/assets/styles/components/_paywall-new.scss */

.new-paywall h5 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1.125em !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  text-align: center !important;
  max-width: 100%;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* line 198, resources/assets/styles/components/_paywall-new.scss */

.new-paywall p.pw-subline {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125em;
  text-align: center !important;
  max-width: 100%;
  padding-bottom: 20px !important;
  font-weight: bold;
}

/* line 207, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .expand-login-text {
  text-decoration: underline;
  cursor: pointer;
}

/* line 211, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .expand-login-text::before {
  content: '';
  display: inline-block;
  height: 15px;
  width: 15px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIyMnB4IiB2aWV3Qm94PSIwIDAgMTMgMjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkhvbWUiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzY5LjAwMDAwMCwgLTExNDMuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzNzAuMDAwMDAwLCAxMTQ0LjAwMDAwMCkiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUuMDAwMDAwLCAxMC4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTUuMDAwMDAwLCAtMTAuMDAwMDAwKSAiIHBvaW50cz0iLTUgNS4wMTk5Mzk2IDQuOTkwMDIwMjUgMTUgMTUgNSI+PC9wb2x5bGluZT4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  transform: rotate(90deg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-right: 10px;
}

/* line 225, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .expand-login-text.show::before {
  transform: rotate(270deg);
}

/* line 231, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .expand-login-holder {
  display: none;
  max-width: 400px;
  width: 100%;
  padding-top: 10px;
}

/* line 237, resources/assets/styles/components/_paywall-new.scss */

.new-paywall .expand-login-holder .login-additonal-text {
  font-size: 0.875em;
}

/* line 242, resources/assets/styles/components/_paywall-new.scss */

.new-paywall ul {
  margin: 0.5em 0 1.5em;
  padding-left: 2em;
}

/* line 246, resources/assets/styles/components/_paywall-new.scss */

.new-paywall ul li {
  font-weight: 300;
  font-size: 1.125em;
}

/* line 250, resources/assets/styles/components/_paywall-new.scss */

.new-paywall ul li p {
  margin: 0;
}

/* line 256, resources/assets/styles/components/_paywall-new.scss */

.new-paywall hr {
  margin: 2rem 0;
}

/* line 260, resources/assets/styles/components/_paywall-new.scss */

.new-paywall a.kf-btn {
  color: #fff !important;
  font-weight: 300;
}

/* line 265, resources/assets/styles/components/_paywall-new.scss */

.new-paywall a.inline-link {
  text-decoration: underline;
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 271, resources/assets/styles/components/_paywall-new.scss */

.new-paywall a.inline-link + p {
  font-size: 0.875em;
  font-weight: 300;
  margin-top: 0.5em;
}

/* line 278, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form {
  padding-top: 1em;
  margin-left: 0 !important;
}

/* line 282, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form input[type="text"],
.new-paywall form input[type="password"],
.new-paywall form input[type="email"] {
  font-size: 0.75em !important;
  line-height: 30px !important;
  height: 30px !important;
}

/* line 290, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form .gform_fields {
  padding-left: 0;
}

/* line 293, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form .gform_fields .gfield {
  margin-bottom: 0 !important;
}

/* line 298, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form .kf-btn-alt {
  font-weight: 300;
}

/* line 302, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form .inline-link {
  display: block;
}

/* line 306, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form input#user_login {
  margin-top: 1em;
  margin-bottom: 20px !important;
}

/* line 311, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form input#user_pass {
  margin-bottom: 5px !important;
}

/* line 315, resources/assets/styles/components/_paywall-new.scss */

.new-paywall form input[name="password"] {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter {
  position: relative;
  background: #ff3e00;
  padding: 30px;
}

/* line 6, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content {
  margin: 0 auto;
}

/* line 9, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content ul {
  max-width: 600px;
}

/* line 12, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content ul.vorteile {
  padding: 0;
  margin: 10px 0 20px 0;
}

/* line 16, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content ul.vorteile li {
  color: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 5px;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
}

/* line 29, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content ul.vorteile li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 38, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content .head {
  color: #fff;
  font-size: 1.875em;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

/* line 48, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content .content {
  color: #fff;
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1.4em;
  text-align: center;
  width: 90%;
  margin: 0 auto 20px auto;
}

/* line 57, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content .content span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 62, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content p {
  margin-top: 30px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0;
}

/* line 70, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content p a {
  text-decoration: underline;
}

/* line 76, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form input[type="submit"] {
  color: #ff3e00;
  border-color: #fff;
  background-color: #fff;
  margin-top: 0;
  margin-right: 0;
  width: 100%;
}

/* line 85, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form .gfield {
  margin-bottom: 0 !important;
}

/* line 89, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form input[type="text"] {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* line 93, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

/* line 97, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form input[type="text"]::-moz-placeholder {
  color: #fff;
}

/* line 101, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

/* line 106, resources/assets/styles/components/_anzeige.scss */

.anzeige-newsletter .anzeige-content form a {
  margin-top: 1.25em;
  text-transform: uppercase;
}

/* line 115, resources/assets/styles/components/_anzeige.scss */

body.anzeigen .maincontent {
  padding: 0;
}

/* line 121, resources/assets/styles/components/_anzeige.scss */

#gform_wrapper_48 .gform_fields {
  display: block !important;
}

/* line 125, resources/assets/styles/components/_anzeige.scss */

#gform_wrapper_48 .ginput_total_48.strikethrough {
  text-decoration: line-through;
  margin-right: 10px !important;
}

@media only screen and (min-width: 641px) {
  /* line 131, resources/assets/styles/components/_anzeige.scss */

  #gform_wrapper_48 .top_label li.gfield.gf_left_half,
  #gform_wrapper_48 .top_label li.gfield.gf_right_half {
    width: 50% !important;
  }

  /* line 135, resources/assets/styles/components/_anzeige.scss */

  #gform_wrapper_48 .top_label li.gfield.gf_left_half {
    padding-right: 16px !important;
  }

  /* line 139, resources/assets/styles/components/_anzeige.scss */

  #gform_wrapper_48 li.gfield.onethird {
    width: 33.333% !important;
    padding-right: 10px !important;
  }

  /* line 144, resources/assets/styles/components/_anzeige.scss */

  #gform_wrapper_48 .bootstrap-select > button {
    height: 38px;
  }
}

/* eslint-disable */

/* line 3, resources/assets/styles/components/_featherlight.scss */

.featherlight-hide {
  display: none;
}

/* line 7, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-hide {
  display: block;
}

/* line 11, resources/assets/styles/components/_featherlight.scss */

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0);
}

/* line 26, resources/assets/styles/components/_featherlight.scss */

.featherlight:last-of-type {
  background: rgba(255, 255, 255, 0.7);
}

/* line 30, resources/assets/styles/components/_featherlight.scss */

.featherlight::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

/* line 37, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 60px;
  background-color: #ff3e00;
  max-height: 95%;
  cursor: auto;
  white-space: normal;
  width: 750px;
  max-width: 90%;
}

/* line 52, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-content h2,
.featherlight .featherlight-content h3,
.featherlight .featherlight-content h4,
.featherlight .featherlight-content h5 {
  color: #fff;
}

/* line 56, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-content h3 {
  font-family: "SabonNextLTPro-Display";
  margin-bottom: 20px;
  font-weight: 200;
}

/* line 62, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-content p {
  color: #fff;
  font-size: 1.125em;
  font-weight: 200;
}

/* line 69, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-inner {
  display: block;
}

/* line 73, resources/assets/styles/components/_featherlight.scss */

.featherlight link.featherlight-inner,
.featherlight script.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

/* line 77, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-close-icon {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: 0;
  padding: 0;
}

/* line 95, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 100, resources/assets/styles/components/_featherlight.scss */

.featherlight .featherlight-image {
  width: 100%;
}

/* line 104, resources/assets/styles/components/_featherlight.scss */

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

/* line 110, resources/assets/styles/components/_featherlight.scss */

.featherlight iframe {
  border: 0;
}

/* line 114, resources/assets/styles/components/_featherlight.scss */

.featherlight * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  /* line 121, resources/assets/styles/components/_featherlight.scss */

  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

@media print {
  /* line 132, resources/assets/styles/components/_featherlight.scss */

  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/* line 1, resources/assets/styles/components/_popit.scss */

.popit {
  /* stylelint-disable */
  border: 5px solid #ff3e00;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(120%);
  transition: transform 0.5s ease-in-out;
  z-index: 2147483646;
  /* stylelint-enable */
}

/* line 12, resources/assets/styles/components/_popit.scss */

.popit .mobile {
  display: none !important;
}

@media (max-width: 640px) {
  /* line 12, resources/assets/styles/components/_popit.scss */

  .popit .mobile {
    display: block !important;
  }
}

/* line 20, resources/assets/styles/components/_popit.scss */

.popit .desktop {
  display: none !important;
}

@media (min-width: 640px) {
  /* line 20, resources/assets/styles/components/_popit.scss */

  .popit .desktop {
    display: block !important;
  }
}

/* line 28, resources/assets/styles/components/_popit.scss */

.popit .desktop-flex {
  display: none !important;
}

@media (min-width: 640px) {
  /* line 28, resources/assets/styles/components/_popit.scss */

  .popit .desktop-flex {
    display: flex !important;
  }
}

/* line 36, resources/assets/styles/components/_popit.scss */

.popit.showing {
  transition: transform 1.5s ease-in-out;
  transform: translateY(0);
}

/* line 41, resources/assets/styles/components/_popit.scss */

.popit .popup-expand-intext {
  font-weight: bold;
  text-align: center;
  font-size: 1.125em;
}

/* line 47, resources/assets/styles/components/_popit.scss */

.popit .popit-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #f4f4f4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: 15px;
  background-repeat: no-repeat !important;
  background-position: center 25% !important;
  text-align: center;
  line-height: 1em;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  transition: transform 0.5s ease-in-out;
  z-index: 3;
}

/* line 68, resources/assets/styles/components/_popit.scss */

.popit .popit-close:hover {
  cursor: pointer;
}

/* line 72, resources/assets/styles/components/_popit.scss */

.popit .popit-close.hidden {
  transform: translateY(50%);
}

/* line 77, resources/assets/styles/components/_popit.scss */

.popit .popit-minimize {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 3em;
  height: 3em;
  width: 3em;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: 15px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transition: transform 0.5s ease-in-out;
  z-index: 1;
}

/* line 97, resources/assets/styles/components/_popit.scss */

.popit .popit-minimize:hover {
  cursor: pointer;
}

/* line 102, resources/assets/styles/components/_popit.scss */

.popit .popit-expand {
  position: absolute;
  top: -5px;
  right: 50%;
  text-align: center;
  line-height: 1em;
  height: 3em;
  width: 3em;
  border: 5px solid #ff3e00;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  transform: translateX(50%) translateY(-50%) rotate(90deg);
  transition: transform 0.5s ease-in-out;
  background-color: #f4f4f4;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ4LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEzNjUuMDAwMDAwLCAtMTY4MS4wMDAwMDApICIgcG9pbnRzPSIxMzM1IDE2NjYuMDU5ODIgMTM2NC45NzAwNiAxNjk2IDEzOTUgMTY2NiI+PC9wb2x5bGluZT4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: 10px;
  background-repeat: no-repeat !important;
  background-position: 25% !important;
  z-index: 1;
}

/* line 126, resources/assets/styles/components/_popit.scss */

.popit .popit-expand:hover {
  cursor: pointer;
}

/* line 131, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky {
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  width: 180px;
  height: 120px;
  border-right: 1px solid #ddd;
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media (max-width: 640px) {
  /* line 131, resources/assets/styles/components/_popit.scss */

  .popit .popit-leaky {
    width: 100px;
    height: 100px;
  }
}

/* line 149, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky .leaky-count {
  text-align: center;
  margin: 0;
}

/* line 153, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky .leaky-count span {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.2em;
  display: block;
}

/* line 162, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky-expander {
  background-color: #f4f4f4;
  position: absolute;
  left: 180px;
  top: 0;
  width: 140px;
  height: 120px;
  border-right: 1px solid #ddd;
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* line 175, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky-expander:hover {
  cursor: pointer;
}

@media (max-width: 640px) {
  /* line 162, resources/assets/styles/components/_popit.scss */

  .popit .popit-leaky-expander {
    display: none;
  }
}

/* line 183, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky-expander .popit-leaky-expander-text {
  text-align: center;
  max-width: 90%;
}

/* line 187, resources/assets/styles/components/_popit.scss */

.popit .popit-leaky-expander .popit-leaky-expander-text::after {
  content: '';
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
  font-size: 5em;
  line-height: 0.4em;
  margin-top: 5px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ4LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiNmZjNlMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEzNjUuMDAwMDAwLCAtMTY4MS4wMDAwMDApICIgcG9pbnRzPSIxMzM1IDE2NjYuMDU5ODIgMTM2NC45NzAwNiAxNjk2IDEzOTUgMTY2NiI+PC9wb2x5bGluZT4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center;
  transform: rotate(-180deg);
}

/* line 205, resources/assets/styles/components/_popit.scss */

.popit .popit-inner {
  position: relative;
  background-color: #f4f4f4;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 217, resources/assets/styles/components/_popit.scss */

.popit .popit-content {
  padding: 20px;
  height: 100%;
  text-align: center;
}

/* line 223, resources/assets/styles/components/_popit.scss */

.popit .popit-expanded {
  background-color: #f4f4f4;
  position: relative;
  z-index: 2;
  overflow: auto;
  display: none;
}

@media (max-width: 640px) {
  /* line 223, resources/assets/styles/components/_popit.scss */

  .popit .popit-expanded {
    max-height: 50vh;
  }
}

/* line 235, resources/assets/styles/components/_popit.scss */

.popit.expanded {
  background-color: #f4f4f4;
  height: auto !important;
}

/* line 239, resources/assets/styles/components/_popit.scss */

.popit.expanded .popit-expanded {
  display: block;
}

/* line 243, resources/assets/styles/components/_popit.scss */

.popit.expanded .popit-expand {
  transform: translateX(50%) translateY(-50%) rotate(-90deg);
  background-position: 65% 49% !important;
}

/* line 248, resources/assets/styles/components/_popit.scss */

.popit.expanded .popit-close,
.popit.expanded .popit-leaky,
.popit.expanded .popit-leaky-expander,
.popit.expanded .popit-inner {
  display: none !important;
}

/* line 256, resources/assets/styles/components/_popit.scss */

.popit.hidden:not(.has-leaky):not(.non-leaky) {
  transform: translateY(125%);
}

/* line 259, resources/assets/styles/components/_popit.scss */

.popit.hidden:not(.has-leaky):not(.non-leaky) .popit-close {
  transform: translateY(200%);
}

/* line 264, resources/assets/styles/components/_popit.scss */

.popit .button-holder {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

@media (min-width: 640px) {
  /* line 264, resources/assets/styles/components/_popit.scss */

  .popit .button-holder {
    display: inline-block;
    vertical-align: super;
    margin-left: 20px;
  }
}

/* line 276, resources/assets/styles/components/_popit.scss */

.popit .expand-login-text {
  margin-bottom: 0;
  text-decoration: underline;
  margin-top: 20px;
}

/* line 281, resources/assets/styles/components/_popit.scss */

.popit .expand-login-text:hover {
  cursor: pointer;
}

/* line 286, resources/assets/styles/components/_popit.scss */

.popit .expand-login-holder {
  max-width: 240px;
}

/* line 290, resources/assets/styles/components/_popit.scss */

.popit #user_login {
  margin-bottom: 5px !important;
}

/* line 294, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns {
  margin-top: 10px;
  display: flex;
  flex-direction: column !important;
  justify-content: space-around;
  align-items: flex-start;
}

/* line 301, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .mobile-row {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 10px !important;
}

/* line 307, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .divider-with-text {
  border-top: 1px solid #ddd;
  height: 1px;
  text-align: center;
}

/* line 312, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .divider-with-text .divided-text {
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f4f4f4;
  display: block;
  color: #ff3e00;
  font-weight: bold;
  width: 80px;
}

/* line 324, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .mobile-abo-name {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  text-align: center;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 331, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .mobile-single-button-holder {
  text-align: center;
}

/* line 335, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .mobile-bullets {
  text-align: center;
  border: none !important;
  max-width: 100%;
}

/* line 340, resources/assets/styles/components/_popit.scss */

.popit .mobile-columns .mobile-bullets .mobile-bullet {
  text-align: center;
  display: inline-block;
  width: 320px;
  text-align: left;
}

/* line 349, resources/assets/styles/components/_popit.scss */

.popit .columns {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding: 0;
  position: relative;
}

@media (min-width: 640px) {
  /* line 360, resources/assets/styles/components/_popit.scss */

  .popit .columns .column:nth-of-type(2)::before {
    background: #ddd;
    bottom: 0;
    content: " ";
    right: 50%;
    position: absolute;
    width: 1px;
    top: 0;
  }
}

@media (max-width: 480px) {
  /* line 349, resources/assets/styles/components/_popit.scss */

  .popit .columns {
    flex-direction: column;
  }
}

/* line 377, resources/assets/styles/components/_popit.scss */

.popit .columns .column {
  max-width: 45%;
  width: 400px;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  /* line 377, resources/assets/styles/components/_popit.scss */

  .popit .columns .column {
    width: 280px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  /* line 377, resources/assets/styles/components/_popit.scss */

  .popit .columns .column {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/* line 396, resources/assets/styles/components/_popit.scss */

.popit .columns .column.bild-column img {
  max-height: 40vh;
  width: auto;
  align-self: center;
  max-width: 90%;
}

/* line 404, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* line 410, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column input[type="submit"] {
  margin-top: 0;
}

/* line 414, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .leaky-form-title {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  max-width: 100%;
  font-weight: 300;
  font-size: 1.25em;
  margin: 0 auto;
  padding-bottom: 10px;
}

/* line 424, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-holder {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}

/* line 429, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-holder .expand-login-text {
  margin-top: 20px;
}

/* line 433, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-holder li.gfield {
  margin-bottom: 0 !important;
}

/* line 437, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-holder .gform_footer {
  text-align: center;
}

/* line 441, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-holder .gform_wrapper {
  max-width: 100% !important;
}

/* line 446, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-bullets {
  padding: 20px;
  margin: 0;
}

/* line 450, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-bullets .form-bullet {
  font-size: 1em;
  font-size: 0.875em;
  font-weight: 300;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 0 1.5em;
  position: relative;
}

/* line 459, resources/assets/styles/components/_popit.scss */

.popit .columns .column.form-column .form-bullets .form-bullet::before {
  content: "\2713";
  left: 0;
  position: absolute;
  top: 0;
}

/* line 469, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column {
  border: 1px solid #ddd;
}

/* line 472, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-img {
  width: auto;
  height: 80px;
  margin: 10px auto 10px;
  display: block;
}

@media (max-width: 640px) {
  /* line 472, resources/assets/styles/components/_popit.scss */

  .popit .columns .column.abo-column .abo-img {
    display: none !important;
  }
}

@media screen\0, screen\9 {
  /* line 472, resources/assets/styles/components/_popit.scss */

  .popit .columns .column.abo-column .abo-img {
    width: 118px;
  }
}

@supports (-ms-ime-align: auto) {
  /* line 472, resources/assets/styles/components/_popit.scss */

  .popit .columns .column.abo-column .abo-img {
    width: 118px;
  }
}

/* line 492, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-name {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  text-align: center;
  font-weight: 300;
  font-size: 1.25em;
  margin: 0 auto;
  max-width: 80%;
  padding: 0;
}

/* line 502, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-bullets {
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 508, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-bullets .abo-bullet {
  font-size: 0.875em;
  font-weight: 300;
  list-style: none;
  margin: 0 0 5px;
  padding: 0 0 0 1.5em;
  position: relative;
}

/* line 517, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-bullets .abo-bullet::before {
  content: "\2713";
  left: 0;
  position: absolute;
  top: 0;
}

/* line 526, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .abo-preis {
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 100;
  margin: 15px 0 10px;
  text-align: center;
}

/* line 534, resources/assets/styles/components/_popit.scss */

.popit .columns .column.abo-column .single-button-holder {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 640px) {
  /* line 534, resources/assets/styles/components/_popit.scss */

  .popit .columns .column.abo-column .single-button-holder {
    margin-top: 10px;
  }
}

/* line 548, resources/assets/styles/components/_popit.scss */

.popit.has-leaky .columns {
  position: relative;
}

/* line 552, resources/assets/styles/components/_popit.scss */

.popit.has-leaky .popit-leaky-expander {
  display: none;
}

/* line 556, resources/assets/styles/components/_popit.scss */

.popit.has-leaky .popit-inner {
  width: calc(100% - 180px);
  height: 120px;
  overflow: hidden;
  left: 180px;
}

@media (max-width: 640px) {
  /* line 556, resources/assets/styles/components/_popit.scss */

  .popit.has-leaky .popit-inner {
    width: calc(100% - 110px);
    left: 110px;
    height: 100px;
    overflow: hidden;
  }
}

/* line 569, resources/assets/styles/components/_popit.scss */

.popit.has-leaky .popit-inner .popit-content {
  opacity: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 579, resources/assets/styles/components/_popit.scss */

.popit.has-leaky .popit-inner .popit-content.collapsed {
  width: 180px;
  opacity: 0;
}

@media (max-width: 640px) {
  /* line 586, resources/assets/styles/components/_popit.scss */

  .popit.has-leaky .popit-leaky {
    width: 110px;
  }
}

/* line 592, resources/assets/styles/components/_popit.scss */

.popit.has-leaky.hidden {
  width: 330px;
  overflow: hidden;
  transform: translateY(0%);
  transition: transform 0s ease-in-out;
}

/* line 598, resources/assets/styles/components/_popit.scss */

.popit.has-leaky.hidden .popit-leaky-expander {
  display: flex;
}

@media (max-width: 640px) {
  /* line 598, resources/assets/styles/components/_popit.scss */

  .popit.has-leaky.hidden .popit-leaky-expander {
    left: 110px;
  }
}

@media (max-width: 640px) {
  /* line 592, resources/assets/styles/components/_popit.scss */

  .popit.has-leaky.hidden {
    width: 260px;
  }
}

/* line 609, resources/assets/styles/components/_popit.scss */

.popit.has-leaky.hidden .popit-close {
  display: none;
}

/* line 616, resources/assets/styles/components/_popit.scss */

.popit.non-leaky .columns {
  position: relative;
}

/* line 620, resources/assets/styles/components/_popit.scss */

.popit.non-leaky .popit-leaky,
.popit.non-leaky .popit-leaky-expander {
  display: none;
}

/* line 625, resources/assets/styles/components/_popit.scss */

.popit.non-leaky .popit-inner {
  width: 100%;
  height: 120px;
  overflow: hidden;
  left: 0;
}

@media (max-width: 640px) {
  /* line 625, resources/assets/styles/components/_popit.scss */

  .popit.non-leaky .popit-inner {
    height: 100px;
    overflow: hidden;
  }
}

/* line 636, resources/assets/styles/components/_popit.scss */

.popit.non-leaky .popit-inner .popit-content {
  opacity: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: width 0.5s ease-in-out, opacity 0.2s ease-in-out;
  display: flex;
  text-align: center;
}

/* line 645, resources/assets/styles/components/_popit.scss */

.popit.non-leaky .popit-inner .popit-content.collapsed {
  width: 180px;
  opacity: 0;
}

/* line 652, resources/assets/styles/components/_popit.scss */

.popit.non-leaky.hidden {
  transform: translateY(125%);
}

/* line 655, resources/assets/styles/components/_popit.scss */

.popit.non-leaky.hidden .popit-close {
  transform: translateY(200%);
}

/* line 661, resources/assets/styles/components/_popit.scss */

.popit h3 {
  font-family: "SabonNextLTPro-Regular" !important;
  font-size: 2em !important;
  line-height: 1.1em !important;
  margin-bottom: 10px;
  text-align: center;
  padding-bottom: 0 !important;
  display: inline-block;
}

@media (max-width: 640px) {
  /* line 661, resources/assets/styles/components/_popit.scss */

  .popit h3 {
    font-size: 1.5em !important;
  }
}

/* line 674, resources/assets/styles/components/_popit.scss */

.popit h3.second-headline {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1.25em !important;
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 682, resources/assets/styles/components/_popit.scss */

.popit .pp-subline {
  text-align: center;
  max-width: 80%;
  margin: 0 auto 20px;
  font-size: 1.25em;
}

/* line 2, resources/assets/styles/components/_flipbook.scss */

body.single-3d-flip-book #header,
body.single-3d-flip-book hr,
body.single-3d-flip-book #footer {
  display: none;
}

/* line 7, resources/assets/styles/components/_flipbook.scss */

.fancybox-container .fancybox-content {
  width: 950px;
  height: 700px;
  max-width: 80%;
  max-height: 80%;
  margin: 0;
}

@media screen and (max-width: 800px) {
  /* line 16, resources/assets/styles/components/_flipbook.scss */

  .fancybox-container .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  /* line 23, resources/assets/styles/components/_flipbook.scss */

  .fancybox-slide {
    padding: 45px 10px 10px 10px;
  }
}

/* line 28, resources/assets/styles/components/_flipbook.scss */

nav.fnavbar {
  display: none !important;
}

/* line 1, resources/assets/styles/components/_remodal.scss */

.remodal {
  max-width: 90%;
  width: 1024px;
  height: fit-content;
  padding: 0;
  text-align: left;
}

/* line 8, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-close {
  left: auto;
  right: 0;
  width: 48px;
  height: 48px;
}

/* line 14, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-close::before {
  content: "\2573";
  width: 48px;
  font-size: 32px;
  line-height: 48px;
}

/* line 22, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content {
  padding: 40px;
}

/* line 25, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .border-black {
  border: 0;
  border-right: 1px #000 solid;
}

/* line 31, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .all-issues-cover img {
  max-height: 400px;
}

/* line 35, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .all-issues-number {
  padding: 1.25em 0 0.5em;
}

/* line 38, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .all-issues-number span {
  font-size: 1.875em;
  font-family: "MemphisBQ-CondensedBold";
  color: #fff;
  text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}

/* line 46, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .titelthema {
  margin-bottom: 0.75em;
  margin-top: 0.25em;
}

/* line 50, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .titelthema .all-issues-title {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.25em;
  color: #000;
}

/* line 58, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .titelthema .all-issues-subtitle {
  font-size: 1.125em;
  line-height: 1.15em;
  font-weight: 300;
  color: #000;
}

/* line 66, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .product_readmore {
  margin-top: 16px;
}

/* line 69, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-cover .product_readmore a {
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 76, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-content {
  padding: 0 24px 64px;
  text-align: center;
}

/* line 80, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-content p {
  margin-bottom: 16px;
  font-size: 16px;
}

/* line 84, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-content p.band-popup-headline {
  font-family: "SabonNextLTPro-Regular";
  font-size: 24px;
}

/* line 90, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-content div.band-popup-advantage {
  color: #ff3e00;
}

/* line 95, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-side {
  padding: 0 0 64px 24px;
  text-align: center;
}

/* line 99, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-side p {
  font-size: 16px;
}

/* line 104, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-advantage {
  margin-top: 48px;
  font-size: 14px;
}

/* line 109, resources/assets/styles/components/_remodal.scss */

.remodal .remodal-content .band-popup-price {
  margin-bottom: 24px;
  font-size: 24px;
}

@media (max-width: 767px) {
  /* line 118, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content {
    padding: 16px 32px;
  }

  /* line 121, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .border-black {
    border: 0;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
  }

  /* line 127, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-cover {
    text-align: center;
    margin-bottom: 32px;
  }

  /* line 132, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-cover .all-issues-cover img {
    max-height: 200px;
  }

  /* line 138, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-content,
  .remodal .remodal-content .band-popup-side {
    width: 100%;
    padding: 16px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 150, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-cover {
    text-align: center;
    margin-bottom: 32px;
  }

  /* line 155, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-cover .all-issues-cover img {
    max-height: 200px;
  }

  /* line 161, resources/assets/styles/components/_remodal.scss */

  .remodal .remodal-content .band-popup-content,
  .remodal .remodal-content .band-popup-side {
    padding: 0 24px;
  }
}

/* line 1, resources/assets/styles/layouts/_layout.scss */

body {
  background-color: #f4f4f4;
  font-size: 16px;
  line-height: 1.4em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 800px) {
  /* line 1, resources/assets/styles/layouts/_layout.scss */

  body {
    font-size: 14px;
  }
}

/* line 11, resources/assets/styles/layouts/_layout.scss */

body .hide-arrows {
  position: relative;
  z-index: 999;
}

/* line 16, resources/assets/styles/layouts/_layout.scss */

body .bg-white {
  background-color: #fff;
}

/* line 20, resources/assets/styles/layouts/_layout.scss */

body .deselect {
  display: none !important;
}

/* line 25, resources/assets/styles/layouts/_layout.scss */

body .cookie-notice .cookie-notice-container {
  padding: 30px;
  max-width: 800px;
  margin: 0 auto;
}

/* line 31, resources/assets/styles/layouts/_layout.scss */

body .cookie-notice .cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

/* line 38, resources/assets/styles/layouts/_layout.scss */

body.admin-bar .navbar {
  top: 32px !important;
}

/* line 43, resources/assets/styles/layouts/_layout.scss */

body.admin-bar .timeline-sticky.fixed {
  position: fixed;
  top: 32px !important;
  z-index: 99;
}

/* line 49, resources/assets/styles/layouts/_layout.scss */

body.admin-bar .timeline-sticky.timeline-scroll-custom {
  top: 102px !important;
}

/* line 55, resources/assets/styles/layouts/_layout.scss */

body .hr {
  border-top: 1px solid #ddd;
}

/* line 59, resources/assets/styles/layouts/_layout.scss */

body p {
  line-height: 1.4em;
}

/* line 63, resources/assets/styles/layouts/_layout.scss */

body strong {
  font-weight: 500;
}

/* line 67, resources/assets/styles/layouts/_layout.scss */

body > .wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

/* line 74, resources/assets/styles/layouts/_layout.scss */

body .maincontent {
  background-color: #fff;
}

/* line 77, resources/assets/styles/layouts/_layout.scss */

body .maincontent.static-page {
  padding: 60px calc((100% - 770px ) / 2) 120px;
}

/* line 80, resources/assets/styles/layouts/_layout.scss */

body .maincontent.static-page .gform_wrapper {
  margin: 30px 0 60px;
}

/* line 86, resources/assets/styles/layouts/_layout.scss */

body .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

@media (max-width: 768px) {
  /* line 86, resources/assets/styles/layouts/_layout.scss */

  body .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
}

@media (max-width: 480px) {
  /* line 86, resources/assets/styles/layouts/_layout.scss */

  body .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
}

/* line 103, resources/assets/styles/layouts/_layout.scss */

body .col-1,
body .col-2,
body .col-3,
body .col-4,
body .col-5,
body .col-6,
body .col-7,
body .col-8,
body .col-9,
body .col-10,
body .col-11,
body .col-12,
body .col,
body .col-auto,
body .col-sm-1,
body .col-sm-2,
body .col-sm-3,
body .col-sm-4,
body .col-sm-5,
body .col-sm-6,
body .col-sm-7,
body .col-sm-8,
body .col-sm-9,
body .col-sm-10,
body .col-sm-11,
body .col-sm-12,
body .col-sm,
body .col-sm-auto,
body .col-md-1,
body .col-md-2,
body .col-md-3,
body .col-md-4,
body .col-md-5,
body .col-md-6,
body .col-md-7,
body .col-md-8,
body .col-md-9,
body .col-md-10,
body .col-md-11,
body .col-md-12,
body .col-md,
body .col-md-auto,
body .col-lg-1,
body .col-lg-2,
body .col-lg-3,
body .col-lg-4,
body .col-lg-5,
body .col-lg-6,
body .col-lg-7,
body .col-lg-8,
body .col-lg-9,
body .col-lg-10,
body .col-lg-11,
body .col-lg-12,
body .col-lg,
body .col-lg-auto,
body .col-xl-1,
body .col-xl-2,
body .col-xl-3,
body .col-xl-4,
body .col-xl-5,
body .col-xl-6,
body .col-xl-7,
body .col-xl-8,
body .col-xl-9,
body .col-xl-10,
body .col-xl-11,
body .col-xl-12,
body .col-xl,
body .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  /* line 103, resources/assets/styles/layouts/_layout.scss */

  body .col-1,
  body .col-2,
  body .col-3,
  body .col-4,
  body .col-5,
  body .col-6,
  body .col-7,
  body .col-8,
  body .col-9,
  body .col-10,
  body .col-11,
  body .col-12,
  body .col,
  body .col-auto,
  body .col-sm-1,
  body .col-sm-2,
  body .col-sm-3,
  body .col-sm-4,
  body .col-sm-5,
  body .col-sm-6,
  body .col-sm-7,
  body .col-sm-8,
  body .col-sm-9,
  body .col-sm-10,
  body .col-sm-11,
  body .col-sm-12,
  body .col-sm,
  body .col-sm-auto,
  body .col-md-1,
  body .col-md-2,
  body .col-md-3,
  body .col-md-4,
  body .col-md-5,
  body .col-md-6,
  body .col-md-7,
  body .col-md-8,
  body .col-md-9,
  body .col-md-10,
  body .col-md-11,
  body .col-md-12,
  body .col-md,
  body .col-md-auto,
  body .col-lg-1,
  body .col-lg-2,
  body .col-lg-3,
  body .col-lg-4,
  body .col-lg-5,
  body .col-lg-6,
  body .col-lg-7,
  body .col-lg-8,
  body .col-lg-9,
  body .col-lg-10,
  body .col-lg-11,
  body .col-lg-12,
  body .col-lg,
  body .col-lg-auto,
  body .col-xl-1,
  body .col-xl-2,
  body .col-xl-3,
  body .col-xl-4,
  body .col-xl-5,
  body .col-xl-6,
  body .col-xl-7,
  body .col-xl-8,
  body .col-xl-9,
  body .col-xl-10,
  body .col-xl-11,
  body .col-xl-12,
  body .col-xl,
  body .col-xl-auto {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/* line 120, resources/assets/styles/layouts/_layout.scss */

body .container {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}

@media (min-width: 1200px) {
  /* line 120, resources/assets/styles/layouts/_layout.scss */

  body .container {
    max-width: calc(100% - 60px);
  }
}

@media (min-width: 1600px) {
  /* line 120, resources/assets/styles/layouts/_layout.scss */

  body .container {
    max-width: 1440px;
  }
}

@media (max-width: 1200px) {
  /* line 120, resources/assets/styles/layouts/_layout.scss */

  body .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  /* line 120, resources/assets/styles/layouts/_layout.scss */

  body .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  /* line 120, resources/assets/styles/layouts/_layout.scss */

  body .container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 153, resources/assets/styles/layouts/_layout.scss */

body .container-inner {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 768px) {
  /* line 153, resources/assets/styles/layouts/_layout.scss */

  body .container-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 480px) {
  /* line 153, resources/assets/styles/layouts/_layout.scss */

  body .container-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 169, resources/assets/styles/layouts/_layout.scss */

body.single-artikel .maincontent {
  margin-top: 0;
}

/* line 172, resources/assets/styles/layouts/_layout.scss */

body.single-artikel .maincontent > div:not(.bottom-trigger) {
  padding-bottom: 6em;
}

/* line 179, resources/assets/styles/layouts/_layout.scss */

body hr.full-width {
  margin-left: -4em;
  margin-right: -4em;
}

/* line 185, resources/assets/styles/layouts/_layout.scss */

body .kf-front-misc-articles {
  padding: 0;
}

/* line 188, resources/assets/styles/layouts/_layout.scss */

body .kf-front-misc-articles .text-col > a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}

/* line 197, resources/assets/styles/layouts/_layout.scss */

body .kf-front-current-issue {
  padding: 0;
}

@media (max-width: 768px) {
  /* line 201, resources/assets/styles/layouts/_layout.scss */

  body .kf-front-current-issue .img-col {
    margin-top: 30px;
  }
}

/* line 207, resources/assets/styles/layouts/_layout.scss */

body .row.kf-single-item {
  margin-bottom: 60px;
}

/* line 211, resources/assets/styles/layouts/_layout.scss */

body .full-width {
  position: relative;
}

/* line 214, resources/assets/styles/layouts/_layout.scss */

body .full-width.hidden {
  display: none;
}

/* line 218, resources/assets/styles/layouts/_layout.scss */

body .full-width::after {
  display: block;
  content: '';
  position: absolute;
  left: calc((100vw - 100%) / 2 * -1);
  right: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  width: 100vw;
}

/* line 231, resources/assets/styles/layouts/_layout.scss */

body .full-width.alternate::after {
  background-color: #f4f4f4;
}

/* line 237, resources/assets/styles/layouts/_layout.scss */

body .top-anchor {
  background-color: #f2f2f2;
  padding: 10px 0;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  z-index: 999;
}

@media (max-width: 480px) {
  /* line 237, resources/assets/styles/layouts/_layout.scss */

  body .top-anchor {
    display: none;
  }
}

@media (min-width: 1000px) {
  /* line 237, resources/assets/styles/layouts/_layout.scss */

  body .top-anchor {
    display: none !important;
  }
}

/* line 254, resources/assets/styles/layouts/_layout.scss */

body .top-anchor .band-col .floating-issue {
  max-width: 80px;
}

/* line 260, resources/assets/styles/layouts/_layout.scss */

body .top-anchor .meta-col p,
body .top-anchor .meta-col .article_rubriken,
body .top-anchor .meta-col .article_meta {
  font-size: 1em;
  font-weight: 300;
  padding: 0;
  text-align: left;
}

/* line 270, resources/assets/styles/layouts/_layout.scss */

body .top-anchor .meta-col .band-link span {
  text-transform: uppercase;
}

@media (min-width: 1000px) {
  /* line 277, resources/assets/styles/layouts/_layout.scss */

  body .social-mobile {
    display: none;
  }
}

@media (max-width: 480px) {
  /* line 277, resources/assets/styles/layouts/_layout.scss */

  body .social-mobile {
    display: none;
  }
}

/* line 286, resources/assets/styles/layouts/_layout.scss */

body .social-mobile  .cbxwpbkmarkwrap .cbxwpbkmarklistwrap {
  top: 0 !important;
  bottom: auto !important;
}

/* line 299, resources/assets/styles/layouts/_layout.scss */

body .teaser-mini:hover h1,
body .teaser-mini:hover h2,
body .teaser-mini:hover h3,
body .teaser-mini:hover h4,
body .teaser-mini:hover h5,
body .teaser-mini:hover p,
body .teaser-medium:hover h1,
body .teaser-medium:hover h2,
body .teaser-medium:hover h3,
body .teaser-medium:hover h4,
body .teaser-medium:hover h5,
body .teaser-medium:hover p,
body .teaser-large:hover h1,
body .teaser-large:hover h2,
body .teaser-large:hover h3,
body .teaser-large:hover h4,
body .teaser-large:hover h5,
body .teaser-large:hover p,
body .teaser-hover:hover h1,
body .teaser-hover:hover h2,
body .teaser-hover:hover h3,
body .teaser-hover:hover h4,
body .teaser-hover:hover h5,
body .teaser-hover:hover p,
body .story:hover h1,
body .story:hover h2,
body .story:hover h3,
body .story:hover h4,
body .story:hover h5,
body .story:hover p,
body .nachricht:hover h1,
body .nachricht:hover h2,
body .nachricht:hover h3,
body .nachricht:hover h4,
body .nachricht:hover h5,
body .nachricht:hover p {
  text-decoration: underline;
}

/* line 311, resources/assets/styles/layouts/_layout.scss */

body .kundennummerkonvertierungform .login-additonal-text {
  margin-bottom: 10px;
}

/* line 314, resources/assets/styles/layouts/_layout.scss */

body .kundennummerkonvertierungform .login-additonal-text p {
  margin-bottom: 5px;
}

/* line 317, resources/assets/styles/layouts/_layout.scss */

body .kundennummerkonvertierungform .login-additonal-text p > * {
  text-decoration: underline !important;
}

@media screen and (max-width: 768px) {
  /* line 326, resources/assets/styles/layouts/_layout.scss */

  .table-holder {
    overflow-x: scroll;
  }

  /* line 329, resources/assets/styles/layouts/_layout.scss */

  .table-holder table {
    min-width: 600px;
  }
}

/* line 335, resources/assets/styles/layouts/_layout.scss */

.align-bottom {
  display: flex;
  align-items: flex-end;
}

/* line 1, resources/assets/styles/layouts/_kf-start.scss */

p {
  font-weight: 300;
}

/* line 6, resources/assets/styles/layouts/_kf-start.scss */

h5.section-title {
  color: #ff3e00;
  font-size: 1.15em;
  padding-bottom: 2em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-top: 80px;
  margin-bottom: 40px;
  word-break: inherit !important;
}

@media (max-width: 768px) {
  /* line 6, resources/assets/styles/layouts/_kf-start.scss */

  h5.section-title {
    margin-top: 40px;
  }
}

/* line 22, resources/assets/styles/layouts/_kf-start.scss */

h6 {
  font-weight: 400;
  font-size: 1em;
  word-break: break-word;
}

/* line 28, resources/assets/styles/layouts/_kf-start.scss */

h3 {
  font-family: "SabonNextLTPro-Regular";
  font-size: 2em;
  font-weight: 300;
  word-break: break-word;
}

/* line 35, resources/assets/styles/layouts/_kf-start.scss */

h1 {
  font-size: 4em;
  font-family: "SabonNextLTPro-Regular";
  word-break: break-word;
}

@media (max-width: 480px) {
  /* line 35, resources/assets/styles/layouts/_kf-start.scss */

  h1 {
    font-size: 3.5em;
  }
}

/* line 44, resources/assets/styles/layouts/_kf-start.scss */

h1 + h3 {
  font-size: 1.56em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-align: left;
  text-transform: none;
  padding-bottom: 0;
  font-weight: 300;
}

/* line 55, resources/assets/styles/layouts/_kf-start.scss */

h2 {
  font-size: 3.375em;
  font-family: "SabonNextLTPro-Regular";
  font-weight: 300;
  word-break: break-word;
}

/* line 61, resources/assets/styles/layouts/_kf-start.scss */

h2 + h3 {
  font-size: 1.56em;
  line-height: 1.3em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-align: left;
  text-transform: none;
  padding-bottom: 0;
  font-weight: 300;
}

/* line 73, resources/assets/styles/layouts/_kf-start.scss */

h4 {
  word-break: break-word;
}

/* line 77, resources/assets/styles/layouts/_kf-start.scss */

.hiddenText {
  display: none;
}

/* line 81, resources/assets/styles/layouts/_kf-start.scss */

a.btn-kf-footer_outline:link,
a.btn-kf-footer_outline:visited {
  color: #fff;
}

/* line 86, resources/assets/styles/layouts/_kf-start.scss */

.btn-kf-footer_outline {
  background-color: #ff3e00;
  border-radius: 1.2em;
  border-color: #fff;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  padding: 0.8em 1.5em;
}

/* line 96, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics {
  justify-content: center;
}

/* line 99, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics .topics-img {
  padding-bottom: 125%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #9b9b9b;
}

@media (max-width: 768px) {
  /* line 99, resources/assets/styles/layouts/_kf-start.scss */

  .kf-home-topics .topics-img {
    margin-bottom: 30px;
  }
}

/* line 112, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics .topics-img-container {
  position: relative;
}

/* line 115, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics .topics-img-container .topics-text {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

/* line 121, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics .topics-img-container .topics-text span {
  display: inline-block;
  font-size: 2em;
  font-weight: 300;
  color: #000;
  padding: 0 0.5em 0.5em 0.5em;
}

/* line 131, resources/assets/styles/layouts/_kf-start.scss */

.kf-home-topics .topics-img-container:hover .topics-text {
  text-decoration: underline;
}

/* line 138, resources/assets/styles/layouts/_kf-start.scss */

.kf-issue-header {
  background-color: #f5f5f5;
  margin-bottom: 4em;
}

/* line 142, resources/assets/styles/layouts/_kf-start.scss */

.kf-issue-header .kf-issue-header-content {
  padding: 3em 4em;
}

/* line 146, resources/assets/styles/layouts/_kf-start.scss */

.kf-issue-header h3 {
  font-family: "MemphisBQ-CondensedBold";
  color: #fff;
  text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
  font-size: 4em;
  margin-bottom: 1em;
  padding: 0;
}

/* line 158, resources/assets/styles/layouts/_kf-start.scss */

.bootstrap-select.show .dropdown-menu {
  display: block;
}

/* line 163, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text {
  padding-top: 2em;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-direction: row;
}

/* line 171, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content {
  display: flex;
  flex-direction: row;
  width: 100%;
}

/* line 176, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content .img-col {
  width: 180px !important;
  flex: 0 1 auto;
  margin-right: 60px;
  padding-left: 0;
}

/* line 183, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content img {
  width: 180px;
  height: 180px;
}

/* line 188, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content .header-headline {
  padding: 0 !important;
}

/* line 191, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content .header-headline h3 {
  font-size: 1.56em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  text-align: left;
  text-transform: none;
  padding-bottom: 0;
  font-weight: 300;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  /* line 191, resources/assets/styles/layouts/_kf-start.scss */

  .kfi-header-text .kfi-header-text-content .header-headline h3 {
    font-size: 1.2em;
  }
}

/* line 207, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content .header-title {
  font-size: 3.25em;
  line-height: 1.1em;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 480px) {
  /* line 207, resources/assets/styles/layouts/_kf-start.scss */

  .kfi-header-text .kfi-header-text-content .header-title {
    font-size: 2.5em;
  }
}

/* line 217, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content .header-title span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 224, resources/assets/styles/layouts/_kf-start.scss */

.kfi-header-text .kfi-header-text-content h4 {
  font-size: 1.7em;
  color: black;
  text-transform: none;
  font-weight: lighter;
  padding-bottom: 0;
}

/* line 234, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper {
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
}

/* line 240, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure {
  padding-top: 70px;
  position: relative;
}

/* line 244, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure::after {
  content: '';
  display: block;
  clear: both;
}

/* line 250, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-slogan {
  font-size: 1.25em;
  margin-top: 20px;
  color: #ff3e00;
}

/* line 256, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar {
  display: flex;
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid #f2f2f2;
  width: 100%;
}

/* line 263, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search {
  flex: 1;
  position: relative;
}

/* line 267, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-search-form,
.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-recherche-form {
  width: 100%;
  position: relative;
}

/* line 273, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-search-form {
  padding-top: 2.5% !important;
  padding-bottom: 2.5% !important;
  position: relative;
}

@media (max-width: 1440px) {
  /* line 273, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-search-form {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
}

@media (max-width: 1280px) {
  /* line 273, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-search-form {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }
}

@media (max-width: 800px) {
  /* line 273, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #header-search-form {
    padding-top: 1.5% !important;
    padding-bottom: 1.5% !important;
  }
}

/* line 294, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search.research {
  position: absolute;
  top: 70px;
  left: 0;
  transform: translateY(-200%);
  padding-top: 2.5% !important;
  padding-bottom: 2.5% !important;
  background-color: #fff;
  width: 100%;
  height: auto !important;
}

@media (max-width: 1440px) {
  /* line 294, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search.research {
    padding-top: 2.5% !important;
    padding-bottom: 2.5% !important;
  }
}

@media (max-width: 1280px) {
  /* line 294, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search.research {
    padding-top: 2% !important;
    padding-bottom: 2% !important;
  }
}

@media (max-width: 800px) {
  /* line 294, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search.research {
    padding-top: 1.5% !important;
    padding-bottom: 1.5% !important;
  }
}

/* line 320, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search.research.show {
  transform: translateY(0%);
  transition: 1s transform ease-in-out;
}

/* line 326, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search input[type='text'] {
  border-radius: 30px;
  width: 100%;
  padding: 5px 4em 0 1em !important;
  height: 80px !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #000;
  font-size: 1.5em !important;
  font-weight: 300 !important;
}

@media (max-width: 1000px) {
  /* line 326, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search input[type='text'] {
    height: 60px !important;
  }
}

/* line 342, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #search-submit-query {
  top: 45px;
}

@media (max-width: 768px) {
  /* line 342, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #search-submit-query {
    top: 18px;
  }
}

/* line 350, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #research-submit-query {
  top: 22px;
}

@media (max-width: 768px) {
  /* line 350, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search #research-submit-query {
    top: 12px;
  }
}

/* line 358, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search input[type='image'] {
  position: absolute;
  right: 2em;
  margin: 0 auto;
  height: 32px;
  width: 32px;
}

@media (max-width: 1000px) {
  /* line 358, resources/assets/styles/layouts/_kf-start.scss */

  .kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar.kf-top-bar-search input[type='image'] {
    top: 12px;
    right: 20px;
  }
}

/* line 373, resources/assets/styles/layouts/_kf-start.scss */

.kf-top-bar-search-wrapper .kf-bar-enclosure .kf-bar:hover {
  cursor: pointer;
}

/* line 379, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper {
  padding: 4em;
}

/* line 382, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper .kfi-search-research-results-rows-wrapper {
  display: flex;
  flex-direction: row;
  flex: 1;
}

/* line 387, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper .kfi-search-research-results-rows-wrapper .kfi-search-research-results {
  display: flex;
}

/* line 390, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper .kfi-search-research-results-rows-wrapper .kfi-search-research-results h3 {
  text-align: left;
  margin: 0;
  padding: 0;
}

/* line 396, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper .kfi-search-research-results-rows-wrapper .kfi-search-research-results div {
  position: relative;
  width: 100%;
  min-height: 1px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 4em;
}

/* line 404, resources/assets/styles/layouts/_kf-start.scss */

.kfi-search-research-results-wrapper .kfi-search-research-results-rows-wrapper .kfi-search-research-results div span {
  display: block;
  font-size: 1.92308em;
  color: #000;
  text-transform: uppercase;
}

/* line 416, resources/assets/styles/layouts/_kf-start.scss */

.image-col {
  flex: 0 0 50%;
  padding: 15px;
}

/* line 422, resources/assets/styles/layouts/_kf-start.scss */

.tab-content .all {
  padding-bottom: 5em;
}

/* line 429, resources/assets/styles/layouts/_kf-start.scss */

.bootstrap-select.sm {
  width: 160px;
}

/* line 433, resources/assets/styles/layouts/_kf-start.scss */

.bootstrap-select.md {
  width: 320px;
}

/* line 437, resources/assets/styles/layouts/_kf-start.scss */

.bootstrap-select > button {
  border: 1px solid #9b9b9b;
  border-radius: 15px;
  padding-top: 9px;
  height: 40px;
}

/* line 445, resources/assets/styles/layouts/_kf-start.scss */

.teaser-medium {
  margin-bottom: 4em;
}

/* line 452, resources/assets/styles/layouts/_kf-start.scss */

.single-person .kfi-header-text  .kfi-header-text-content h1 + h3 {
  margin-top: 10px !important;
  font-size: 1.125em !important;
  font-family: "SabonNextLTPro-Regular" !important;
}

/* line 462, resources/assets/styles/layouts/_kf-start.scss */

.kfi-leaky-home.wide_newsletter_element {
  text-align: left;
}

/* line 466, resources/assets/styles/layouts/_kf-start.scss */

.kfi-leaky-home .nl_element_title {
  line-height: 30px;
}

/* line 1, resources/assets/styles/layouts/_postcontent.scss */

.postcontent,
.article-body {
  padding-top: 100px !important;
  padding-bottom: 30px !important;
  position: relative;
  z-index: 1;
  max-width: 100%;
  width: 100%;
  /* h1 {
    font-family: $font-system;
    color: #000;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1.1em;
    text-align: center;
    width: 140%;
    padding: 30px 0 30px 0;
  }

  h2 {
    font-family: $font-headline;
    color: #000;
    font-size: 3.75em;
    font-weight: 300;
    line-height: 1.1em;
    text-align: center;
    padding-bottom: 60px;
  }

  h3 {
    font-family: $font-system;
    color: #000;
    font-size: 2em;
    font-weight: 300;
    line-height: 1.1em;
    text-align: center;
    padding-bottom: 0.5em;
  } */
}

@media (max-width: 1000px) {
  /* line 1, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent,
  .article-body {
    padding-top: 0 !important;
  }
}

/* line 13, resources/assets/styles/layouts/_postcontent.scss */

.postcontent div.wp-video,
.article-body div.wp-video {
  margin: 0 auto;
}

/* line 17, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p,
.article-body > p {
  margin: 0 auto 1.5em auto;
  max-width: 80%;
  width: 600px;
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  margin-bottom: 2em;
  line-height: 1.4em;
}

@media (min-width: 1200px) {
  /* line 17, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > p,
  .article-body > p {
    max-width: 600px;
    width: 600px;
  }
}

@media (min-width: 1440px) {
  /* line 17, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > p,
  .article-body > p {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  /* line 17, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > p,
  .article-body > p {
    width: 500px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  /* line 17, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > p,
  .article-body > p {
    max-width: calc(100% - 20px);
  }
}

/* line 45, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p em,
.article-body > p em {
  font-style: initial;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 49, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p em.italic,
.article-body > p em.italic {
  font-style: italic !important;
}

/* line 53, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p em.interviewFrage,
.article-body > p em.interviewFrage {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-style: initial;
}

/* line 59, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p.frage,
.article-body > p.frage {
  margin-bottom: 0;
  font-style: initial;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 64, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p.frage + p,
.article-body > p.frage + p {
  text-indent: 2em;
}

/* line 69, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p.antwort,
.article-body > p.antwort {
  text-indent: 2em;
}

/* line 73, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > p.lead-in,
.article-body > p.lead-in {
  font-style: initial;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 79, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > .bio,
.postcontent > .annotation,
.article-body > .bio,
.article-body > .annotation {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.25em;
  line-height: 1.4em;
  max-width: 80%;
  width: 650px;
  margin: 0 auto 2em;
}

@media (min-width: 1200px) {
  /* line 79, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > .bio,
  .postcontent > .annotation,
  .article-body > .bio,
  .article-body > .annotation {
    max-width: 600px;
    width: 600px;
  }
}

@media (min-width: 1440px) {
  /* line 79, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > .bio,
  .postcontent > .annotation,
  .article-body > .bio,
  .article-body > .annotation {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  /* line 79, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > .bio,
  .postcontent > .annotation,
  .article-body > .bio,
  .article-body > .annotation {
    width: 500px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  /* line 79, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > .bio,
  .postcontent > .annotation,
  .article-body > .bio,
  .article-body > .annotation {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

/* line 107, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > .bio *,
.postcontent > .annotation *,
.article-body > .bio *,
.article-body > .annotation * {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1em;
}

/* line 113, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > h1,
.postcontent > h2,
.postcontent > h3,
.postcontent > h4,
.postcontent > h5,
.postcontent > h6,
.article-body > h1,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > h5,
.article-body > h6 {
  max-width: 80%;
  width: 650px;
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 113, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > h1,
  .postcontent > h2,
  .postcontent > h3,
  .postcontent > h4,
  .postcontent > h5,
  .postcontent > h6,
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    max-width: 600px;
    width: 600px;
  }
}

@media (min-width: 1440px) {
  /* line 113, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > h1,
  .postcontent > h2,
  .postcontent > h3,
  .postcontent > h4,
  .postcontent > h5,
  .postcontent > h6,
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    max-width: 850px;
    width: 850px;
  }
}

@media (max-width: 768px) {
  /* line 113, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > h1,
  .postcontent > h2,
  .postcontent > h3,
  .postcontent > h4,
  .postcontent > h5,
  .postcontent > h6,
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    max-width: 90%;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  /* line 113, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > h1,
  .postcontent > h2,
  .postcontent > h3,
  .postcontent > h4,
  .postcontent > h5,
  .postcontent > h6,
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    width: 500px;
    max-width: 500px;
  }
}

@media (max-width: 480px) {
  /* line 113, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > h1,
  .postcontent > h2,
  .postcontent > h3,
  .postcontent > h4,
  .postcontent > h5,
  .postcontent > h6,
  .article-body > h1,
  .article-body > h2,
  .article-body > h3,
  .article-body > h4,
  .article-body > h5,
  .article-body > h6 {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

/* line 145, resources/assets/styles/layouts/_postcontent.scss */

.postcontent > .quote,
.article-body > .quote {
  font-family: "SabonNextLTPro-Regular";
  font-size: 3em;
  color: #000;
  padding: 0;
  margin-bottom: 1em;
  margin-top: 2em;
  max-width: 80%;
  width: 650px;
}

@media (max-width: 480px) {
  /* line 145, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent > .quote,
  .article-body > .quote {
    width: calc(100% - 20px);
  }
}

/* line 191, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h1,
.article-body h1 {
  padding-bottom: 60px;
  font-family: "SabonNextLTPro-Regular";
  font-size: 3.75em;
  font-weight: 300;
  color: #000;
  line-height: 1.1em;
  text-align: center;
}

/* line 200, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h1 small,
.article-body h1 small {
  display: inline-block;
  padding: 30px 0 30px 0;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.4em;
  font-weight: 300;
  line-height: 1.1em;
}

/* line 210, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h2,
.article-body h2 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
  padding-bottom: 0.5em;
}

/* line 220, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h3,
.article-body h3 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
  padding-bottom: 0.5em;
}

/* line 230, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h4,
.article-body h4 {
  font-family: "SabonNextLTPro-Regular";
  color: #000;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.25em;
  text-align: center;
  padding-bottom: 30px;
  width: 140%;
  margin: 0 auto;
}

/* line 249, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h3 + h4,
.article-body h3 + h4 {
  margin-top: 30px;
  margin-bottom: 60px;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 255, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h5,
.article-body h5 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.1em;
  text-align: center;
  width: 140%;
  padding: 30px 0 30px 0;
}

/* line 265, resources/assets/styles/layouts/_postcontent.scss */

.postcontent h5.section-title,
.article-body h5.section-title {
  width: 100% !important;
  color: #ff3e00 !important;
  font-size: 1.15em !important;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
  margin-top: 80px !important;
  padding-bottom: 2em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* line 279, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .annotation,
.article-body .annotation {
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.875em;
  color: #666;
}

@media (max-width: 480px) {
  /* line 279, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .annotation,
  .article-body .annotation {
    width: calc(100% - 20px);
  }
}

/* line 291, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .bio,
.article-body .bio {
  color: #666;
  font-family: 'Helvetica Neue', sans-serif;
  font-style: normal;
  font-weight: 300;
  background-color: #f2f2f2;
  padding: 30px;
  font-size: 0.875em;
}

@media (max-width: 480px) {
  /* line 291, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .bio,
  .article-body .bio {
    width: calc(100% - 20px);
    padding: 15px;
  }
}

/* line 306, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .article_h1,
.postcontent .article_subtitle,
.article-body .article_h1,
.article-body .article_subtitle {
  display: block !important;
  max-width: 80%;
  width: 650px;
  margin: 0 auto;
}

/* line 314, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider,
.article-body .content-slider {
  background-color: #fff;
  padding: 30px 60px 30px 60px;
  position: relative;
  width: calc(100% + 120px);
}

@media (max-width: 1200px) {
  /* line 314, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider,
  .article-body .content-slider {
    left: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
  }
}

@media (max-width: 800px) {
  /* line 314, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider,
  .article-body .content-slider {
    max-width: calc(100% + 90px);
    width: calc(100% + 90px);
  }
}

@media (max-width: 480px) {
  /* line 314, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider,
  .article-body .content-slider {
    max-width: calc(100% + 90px);
    width: calc(100% + 90px);
    left: -35px;
  }
}

/* line 338, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider.single-image,
.article-body .content-slider.single-image {
  background-color: transparent;
}

/* line 342, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider.slick-dotted,
.article-body .content-slider.slick-dotted {
  padding-bottom: 60px;
}

/* line 346, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-prev,
.postcontent .content-slider .slick-next,
.article-body .content-slider .slick-prev,
.article-body .content-slider .slick-next {
  z-index: 2;
  height: 64px;
  width: 32px;
  top: calc(50% - 32px);
}

@media (max-width: 480px) {
  /* line 346, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider .slick-prev,
  .postcontent .content-slider .slick-next,
  .article-body .content-slider .slick-prev,
  .article-body .content-slider .slick-next {
    transform: scale(0.7);
  }
}

/* line 358, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-prev.slick-disabled::before,
.postcontent .content-slider .slick-next.slick-disabled::before,
.article-body .content-slider .slick-prev.slick-disabled::before,
.article-body .content-slider .slick-next.slick-disabled::before {
  opacity: 0.2 !important;
}

/* line 364, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-prev,
.article-body .content-slider .slick-prev {
  left: 60px !important;
}

/* line 367, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-prev::before,
.article-body .content-slider .slick-prev::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ4LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTEzNjUuMDAwMDAwLCAtMTY4MS4wMDAwMDApICIgcG9pbnRzPSIxMzM1IDE2NjYuMDU5ODIgMTM2NC45NzAwNiAxNjk2IDEzOTUgMTY2NiI+PC9wb2x5bGluZT4KICAgIDwvZz4KPC9zdmc+) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  height: 64px;
  display: block;
  width: 32px;
  opacity: 1;
}

/* line 380, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-next,
.article-body .content-slider .slick-next {
  right: 60px !important;
}

/* line 383, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-next::before,
.article-body .content-slider .slick-next::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzNweCIgaGVpZ2h0PSI2MnB4IiB2aWV3Qm94PSIwIDAgMzMgNjIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5QYXRoIDYgQ29weSAyPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMzQ5LjAwMDAwMCwgLTE2NTAuMDAwMDAwKSI+CiAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTYtQ29weS0yIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM2NS4wMDAwMDAsIDE2ODEuMDAwMDAwKSBzY2FsZSgtMSwgMSkgcm90YXRlKDkwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMzY1LjAwMDAwMCwgLTE2ODEuMDAwMDAwKSAiIHBvaW50cz0iMTMzNSAxNjY2LjA1OTgyIDEzNjQuOTcwMDYgMTY5NiAxMzk1IDE2NjYiPjwvcG9seWxpbmU+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  content: '';
  height: 64px;
  display: block;
  width: 32px;
  opacity: 1;
}

/* line 396, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-dots,
.article-body .content-slider .slick-dots {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 80%;
  width: 600px;
}

@media (min-width: 1200px) {
  /* line 396, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider .slick-dots,
  .article-body .content-slider .slick-dots {
    max-width: 600px;
    width: 600px;
  }
}

@media (min-width: 1440px) {
  /* line 396, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider .slick-dots,
  .article-body .content-slider .slick-dots {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  /* line 396, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .content-slider .slick-dots,
  .article-body .content-slider .slick-dots {
    width: 500px;
    max-width: 500px;
  }
}

/* line 419, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-list,
.article-body .content-slider .slick-list {
  padding: 0 30px !important;
  margin: 0;
  width: 100%;
}

/* line 424, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-list .slick-track,
.article-body .content-slider .slick-list .slick-track {
  display: flex;
  align-items: center;
}

/* line 428, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .content-slider .slick-list .slick-track .slick-slide,
.article-body .content-slider .slick-list .slick-track .slick-slide {
  padding: 0 30px;
}

/* line 435, resources/assets/styles/layouts/_postcontent.scss */

.postcontent figure.wp-caption,
.article-body figure.wp-caption {
  position: relative;
  margin: 0 auto;
}

/* line 439, resources/assets/styles/layouts/_postcontent.scss */

.postcontent figure.wp-caption:hover,
.article-body figure.wp-caption:hover {
  cursor: pointer;
}

/* line 443, resources/assets/styles/layouts/_postcontent.scss */

.postcontent figure.wp-caption .wp-caption-text,
.article-body figure.wp-caption .wp-caption-text {
  color: #666;
  font-size: 0.875em;
  font-weight: 300;
  padding: 10px 30px 0 10px;
}

/* line 450, resources/assets/styles/layouts/_postcontent.scss */

.postcontent figure.wp-caption::after,
.article-body figure.wp-caption::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  bottom: 6px;
  right: 1em;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTEgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAxNSBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDguMDAwMDAwLCAtMTgzMy4wMDAwMDApIj4KICAgICAgICA8ZyBpZD0iR3JvdXAtMTEtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU1LjAwMDAwMCwgMTUzMS4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xNS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MDEuMDAwMDAwLCAzMDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNi1Db3B5LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNDExNzY1LCAxMC41ODgyMzUpIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtNC40MTE3NjUsIC0xMC41ODgyMzUpICIgcG9pbnRzPSIwLjg4MjM1Mjk0MSA4LjgzMDU2NjkyIDQuNDA4MjQyNDQgMTIuMzUyOTQxMiA3Ljk0MTE3NjQ3IDguODIzNTI5NDEiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNi1Db3B5LTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjU4ODIzNSwgNC40MTE3NjUpIHJvdGF0ZSgtMTM1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC41ODgyMzUsIC00LjQxMTc2NSkgIiBwb2ludHM9IjcuMDU4ODIzNTMgMi42NTQwOTYzMyAxMC41ODQ3MTMgNi4xNzY0NzA1OSAxNC4xMTc2NDcxIDIuNjQ3MDU4ODIiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

/* line 465, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .lazyload-img,
.article-body .lazyload-img {
  position: relative;
  min-height: 200px;
}

/* line 469, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .lazyload-img > img,
.article-body .lazyload-img > img {
  height: auto;
  max-width: 100%;
}

/* line 475, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .lazyload-img.loading::before,
.article-body .lazyload-img.loading::before {
  background-image: url(data:image/svg+xml;base64,PCEtLSBCeSBTYW0gSGVyYmVydCAoQHNoZXJiKSwgZm9yIGV2ZXJ5b25lLiBNb3JlIEAgaHR0cDovL2dvby5nbC83QUp6YkwgLS0+Cjxzdmcgd2lkdGg9IjQ0IiBoZWlnaHQ9IjQ0IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmYzZTAwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4KICAgICAgICAgICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIKICAgICAgICAgICAgICAgIGJlZ2luPSIwcyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIKICAgICAgICAgICAgICAgIGNhbGNNb2RlPSJzcGxpbmUiCiAgICAgICAgICAgICAgICBrZXlUaW1lcz0iMDsgMSIKICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS1vcGFjaXR5IgogICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuOHMiCiAgICAgICAgICAgICAgICB2YWx1ZXM9IjE7IDAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjMsIDAuNjEsIDAuMzU1LCAxIgogICAgICAgICAgICAgICAgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIC8+CiAgICAgICAgPC9jaXJjbGU+CiAgICAgICAgPGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMSI+CiAgICAgICAgICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InIiCiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS44cyIKICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMjAiCiAgICAgICAgICAgICAgICBjYWxjTW9kZT0ic3BsaW5lIgogICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiCiAgICAgICAgICAgICAgICBrZXlTcGxpbmVzPSIwLjE2NSwgMC44NCwgMC40NCwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIKICAgICAgICAgICAgICAgIGJlZ2luPSItMC45cyIgZHVyPSIxLjhzIgogICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAwIgogICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIKICAgICAgICAgICAgICAgIGtleVRpbWVzPSIwOyAxIgogICAgICAgICAgICAgICAga2V5U3BsaW5lcz0iMC4zLCAwLjYxLCAwLjM1NSwgMSIKICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogICAgICAgIDwvY2lyY2xlPgogICAgPC9nPgo8L3N2Zz4=) !important;
  background-size: 80px !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

/* line 492, resources/assets/styles/layouts/_postcontent.scss */

.postcontent figure.wp-caption img,
.article-body figure.wp-caption img {
  width: 100% !important;
  margin-bottom: 0;
  max-width: 100%;
  height: auto;
}

/* line 499, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-infobox,
.article-body .floating-infobox {
  padding: 2em 1em;
  background: #fff;
  border: 1px solid #ff3e00;
  margin-bottom: 1em;
}

/* line 505, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-infobox a:hover span,
.article-body .floating-infobox a:hover span {
  text-decoration: underline;
}

/* line 509, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-infobox .nachricht-infobox,
.article-body .floating-infobox .nachricht-infobox {
  max-width: 100%;
}

/* line 512, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-infobox .nachricht-infobox .nachricht-infobox-title,
.article-body .floating-infobox .nachricht-infobox .nachricht-infobox-title {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 521, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-infobox .nachricht-infobox .nachricht-infobox-text,
.article-body .floating-infobox .nachricht-infobox .nachricht-infobox-text {
  margin-top: 1em;
}

/* line 527, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky,
.article-body .static-sticky {
  margin: 0;
  z-index: 10000;
  opacity: 1;
  height: 0 !important;
  transition: 0.3s opacity ease-in-out;
  position: relative;
}

@media (max-width: 1000px) {
  /* line 527, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .static-sticky,
  .article-body .static-sticky {
    display: none;
  }
}

/* line 539, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-inner,
.article-body .static-sticky .floating-inner {
  position: absolute;
  top: -10px;
  right: 0;
  width: 220px;
  padding: 0 30px 0 10px;
  background-color: #fff;
}

/* line 550, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-inner .article_rubriken,
.article-body .static-sticky .floating-inner .article_rubriken {
  padding-bottom: 0;
  margin-top: 15px;
  line-height: 1.2em;
  text-align: right;
  width: 100%;
  font-weight: 300;
}

/* line 559, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-inner .article_meta,
.article-body .static-sticky .floating-inner .article_meta {
  padding-top: 10px;
  padding-bottom: 0;
  line-height: 1.2em;
  text-align: right;
  font-weight: 300;
  width: 100%;
}

/* line 568, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-inner > .row,
.article-body .static-sticky .floating-inner > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 575, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue,
.article-body .static-sticky .floating-issue {
  padding: 2em 0;
  background: #fff;
  border: 1px solid #000;
}

/* line 580, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue .btn-wrapper,
.article-body .static-sticky .floating-issue .btn-wrapper {
  padding: 1rem 0.5rem 0;
}

/* line 583, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue .btn-wrapper .btn,
.postcontent .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"],
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper input[type="submit"],
.postcontent .static-sticky .floating-issue .btn-wrapper .search-form .search-submit,
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-submit,
.article-body .static-sticky .floating-issue .btn-wrapper .btn,
.article-body .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"],
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper input[type="submit"],
.article-body .static-sticky .floating-issue .btn-wrapper .search-form .search-submit,
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .search-submit {
  width: 100%;
}

/* line 586, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue .btn-wrapper .btn + .btn,
.postcontent .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + .btn,
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper input[type="submit"] + .btn,
.postcontent .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + .btn,
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-submit + .btn,
.postcontent .static-sticky .floating-issue .btn-wrapper .comment-form .btn + input[type="submit"],
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper .btn + input[type="submit"],
.postcontent .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + input[type="submit"],
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper input[type="submit"] + input[type="submit"],
.postcontent .static-sticky .floating-issue .btn-wrapper .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + input[type="submit"],
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-submit + input[type="submit"],
.postcontent .static-sticky .floating-issue .btn-wrapper .search-form .btn + .search-submit,
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .btn + .search-submit,
.postcontent .static-sticky .floating-issue .btn-wrapper .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + .search-submit,
.comment-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .postcontent .static-sticky .floating-issue .btn-wrapper input[type="submit"] + .search-submit,
.postcontent .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + .search-submit,
.search-form .postcontent .static-sticky .floating-issue .btn-wrapper .search-submit + .search-submit,
.article-body .static-sticky .floating-issue .btn-wrapper .btn + .btn,
.article-body .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + .btn,
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper input[type="submit"] + .btn,
.article-body .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + .btn,
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .search-submit + .btn,
.article-body .static-sticky .floating-issue .btn-wrapper .comment-form .btn + input[type="submit"],
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper .btn + input[type="submit"],
.article-body .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + input[type="submit"],
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper input[type="submit"] + input[type="submit"],
.article-body .static-sticky .floating-issue .btn-wrapper .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + input[type="submit"],
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .article-body .static-sticky .floating-issue .btn-wrapper .search-submit + input[type="submit"],
.article-body .static-sticky .floating-issue .btn-wrapper .search-form .btn + .search-submit,
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .btn + .search-submit,
.article-body .static-sticky .floating-issue .btn-wrapper .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .comment-form input[type="submit"] + .search-submit,
.comment-form .article-body .static-sticky .floating-issue .btn-wrapper .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .article-body .static-sticky .floating-issue .btn-wrapper input[type="submit"] + .search-submit,
.article-body .static-sticky .floating-issue .btn-wrapper .search-form .search-submit + .search-submit,
.search-form .article-body .static-sticky .floating-issue .btn-wrapper .search-submit + .search-submit {
  margin-top: 10px;
}

/* line 592, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn),
.article-body .static-sticky .floating-issue a:not(.btn) {
  font-size: 1.125em;
}

/* line 595, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn) .img-fluid,
.postcontent .static-sticky .floating-issue a:not(.btn) .wp-caption img,
.wp-caption .postcontent .static-sticky .floating-issue a:not(.btn) img,
.article-body .static-sticky .floating-issue a:not(.btn) .img-fluid,
.article-body .static-sticky .floating-issue a:not(.btn) .wp-caption img,
.wp-caption .article-body .static-sticky .floating-issue a:not(.btn) img {
  width: calc(100% - 4em);
  margin-bottom: 2em;
}

/* line 600, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn) p.head,
.article-body .static-sticky .floating-issue a:not(.btn) p.head {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}

/* line 606, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn) p.name,
.postcontent .static-sticky .floating-issue a:not(.btn) p.link,
.article-body .static-sticky .floating-issue a:not(.btn) p.name,
.article-body .static-sticky .floating-issue a:not(.btn) p.link {
  margin: 0;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.2em;
  text-align: center;
  font-size: 0.8125em;
}

/* line 615, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn) p.link,
.article-body .static-sticky .floating-issue a:not(.btn) p.link {
  margin-top: 10px;
  text-decoration: underline;
}

/* line 621, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .static-sticky .floating-issue a:not(.btn):hover p.link,
.article-body .static-sticky .floating-issue a:not(.btn):hover p.link {
  text-decoration: none;
}

/* line 629, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky,
.article-body .floating-sticky {
  margin: 0;
  z-index: 1000;
  opacity: 1;
  height: 0 !important;
  transition: 0.3s opacity ease-in-out;
  position: relative;
}

@media (max-width: 1000px) {
  /* line 629, resources/assets/styles/layouts/_postcontent.scss */

  .postcontent .floating-sticky,
  .article-body .floating-sticky {
    display: none;
  }
}

/* line 641, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky .floating-inner,
.article-body .floating-sticky .floating-inner {
  position: absolute;
  top: 0;
  right: -30px;
  width: 220px !important;
  padding: 0 30px 0 10px;
  background: #fff;
}

/* line 651, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky .floating-inner hr.meta-spacer,
.article-body .floating-sticky .floating-inner hr.meta-spacer {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 657, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky .floating-inner > .row,
.article-body .floating-sticky .floating-inner > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 664, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky.is-bottom,
.article-body .floating-sticky.is-bottom {
  opacity: 0 !important;
  visibility: hidden;
}

/* line 669, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky.fixed,
.article-body .floating-sticky.fixed {
  position: fixed;
  top: 0;
  opacity: 0.2;
  z-index: 1;
}

/* line 675, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky.fixed:hover,
.article-body .floating-sticky.fixed:hover {
  opacity: 1;
}

/* line 679, resources/assets/styles/layouts/_postcontent.scss */

.postcontent .floating-sticky.fixed .floating-inner,
.article-body .floating-sticky.fixed .floating-inner {
  top: 80px !important;
}

/* line 687, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel .article-relations {
  padding-bottom: 0 !important;
}

/* line 690, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel .article-relations .tab-pane {
  padding: 30px 0 !important;
}

@media (max-width: 768px) {
  /* line 690, resources/assets/styles/layouts/_postcontent.scss */

  .single-artikel .article-relations .tab-pane {
    padding: 60px 0 60px !important;
  }
}

@media (max-width: 480px) {
  /* line 690, resources/assets/styles/layouts/_postcontent.scss */

  .single-artikel .article-relations .tab-pane {
    padding: 30px 0 0 !important;
  }
}

/* line 703, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel .article-relations .letter-row .section-title {
  margin-top: 0;
}

@media (max-width: 480px) {
  /* line 703, resources/assets/styles/layouts/_postcontent.scss */

  .single-artikel .article-relations .letter-row .section-title {
    padding-bottom: 10px;
    margin-top: 20px;
  }
}

/* line 712, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel .article-relations .letter-row .person {
  font-size: 1.5em;
}

/* line 718, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel #titleArticles,
.single-artikel #moreArticles,
.single-artikel #moreNachrichten,
.single-artikel #moreRecommendations {
  padding-bottom: 0 !important;
}

/* line 724, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel #titleArticles .carousel-inner,
.single-artikel #moreArticles .carousel-inner,
.single-artikel #moreNachrichten .carousel-inner,
.single-artikel #moreRecommendations .carousel-inner {
  margin-left: 30px !important;
  width: calc(100% - 60px) !important;
}

/* line 729, resources/assets/styles/layouts/_postcontent.scss */

.single-artikel #titleArticles h4,
.single-artikel #moreArticles h4,
.single-artikel #moreNachrichten h4,
.single-artikel #moreRecommendations h4 {
  font-size: 1.875em;
  word-break: break-word;
}

/* line 2, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles > h3 {
  text-align: center;
}

/* line 6, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles img {
  width: 100%;
}

/* line 10, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles h4 {
  font-family: "SabonNextLTPro-Regular";
  font-size: 2.3em;
  padding: 1em 0 0.2em 0;
  margin: 0;
  text-align: left !important;
  width: 100% !important;
}

@media (max-width: 800px) {
  /* line 10, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-title-articles h4 {
    font-size: 1.875em !important;
    line-height: 1em;
    padding: 0.75em 0 0.25em 0;
    margin: 0;
  }
}

/* line 26, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles h5:not(.section-title) {
  font-size: 1.125em;
  font-weight: 300;
  padding-bottom: 0;
}

@media (max-width: 800px) {
  /* line 26, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-title-articles h5:not(.section-title) {
    color: black;
    text-transform: none;
    text-align: left;
    font-size: 1.125em !important;
    font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.25em;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 44, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .artikel-meta {
  font-size: 0.75em;
  font-weight: 400;
  margin-top: 20px;
}

/* line 49, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .artikel-meta div {
  display: inline-block;
}

/* line 53, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .artikel-meta span {
  font-size: 1em !important;
}

/* line 58, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .carousel {
  padding-bottom: 4em;
}

/* line 61, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .carousel .slick-track {
  display: flex;
}

/* line 65, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .carousel .carousel-control-next,
.kf-front-title-articles .carousel .carousel-control-prev {
  margin-top: 0;
}

/* line 70, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .carousel .carousel-caption {
  position: relative;
  display: block;
  right: 0;
  bottom: -35px;
  left: 0;
  padding: 0;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  font-size: 1.25em;
}

@media (max-width: 480px) {
  /* line 70, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-title-articles .carousel .carousel-caption {
    bottom: -25px;
  }
}

/* line 86, resources/assets/styles/layouts/_startseite.scss */

.kf-front-title-articles .carousel .carousel-caption h5 {
  color: black;
  font-family: "SabonNextLTPro-Regular";
  padding-bottom: 0;
  text-align: center;
}

/* line 96, resources/assets/styles/layouts/_startseite.scss */

.kf-front-abo-teaser {
  background-color: #f4f4f4;
}

/* line 101, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue .button-holder {
  margin-top: 2.5em;
}

/* line 105, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue p {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1.4em;
  margin-top: 15px;
  margin-bottom: 0;
}

/* line 113, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue h1 {
  line-height: 1.1em;
  margin: 0;
  margin-bottom: 10px;
}

/* line 119, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue h3 {
  font-size: 1.875em;
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 15px;
}

/* line 126, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue .kf-btn {
  margin-right: 10px;
}

/* line 130, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue img {
  margin: 30px 0 auto;
  max-width: 100%;
  max-height: 500px;
  align-self: center;
}

/* line 137, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue a.toggleText {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: underline;
  color: #9b9b9b;
}

/* line 145, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue a.hideText {
  color: #9b9b9b;
  font-size: 0.75em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
}

/* line 152, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue a.toggleText:visited,
.kf-front-current-issue a.toggleText:active,
.kf-front-current-issue a.toggleText:hover {
  text-decoration: none;
}

/* line 158, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue .elipsis {
  display: inline;
}

/* line 162, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue .col-sm-6 {
  padding: 25px 0;
}

/* line 166, resources/assets/styles/layouts/_startseite.scss */

.kf-front-current-issue .img-col {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media screen and (max-width: 700px) {
  /* line 173, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-current-issue .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 180, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-current-issue .img-col {
    min-height: 250px;
  }
}

/* line 188, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .item {
  margin-bottom: 6em;
}

/* line 192, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles > h3 {
  text-align: center;
}

/* line 196, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles img {
  width: 100%;
}

/* line 200, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles h1 {
  font-size: 1.875em;
  line-height: 1em;
  padding: 0.75em 0 0.25em 0;
  margin: 0;
}

/* line 207, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles h3.more_articles_teaser {
  color: black;
  text-transform: none;
  text-align: left;
  font-size: 1.125em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.25em;
  font-weight: 300;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 219, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .more_articles_hits {
  font-size: 0.875em;
  font-weight: 300;
  color: #9b9b9b;
}

/* line 225, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .artikel-meta {
  font-size: 0.75em;
  font-weight: 300;
  margin-top: 20px;
}

/* line 230, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .artikel-meta div {
  display: inline-block;
}

/* line 234, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .artikel-meta span {
  font-size: 1em !important;
}

/* line 239, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles > .row {
  padding-bottom: 5em;
}

/* line 244, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-single-item h1 {
  font-size: 4em;
  line-height: 1.1em;
  padding: 0 0 0.25em 0;
}

@media (max-width: 800px) {
  /* line 244, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-single-item h1 {
    font-size: 1.875em !important;
    line-height: 1em;
    margin: 0;
  }
}

@media (max-width: 480px) {
  /* line 244, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-single-item h1 {
    padding: 0.75em 0 0.25em 0;
  }
}

/* line 261, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-single-item h3 {
  color: black;
  text-transform: none;
  text-align: left;
  font-size: 1.875em;
  line-height: 1.3em;
  font-weight: 300;
  padding-bottom: 0;
}

@media (max-width: 800px) {
  /* line 261, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-single-item h3 {
    color: black;
    text-transform: none;
    text-align: left;
    font-size: 1.125em !important;
    font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.25em;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 283, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-single-item img {
  width: 100%;
}

@media (max-width: 800px) {
  /* line 288, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-single-item .artikel-meta {
    margin-top: 20px !important;
  }
}

/* line 295, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item img {
  width: 100%;
}

/* line 299, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item h1 {
  font-size: 1.875em;
  font-family: "SabonNextLTPro-Regular";
  line-height: 1.1em;
  font-weight: 200;
  padding-top: 0;
  margin: 0;
}

@media (max-width: 800px) {
  /* line 299, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-mini-item h1 {
    font-size: 1.875em !important;
    line-height: 1em;
    margin: 0;
  }
}

@media (max-width: 1000px) {
  /* line 299, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-mini-item h1 {
    padding: 0.75em 0 0.25em 0;
  }
}

/* line 318, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item h3 {
  color: black;
  text-transform: none;
  text-align: left;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  /* line 318, resources/assets/styles/layouts/_startseite.scss */

  .kf-front-misc-articles .kf-mini-item h3 {
    color: black;
    text-transform: none;
    text-align: left;
    font-size: 1.125em !important;
    font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.25em;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

/* line 339, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item h3:last-of-type {
  padding-bottom: 1em;
}

/* line 344, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item span {
  font-size: 0.75em;
  font-weight: 400;
}

/* line 348, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item span strong {
  font-weight: 500;
}

/* line 353, resources/assets/styles/layouts/_startseite.scss */

.kf-front-misc-articles .kf-mini-item .row {
  margin-bottom: 4em;
}

/* line 359, resources/assets/styles/layouts/_startseite.scss */

.kf-input {
  position: relative;
}

/* line 362, resources/assets/styles/layouts/_startseite.scss */

.kf-input input:focus {
  outline: none;
}

/* line 366, resources/assets/styles/layouts/_startseite.scss */

.kf-input label {
  color: #fff;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 2px;
  transition: 0.2s ease all;
}

/* line 375, resources/assets/styles/layouts/_startseite.scss */

.kf-input input:focus ~ label,
.kf-input input:valid ~ label {
  top: -18px;
  font-size: 0.7rem;
}

/* line 382, resources/assets/styles/layouts/_startseite.scss */

.maincontent_home {
  margin-top: 0 !important;
}

/* line 387, resources/assets/styles/layouts/_startseite.scss */

.template-startseite h5.section-title {
  margin-top: 100px;
}

@media (max-width: 800px) {
  /* line 387, resources/assets/styles/layouts/_startseite.scss */

  .template-startseite h5.section-title {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  /* line 387, resources/assets/styles/layouts/_startseite.scss */

  .template-startseite h5.section-title {
    margin-top: 60px;
  }
}

/* line 400, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar .main-navi {
  width: 100%;
  background-color: #fff;
}

/* line 406, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar.initial-state .main-navi {
  background-color: transparent !important;
  border-bottom: none;
}

/* line 411, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar.initial-state .search-icon-w {
  display: none;
}

/* line 415, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar.initial-state .search-icon {
  display: block;
}

/* line 422, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar.show-login .main-navi,
.template-startseite .navbar.show-search .main-navi {
  background-color: #fff !important;
}

/* line 426, resources/assets/styles/layouts/_startseite.scss */

.template-startseite .navbar.show-login .nav-link,
.template-startseite .navbar.show-login .banner .nav a,
.banner .nav .template-startseite .navbar.show-login a,
.template-startseite .navbar.show-login #nav-login-btn,
.template-startseite .navbar.show-login #nav-search-btn,
.template-startseite .navbar.show-search .nav-link,
.template-startseite .navbar.show-search .banner .nav a,
.banner .nav .template-startseite .navbar.show-search a,
.template-startseite .navbar.show-search #nav-login-btn,
.template-startseite .navbar.show-search #nav-search-btn {
  color: #000 !important;
}

/* line 1, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo {
  background-color: #f4f4f4;
  padding: 2em 0 0 0;
}

/* line 6, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content img {
  max-height: 400px;
  max-width: 100%;
  align-self: center;
}

@media (max-width: 800px) {
  /* line 6, resources/assets/styles/layouts/_abonnement.scss */

  .kfi-header-abo .kfi-header-abo-content img {
    margin-bottom: 30px;
  }
}

/* line 16, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content h1 {
  font-size: 3.375em;
  padding: 0;
}

@media (max-width: 480px) {
  /* line 16, resources/assets/styles/layouts/_abonnement.scss */

  .kfi-header-abo .kfi-header-abo-content h1 {
    font-size: 2.5em;
  }
}

/* line 24, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content h1 span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}

@media (max-width: 480px) {
  /* line 24, resources/assets/styles/layouts/_abonnement.scss */

  .kfi-header-abo .kfi-header-abo-content h1 span {
    font-size: 0.9em;
  }
}

/* line 34, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content h4 {
  font-size: 1.7em;
  color: black;
  text-transform: none;
  font-weight: lighter;
  padding-bottom: 0;
}

/* line 42, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content p {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 1.5em;
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 49, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content ul {
  padding: 0;
  margin: 2em 0 3em 0;
}

/* line 53, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 15px;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 64, resources/assets/styles/layouts/_abonnement.scss */

.kfi-header-abo .kfi-header-abo-content ul li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 74, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview {
  display: block;
  padding-top: 4em;
}

/* line 78, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 84, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser {
  background-color: #fff;
  border: 1px solid #ddd;
  flex: 0 1 30%;
  width: 30%;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  margin-right: 5%;
}

/* line 94, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser.abo-highlight {
  border: 3px solid #ff3e00;
}

/* line 98, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser .alternative-headline {
  font-size: 1.125em;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2em !important;
}

@media (max-width: 800px) {
  /* line 84, resources/assets/styles/layouts/_abonnement.scss */

  .abos-overview .abo-holder .abo-teaser {
    flex: 0 1 47.4%;
    width: 47.5%;
  }

  /* line 109, resources/assets/styles/layouts/_abonnement.scss */

  .abos-overview .abo-holder .abo-teaser:nth-child(2n) {
    margin-right: 0%;
  }
}

@media (max-width: 480px) {
  /* line 84, resources/assets/styles/layouts/_abonnement.scss */

  .abos-overview .abo-holder .abo-teaser {
    flex: 0 1 100%;
    width: 100%;
    margin-right: 0% !important;
  }
}

@media (min-width: 800px) {
  /* line 121, resources/assets/styles/layouts/_abonnement.scss */

  .abos-overview .abo-holder .abo-teaser:nth-child(3n) {
    margin-right: 0%;
  }
}

/* line 126, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser .abo-highlight-text {
  margin-top: -46px;
  text-align: center;
  background: #ff3e00;
  padding-bottom: 10px;
  padding-top: 14px;
  margin-left: -3px;
  width: calc(100% + 6px);
  color: white;
  text-transform: uppercase;
}

/* line 138, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser .top {
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
}

/* line 144, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser h3 {
  font-size: 2em;
  color: #000;
  font-family: "SabonNextLTPro-Regular";
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 45px 0 0 0;
  margin-bottom: 0;
}

/* line 155, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser p {
  font-size: 1.125em;
  font-weight: 300;
  text-align: center;
  margin: 0 0 2em 0;
}

/* line 162, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser img {
  align-self: center;
  margin-bottom: 2em;
  height: 200px;
  width: auto;
}

/* line 169, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser a.kf-btn {
  align-self: center;
  margin-bottom: 2em;
}

/* line 174, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser ul {
  margin: 0;
  padding: 30px;
  background-color: #fff;
}

/* line 179, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1em;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 190, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-teaser ul li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 200, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-alternative-features ul {
  padding: 0 30px;
}

/* line 204, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-alternative-features p {
  margin: 0 0 1.5em 0;
}

/* line 208, resources/assets/styles/layouts/_abonnement.scss */

.abos-overview .abo-holder .abo-alternative-features p:first-child {
  margin-top: 2em;
}

/* line 216, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  text-align: center;
}

/* line 221, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe h2 {
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 2em;
}

/* line 227, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe .block {
  font-family: HelveticaNeueLT, Helvetica Neue, Arial, sans-serif;
  font-size: 20px;
  line-height: 3em;
  font-weight: 300;
}

/* line 235, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe .col-lg-4:first-child,
.abos-hilfe .col-lg-4:nth-child(2) {
  border-right: 2px solid #fff;
}

/* line 240, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe .col-lg-4 #abos-hilfe-phone {
  font-size: 20px !important;
}

/* line 245, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe .kf-btn-alt {
  border-radius: 0;
  background-color: white;
}

/* line 250, resources/assets/styles/layouts/_abonnement.scss */

.abos-hilfe a {
  font-family: HelveticaNeueLT, Helvetica Neue, Arial, sans-serif;
}

@media (max-width: 480px) {
  /* line 256, resources/assets/styles/layouts/_abonnement.scss */

  .abos-hilfe .col-lg-4:first-child,
  .abos-hilfe .col-lg-4:nth-child(2) {
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
  }

  /* line 262, resources/assets/styles/layouts/_abonnement.scss */

  .abos-hilfe h2 {
    margin-bottom: 15px;
  }
}

/* line 268, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 272, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross h2 {
  font-size: 2em;
  color: #000;
  font-family: "SabonNextLTPro-Regular", serif;
  margin: 0 auto 25px;
}

/* line 279, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross .cross-img {
  max-width: 200px;
}

/* line 283, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross .col-lg-6:first-child {
  border-right: 2px solid #fff;
}

/* line 287, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross a {
  text-transform: uppercase;
  text-decoration: underline;
}

/* line 292, resources/assets/styles/layouts/_abonnement.scss */

.abos-cross .mb-4 {
  font-size: 1.125em;
  font-weight: 300;
}

@media (max-width: 480px) {
  /* line 298, resources/assets/styles/layouts/_abonnement.scss */

  .abos-cross .pt-4 {
    padding: 15px;
  }

  /* line 302, resources/assets/styles/layouts/_abonnement.scss */

  .abos-cross .col-lg-6:first-child {
    border-bottom: 2px solid #fff;
    border-right: 0;
  }

  /* line 307, resources/assets/styles/layouts/_abonnement.scss */

  .abos-cross .d-flex {
    flex-direction: column;
    text-align: center;
  }

  /* line 313, resources/assets/styles/layouts/_abonnement.scss */

  .abos-cross {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

/* line 321, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials h2 {
  font-size: 2em;
  color: #000;
  font-family: SabonNextLTPro-Regular, sans-serif;
  margin: 0 auto 25px;
}

/* line 328, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .col-md-4 {
  padding-right: 0 !important;
  padding-left: 15px !important;
}

/* line 333, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .col-lg-10 {
  margin-left: 37px;
}

/* line 337, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .blockquote-content {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 1em;
  list-style: none;
}

/* line 346, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .row {
  padding-top: 10px;
}

/* line 350, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .row:first-child {
  margin-left: -24px;
}

/* line 354, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .blockquote-footer {
  color: #000;
}

/* line 359, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .blockquote p::before {
  content: open-quote;
  font-family: "SabonNextLTPro-Regular";
  color: #ff3e00;
  font-size: 4em;
  position: absolute;
  left: 0;
}

/* line 368, resources/assets/styles/layouts/_abonnement.scss */

.abos-testimonials .blockquote p::after {
  content: close-quote;
  visibility: hidden;
}

@media (max-width: 480px) {
  /* line 375, resources/assets/styles/layouts/_abonnement.scss */

  .abos-testimonials .blockquote {
    margin-bottom: 2em;
  }

  /* line 379, resources/assets/styles/layouts/_abonnement.scss */

  .abos-testimonials .col-lg-10 {
    margin-left: 0;
  }

  /* line 383, resources/assets/styles/layouts/_abonnement.scss */

  .abos-testimonials .blockquote-content {
    max-width: 96%;
    margin-left: 20px;
  }
}

/* line 2, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .maincontent {
  position: relative;
}

/* line 6, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .content-nl-abonnieren {
  padding-top: 2em;
  padding-bottom: 8em;
}

/* line 11, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .newsletter-legals {
  margin-top: 60px;
}

/* line 14, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .newsletter-legals .legal-col {
  margin-bottom: 20px;
}

/* line 19, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .text-col {
  padding-right: 120px;
}

/* line 22, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .text-col ul {
  padding: 0;
  margin: 30px 0 60px 0;
}

/* line 26, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .text-col ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 15px;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 37, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .text-col ul li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 46, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .text-col p a {
  text-decoration: underline;
}

/* line 52, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .form-col {
  margin-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 60px;
}

/* line 57, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .form-col h3 {
  margin-top: 35px;
  margin-bottom: 20px;
}

/* line 62, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .form-col a.kf-btn {
  margin-top: 10px;
}

/* line 67, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .form-col p a {
  text-decoration: underline;
}

/* line 73, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .collapse.show {
  display: flex !important;
}

/* line 77, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter #collapse-btn {
  cursor: pointer;
  font-weight: 300 !important;
}

/* line 82, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter .fa {
  font-size: 25px !important;
  margin-left: 5px;
  vertical-align: middle !important;
}

/* line 90, resources/assets/styles/layouts/_nl-abonnieren.scss */

.newsletter-widget .gform_confirmation_message {
  color: #fff;
  font-weight: 300;
}

/* line 2, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-pagination {
  display: flex;
  justify-content: center;
  padding: 4em 0 7em;
}

/* line 7, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-pagination .page-numbers {
  border: 1px solid #ddd;
  color: #ff3e00;
  border-radius: 1em;
  padding: 0.9em 1.2em;
  margin: 0 0.4em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 100%;
}

/* line 17, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-pagination .page-numbers.current,
.template-nachrichten .nachrichten-pagination .page-numbers.prev,
.template-nachrichten .nachrichten-pagination .page-numbers.next {
  color: #000;
  font-weight: 300;
}

/* line 26, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories {
  flex-wrap: wrap;
  padding-top: 0;
}

/* line 30, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story img {
  align-self: center;
  width: 100%;
  margin-bottom: 0.5em;
}

/* line 36, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story h2 {
  font-size: 1.875em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.1em;
  margin-top: 10px;
}

/* line 43, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story p {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0;
}

/* line 49, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story a > span {
  font-size: 0.75em;
  margin-bottom: 0.25em;
}

/* line 54, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story {
  margin-bottom: 5em;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}

/* line 62, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .titelstories .story-infobox .story-content {
  border: 1px solid #ff3e00;
  padding: 5px 10px;
}

/* line 70, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper {
  padding-top: 5em;
}

/* line 73, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .filter {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 78, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .filter .btn-group:first-child {
  margin-right: 1em;
}

/* line 84, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list > p {
  font-weight: bold;
  margin: 4em 0;
}

/* line 89, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht {
  padding: 2.5em 0;
  border-bottom: 1px solid #ddd;
}

/* line 93, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht img {
  max-width: 100%;
}

/* line 97, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht h2 {
  font-size: 1.875em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.1em;
  margin-top: 8px;
}

/* line 104, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht p {
  font-size: 1.125em;
  line-height: 1.5em;
  margin-bottom: 0;
  margin-top: 40px;
}

/* line 111, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht span {
  font-size: 0.75em;
}

/* line 114, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .nachrichten-wrapper .nachrichten-list .nachricht span > span {
  font-size: 1em;
}

/* line 122, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .inline-newsletter-holder {
  margin-bottom: 60px;
}

/* line 126, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .anzeigen-list {
  padding-bottom: 4em;
}

/* line 130, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .anzeigen-list .anzeige .anzeige-label {
  color: #9b9b9b;
  font-size: 0.75em;
  padding-top: 1.5em;
  padding-bottom: 0.5em;
  display: block;
}

/* line 138, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .anzeigen-list .anzeige .anzeige-bild {
  border: 1px solid #f4f4f4;
}

/* line 141, resources/assets/styles/layouts/_nachrichten.scss */

.template-nachrichten .anzeigen-list .anzeige .anzeige-bild img {
  width: 100%;
}

/* line 151, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten .wp-caption {
  max-height: 600px;
  margin: 30px auto 60px auto !important;
}

/* line 155, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten .wp-caption .size-full {
  width: auto !important;
  max-height: 600px;
}

/* line 160, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten .wp-caption::after {
  bottom: -20px !important;
}

/* line 165, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten .floating-sticky {
  z-index: 20 !important;
}

/* line 169, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #titleArticles,
.single-nachrichten #moreArticles,
.single-nachrichten #moreNachrichten,
.single-nachrichten #moreRecommendations {
  padding-bottom: 0 !important;
}

/* line 175, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #titleArticles .carousel-inner,
.single-nachrichten #moreArticles .carousel-inner,
.single-nachrichten #moreNachrichten .carousel-inner,
.single-nachrichten #moreRecommendations .carousel-inner {
  margin-left: 30px !important;
  width: calc(100% - 60px) !important;
}

/* line 180, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #titleArticles h4,
.single-nachrichten #moreArticles h4,
.single-nachrichten #moreNachrichten h4,
.single-nachrichten #moreRecommendations h4 {
  word-break: break-word;
}

/* line 187, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #moreNachrichten .nachrichten-date,
.single-nachrichten #moreRecommendations .nachrichten-date {
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 193, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #moreNachrichten h4,
.single-nachrichten #moreRecommendations h4 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  padding: 0 0 10px 0;
}

/* line 201, resources/assets/styles/layouts/_nachrichten.scss */

.single-nachrichten #moreArticles {
  padding-bottom: 60px !important;
}

/* line 2, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .content-tab_style {
  position: relative;
}

/* line 5, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .content-tab_style .inline-link {
  font-size: 0.875em;
  text-decoration: underline;
  font-weight: 400;
}

/* line 11, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .content-tab_style .ml-auto {
  position: absolute;
  right: 0;
}

/* line 18, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content .tab-inner {
  width: 635px;
  max-width: 90%;
  padding-top: 4em;
  padding-bottom: 10em;
  margin: 0 auto;
}

/* line 26, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #password-panel,
.template-kundencenter .tab-content #email-panel,
.template-kundencenter .tab-content #rechnungen-panel {
  padding-top: 0;
}

/* line 31, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #password-panel h4,
.template-kundencenter .tab-content #email-panel h4,
.template-kundencenter .tab-content #rechnungen-panel h4 {
  color: #000;
  font-size: 2em;
  font-family: "SabonNextLTPro-Regular";
  line-height: 1em;
  padding: 0 0 0.25em 0;
  margin: 0 0 0.5em 0;
}

/* line 40, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #password-panel p,
.template-kundencenter .tab-content #email-panel p,
.template-kundencenter .tab-content #rechnungen-panel p {
  font-size: 1.125em;
  max-width: 90%;
}

/* line 45, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #password-panel a.kf-btn,
.template-kundencenter .tab-content #email-panel a.kf-btn,
.template-kundencenter .tab-content #rechnungen-panel a.kf-btn {
  margin-top: 10px;
}

/* line 49, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #password-panel form,
.template-kundencenter .tab-content #email-panel form,
.template-kundencenter .tab-content #rechnungen-panel form {
  max-width: 90%;
  width: 628px;
  display: flex;
  flex-direction: column;
}

/* line 57, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel {
  padding: 3em 0;
}

/* line 60, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel h4 {
  color: #ff3e00;
  font-size: 0.875em;
  font-weight: 300;
  position: relative;
}

/* line 66, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel h4 .cbxwpbkmarkmanagecatdelete {
  background: none;
  color: #ff3e00;
  text-transform: none;
  text-decoration: underline;
  padding: 0;
}

/* line 75, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist {
  padding: 0;
  margin: 0 0 2em 0;
}

/* line 79, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 1em 0;
  position: relative;
}

/* line 85, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item {
  font-weight: 300;
  display: block;
  font-size: 1em;
  padding-right: 3em;
}

/* line 91, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item .item-content-col {
  display: flex;
  flex-direction: column;
}

/* line 96, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item img {
  width: 100%;
}

/* line 100, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item h4 {
  color: #000;
  font-size: 2em;
  font-family: "SabonNextLTPro-Regular";
  line-height: 1em;
  padding: 0 0 0.25em 0;
  margin: 0;
}

@media (max-width: 480px) {
  /* line 100, resources/assets/styles/layouts/_kundencenter.scss */

  .template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item h4 {
    margin-top: 20px;
  }
}

/* line 113, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item h5 {
  color: black;
  text-transform: none;
  text-align: left;
  font-size: 1.125em;
  font-weight: 300;
  padding-bottom: 1em;
  margin-bottom: 0;
}

/* line 123, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item .mt-auto {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.35em;
}

@media (max-width: 480px) {
  /* line 123, resources/assets/styles/layouts/_kundencenter.scss */

  .template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item .mt-auto {
    margin-bottom: 10px;
  }
}

/* line 135, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item:hover h4,
.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item:hover h5,
.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .merkliste-item:hover span {
  color: #ff3e00;
}

/* line 140, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .cbxbookmark-post-delete {
  position: absolute;
  right: 0;
  top: 50%;
  height: 27px;
  width: 27px;
  transform: translate(-50%, -50%);
}

/* line 148, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .cbxbookmark-post-delete::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 27px;
  width: 27px;
}

/* line 159, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxwpbookmark-mylist li .cbxbookmark-post-delete:hover::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiNmZjNlMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

/* line 167, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxbookmark-category-list {
  padding: 0;
  margin: 0 0 2em 0;
}

/* line 171, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxbookmark-category-list li {
  list-style: none;
  border-top: 1px solid #ddd;
  padding: 1em 0;
}

/* line 176, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter .tab-content #merkliste-panel .cbxbookmark-category-list li a {
  font-size: 1.875em;
  font-weight: 300;
  font-family: "SabonNextLTPro-Regular";
}

/* line 187, resources/assets/styles/layouts/_kundencenter.scss */

.template-kundencenter #myTab {
  margin-top: 40px;
}

/* line 1, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum {
  display: block;
}

/* line 4, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .wrap {
  background-color: #fff;
}

/* line 8, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent {
  padding-bottom: 3em;
}

/* line 9, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent h1 {
  font-size: 3.375em;
  margin-bottom: 0.5em;
}

/* line 14, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent h2 {
  font-size: 2em;
  font-family: "SabonNextLTPro-Regular";
  margin-top: 1em;
}

/* line 19, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent h2 span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 24, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent h3 {
  font-size: 2em;
}

/* line 28, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent p {
  font-size: 1.125em;
  line-height: 1.4em;
}

/* line 32, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent p a {
  text-decoration: underline;
}

/* line 37, resources/assets/styles/layouts/_static-pages.scss */

.template-impressum .maincontent img {
  max-width: 100%;
}

/* line 1, resources/assets/styles/layouts/_archiv.scss */

.header-shorttext {
  margin-top: 15px;
  color: #ff3e00;
}

/* line 5, resources/assets/styles/layouts/_archiv.scss */

.header-shorttext a {
  text-decoration: underline;
}

/* line 10, resources/assets/styles/layouts/_archiv.scss */

.all-issues-wrapper {
  padding: 0;
  padding-bottom: 0 !important;
}

/* line 14, resources/assets/styles/layouts/_archiv.scss */

.all-issues-wrapper h3 {
  text-align: center;
}

/* line 18, resources/assets/styles/layouts/_archiv.scss */

.all-issues-wrapper .section-title {
  margin-top: 50px;
}

/* line 23, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues {
  padding-bottom: 4em;
  position: relative;
}

/* line 27, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .carousel-item.band-item {
  padding: 0 30px;
}

/* line 31, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues #issueCarousel {
  width: 100%;
}

/* line 41, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .slick-track {
  display: flex;
}

/* line 45, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues > a {
  margin-top: 2em;
}

/* line 49, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .kf-all-issues-arrow-left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

/* line 61, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .kf-all-issues-arrow-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

/* line 73, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .band-col {
  margin-top: 2.5em;
}

/* line 78, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .band-col .btn,
.kf-all-issues .band-col .comment-form input[type="submit"],
.comment-form .kf-all-issues .band-col input[type="submit"],
.kf-all-issues .band-col .search-form .search-submit,
.search-form .kf-all-issues .band-col .search-submit,
.kf-all-issues .carousel-item .btn,
.kf-all-issues .carousel-item .comment-form input[type="submit"],
.comment-form .kf-all-issues .carousel-item input[type="submit"],
.kf-all-issues .carousel-item .search-form .search-submit,
.search-form .kf-all-issues .carousel-item .search-submit {
  display: block;
  width: 175px;
  font-size: 0.8em;
  height: 50px;
  line-height: 50px;
  margin-right: auto;
  margin-left: auto;
}

/* line 87, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .band-col .btn.kf-btn-alt,
.kf-all-issues .band-col .comment-form input.kf-btn-alt[type="submit"],
.comment-form .kf-all-issues .band-col input.kf-btn-alt[type="submit"],
.kf-all-issues .band-col .search-form .kf-btn-alt.search-submit,
.search-form .kf-all-issues .band-col .kf-btn-alt.search-submit,
.kf-all-issues .carousel-item .btn.kf-btn-alt,
.kf-all-issues .carousel-item .comment-form input.kf-btn-alt[type="submit"],
.comment-form .kf-all-issues .carousel-item input.kf-btn-alt[type="submit"],
.kf-all-issues .carousel-item .search-form .kf-btn-alt.search-submit,
.search-form .kf-all-issues .carousel-item .kf-btn-alt.search-submit {
  background-color: #fff;
}

/* line 93, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .all-issues-number {
  padding: 1em 0 0.5em;
}

/* line 96, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .all-issues-number span {
  font-size: 1.875em;
  font-family: "MemphisBQ-CondensedBold";
  color: #fff;
  text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}

/* line 104, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues figure.all-issues-cover {
  display: inline-block;
  position: relative;
}

/* line 108, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues figure.all-issues-cover figcaption.btn-overlay {
  display: none;
}

/* line 112, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .btn + .btn,
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form input[type="submit"] + .btn,
.comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay input[type="submit"] + .btn,
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form .search-submit + .btn,
.search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-submit + .btn,
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form .btn + input[type="submit"],
.comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .btn + input[type="submit"],
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form input[type="submit"] + input[type="submit"],
.comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay input[type="submit"] + input[type="submit"],
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form .search-submit + input[type="submit"],
.search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-submit + input[type="submit"],
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form .btn + .search-submit,
.search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .btn + .search-submit,
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .comment-form input[type="submit"] + .search-submit,
.comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay input[type="submit"] + .search-submit,
.kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-form .search-submit + .search-submit,
.search-form .kf-all-issues figure.all-issues-cover figcaption.btn-overlay .search-submit + .search-submit {
  margin-top: 10px;
}

/* line 119, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues figure.all-issues-cover:hover figcaption.btn-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}

/* line 135, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .all-issues-cover img {
  max-height: 400px;
}

/* line 140, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .titelthema {
  margin-bottom: 0.75em;
  margin-top: 0.25em;
}

/* line 145, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .all-issues-title {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  line-height: 1em;
  margin-bottom: 0.25em;
  color: #000;
}

/* line 153, resources/assets/styles/layouts/_archiv.scss */

.kf-all-issues .all-issues-subtitle {
  font-size: 1.125em;
  line-height: 1.15em;
  font-weight: 300;
  color: #000;
}

/* line 1, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band {
  background-color: #f4f4f4;
  padding: 2em 0 0 0;
}

/* line 6, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content .bandnummer {
  font-size: 3em;
  margin-bottom: 30px;
  font-family: "MemphisBQ-CondensedBold";
  color: #fff;
  text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}

/* line 14, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content img {
  height: 400px;
  max-width: 100%;
  align-self: center;
  margin-bottom: 30px;
}

/* line 21, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content h1 {
  font-size: 3.5em;
  padding: 0;
  margin-bottom: 0;
}

/* line 26, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content h1 span {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
}

/* line 32, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content h3 {
  font-size: 1.875em;
  line-height: 1.1em;
  margin-bottom: 15px;
}

/* line 38, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content h4 {
  font-size: 1.7em;
  color: black;
  text-transform: none;
  font-weight: lighter;
  padding-bottom: 0;
}

/* line 46, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content p {
  font-size: 1.25em;
  font-family: "SabonNextLTPro-Regular";
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 52, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content p .elipsis {
  display: inline;
}

/* line 56, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content p .toggleText {
  color: #9b9b9b;
  font-size: 0.75em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
}

/* line 63, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content p .hideText {
  color: #9b9b9b;
  font-size: 0.75em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
}

/* line 71, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content a.kf-btn,
.kfi-header-band .kfi-header-band-content a.kf-btn-alt {
  margin-bottom: 60px;
}

/* line 75, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content ul {
  padding: 0;
  margin: 2em 0 3em 0;
}

/* line 79, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1em;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 90, resources/assets/styles/layouts/_single-band.scss */

.kfi-header-band .kfi-header-band-content ul li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 101, resources/assets/styles/layouts/_single-band.scss */

body.single-band .text-col-hl {
  color: #ff3e00;
  padding: 0;
  text-align: center;
  font-size: 1em;
  font-weight: 300;
  margin: 0 auto;
}

/* line 110, resources/assets/styles/layouts/_single-band.scss */

body.single-band h5.section-title {
  margin-top: 40px;
}

@media (max-width: 480px) {
  /* line 100, resources/assets/styles/layouts/_single-band.scss */

  body.single-band {
    border-bottom: 1px solid #f4f4f4;
    height: 6em;
  }
}

/* line 120, resources/assets/styles/layouts/_single-band.scss */

.maintitle h2 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.875em;
  line-height: 1.1em;
  margin-bottom: 0;
}

/* line 127, resources/assets/styles/layouts/_single-band.scss */

.band-navigation {
  border-bottom: 1px solid #f4f4f4;
  height: 6em;
}

/* line 133, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .prev-col .band-link,
.band-navigation .next-col .band-link {
  display: flex;
  height: 6em;
}

/* line 137, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .prev-col .band-link .bandnummer,
.band-navigation .next-col .band-link .bandnummer {
  font-size: 1.875em;
  margin-top: 2px;
  font-family: "MemphisBQ-CondensedBold";
  color: #fff;
  text-shadow: 0 -1px #000, 1px 0 #000, 0 1px #000, -1px 0 #000;
}

/* line 147, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .prev-col {
  padding-left: 2em;
}

/* line 150, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .prev-col .band-link {
  justify-content: flex-start;
  align-items: center;
}

/* line 154, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .prev-col .band-link img {
  margin-right: 1em;
}

/* line 160, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .next-col {
  padding-right: 2em;
}

/* line 163, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .next-col .band-link {
  justify-content: flex-end;
  align-items: center;
}

/* line 167, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .next-col .band-link img {
  margin-left: 1em;
}

/* line 173, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .text-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 179, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .person_search_results {
  padding: 3em 0;
}

/* line 182, resources/assets/styles/layouts/_single-band.scss */

.band-navigation .person_search_results .person {
  margin-bottom: 0.5em;
}

/* line 188, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater {
  background-color: #f4f4f4;
  padding-top: 3.5em;
  padding-bottom: 1em;
}

@media (max-width: 480px) {
  /* line 188, resources/assets/styles/layouts/_single-band.scss */

  .kf-categories-repeater {
    padding-bottom: 2em;
    padding-top: 3em;
  }
}

/* line 198, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater > h5 {
  color: #9b9b9b;
  text-align: center;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 3em;
  font-size: 1.125em;
  font-weight: 300;
}

@media (max-width: 480px) {
  /* line 198, resources/assets/styles/layouts/_single-band.scss */

  .kf-categories-repeater > h5 {
    margin-bottom: 2em;
  }
}

/* line 212, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater .repeater-row {
  text-align: center;
}

@media (max-width: 480px) {
  /* line 212, resources/assets/styles/layouts/_single-band.scss */

  .kf-categories-repeater .repeater-row {
    margin-bottom: 1em;
  }
}

/* line 219, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater .repeater-row a {
  color: #000;
  font-size: 1.25em;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-bottom: 3em;
}

@media (max-width: 480px) {
  /* line 219, resources/assets/styles/layouts/_single-band.scss */

  .kf-categories-repeater .repeater-row a {
    margin-bottom: 1em;
  }
}

/* line 231, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater .repeater-row a::after {
  display: none;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTkgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAzPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkVudGRlY2tlbiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYzMC4wMDAwMDAsIC02MTkuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDYzMC4wMDAwMDAsIDYyMC4wMDAwMDApIiBzdHJva2U9IiNGRjNFMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMCI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMCwtMS4zNjQyNDIwNWUtMTIgQzEzLC0xLjM2NDI0MjA1ZS0xMiAxMywtMS4zNjQyNDIwNWUtMTIgMTMsMTEiIGlkPSJQYXRoLTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8cGF0aCBkPSJNOCw4LjAwOTk2OTggQzgsOC4wMDk5Njk4IDExLjUsOS44MzMzMzM4IDEyLjk5NTAxMDEsMTMgQzE0LjgzMzMzMzMsOS44MzMzMzMzMyAxOCw4IDE4LDgiIGlkPSJQYXRoLTYtQ29weSI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 24px;
  height: 17px;
  position: absolute;
  right: -30px;
  top: 5px;
}

/* line 245, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater .repeater-row a:hover {
  color: #ff3e00;
  text-decoration: none;
}

/* line 249, resources/assets/styles/layouts/_single-band.scss */

.kf-categories-repeater .repeater-row a:hover::after {
  display: block;
}

/* line 257, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor {
  display: flex;
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  margin-bottom: 60px !important;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 480px) {
  /* line 257, resources/assets/styles/layouts/_single-band.scss */

  .mobile-anchor {
    display: none !important;
  }
}

@media (max-width: 360px) {
  /* line 271, resources/assets/styles/layouts/_single-band.scss */

  .mobile-anchor .col:nth-of-type(1) {
    width: 60%;
    max-width: 60%;
    flex: 0 1 60%;
  }

  /* line 277, resources/assets/styles/layouts/_single-band.scss */

  .mobile-anchor .col:nth-of-type(2) {
    width: 40%;
    max-width: 40%;
    flex: 0 1 40%;
    padding-right: 33px !important;
  }
}

/* line 288, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor .article_rubriken {
  text-align: left;
}

/* line 292, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor .article_social {
  transform: scale(0.75) translateY(-5px);
  transform-origin: right center;
}

/* line 296, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor .article_social .social-link {
  margin-left: 0.5em;
  margin-right: 0;
}

/* line 302, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor .article_social,
.mobile-anchor .article_rubriken {
  padding-bottom: 0 !important;
}

/* line 307, resources/assets/styles/layouts/_single-band.scss */

.mobile-anchor .cbxwpbkmarkwrap > div {
  top: 0 !important;
  bottom: auto !important;
}

@media screen and (max-width: 480px) {
  /* line 314, resources/assets/styles/layouts/_single-band.scss */

  .mt-5,
  .my-5 {
    margin-top: 6em !important;
  }

  /* line 318, resources/assets/styles/layouts/_single-band.scss */

  .band-navigation {
    border: none !important;
  }

  /* line 322, resources/assets/styles/layouts/_single-band.scss */

  .text-col {
    border-bottom: 1px solid #f4f4f4;
    margin-top: -20px !important;
  }

  /* line 327, resources/assets/styles/layouts/_single-band.scss */

  .text-col-hl {
    padding: 20px !important;
  }
}

/* line 2, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .wrap,
body.single-dossier .content,
body.single-dossier .bgw {
  background-color: #fff;
}

/* line 6, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .header-headline {
  max-width: 850px;
}

/* line 10, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier h5.section-title {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  /* line 14, resources/assets/styles/layouts/_single-dossier.scss */

  body.single-dossier .kfi-header-text .kfi-header-text-content .img-col {
    width: 100% !important;
    margin-bottom: 2em;
  }
}

/* line 22, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .probelesen span.probe_title_kunstforum {
  font-size: 2.2em;
}

/* line 26, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .probelesen .subtitle {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.56em;
  font-weight: 300;
}

/* line 32, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .probelesen .subtext {
  font-family: "SabonNextLTPro-Display";
  font-size: 1.25em;
}

/* line 36, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .probelesen .subtext li {
  margin-bottom: 0.5em;
}

/* line 42, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier p.band-excerpt {
  font-size: 1.25em;
  font-family: "SabonNextLTPro-Regular";
  font-weight: 300;
  margin-bottom: 1em;
}

/* line 48, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier p.band-excerpt .toggleText {
  color: #9b9b9b;
  font-size: 0.75em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
}

/* line 55, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier p.band-excerpt .hideText {
  color: #9b9b9b;
  font-size: 0.75em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-decoration: underline;
}

/* line 63, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #titleArticles,
body.single-dossier #moreArticles,
body.single-dossier #moreNachrichten,
body.single-dossier #moreRecommendations {
  padding-bottom: 0 !important;
}

/* line 69, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #titleArticles .carousel-inner,
body.single-dossier #moreArticles .carousel-inner,
body.single-dossier #moreNachrichten .carousel-inner,
body.single-dossier #moreRecommendations .carousel-inner {
  margin-left: 30px !important;
  width: calc(100% - 60px) !important;
}

/* line 74, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #titleArticles h4,
body.single-dossier #moreArticles h4,
body.single-dossier #moreNachrichten h4,
body.single-dossier #moreRecommendations h4 {
  word-break: break-word;
}

/* line 79, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #moreRecommendations {
  margin-bottom: 30px;
}

/* line 85, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #moreNachrichten .nachrichten-date,
body.single-dossier #moreRecommendations .nachrichten-date {
  font-size: 0.75em;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 91, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier #moreNachrichten h4,
body.single-dossier #moreRecommendations h4 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 300;
  font-size: 1.875em;
  padding: 0 0 10px 0;
}

/* line 99, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .postcontent {
  padding-top: 0 !important;
}

/* line 102, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .postcontent .content-slider {
  width: 100%;
  padding: 0 !important;
}

/* line 106, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .postcontent .content-slider .slick-slide,
body.single-dossier .postcontent .content-slider .teaser-large {
  height: intrinsic;
}

/* line 110, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .postcontent .content-slider .slick-next {
  right: 0 !important;
}

/* line 114, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .postcontent .content-slider .slick-prev {
  left: 0 !important;
}

/* line 120, resources/assets/styles/layouts/_single-dossier.scss */

body.single-dossier .kf-all-issues .all-issues-number {
  padding: 0 0 0.5em;
}

/* line 2, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .article_social {
  padding-bottom: 2em;
}

/* line 6, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten hr {
  margin: 4em 0;
}

/* line 10, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .kf-front-misc-articles {
  padding-top: 0;
}

/* line 14, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .wp-caption {
  margin-top: 1em;
  margin-bottom: 2em;
}

/* line 19, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .nachricht-meta {
  text-align: center;
  margin: 1em 0 2em;
}

/* line 23, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .nachricht-meta span {
  font-size: 0.75em;
}

/* line 26, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .nachricht-meta span > span {
  font-size: 1em;
}

/* line 32, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .cbxwpbkmarkwrap .cbxwpbkmarklistwrap {
  top: 0 !important;
  bottom: auto !important;
}

/* line 37, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent {
  position: relative;
}

/* line 40, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .content-featured {
  padding: 30px 0 0;
}

/* line 44, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .figure.wp-caption,
.single-nachrichten .postcontent .wp-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 49, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .figure.wp-caption::after,
.single-nachrichten .postcontent .wp-caption::after {
  display: none;
}

/* line 53, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .figure.wp-caption img.size-full,
.single-nachrichten .postcontent .wp-caption img.size-full {
  align-self: center;
  max-height: 450px;
  max-width: calc(100% - 60px);
}

@media (min-width: 1000px) and (max-width: 1150px) {
  /* line 53, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .figure.wp-caption img.size-full,
  .single-nachrichten .postcontent .wp-caption img.size-full {
    max-width: calc(100% - 120px);
  }
}

/* line 63, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .figure.wp-caption .wp-caption-text,
.single-nachrichten .postcontent .wp-caption .wp-caption-text {
  max-width: 80%;
  padding: 20px 40px 0 0;
  position: relative;
}

/* line 68, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .figure.wp-caption .wp-caption-text::after,
.single-nachrichten .postcontent .wp-caption .wp-caption-text::after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  bottom: 6px;
  right: 1em;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxMXB4IiB2aWV3Qm94PSIwIDAgMTEgMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCAxNSBDb3B5PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1Mb25nLUdhbGxlcnkiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NDguMDAwMDAwLCAtMTgzMy4wMDAwMDApIj4KICAgICAgICA8ZyBpZD0iR3JvdXAtMTEtQ29weSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTU1LjAwMDAwMCwgMTUzMS4wMDAwMDApIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xNS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1MDEuMDAwMDAwLCAzMDAuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNi1Db3B5LTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQuNDExNzY1LCAxMC41ODgyMzUpIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtNC40MTE3NjUsIC0xMC41ODgyMzUpICIgcG9pbnRzPSIwLjg4MjM1Mjk0MSA4LjgzMDU2NjkyIDQuNDA4MjQyNDQgMTIuMzUyOTQxMiA3Ljk0MTE3NjQ3IDguODIzNTI5NDEiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICA8cG9seWxpbmUgaWQ9IlBhdGgtNi1Db3B5LTciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjU4ODIzNSwgNC40MTE3NjUpIHJvdGF0ZSgtMTM1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC41ODgyMzUsIC00LjQxMTc2NSkgIiBwb2ludHM9IjcuMDU4ODIzNTMgMi42NTQwOTYzMyAxMC41ODQ3MTMgNi4xNzY0NzA1OSAxNC4xMTc2NDcxIDIuNjQ3MDU4ODIiPjwvcG9seWxpbmU+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

@media (min-width: 1200px) {
  /* line 63, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .figure.wp-caption .wp-caption-text,
  .single-nachrichten .postcontent .wp-caption .wp-caption-text {
    max-width: 600px;
  }
}

@media (min-width: 1440px) {
  /* line 63, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .figure.wp-caption .wp-caption-text,
  .single-nachrichten .postcontent .wp-caption .wp-caption-text {
    max-width: 750px;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  /* line 63, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .figure.wp-caption .wp-caption-text,
  .single-nachrichten .postcontent .wp-caption .wp-caption-text {
    max-width: 500px;
  }
}

/* line 96, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent h1 {
  font-size: 3.75em;
  font-weight: 300;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  padding-bottom: 0;
  word-wrap: break-word;
}

/* line 104, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent p {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.125em;
  line-height: 1.4em;
  font-weight: 400;
}

/* line 111, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .static-sticky {
  display: none;
}

/* line 115, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky {
  margin: 0;
  z-index: 20;
  opacity: 1;
  height: 0 !important;
  transition: 0.3s opacity ease-in-out;
  position: relative;
  background: #fff;
}

@media (max-width: 1000px) {
  /* line 115, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .floating-sticky {
    display: none;
  }
}

/* line 128, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky .floating-inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px !important;
}

/* line 134, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky .floating-inner hr.meta-spacer {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 140, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky .floating-inner > .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 147, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky.is-bottom {
  opacity: 0 !important;
  visibility: hidden;
}

/* line 152, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky.fixed {
  position: fixed;
  top: 0;
  opacity: 0.2;
  z-index: 1;
}

/* line 158, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky.fixed:hover {
  opacity: 1;
}

/* line 162, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-sticky.fixed .floating-inner {
  top: 80px !important;
}

/* line 169, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue {
  position: relative;
  right: 0;
  top: 0 !important;
  width: 200px;
  max-width: 100% !important;
}

@media (max-width: 1000px) {
  /* line 169, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .floating-issue {
    max-width: 100%;
  }
}

/* line 180, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a {
  font-size: 1em;
  height: 100%;
}

/* line 184, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a img.fluid {
  max-height: 120px;
}

/* line 188, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a p.head {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
}

/* line 195, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a p.name,
.single-nachrichten .postcontent .floating-issue a p.link {
  margin: 0;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 30px;
}

/* line 204, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a p.link {
  margin-top: 10px;
  text-decoration: underline;
}

/* line 210, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .floating-issue a:hover p.link {
  text-decoration: none;
}

/* line 218, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .static-issue .floating-issue {
  border: 1px solid #000;
}

/* line 222, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .static-issue img.static-img {
  padding: 30px;
}

/* line 227, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post-holder {
  padding-top: 1em;
}

/* line 231, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post {
  padding: 4em 0 0;
  margin: 0 auto;
  max-width: 80%;
  width: 650px;
}

@media (min-width: 1200px) {
  /* line 231, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .linked-post {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1440px) {
  /* line 231, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .linked-post {
    max-width: 850px;
    width: 850px;
  }
}

@media (max-width: 768px) {
  /* line 231, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .linked-post {
    max-width: 90%;
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  /* line 231, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .linked-post {
    max-width: 90%;
  }
}

/* line 255, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .hl-text {
  color: #ff3e00;
  font-size: 1.125em;
  text-align: center;
  margin: 0 0 0.25em 0;
}

/* line 262, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box {
  border: 1px solid #000;
  padding: 3em;
  width: 100%;
}

@media (max-width: 480px) {
  /* line 267, resources/assets/styles/layouts/_single-nachrichten.scss */

  .single-nachrichten .postcontent .linked-post .highlight-box .txt-col {
    margin-top: 30px;
  }
}

/* line 273, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box h4 {
  font-size: 2em;
  font-family: "SabonNextLTPro-Regular";
  font-weight: 400;
  line-height: 1.1em;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}

/* line 283, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box h5 {
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 30px;
  text-align: left;
  width: 100%;
  padding: 0;
}

/* line 292, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box img {
  width: 80%;
}

/* line 296, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box .highlight-meta {
  font-size: 0.75em;
}

/* line 299, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .postcontent .linked-post .highlight-box .highlight-meta > span {
  font-size: 1em;
}

/* line 307, resources/assets/styles/layouts/_single-nachrichten.scss */

.single-nachrichten .bottom-sharer {
  margin-top: 5em;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  /* line 315, resources/assets/styles/layouts/_single-nachrichten.scss */

  .top-anchor.tablet {
    display: none !important;
  }

  /* line 319, resources/assets/styles/layouts/_single-nachrichten.scss */

  .top-anchor.mobile {
    display: block !important;
  }
}

/* line 324, resources/assets/styles/layouts/_single-nachrichten.scss */

.top-anchor .band-col {
  max-width: 100px;
}

/* line 328, resources/assets/styles/layouts/_single-nachrichten.scss */

.top-anchor .band-link {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/layouts/_single-abonnement.scss */

a.activation-link {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

/* line 7, resources/assets/styles/layouts/_single-abonnement.scss */

.grecaptcha-badge {
  z-index: 999 !important;
}

/* line 12, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .kf-article-stage .kf-bar-enclosure {
  padding: 0 !important;
}

@media (max-width: 800px) {
  /* line 16, resources/assets/styles/layouts/_single-abonnement.scss */

  .single-abo .abos-overview {
    padding-bottom: 0;
  }
}

/* line 22, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card {
  background-color: #f4f4f4;
  padding: 2em;
  margin-top: 60px;
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  /* line 22, resources/assets/styles/layouts/_single-abonnement.scss */

  .single-abo .abo-card {
    margin-bottom: 0;
  }
}

/* line 32, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card hr {
  border-top-color: #ddd;
  margin: 1.5rem 0;
}

/* line 37, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card .title-col {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

/* line 45, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card p {
  margin: 0;
}

/* line 48, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card p.abo-preis {
  text-align: right;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
  flex-shrink: 0;
}

/* line 56, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card p.hinweise {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 0.875em;
}

/* line 62, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card h3.abo-titel {
  text-align: left;
  color: #000;
  font-size: 1.875em;
  font-family: "SabonNextLTPro-Regular";
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}

/* line 72, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card a.kf-btn {
  margin: 6em auto 2em auto;
  display: table;
}

/* line 77, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card ul {
  margin: 0;
  padding: 0.5em 0 0 0;
}

/* line 81, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card ul li {
  padding: 0;
  margin: 0;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1em;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 92, resources/assets/styles/layouts/_single-abonnement.scss */

.single-abo .abo-card ul li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

/* line 103, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form {
  padding-top: 60px;
}

/* line 106, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_heading {
  display: none;
}

/* line 111, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .code-valid::after {
  color: #ff3e00;
  content: '\2713 Gutschein angenommen';
  display: block;
  position: absolute;
  top: 8px;
  right: 0;
  font-weight: 300;
  font-size: 0.875em;
}

/* line 123, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form input {
  margin-bottom: 0 !important;
}

/* line 127, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form li.gfield_html_formatted small {
  margin-top: 20px;
  font-family: HelveticaNeueLT, Helvetica Neue, Arial, sans-serif !important;
  font-size: 14px;
  line-height: 12px;
  font-weight: 300;
}

/* line 135, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

/* line 138, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).half {
  max-width: calc(50% - 8px) !important;
}

/* line 142, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).onethird {
  max-width: calc(34% - 8px) !important;
}

/* line 146, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half).twothird {
  max-width: calc(66% - 8px) !important;
}

/* line 151, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gfield_description.validation_message {
  font-size: 14px !important;
}

/* line 155, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_footer {
  display: none;
}

@media (max-width: 640px) {
  /* line 159, resources/assets/styles/layouts/_single-abonnement.scss */

  .bestell-form .gform_wrapper {
    max-width: 100%;
  }
}

/* line 165, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields {
  justify-content: space-between !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start;
}

@media (max-width: 640px) {
  /* line 165, resources/assets/styles/layouts/_single-abonnement.scss */

  .bestell-form .gform_fields {
    flex-direction: column !important;
  }
}

/* line 175, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields #field_13_55 {
  display: none;
}

/* line 179, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield {
  margin-bottom: 20px !important;
}

/* line 183, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left {
  flex: 0 1 auto;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 640px) {
  /* line 183, resources/assets/styles/layouts/_single-abonnement.scss */

  .bestell-form .gform_fields .column-left {
    width: 100%;
    flex: 0 1 auto;
  }
}

/* line 196, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .half.gfield_visibility_visible {
  max-width: calc(50% - 8px) !important;
  width: calc(50% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 50%;
}

/* line 203, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .half.gfield_visibility_visible + .half.gfield_visibility_visible {
  margin-left: 16px !important;
}

/* line 207, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .onethird.gfield_visibility_visible {
  max-width: calc(34% - 8px) !important;
  width: calc(34% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 34%;
}

/* line 214, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .twothird.gfield_visibility_visible {
  max-width: calc(66% - 8px) !important;
  width: calc(66% - 8px) !important;
  display: inline-block !important;
  flex: 0 1 66%;
}

/* line 221, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .twothird.gfield_visibility_visible + .onethird {
  margin-left: 16px !important;
}

/* line 225, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-left .onethird.gfield_visibility_visible + .twothird {
  margin-left: 16px !important;
}

/* line 230, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .column-right {
  flex: 0 1 auto;
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
}

@media (max-width: 640px) {
  /* line 230, resources/assets/styles/layouts/_single-abonnement.scss */

  .bestell-form .gform_fields .column-right {
    width: 100%;
    flex: 0 1 auto;
  }
}

/* line 243, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_checkbox input {
  margin-top: -5px !important;
}

/* line 247, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_checkbox label {
  font-size: 1.125em !important;
  font-weight: 300 !important;
  margin-left: 15px;
}

/* line 254, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_select {
  width: 100% !important;
  max-width: 100%;
}

/* line 258, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_select .gfield_select {
  display: none !important;
}

/* line 262, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_select .dropdown-toggle {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0 !important;
  font-weight: 300 !important;
  margin-top: 2px !important;
}

/* line 272, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield.column-1 {
  break-inside: avoid-column;
}

/* line 276, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield.column-2 {
  break-inside: avoid-column;
}

/* line 280, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_html {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.25em;
  margin-bottom: 1em;
}

/* line 287, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_radio input {
  margin-top: -6px !important;
}

/* line 291, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .gform_fields .gfield_radio label {
  font-size: 1.125em;
  font-weight: 300 !important;
  margin-left: 10px;
}

/* line 299, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .dropdown-menu {
  transform: none !important;
}

/* line 303, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form .dropdown-menu.open.show {
  max-height: 370px !important;
  margin-top: 11% !important;
}

/* line 308, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form ul.dropdown-menu.inner {
  max-height: 360px !important;
}

/* line 312, resources/assets/styles/layouts/_single-abonnement.scss */

.bestell-form ul.dropdown-menu.inner:last-child {
  padding-bottom: 10px;
}

/* line 1, resources/assets/styles/layouts/_single-entities.scss */

.result-count {
  padding: 10px 0 20px 0;
  font-size: 1.125em;
  color: #767676;
  font-family: "SabonNextLTPro-Display";
}

/* line 9, resources/assets/styles/layouts/_single-entities.scss */

.kf-search-research-filter .label {
  padding-left: 0;
  margin-left: 0 !important;
}

/* line 13, resources/assets/styles/layouts/_single-entities.scss */

.kf-search-research-filter .label.ml-auto {
  margin-left: auto !important;
}

/* line 20, resources/assets/styles/layouts/_single-entities.scss */

.personen-artikel .kf-front-misc-articles:first-of-type .section-title {
  margin-top: 0;
}

/* line 27, resources/assets/styles/layouts/_single-entities.scss */

#grossaus-panel .kf-front-misc-articles .kf-mini-item h1,
#institutionen-panel .kf-front-misc-articles .kf-mini-item h1 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif !important;
}

/* line 32, resources/assets/styles/layouts/_single-entities.scss */

figure.wp-caption {
  position: relative;
  margin: 0 auto;
}

/* line 36, resources/assets/styles/layouts/_single-entities.scss */

figure.wp-caption:hover {
  cursor: pointer;
}

/* line 40, resources/assets/styles/layouts/_single-entities.scss */

figure.wp-caption img {
  margin-bottom: 5px;
}

/* line 44, resources/assets/styles/layouts/_single-entities.scss */

figure.wp-caption .wp-caption-text {
  color: #000;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.3em;
  padding: 0 0 60px 0;
  text-align: left;
}

/* line 3, resources/assets/styles/layouts/_suche.scss */

.template-suche .kf-bar,
.template-suche-bilder .kf-bar {
  border-bottom: none !important;
}

/* line 7, resources/assets/styles/layouts/_suche.scss */

.template-suche .content-tabs,
.template-suche-bilder .content-tabs {
  padding-top: 60px;
}

/* line 11, resources/assets/styles/layouts/_suche.scss */

.template-suche .section-title,
.template-suche-bilder .section-title {
  padding-top: 80px;
  margin-top: 0;
}

/* line 16, resources/assets/styles/layouts/_suche.scss */

.template-suche .result-count,
.template-suche-bilder .result-count {
  padding: 10px 0 20px 0;
  font-size: 1.125em;
  color: #767676;
  font-family: "SabonNextLTPro-Display";
}

/* line 23, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon,
.template-suche-bilder .suche-lexikon {
  padding-bottom: 30px;
}

/* line 26, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .toggle-list,
.template-suche-bilder .suche-lexikon .toggle-list {
  margin-bottom: 30px;
  margin-top: 30px;
}

/* line 31, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon h1,
.template-suche-bilder .suche-lexikon h1 {
  font-size: 1.55em;
}

/* line 35, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .kf-front-misc-articles,
.template-suche-bilder .suche-lexikon .kf-front-misc-articles {
  padding-bottom: 30px;
}

/* line 40, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .personen-lexikon .expand-item,
.template-suche-bilder .suche-lexikon .personen-lexikon .expand-item {
  margin-bottom: 30px;
}

/* line 43, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .personen-lexikon .expand-item:hover,
.template-suche-bilder .suche-lexikon .personen-lexikon .expand-item:hover {
  text-decoration: underline;
}

/* line 49, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .kf-mini-item h1,
.template-suche-bilder .suche-lexikon .kf-mini-item h1 {
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 53, resources/assets/styles/layouts/_suche.scss */

.template-suche .suche-lexikon .kf-mini-item .row,
.template-suche-bilder .suche-lexikon .kf-mini-item .row {
  margin-bottom: 0 !important;
}

/* line 58, resources/assets/styles/layouts/_suche.scss */

.template-suche .kf-mini-images-item,
.template-suche-bilder .kf-mini-images-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 80px;
}

/* line 65, resources/assets/styles/layouts/_suche.scss */

.template-suche figure.wp-caption,
.template-suche-bilder figure.wp-caption {
  position: relative;
  margin: 0 auto;
}

/* line 69, resources/assets/styles/layouts/_suche.scss */

.template-suche figure.wp-caption:hover,
.template-suche-bilder figure.wp-caption:hover {
  cursor: pointer;
}

/* line 73, resources/assets/styles/layouts/_suche.scss */

.template-suche figure.wp-caption img,
.template-suche-bilder figure.wp-caption img {
  margin-bottom: 5px;
}

/* line 77, resources/assets/styles/layouts/_suche.scss */

.template-suche figure.wp-caption .wp-caption-text,
.template-suche-bilder figure.wp-caption .wp-caption-text {
  color: #000;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.3em;
  padding: 0 0 60px 0;
  text-align: left;
}

/* line 3, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .hr,
.grossauss-artikel .hr {
  margin-bottom: 60px;
}

/* line 6, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .hr :first-of-type,
.grossauss-artikel .hr :first-of-type {
  display: none;
}

/* line 13, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel h5.section-title {
  margin-top: 0 !important;
}

/* line 17, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .toggle-more {
  margin-bottom: 30px;
}

/* line 21, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .inst-col {
  padding-bottom: 0 !important;
}

/* line 24, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .inst-col .row {
  margin-bottom: 0 !important;
}

/* line 28, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .inst-col h1 {
  font-size: 1.55em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 33, resources/assets/styles/layouts/_recherche.scss */

.inst-artikel .inst-col:hover {
  text-decoration: underline;
}

/* line 41, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel h5.section-title {
  margin-top: 0 !important;
}

/* line 45, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel .toggle-more {
  margin-bottom: 30px;
}

/* line 49, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel .grossauss-col {
  padding-bottom: 0 !important;
}

/* line 52, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel .grossauss-col .row {
  margin-bottom: 0 !important;
}

/* line 56, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel .grossauss-col h1 {
  font-size: 1.55em;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 61, resources/assets/styles/layouts/_recherche.scss */

.grossauss-artikel .grossauss-col:hover {
  text-decoration: underline;
}

/* line 68, resources/assets/styles/layouts/_recherche.scss */

.person_search_results .letter-row {
  padding-bottom: 30px !important;
  margin-bottom: 0 !important;
}

/* line 72, resources/assets/styles/layouts/_recherche.scss */

.person_search_results .letter-row .person-col {
  padding-bottom: 0;
}

/* line 77, resources/assets/styles/layouts/_recherche.scss */

.person_search_results hr {
  margin-top: 0;
  margin-bottom: 60px;
  width: 100%;
  margin-right: 30px;
  margin-left: 30px;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.site-footer {
  position: inherit !important;
  background-color: #ff3e00;
}

@media (max-width: 480px) {
  /* line 1, resources/assets/styles/layouts/_footer.scss */

  .site-footer {
    padding-bottom: 60px;
  }
}

/* line 10, resources/assets/styles/layouts/_footer.scss */

.site-footer .site-info h3 {
  color: #fff;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  text-align: left;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.05em;
  padding-bottom: 0.3em;
  text-transform: none;
}

/* line 22, resources/assets/styles/layouts/_footer.scss */

.site-footer input[type="text"] {
  background-color: #ff3e00;
  border-bottom: 1px solid #fff;
  border-left: none;
  border-right: none;
  border-top: none;
  outline: none;
  color: #fff;
  margin-bottom: 2em;
  width: 20em;
  margin-right: 1em;
}

/* line 35, resources/assets/styles/layouts/_footer.scss */

.site-footer .subtext {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.07692em;
  color: #fff;
  margin-bottom: 1em;
}

/* line 42, resources/assets/styles/layouts/_footer.scss */

.site-footer .btn-kf-footer {
  background-color: #fff;
  border-radius: 1.2em;
  font-size: 1em;
  color: #ff3e00;
  text-transform: uppercase;
  padding: 0.8em 1.5em;
}

/* line 51, resources/assets/styles/layouts/_footer.scss */

.site-footer input::placeholder {
  color: #fff;
}

/* line 56, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav {
  list-style: none;
  padding: 0;
}

@media (max-width: 768px) {
  /* line 56, resources/assets/styles/layouts/_footer.scss */

  .site-footer ul.meta-nav {
    margin-top: 10px;
  }
}

/* line 64, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav li.icons {
  display: inline;
  padding-right: 2em;
}

/* line 69, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav li {
  display: block;
  padding-right: 2em;
  padding-right: 1em;
  float: left;
  /* stylelint-disable no-descending-specificity */
}

/* line 76, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 0.875em;
  font-weight: 300;
}

/* line 83, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav li a:hover {
  text-decoration: underline;
}

/* line 89, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.meta-nav li.active a {
  text-decoration: underline !important;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.vorteile {
  padding: 0;
  margin: 10px 0 20px 0;
}

/* line 99, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.vorteile li {
  color: #f4f4f4;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  font-weight: 300;
  margin-bottom: 5px;
  list-style: none;
  padding-left: 1.5em;
  position: relative;
}

/* line 111, resources/assets/styles/layouts/_footer.scss */

.site-footer ul.vorteile li::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  /* line 120, resources/assets/styles/layouts/_footer.scss */

  .site-footer .newsletter-footer {
    padding-top: 30px;
  }
}

/* line 125, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer p {
  margin-top: 20px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
}

/* line 131, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer p a {
  text-decoration: underline;
}

/* line 136, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer .gform_wrapper {
  max-width: 300px;
  margin-left: 0;
}

/* line 141, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer .gfield {
  margin-bottom: 0 !important;
}

/* line 145, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer .gform_fields {
  flex-direction: column !important;
}

/* line 149, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer input[type="submit"] {
  color: #ff3e00;
  border-color: #fff;
  background-color: #fff;
  margin-top: 0 !important;
  width: auto;
}

/* line 157, resources/assets/styles/layouts/_footer.scss */

.site-footer .newsletter-footer .gform_confirmation_message {
  color: #fff;
  font-size: 0.875em;
  font-weight: 300;
}

/* line 164, resources/assets/styles/layouts/_footer.scss */

.site-footer .row {
  padding-top: 3em;
  padding-bottom: 50px;
}

/* line 168, resources/assets/styles/layouts/_footer.scss */

.site-footer .row:last-of-type {
  padding-top: 0;
}

/* line 174, resources/assets/styles/layouts/_footer.scss */

.site-footer .icons img {
  vertical-align: sub;
  max-width: 19px;
}

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/* line 2, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .person {
  margin-bottom: 1em;
}

/* line 7, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel.is-guest  .content-slider {
  display: none !important;
}

/* line 11, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel.is-guest  .lazyload-img {
  display: none !important;
}

/* line 16, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation {
  position: fixed;
  z-index: 999;
  top: 50%;
  width: 32px;
  text-align: center;
  transform: translateY(-50%);
}

@media screen and (max-width: 480px) {
  /* line 16, resources/assets/styles/layouts/_kf-article.scss */

  .single-artikel .article-navigation {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  /* line 16, resources/assets/styles/layouts/_kf-article.scss */

  .single-artikel .article-navigation {
    width: 48px;
  }

  /* line 31, resources/assets/styles/layouts/_kf-article.scss */

  .single-artikel .article-navigation a {
    width: 48px;
  }
}

/* line 36, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation.article-navigation-prev {
  left: 10px;
}

/* line 40, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation.article-navigation-next {
  right: 10px;
}

/* line 44, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation a {
  position: static;
  transform: none;
}

/* line 48, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation a::before {
  margin: 0 auto;
}

/* line 53, resources/assets/styles/layouts/_kf-article.scss */

.single-artikel .article-navigation .navigation-info {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  color: grey;
  opacity: 0.7;
  hyphens: auto;
}

/* line 65, resources/assets/styles/layouts/_kf-article.scss */

.article_content_listing {
  padding: 0;
}

/* line 68, resources/assets/styles/layouts/_kf-article.scss */

.article_content_listing div {
  padding-bottom: 4em;
}

/* line 71, resources/assets/styles/layouts/_kf-article.scss */

.article_content_listing div span {
  display: block;
  font-size: 1.56em;
  font-weight: 300;
  color: #000;
}

/* line 81, resources/assets/styles/layouts/_kf-article.scss */

.article-relations .article_content_listing {
  padding-top: 0;
}

/* line 84, resources/assets/styles/layouts/_kf-article.scss */

.article-relations .article_content_listing.readmore {
  height: 200px;
  overflow: hidden;
}

/* line 90, resources/assets/styles/layouts/_kf-article.scss */

.article-relations#myTabContent .readmore > .container {
  height: -webkit-max-content;
  height: max-content;
}

/* line 95, resources/assets/styles/layouts/_kf-article.scss */

.article-relations .blur {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 80px;
  width: 100%;
  height: 150px;
  text-align: center;
  margin-top: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
}

/* line 127, resources/assets/styles/layouts/_kf-article.scss */

.kf-mini-images-item {
  margin-top: 2.5em;
  margin-bottom: 2em;
}

/* line 133, resources/assets/styles/layouts/_kf-article.scss */

.research-largeexhibitions-result a.largeexhibition {
  display: block;
  font-size: 1.56em;
  font-weight: 300;
  color: #000;
  text-align: left;
  padding-bottom: 0.25em;
}

/* line 141, resources/assets/styles/layouts/_kf-article.scss */

.research-largeexhibitions-result a.largeexhibition:hover,
.research-largeexhibitions-result a.largeexhibition:active {
  text-decoration: underline;
}

/* line 147, resources/assets/styles/layouts/_kf-article.scss */

.research-largeexhibitions-result a.link {
  padding-bottom: 3em;
}

/* line 153, resources/assets/styles/layouts/_kf-article.scss */

.research-institutions-result a.institution {
  display: block;
  font-size: 1.56em;
  font-weight: 300;
  color: #000;
  text-align: left;
  padding-bottom: 0.25em;
}

/* line 161, resources/assets/styles/layouts/_kf-article.scss */

.research-institutions-result a.institution:hover,
.research-institutions-result a.institution:active {
  color: #ff3e00;
  text-decoration: none;
}

/* line 168, resources/assets/styles/layouts/_kf-article.scss */

.research-institutions-result a.link {
  padding-bottom: 3em;
}

/* line 175, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .index {
  color: #ff3e00;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.125em;
  padding-top: 0;
  padding-bottom: 1em;
  margin: 0;
  font-weight: normal;
  text-align: left;
}

/* line 185, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .index:first-child {
  padding-top: 0;
}

/* line 190, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .section-title {
  margin-top: 0;
}

/* line 194, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .person {
  display: block;
  font-size: 1.56em;
  line-height: 1.25em;
  font-weight: 200;
  color: #000;
  margin-bottom: 20px;
}

/* line 202, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .person:hover,
.person_search_results .person:active {
  text-decoration: underline;
}

/* line 207, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .person.hidden {
  display: none;
}

/* line 211, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .person + .index {
  padding-top: 1em;
}

/* line 216, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .more {
  display: block;
  font-size: 1.56em;
  font-weight: 300;
  color: #000;
  margin-bottom: 40px;
}

/* line 223, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .more.hidden {
  display: none;
}

/* line 227, resources/assets/styles/layouts/_kf-article.scss */

.person_search_results .more:hover,
.person_search_results .more:active {
  text-decoration: underline;
}

/* line 235, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter {
  padding: 2em 0 3em 0;
  flex-wrap: wrap;
  flex-direction: row !important;
}

@media (max-width: 768px) {
  /* line 235, resources/assets/styles/layouts/_kf-article.scss */

  .kf-search-research-filter {
    flex-direction: row !important;
    flex-wrap: wrap;
  }

  /* line 245, resources/assets/styles/layouts/_kf-article.scss */

  .kf-search-research-filter .filter-holder .bootstrap-select {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}

/* line 252, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .select-wrapper {
  margin-right: 1.5em;
  width: 100px;
}

/* line 257, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .bootstrap-select {
  margin-right: 15px;
  width: auto !important;
}

/* line 261, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .bootstrap-select:last-child {
  margin-right: 0;
}

/* line 266, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .label {
  color: #9b9b9b;
  font-size: 1em;
  font-family: "SabonNextLTPro-Regular";
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  margin-left: 1.5em;
  height: 40px;
  line-height: 40px;
}

@media (max-width: 768px) {
  /* line 266, resources/assets/styles/layouts/_kf-article.scss */

  .kf-search-research-filter .label {
    vertical-align: super;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
  }
}

/* line 285, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .dropdown-toggle {
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 289, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .dropdown-toggle.bs-placeholder {
  color: #000;
}

/* line 294, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .kf-text-search {
  flex: 0 1 auto;
  position: relative;
  max-width: 50%;
  width: 300px;
}

@media (max-width: 768px) {
  /* line 294, resources/assets/styles/layouts/_kf-article.scss */

  .kf-search-research-filter .kf-text-search {
    width: 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

/* line 306, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .kf-text-search input[type='text'] {
  border-radius: 15px;
  height: 40px !important;
  padding: 0.375rem 0.75rem 0 !important;
  padding-right: 3rem !important;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  color: #9b9b9b;
  font-size: 1em !important;
  width: 100% !important;
}

/* line 318, resources/assets/styles/layouts/_kf-article.scss */

.kf-search-research-filter .kf-text-search input[type='image'] {
  position: absolute;
  top: 8px;
  right: 0.75em;
  margin: auto;
  height: 21px;
  width: 21px;
}

/* line 329, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage {
  background-color: #fff;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 0;
}

/* line 336, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage.alternate {
  background-color: #f4f4f4;
}

/* line 340, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras {
  width: 100%;
  padding: 1em;
  color: white;
}

/* line 345, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras .kf-stage-search {
  position: relative;
  width: 40%;
}

/* line 349, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras .kf-stage-search input[type='text'] {
  border-radius: 14px;
  width: 100%;
  padding: 0.7em 3em 0.7em 1.5em;
  border: 0;
}

/* line 356, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras .kf-stage-search input[type='image'] {
  position: absolute;
  top: 0.7em;
  right: 0.75em;
}

/* line 363, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras .kf-stage-claim {
  font-size: 2em;
  width: 40%;
  display: block;
}

/* line 369, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-stage-extras .kf-stage-annotation {
  width: 40%;
  display: block;
  font-size: 0.8em;
}

/* line 376, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure {
  padding: 70px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 360px) {
  /* line 376, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}

/* line 388, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-bar {
  width: 100%;
  height: 0;
  padding-bottom: 12.5%;
  background-color: #ff3e00;
  position: relative;
}

/* line 395, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-bar img.logo {
  height: 100%;
  width: auto;
  padding: 0.75rem;
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  /* line 388, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-bar {
    padding-bottom: 90px !important;
  }
}

/* line 408, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-bar:hover {
  cursor: pointer;
}

/* line 412, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure::after {
  content: '';
  display: inline-block;
  clear: both;
}

/* line 418, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-slogan {
  color: #ff3e00;
  font-size: 1.25em;
  margin-top: 1em;
  max-width: 50%;
  flex: 0 1 50%;
  text-align: right;
}

@media (max-width: 768px) {
  /* line 418, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-slogan {
    font-size: 1em;
    max-width: 60%;
  }
}

@media (max-width: 480px) {
  /* line 418, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-slogan {
    max-width: 50%;
    text-align: right;
  }
}

@media (max-width: 360px) {
  /* line 418, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-slogan {
    flex: 0 1 100%;
    max-width: 100%;
    order: 2;
  }
}

/* line 442, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-slogan.breadcrumb {
  text-align: left;
}

/* line 445, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-slogan.breadcrumb a.bc-link {
  text-decoration: underline;
}

@media (max-width: 480px) {
  /* line 442, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-slogan.breadcrumb {
    text-align: left !important;
  }
}

@media (max-width: 360px) {
  /* line 442, resources/assets/styles/layouts/_kf-article.scss */

  .kf-article-stage .kf-bar-enclosure .kf-slogan.breadcrumb {
    flex: 0 1 100%;
    max-width: 100%;
    order: 3;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

/* line 462, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-stage .kf-bar-enclosure .kf-slogan a {
  color: #ff3e00;
}

/* line 469, resources/assets/styles/layouts/_kf-article.scss */

.article-row {
  max-width: 1095px;
  margin-left: auto;
  margin-right: auto;
}

/* line 475, resources/assets/styles/layouts/_kf-article.scss */

.article_h1 {
  font-family: "SabonNextLTPro-Regular";
  font-size: 4em;
  line-height: 1.05em;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

/* line 484, resources/assets/styles/layouts/_kf-article.scss */

.article_subtitle {
  font-size: 2em;
  line-height: 1.1em;
  text-align: center;
  padding-bottom: 0.5em;
}

/* line 491, resources/assets/styles/layouts/_kf-article.scss */

.article_meta {
  font-size: 0.875em;
  text-align: center;
  padding-bottom: 15px;
  padding-top: 2em;
}

/* line 498, resources/assets/styles/layouts/_kf-article.scss */

.article_rubriken {
  font-size: 0.875em;
  text-align: center;
  padding-bottom: 60px;
}

/* line 504, resources/assets/styles/layouts/_kf-article.scss */

.article_social {
  display: flex;
  flex-direction: row;
  text-align: center;
  padding-bottom: 60px;
  justify-content: center;
}

@media (max-width: 480px) {
  /* line 504, resources/assets/styles/layouts/_kf-article.scss */

  .article_social {
    width: 200px;
    margin: 0 auto;
  }
}

/* line 516, resources/assets/styles/layouts/_kf-article.scss */

.article_social .social-link {
  margin-right: 1.5em;
}

/* line 521, resources/assets/styles/layouts/_kf-article.scss */

.article_text_small {
  font-size: 1.53846em;
  line-height: 2.15385em;
  padding-bottom: 2em;
}

/* line 527, resources/assets/styles/layouts/_kf-article.scss */

.article_text_small_light {
  font-size: 1.53846em;
  line-height: 2.15385em;
  padding-bottom: 1em;
}

/* line 533, resources/assets/styles/layouts/_kf-article.scss */

.article_text_small_alt {
  font-family: "SabonNextLTPro-Regular";
  font-size: 1.53846em;
  line-height: 2.15385em;
  padding-bottom: 2em;
  text-indent: 4em;
}

/* line 541, resources/assets/styles/layouts/_kf-article.scss */

.interview_qa_padding {
  font-weight: 200;
  padding-bottom: 0;
}

/* line 546, resources/assets/styles/layouts/_kf-article.scss */

.article_img_small {
  text-align: center;
}

/* line 550, resources/assets/styles/layouts/_kf-article.scss */

.article_img_small_caption {
  font-size: 0.92308em;
  color: #666;
  text-align: left;
  margin-top: 1em;
  padding-bottom: 2em;
}

/* line 557, resources/assets/styles/layouts/_kf-article.scss */

.article_img_small_caption p {
  margin-bottom: 0.2em;
}

/* line 562, resources/assets/styles/layouts/_kf-article.scss */

.icon_img_enlarge {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTNweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMTMgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cCA0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IkFydGljbGUtLS1JbnRlcnZpZXciIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMjQxLjAwMDAwMCwgLTMyMzAuMDAwMDAwKSI+CiAgICAgICAgPGcgaWQ9Ikdyb3VwLTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3My4wMDAwMDAsIDI1ODUuMDAwMDAwKSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA2Ni4wMDAwMDAsIDY0My4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC02LUNvcHktNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS4wMDAwMDAsIDEyLjAwMDAwMCkgcm90YXRlKDQ1LjAwMDAwMCkgdHJhbnNsYXRlKC01LjAwMDAwMCwgLTEyLjAwMDAwMCkgIiBwb2ludHM9IjEgMTAuMDA3OTc1OCA0Ljk5NjAwODEgMTQgOSAxMCI+PC9wb2x5bGluZT4KICAgICAgICAgICAgICAgIDxwb2x5bGluZSBpZD0iUGF0aC02LUNvcHktNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIuMDAwMDAwLCA1LjAwMDAwMCkgcm90YXRlKC0xMzUuMDAwMDAwKSB0cmFuc2xhdGUoLTEyLjAwMDAwMCwgLTUuMDAwMDAwKSAiIHBvaW50cz0iOCAzLjAwNzk3NTg0IDExLjk5NjAwODEgNyAxNiAzIj48L3BvbHlsaW5lPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center right;
  background-size: 100% 100%;
  margin-top: 1em;
}

/* line 571, resources/assets/styles/layouts/_kf-article.scss */

.icon_nl_close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjQgMjMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDQ4LjIgKDQ3MzI3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5Hcm91cDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJBcnRpY2xlLS0tSW50ZXJ2aWV3IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM5OC4wMDAwMDAsIC0xNTM3LjAwMDAwMCkiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPgogICAgICAgIDxnIGlkPSJHcm91cC0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDM4LjAwMDAwMCwgMTUxOS4wMDAwMDApIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC00IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTIuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC4yNSwwLjI1IEwxOS41MDE2MjMzLDE5LjUwMTYyMzMiIGlkPSJMaW5lIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMjUsMC4yNSBMMTkuNTAxNjIzMywxOS41MDE2MjMzIiBpZD0iTGluZS1Db3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMC4wMDAwMDAsIDEwLjAwMDAwMCkgc2NhbGUoLTEsIDEpIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuMDAwMDAwKSAiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center right;
  background-size: 100% 100%;
}

/* line 579, resources/assets/styles/layouts/_kf-article.scss */

.article_quote {
  font-family: "SabonNextLTPro-Regular";
  font-size: 3.69231em;
  line-height: 1.5em;
  letter-spacing: -0.5px;
  padding-bottom: 2em;
  padding-top: 1em;
  text-align: center;
}

/* line 589, resources/assets/styles/layouts/_kf-article.scss */

.article_author_footer {
  border: 1px solid #000;
  padding: 4em;
  margin: 4em 0;
}

/* line 594, resources/assets/styles/layouts/_kf-article.scss */

.article_author_footer .author_name {
  font-size: 1.38462em;
}

/* line 599, resources/assets/styles/layouts/_kf-article.scss */

.col12_divider {
  border-style: solid;
  border-color: #ddd;
  border-width: 0 0 1px 0;
  padding-bottom: 4em;
  margin-bottom: 4em;
}

/* line 607, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles {
  padding-bottom: 4em;
}

/* line 610, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles img {
  width: 100%;
}

/* line 614, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles h1 {
  font-size: 2.3em;
  padding: 0.6em 0 0.3em 0;
}

/* line 619, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles h3 {
  color: black;
  text-transform: none;
}

/* line 624, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .row {
  padding-bottom: 5em;
}

/* line 628, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .article_side_info {
  border: 1px solid #000;
  padding: 0.5em;
  margin-top: 4.92308em;
  text-align: center;
}

/* line 634, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .article_side_info img {
  display: inline-block;
  padding: 2em 0;
}

/* line 639, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .article_side_info a:link,
.kf-article-misc-articles .article_side_info a:visited,
.kf-article-misc-articles .article_side_info a:active,
.kf-article-misc-articles .article_side_info a:hover {
  display: inline-block;
  font-size: 1.23077em;
  text-decoration: underline;
  padding-bottom: 1em;
}

/* line 651, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-single-item h1 {
  font-size: 4.9em;
  padding: 0;
}

/* line 656, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-single-item h3 {
  font-size: 2.3em;
  color: black;
  text-transform: none;
}

/* line 662, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-single-item img {
  width: 100%;
}

/* line 668, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-mini-item img {
  width: 100%;
}

/* line 672, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-mini-item h1 {
  font-size: 2.46154em;
  padding: 0;
}

/* line 677, resources/assets/styles/layouts/_kf-article.scss */

.kf-article-misc-articles .kf-mini-item h3 {
  font-size: 1.38462em;
  color: black;
  text-transform: none;
  padding: 0;
}

/* line 686, resources/assets/styles/layouts/_kf-article.scss */

.kfi-front-misc-articles {
  padding-top: 4em;
}

/* line 690, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder {
  padding: 1em 0 0;
  max-width: 80%;
  width: calc(650px + 8em);
  margin: 0 auto 3em auto;
}

@media (min-width: 1200px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    max-width: 750px;
    width: 750px;
  }
}

@media (min-width: 1440px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    max-width: 850px;
    width: 850px;
  }
}

@media (max-width: 768px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  /* line 690, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
}

/* line 725, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .hl-text {
  color: #ff3e00;
  font-size: 1.125em;
  text-align: center;
  margin: 0 0 0.25em 0;
}

/* line 732, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box {
  border: 1px solid #000;
  padding: 3em;
  margin-bottom: 2em;
}

@media (max-width: 480px) {
  /* line 732, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder .highlight-box {
    padding: 25px 15px;
  }
}

/* line 741, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box .txt-col {
  padding-left: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 480px) {
  /* line 741, resources/assets/styles/layouts/_kf-article.scss */

  .linked-author-holder .highlight-box .txt-col {
    margin-top: 30px;
  }
}

/* line 752, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box h4 {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 0;
  text-align: left;
  font-family: 'HelveticaNeueLT', 'Helvetica Neue', Arial, sans-serif;
}

/* line 761, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box h5 {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}

/* line 766, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box a.inline-link {
  color: #ff3e00;
  text-decoration: underline;
  font-size: 0.875em;
}

/* line 772, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box img {
  width: 80%;
}

/* line 776, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box .highlight-meta {
  font-size: 0.75em;
}

/* line 779, resources/assets/styles/layouts/_kf-article.scss */

.linked-author-holder .highlight-box .highlight-meta > span {
  font-size: 1em;
}

/* line 2, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp h5 {
  font-size: 1.5em;
  font-family: 'SabonNextLTPro-Regular', serif;
  margin-top: 2em;
}

/* line 8, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp p {
  max-width: 82%;
}

/* line 12, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp a {
  font-size: 1em;
  margin-top: 15px;
  text-decoration: underline;
  font-weight: 300;
  text-transform: uppercase;
}

/* line 20, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5em;
  font-family: "SabonNextLTPro-Regular", serif;
  margin-top: 1em;
}

/* line 28, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .line-sp {
  margin-top: 3em;
  border-top: #9b9b9b 1px solid;
  width: 90%;
}

/* line 34, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp select {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0 !important;
  font-weight: 300 !important;
  margin-top: 2px !important;
  width: 70%;
  margin-right: 30px;
  font-size: 20px;
  outline: none !important;
}

/* line 47, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp input[type="submit"] {
  display: inline-block;
  border-radius: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.8em;
  padding: 1px 1.5em 0;
  letter-spacing: 0.05em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #000;
  background: #000;
}

/* line 64, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .bootstrap-select {
  width: 440px !important;
}

/* line 67, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .bootstrap-select::before {
  content: '*';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 1px;
  z-index: 99;
  color: #ff3e00;
}

/* line 77, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .bootstrap-select a {
  font-size: 0.875em;
  margin-top: 15px;
  text-decoration: none;
  font-weight: 300;
  text-transform: none !important;
}

/* line 85, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .bootstrap-select button {
  border: 1px solid black;
  outline: none !important;
  border-width: 0 !important;
  border-bottom-width: 1px !important;
  border-radius: 0 !important;
}

/* line 94, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .dropdown-menu {
  max-height: 375px !important;
}

/* line 97, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .dropdown-menu .bs-searchbox {
  width: 100% !important;
}

/* line 101, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .dropdown-menu span.text {
  font-size: 16px !important;
}

/* line 106, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .dropdown-menu ul.inner li:first-child {
  display: none !important;
}

/* line 112, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp form {
  margin-top: 2em !important;
}

/* line 116, resources/assets/styles/layouts/_shibboleth.scss */

.shibboleth-lp .dropdown-toggle {
  font-size: 16px !important;
  font-weight: 300 !important;
}

@media only screen and (max-width: 600px) {
  /* line 122, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp select {
    width: 95%;
    margin-bottom: 1em;
  }

  /* line 127, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp input[type="submit"] {
    float: right;
    margin-right: 21px;
    margin-top: 5px;
  }

  /* line 133, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp .line-sp {
    border-top: #9b9b9b 1px solid;
    width: 93%;
    margin-top: 7em;
  }

  /* line 139, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp h5 {
    margin-top: 1em;
  }

  /* line 143, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp .bootstrap-select {
    width: 94% !important;
  }

  /* line 147, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp form {
    margin-top: 3em !important;
  }

  /* line 151, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp .info-box {
    margin-top: 3em;
  }

  /* line 155, resources/assets/styles/layouts/_shibboleth.scss */

  .shibboleth-lp .dropdown-toggle {
    font-size: 14px !important;
  }
}


/*# sourceMappingURL=main.css.map*/