@charset "UTF-8";
/*!
 * perfect-scrollbar v1.5.0
 * Copyright 2020 Hyunje Jun, MDBootstrap and Contributors
 * Licensed under MIT
 */
/* line 5, vendor/stylesheets/vendors.min.css */
.ps__rail-x, .ps__rail-y {
  display: none;
  opacity: 0;
  position: absolute;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__rail-x {
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  height: 15px;
  bottom: 0;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__rail-y {
  transition: background-color .2s linear,opacity .2s linear;
  -webkit-transition: background-color .2s linear,opacity .2s linear;
  width: 15px;
  right: 0;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
  opacity: .6;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
  background-color: #eee;
  opacity: .9;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__thumb-x, .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  position: absolute;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__thumb-x {
  transition: background-color .2s linear,height .2s ease-in-out;
  -webkit-transition: background-color .2s linear,height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__thumb-y {
  transition: background-color .2s linear,width .2s ease-in-out;
  -webkit-transition: background-color .2s linear,width .2s ease-in-out;
  width: 6px;
  right: 2px;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

/* line 5, vendor/stylesheets/vendors.min.css */
.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  /* line 5, vendor/stylesheets/vendors.min.css */
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 5, vendor/stylesheets/vendors.min.css */
  .ps {
    overflow: auto !important;
  }
}

/*!
 * pace.js v1.2.4 | Default theme
 * https://github.com/CodeByZach/pace/
 * Licensed MIT © HubSpot, Inc.
 */
/* line 9, vendor/stylesheets/vendors.min.css */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 9, vendor/stylesheets/vendors.min.css */
.pace-inactive {
  display: none;
}

/* line 9, vendor/stylesheets/vendors.min.css */
.pace .pace-progress {
  background: #d72630;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
/* line 15, vendor/stylesheets/vendors.min.css */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  -webkit-transition-property: -webkit-transform,opacity;
  -moz-transition-property: -moz-transform,opacity;
  -o-transition-property: -o-transform,opacity;
  transition-property: transform,opacity;
  -webkit-transform: scale(0) translate(0, 0);
  -moz-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
  -o-transform: scale(0) translate(0, 0);
  transform: scale(0) translate(0, 0);
  pointer-events: none;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-effect.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
  background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-effect.waves-classic .waves-ripple {
  background: rgba(0, 0, 0, 0.2);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-effect.waves-classic.waves-light .waves-ripple {
  background: rgba(255, 255, 255, 0.4);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-button, .waves-circle {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  outline: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-button {
  padding: .85em 1.1em;
  border-radius: .2em;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-button-input {
  margin: 0;
  padding: .85em 1.1em;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-input-wrapper {
  border-radius: .2em;
  vertical-align: bottom;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-input-wrapper.waves-button {
  padding: 0;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-float {
  -webkit-mask-image: none;
  -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-float:active {
  -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.waves-block {
  display: block;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon, .flag-icon-background {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon:before {
  content: "\00a0";
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ad {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ad.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ad.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ae {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ae.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ae.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-af {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/af.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-af.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/af.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ag {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ag.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ag.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ai {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ai.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ai.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-al {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/al.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-al.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/al.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-am {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/am.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-am.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/am.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ao {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ao.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ao.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-aq {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/aq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/aq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ar {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ar.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ar.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-as {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/as.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-as.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/as.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-at {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/at.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-at.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/at.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-au {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/au.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-au.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/au.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-aw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/aw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/aw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ax {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ax.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ax.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-az {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/az.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-az.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/az.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ba {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ba.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ba.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bb {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bd {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-be {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/be.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-be.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/be.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bi {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bj {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bo {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bq {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-br {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/br.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-br.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/br.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bs {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-by {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/by.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-by.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/by.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/bz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/bz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ca {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ca.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ca.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cd {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ch {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ch.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ch.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ci {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ci.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ci.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ck {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ck.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ck.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-co {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/co.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-co.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/co.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cx {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cy {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/cy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cz {
  background-image: url(/../../../fonts/flag-icon-css/flags/4x3/cz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/cz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-de {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/de.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-de.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/de.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dj {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/dj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/dj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/dk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/dk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/dm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/dm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-do {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/do.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-do.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/do.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/dz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/dz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ec {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ec.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ec.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ee {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ee.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ee.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/eg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/eg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/eh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/eh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-er {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/er.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-er.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/er.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-es {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/es.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-es.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/es.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-et {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/et.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-et.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/et.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fi {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fj {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fo {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/fr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/fr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ga {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ga.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ga.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gd {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ge {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ge.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ge.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gi {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gp {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gq {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gs {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gy {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/hk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/hk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/hm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/hm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/hn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/hn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/hr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/hr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ht {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ht.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ht.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/hu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/hu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-id {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/id.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-id.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/id.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ie {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ie.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ie.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-il {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/il.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-il.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/il.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-im {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/im.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-im.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/im.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-in {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/in.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-in.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/in.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-io {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/io.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-io.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/io.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-iq {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/iq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/iq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ir {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ir.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ir.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-is {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/is.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-is.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/is.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-it {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/it.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-it.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/it.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-je {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/je.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-je.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/je.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/jm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/jm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jo {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/jo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/jo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jp {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/jp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/jp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ke {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ke.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ke.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ki {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ki.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ki.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-km {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/km.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-km.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/km.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kp {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ky {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ky.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ky.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/kz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/kz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-la {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/la.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-la.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/la.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lb {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-li {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/li.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-li.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/li.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ls {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ls.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ls.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/lv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/lv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ly {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ly.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ly.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ma {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ma.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ma.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-md {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/md.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-md.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/md.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-me {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/me.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-me.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/me.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ml {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ml.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ml.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mo {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mo.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mp {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mp.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mq {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mq.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ms {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ms.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ms.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mx {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-my {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/my.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-my.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/my.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/mz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/mz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-na {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/na.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-na.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/na.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ne {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ne.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ne.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ng {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ng.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ng.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ni {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ni.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ni.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-no {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/no.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-no.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/no.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-np {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/np.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-np.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/np.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/nz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/nz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-om {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/om.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-om.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/om.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pa {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pe {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pe.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pe.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ph {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ph.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ph.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ps {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ps.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ps.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/pw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/pw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-py {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/py.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-py.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/py.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-qa {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/qa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/qa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-re {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/re.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-re.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/re.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ro {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ro.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ro.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-rs {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/rs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/rs.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ru {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ru.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ru.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-rw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/rw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/rw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sa {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sa.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sb {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sb.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sd {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sd.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-se {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/se.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-se.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/se.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sh {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sh.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-si {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/si.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-si.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/si.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sj {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-so {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/so.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-so.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/so.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ss {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ss.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ss.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-st {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/st.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-st.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/st.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sx {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sx.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sy {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/sz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/sz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-td {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/td.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-td.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/td.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-th {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/th.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-th.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/th.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tj {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tj.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tk {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tk.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tl {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tl.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-to {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/to.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-to.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/to.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tr {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tr.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tv {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tv.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/tz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/tz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ua {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ua.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ua.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ug {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ug.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ug.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-um {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/um.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-um.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/um.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-us {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/us.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-us.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/us.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-uy {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/uy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/uy.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-uz {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/uz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/uz.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-va {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/va.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-va.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/va.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vc {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/vc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/vc.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ve {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ve.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ve.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vg {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/vg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/vg.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vi {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/vi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/vi.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vn {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/vn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/vn.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/vu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/vu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-wf {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/wf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/wf.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ws {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ws.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ws.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ye {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/ye.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/ye.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-yt {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/yt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/yt.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-za {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/za.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-za.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/za.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-zm {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/zm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/zm.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-zw {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/zw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/zw.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eu {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/eu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/eu.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-eng {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gb-eng.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gb-eng.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-sct {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gb-sct.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gb-sct.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-wls {
  background-image: url(/../../fonts/flag-icon-css/flags/4x3/gb-wls.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/../../fonts/flag-icon-css/flags/1x1/gb-wls.svg);
}

/* line 15, vendor/stylesheets/vendors.min.css */
.feather, [data-feather] {
  height: 1rem;
  width: 1rem;
  display: inline-block;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 50%;
  padding: 0;
  width: 2em;
  text-align: center;
  line-height: 1;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0 4px 0 0;
  top: 0;
}

/* line 15, vendor/stylesheets/vendors.min.css */
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0 0 4px;
  bottom: 0;
}

/* line 1, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-canvas {
  position: relative;
  user-select: none;
  /* cannot give overflow: hidden as it will crop tooltips which overflow outside chart area */
}

/* scrollbar is not visible by default for legend, hence forcing the visibility */
/* line 8, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

/* line 13, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/* line 20, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-inner {
  position: relative;
}

/* line 24, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-text tspan {
  font-family: inherit;
}

/* line 28, vendor/stylesheets/charts/apexcharts.css */
.legend-mouseover-inactive {
  transition: 0.15s ease all;
  opacity: 0.2;
}

/* line 33, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-series-collapsed {
  opacity: 0;
}

/* line 37, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: 0.15s ease all;
}

/* line 55, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

/* line 60, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255, 255, 255, 0.96);
}

/* line 65, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30, 30, 30, 0.8);
}

/* line 70, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip * {
  font-family: inherit;
}

/* line 74, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px;
}

/* line 80, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd;
}

/* line 85, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid #333;
}

/* line 90, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
  display: inline-block;
  font-weight: 600;
  margin-left: 5px;
}

/* line 97, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-text-z-label:empty,
.apexcharts-tooltip-text-z-value:empty {
  display: none;
}

/* line 102, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-text-value,
.apexcharts-tooltip-text-z-value {
  font-weight: 600;
}

/* line 107, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0px;
  margin-right: 10px;
  border-radius: 50%;
}

/* line 116, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center;
}

/* line 124, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1;
}

/* line 128, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-series-group.apexcharts-active,
.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px;
}

/* line 133, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0 !important;
}

/* line 140, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-y-group {
  padding: 6px 0 5px;
}

/* line 144, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-candlestick {
  padding: 4px 8px;
}

/* line 148, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-candlestick > div {
  margin: 4px 0;
}

/* line 152, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-candlestick span.value {
  font-weight: bold;
}

/* line 156, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-rangebar {
  padding: 5px 8px;
}

/* line 160, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777;
}

/* line 165, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-tooltip-rangebar .series-name {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

/* line 171, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip {
  opacity: 0;
  padding: 9px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae;
  transition: 0.15s ease all;
}

/* line 186, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 192, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip:after,
.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 203, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-left: -6px;
}

/* line 209, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-left: -7px;
}

/* line 215, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-bottom:after,
.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%;
}

/* line 220, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-top:after,
.apexcharts-xaxistooltip-top:before {
  top: 100%;
}

/* line 225, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1;
}

/* line 229, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae;
}

/* line 233, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/* line 237, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}

/* line 241, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1;
}

/* line 245, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae;
}

/* line 249, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 253, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0, 0, 0, 0.5);
}

/* line 257, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

/* line 262, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip {
  opacity: 0;
  padding: 4px 10px;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae;
}

/* line 276, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: #fff;
}

/* line 282, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip:after,
.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 293, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip:after {
  border-color: rgba(236, 239, 241, 0);
  border-width: 6px;
  margin-top: -6px;
}

/* line 299, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip:before {
  border-color: rgba(144, 164, 174, 0);
  border-width: 7px;
  margin-top: -7px;
}

/* line 305, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-left:after,
.apexcharts-yaxistooltip-left:before {
  left: 100%;
}

/* line 310, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-right:after,
.apexcharts-yaxistooltip-right:before {
  right: 100%;
}

/* line 315, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1;
}

/* line 319, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae;
}

/* line 323, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after {
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 327, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0, 0, 0, 0.5);
}

/* line 331, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1;
}

/* line 335, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae;
}

/* line 339, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after {
  border-right-color: rgba(0, 0, 0, 0.5);
}

/* line 343, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0, 0, 0, 0.5);
}

/* line 347, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1;
}

/* line 351, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-yaxistooltip-hidden {
  display: none;
}

/* line 355, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xcrosshairs,
.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: 0.15s ease all;
}

/* line 362, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-xcrosshairs.apexcharts-active,
.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: 0.15s ease all;
}

/* line 368, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-ycrosshairs-hidden {
  opacity: 0;
}

/* line 372, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-selection-rect {
  cursor: move;
}

/* line 376, vendor/stylesheets/charts/apexcharts.css */
.svg_select_boundingRect,
.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

/* line 382, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-selection-rect + g .svg_select_boundingRect,
.apexcharts-selection-rect + g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden;
}

/* line 388, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-selection-rect + g .svg_select_points_l,
.apexcharts-selection-rect + g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible;
}

/* line 395, vendor/stylesheets/charts/apexcharts.css */
.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2;
}

/* line 401, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair;
}

/* line 405, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move;
}

/* line 409, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-zoom-icon,
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon,
.apexcharts-reset-icon,
.apexcharts-pan-icon,
.apexcharts-selection-icon,
.apexcharts-menu-icon,
.apexcharts-toolbar-custom-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center;
}

/* line 425, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-zoom-icon svg,
.apexcharts-zoomin-icon svg,
.apexcharts-zoomout-icon svg,
.apexcharts-reset-icon svg,
.apexcharts-menu-icon svg {
  fill: #6e8192;
}

/* line 433, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(0.76);
}

/* line 438, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-theme-dark .apexcharts-zoom-icon svg,
.apexcharts-theme-dark .apexcharts-zoomin-icon svg,
.apexcharts-theme-dark .apexcharts-zoomout-icon svg,
.apexcharts-theme-dark .apexcharts-reset-icon svg,
.apexcharts-theme-dark .apexcharts-pan-icon svg,
.apexcharts-theme-dark .apexcharts-selection-icon svg,
.apexcharts-theme-dark .apexcharts-menu-icon svg,
.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg {
  fill: #f3f4f5;
}

/* line 449, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,
.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg {
  fill: #008ffb;
}

/* line 455, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,
.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,
.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg,
.apexcharts-theme-light .apexcharts-reset-icon:hover svg,
.apexcharts-theme-light .apexcharts-menu-icon:hover svg {
  fill: #333;
}

/* line 464, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-selection-icon,
.apexcharts-menu-icon {
  position: relative;
}

/* line 469, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-reset-icon {
  margin-left: 5px;
}

/* line 473, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-zoom-icon,
.apexcharts-reset-icon,
.apexcharts-menu-icon {
  transform: scale(0.85);
}

/* line 479, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-zoomin-icon,
.apexcharts-zoomout-icon {
  transform: scale(0.7);
}

/* line 484, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-zoomout-icon {
  margin-right: 3px;
}

/* line 488, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pan-icon {
  transform: scale(0.62);
  position: relative;
  left: 1px;
  top: 0px;
}

/* line 495, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2;
}

/* line 501, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb;
}

/* line 505, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333;
}

/* line 509, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0px 6px 2px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 521, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: 0.15s ease all;
  pointer-events: none;
}

/* line 535, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: 0.15s ease all;
}

/* line 541, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer;
}

/* line 547, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee;
}

/* line 551, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 557, vendor/stylesheets/charts/apexcharts.css */
  .apexcharts-canvas:hover .apexcharts-toolbar {
    opacity: 1;
  }
}

/* line 562, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-datalabel.apexcharts-element-hidden {
  opacity: 0;
}

/* line 566, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pie-label,
.apexcharts-datalabels,
.apexcharts-datalabel,
.apexcharts-datalabel-label,
.apexcharts-datalabel-value {
  cursor: default;
  pointer-events: none;
}

/* line 575, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

/* line 583, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-canvas .apexcharts-element-hidden {
  opacity: 0;
}

/* line 587, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-hide .apexcharts-series-points {
  opacity: 0;
}

/* line 591, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-gridline,
.apexcharts-annotation-rect,
.apexcharts-tooltip .apexcharts-marker,
.apexcharts-area-series .apexcharts-area,
.apexcharts-line,
.apexcharts-zoom-rect,
.apexcharts-toolbar svg,
.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon {
  pointer-events: none;
}

/* markers */
/* line 607, vendor/stylesheets/charts/apexcharts.css */
.apexcharts-marker {
  transition: 0.15s ease all;
}

@keyframes opaque {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Resize generated styles */
@keyframes resizeanim {
  from {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

/* line 631, vendor/stylesheets/charts/apexcharts.css */
.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
}

/* line 637, vendor/stylesheets/charts/apexcharts.css */
.resize-triggers,
.resize-triggers > div,
.contract-trigger:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 650, vendor/stylesheets/charts/apexcharts.css */
.resize-triggers > div {
  background: #eee;
  overflow: auto;
}

/* line 655, vendor/stylesheets/charts/apexcharts.css */
.contract-trigger:before {
  width: 200%;
  height: 200%;
}

/* Version 2.1.4 */
/*
 * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
 * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
 * make sure you copy the url from the website since the url may change between versions.
 * */
/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-title {
  font-weight: 700;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-message a, .toast-message label {
  color: #FFF;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-message a:hover {
  color: #CCC;
  text-decoration: none;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-close-button:focus, .toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

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

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

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

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

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast {
  background-color: #030303;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-success {
  background-color: #51A351;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-error {
  background-color: #BD362F;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-info {
  background-color: #2F96B4;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-warning {
  background-color: #F89406;
}

/* line 7, vendor/stylesheets/extensions/toastr.min.css */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

@media all and (max-width: 240px) {
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  /* line 7, vendor/stylesheets/extensions/toastr.min.css */
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover, .tooltip, address {
  font-style: normal;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover, .tooltip, pre code {
  word-break: normal;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card, .popover, .toast-body, .tooltip, code {
  word-wrap: break-word;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn, .btn-group, .btn-group-vertical, .navbar-toggler-icon, .table, img, svg {
  vertical-align: middle;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
label, output {
  display: inline-block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn, .carousel-indicators [data-bs-target], .form-check-label, .form-control-color:not(:disabled):not([readonly]), .form-control[type=file]:not(:disabled):not([readonly]), [role=button], [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled), summary {
  cursor: pointer;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge, progress, sub, sup {
  vertical-align: baseline;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.img-fluid, .img-thumbnail {
  max-width: 100%;
  height: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
:root {
  --bs-blue:#00CFE8;
  --bs-indigo:#6610F2;
  --bs-purple:#7367F0;
  --bs-pink:#D63384;
  --bs-red:#EA5455;
  --bs-orange:#FF9F43;
  --bs-yellow:#FFC107;
  --bs-green:#28C76F;
  --bs-teal:#20C997;
  --bs-cyan:#0DCAF0;
  --bs-white:#FFFFFF;
  --bs-gray:#B8C2CC;
  --bs-gray-dark:#1E1E1E;
  --bs-gray-100:#BABFC7;
  --bs-gray-200:#EDEDED;
  --bs-gray-300:#DAE1E7;
  --bs-gray-400:#636363;
  --bs-gray-500:#ADB5BD;
  --bs-gray-600:#B8C2CC;
  --bs-gray-700:#4E5154;
  --bs-gray-800:#1E1E1E;
  --bs-gray-900:#2A2E30;
  --bs-primary:#7367F0;
  --bs-secondary:#82868B;
  --bs-success:#28C76F;
  --bs-info:#00CFE8;
  --bs-warning:#FF9F43;
  --bs-danger:#EA5455;
  --bs-light:#F6F6F6;
  --bs-dark:#4B4B4B;
  --bs-primary-rgb:115,103,240;
  --bs-secondary-rgb:130,134,139;
  --bs-success-rgb:40,199,111;
  --bs-info-rgb:0,207,232;
  --bs-warning-rgb:255,159,67;
  --bs-danger-rgb:234,84,85;
  --bs-light-rgb:246,246,246;
  --bs-dark-rgb:75,75,75;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:34,41,47;
  --bs-body-rgb:110,107,123;
  --bs-font-sans-serif:'Montserrat',Helvetica,Arial,serif;
  --bs-font-monospace:'Montserrat',Helvetica,Arial,serif;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.45;
  --bs-body-color:#6E6B7B;
  --bs-body-bg:#F8F8F8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
*, ::after, ::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 41, 47, 0);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h1, .navbar-brand, h1 {
  font-size: calc(1.325rem + .9vw);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
hr {
  margin: 1rem 0;
  color: #EBE9F1;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
hr:not([size]) {
  height: 1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #5E5873;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table, address, dl, ol, p, pre, ul {
  margin-bottom: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
blockquote, figure {
  margin: 0 0 1rem;
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .h1, h1 {
    font-size: 2rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h2, h2 {
  font-size: calc(1.2964rem + .5568vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .h2, h2 {
    font-size: 1.714rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h3, h3 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .h3, h3 {
    font-size: 1.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h4, h4 {
  font-size: calc(1.2536rem + .0432vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .h4, h4 {
    font-size: 1.286rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h5, h5 {
  font-size: 1.07rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h6, h6 {
  font-size: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
dl, ol, p, ul {
  margin-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
abbr[data-bs-original-title], abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
address {
  line-height: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
ol, ul {
  padding-left: 2rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
dt {
  font-weight: 500;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge, b, strong {
  font-weight: 600;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.small, small {
  font-size: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mark, mark {
  padding: .2em;
  background-color: #FCF8E3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
sub, sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
sub {
  bottom: -.25em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
sup {
  top: -.5em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
a {
  color: #7367F0;
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
a:hover {
  color: #6D62E4;
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
code, kbd, pre, samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
pre {
  display: block;
  margin-top: 0;
  overflow: auto;
  font-size: 90%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
pre code {
  font-size: inherit;
  color: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
code, kbd {
  font-size: 90%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
code {
  color: #D63384;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
a > code {
  color: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
kbd {
  padding: .2rem .4rem;
  color: #FFF;
  background-color: #EEE;
  border-radius: .25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
caption {
  padding-top: .72rem;
  padding-bottom: .72rem;
  color: #B9B9C3;
  text-align: left;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
button {
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
fieldset, iframe {
  border: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
button, select {
  text-transform: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
select {
  word-wrap: normal;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
select:disabled {
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
[list]::-webkit-calendar-picker-indicator {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
textarea {
  resize: vertical;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.blockquote, .blockquote-footer, .blockquote > :last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  legend {
    font-size: 1.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
legend + * {
  clear: left;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::file-selector-button {
  font: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  line-height: 1.2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .form-control, .lead {
  font-weight: 400;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control, .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
summary {
  display: list-item;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
[hidden] {
  display: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.figure, .form-check-inline, .list-inline-item {
  display: inline-block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.lead {
  font-size: 1.14rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-1 {
  font-size: calc(1.725rem + 5.7vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-1 {
    font-size: 6rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-2 {
  font-size: calc(1.675rem + 5.1vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-2 {
    font-size: 5.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-3 {
  font-size: calc(1.575rem + 3.9vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-3 {
    font-size: 4.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge, .btn, .figure-img, .navbar-toggler {
  line-height: 1;
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-inline, .list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.initialism {
  font-size: .857rem;
  text-transform: uppercase;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.blockquote {
  font-size: 1.25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.blockquote-footer {
  margin-top: 0;
  font-size: .857rem;
  color: #B9B9C3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.blockquote-footer::before {
  content: '\2014\00A0';
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.img-thumbnail {
  padding: .25rem;
  background-color: #F8F8F8;
  border: 1px solid #DAE1E7;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group, .row {
  display: -ms-flexbox;
  -webkit-flex-wrap: wrap;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.figure-img {
  margin-bottom: .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control, .form-control-plaintext, .form-select {
  line-height: 1.45;
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.figure-caption {
  font-size: .857rem;
  color: #B8C2CC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xs, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 1rem);
  margin-right: auto;
  margin-left: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.container {
  max-width: 0;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .container, .container-sm {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .container, .container-md, .container-sm {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1440px;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.invalid-tooltip, .offcanvas, .row > *, .toast, .toast-container, .valid-tooltip {
  max-width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row {
  --bs-gutter-x:2rem;
  --bs-gutter-y:0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-1, .col-auto {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-auto {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-1 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-2, .col-3 {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-2 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-3 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-4, .col-5 {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-4 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-5 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-6, .col-7 {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-6 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-7 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-8, .col-9 {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-8 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-9 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-10, .col-11 {
  -webkit-box-flex: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-10 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-11 {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-1 {
  margin-left: 8.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-2 {
  margin-left: 16.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-3 {
  margin-left: 25%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-4 {
  margin-left: 33.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-5 {
  margin-left: 41.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-6 {
  margin-left: 50%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-7 {
  margin-left: 58.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-8 {
  margin-left: 66.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-9 {
  margin-left: 75%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-10 {
  margin-left: 83.33333%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offset-11 {
  margin-left: 91.66667%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-0, .gx-0 {
  --bs-gutter-x:0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-0, .gy-0 {
  --bs-gutter-y:0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-25, .gx-25 {
  --bs-gutter-x:0.25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-25, .gy-25 {
  --bs-gutter-y:0.25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-50, .gx-50 {
  --bs-gutter-x:0.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-50, .gy-50 {
  --bs-gutter-y:0.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-75, .gx-75 {
  --bs-gutter-x:0.75rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-75, .gy-75 {
  --bs-gutter-y:0.75rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-1, .gx-1 {
  --bs-gutter-x:1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-1, .gy-1 {
  --bs-gutter-y:1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-2, .gx-2 {
  --bs-gutter-x:1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-2, .gy-2 {
  --bs-gutter-y:1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-3, .gx-3 {
  --bs-gutter-x:3rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-3, .gy-3 {
  --bs-gutter-y:3rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-4, .gx-4 {
  --bs-gutter-x:3.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-4, .gy-4 {
  --bs-gutter-y:3.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-5, .gx-5 {
  --bs-gutter-x:4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.g-5, .gy-5 {
  --bs-gutter-y:4rem;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-25, .gx-sm-25 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-25, .gy-sm-25 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-50, .gx-sm-50 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-50, .gy-sm-50 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-75, .gx-sm-75 {
    --bs-gutter-x:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-75, .gy-sm-75 {
    --bs-gutter-y:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x:4rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-sm-5, .gy-sm-5 {
    --bs-gutter-y:4rem;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-25, .gx-md-25 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-25, .gy-md-25 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-50, .gx-md-50 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-50, .gy-md-50 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-75, .gx-md-75 {
    --bs-gutter-x:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-75, .gy-md-75 {
    --bs-gutter-y:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x:4rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-md-5, .gy-md-5 {
    --bs-gutter-y:4rem;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-25, .gx-lg-25 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-25, .gy-lg-25 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-50, .gx-lg-50 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-50, .gy-lg-50 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-75, .gx-lg-75 {
    --bs-gutter-x:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-75, .gy-lg-75 {
    --bs-gutter-y:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x:4rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-lg-5, .gy-lg-5 {
    --bs-gutter-y:4rem;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-25, .gx-xl-25 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-25, .gy-xl-25 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-50, .gx-xl-50 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-50, .gy-xl-50 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-75, .gx-xl-75 {
    --bs-gutter-x:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-75, .gy-xl-75 {
    --bs-gutter-y:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x:4rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xl-5, .gy-xl-5 {
    --bs-gutter-y:4rem;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-25, .gx-xxl-25 {
    --bs-gutter-x:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-25, .gy-xxl-25 {
    --bs-gutter-y:0.25rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-50, .gx-xxl-50 {
    --bs-gutter-x:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-50, .gy-xxl-50 {
    --bs-gutter-y:0.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-75, .gx-xxl-75 {
    --bs-gutter-x:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-75, .gy-xxl-75 {
    --bs-gutter-y:0.75rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y:1rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y:1.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y:3rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y:3.5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x:4rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y:4rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#6E6B7B;
  --bs-table-striped-bg:#FAFAFC;
  --bs-table-active-color:#6E6B7B;
  --bs-table-active-bg:rgba(34, 41, 47, 0.1);
  --bs-table-hover-color:#6E6B7B;
  --bs-table-hover-bg:#F6F6F9;
  width: 100%;
  color: #6E6B7B;
  border-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table > :not(caption) > * > * {
  padding: .72rem 2rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table > tbody {
  vertical-align: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table > thead {
  vertical-align: bottom;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.caption-top {
  caption-side: top;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-sm > :not(caption) > * > * {
  padding: .3rem .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-primary {
  --bs-table-bg:#E3E1FC;
  --bs-table-striped-bg:#D9D8F2;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#D0CFE8;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#D5D3ED;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #D0CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-secondary {
  --bs-table-bg:#E6E7E8;
  --bs-table-striped-bg:#DCDEDF;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#D2D4D6;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#D7D9DA;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #D2D4D6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-success {
  --bs-table-bg:#D4F4E2;
  --bs-table-striped-bg:#CBEAD9;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#C2E0D0;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#C7E5D5;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #C2E0D0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-info {
  --bs-table-bg:#CCF5FA;
  --bs-table-striped-bg:#C4EBF0;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#BBE1E6;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#BFE6EB;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #BBE1E6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-warning {
  --bs-table-bg:#FFECD9;
  --bs-table-striped-bg:#F4E2D1;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#E9D9C8;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#EEDDCC;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #E9D9C8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-danger {
  --bs-table-bg:#FBDDDD;
  --bs-table-striped-bg:#F0D4D4;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#E5CBCC;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#EBD0D0;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #E5CBCC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-light {
  --bs-table-bg:#F6F6F6;
  --bs-table-striped-bg:#EBECEC;
  --bs-table-striped-color:#22292F;
  --bs-table-active-bg:#E1E2E2;
  --bs-table-active-color:#22292F;
  --bs-table-hover-bg:#E6E7E7;
  --bs-table-hover-color:#22292F;
  color: #22292F;
  border-color: #E1E2E2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-dark {
  --bs-table-bg:#4B4B4B;
  --bs-table-striped-bg:#545454;
  --bs-table-striped-color:#FFFFFF;
  --bs-table-active-bg:#5D5D5D;
  --bs-table-active-color:#FFFFFF;
  --bs-table-hover-bg:#595959;
  --bs-table-hover-color:#FFFFFF;
  color: #FFF;
  border-color: #5D5D5D;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1439.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.collapsing, .dropdown-divider, .form-control[type=file] {
  overflow: hidden;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-label {
  margin-bottom: .2857rem;
  font-size: .857rem;
  color: #5E5873;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-form-label {
  padding-top: calc(.571rem + 1px);
  padding-bottom: calc(.571rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.45;
  color: #5E5873;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-form-label-lg {
  padding-top: calc(.75rem + 1px);
  padding-bottom: calc(.75rem + 1px);
  font-size: 1.143rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.col-form-label-sm {
  padding-top: calc(.188rem + 1px);
  padding-bottom: calc(.188rem + 1px);
  font-size: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-text {
  margin-top: .25rem;
  font-size: .857rem;
  color: #B9B9C3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control, .form-control:focus {
  color: #6E6B7B;
  background-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control {
  display: block;
  padding: .571rem 1rem;
  font-size: 1rem;
  background-clip: padding-box;
  border: 1px solid #D8D6DE;
  appearance: none;
  border-radius: .357rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control:focus {
  border-color: #7367F0;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::-webkit-date-and-time-value {
  height: 1.45em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::-webkit-input-placeholder {
  color: #B9B9C3;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::-moz-placeholder {
  color: #B9B9C3;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control:-ms-input-placeholder {
  color: #B9B9C3;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::-ms-input-placeholder {
  color: #B9B9C3;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::placeholder {
  color: #B9B9C3;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control:disabled, .form-control[readonly] {
  background-color: #EFEFEF;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::file-selector-button {
  padding: .571rem 1rem;
  margin: -.571rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #6E6B7B;
  background-color: #FFF;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #F2F2F2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control::-webkit-file-upload-button {
  padding: .571rem 1rem;
  margin: -.571rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #6E6B7B;
  background-color: #FFF;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #F2F2F2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-plaintext {
  display: block;
  padding: .571rem 0;
  margin-bottom: 0;
  color: #6E6B7B;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-sm {
  min-height: 2.142rem;
  padding: .188rem .857rem;
  font-size: .857rem;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-sm::file-selector-button {
  padding: .188rem .857rem;
  margin: -.188rem -.857rem;
  -webkit-margin-end: .857rem;
  margin-inline-end: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-sm::-webkit-file-upload-button {
  padding: .188rem .857rem;
  margin: -.188rem -.857rem;
  -webkit-margin-end: .857rem;
  margin-inline-end: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-lg {
  min-height: 3.2857rem;
  padding: .75rem 1.143rem;
  font-size: 1.143rem;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select, .input-group-text {
  font-size: 1rem;
  font-weight: 400;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-lg::file-selector-button {
  padding: .75rem 1.143rem;
  margin: -.75rem -1.143rem;
  -webkit-margin-end: 1.143rem;
  margin-inline-end: 1.143rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-lg::-webkit-file-upload-button {
  padding: .75rem 1.143rem;
  margin: -.75rem -1.143rem;
  -webkit-margin-end: 1.143rem;
  margin-inline-end: 1.143rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
textarea.form-control {
  min-height: 2.714rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
textarea.form-control-sm {
  min-height: 2.142rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
textarea.form-control-lg {
  min-height: 3.2857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-color {
  width: 3rem;
  height: auto;
  padding: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control, .form-floating > label, .form-select, .input-group-text {
  padding: .571rem 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-color::-moz-color-swatch {
  height: 1.45em;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control-color::-webkit-color-swatch {
  height: 1.45em;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select {
  display: block;
  -moz-padding-start: calc(1rem - 3px);
  color: #6E6B7B;
  background-color: #FFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 15px 14px;
  border: 1px solid #D8D6DE;
  border-radius: .357rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input, .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-select {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select:focus {
  border-color: #7367F0;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select[multiple], .form-select[size]:not([size='1']) {
  padding-right: 1rem;
  background-image: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select:disabled {
  background-color: #EFEFEF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #6E6B7B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select-sm {
  padding-top: .188rem;
  padding-bottom: .188rem;
  padding-left: .857rem;
  font-size: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select-lg {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-left: 1.143rem;
  font-size: 1.143rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check {
  display: block;
  min-height: 1.45rem;
  padding-left: 1.785rem;
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check .form-check-input {
  float: left;
  margin-left: -1.785rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input {
  width: 1.285rem;
  height: 1.285rem;
  margin-top: .0825rem;
  vertical-align: top;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #D8D6DE;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input[type=checkbox] {
  border-radius: 3px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input[type=radio] {
  border-radius: 50%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input:focus {
  border-color: #7367F0;
  outline: 0;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input:checked {
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3e%3cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3e%3c/svg%3e");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input[type=radio]:checked {
  background-image: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input[type=checkbox]:indeterminate {
  background-color: #7367F0;
  border-color: #7367F0;
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-minus'%3e%3cline x1='5' y1='12' x2='19' y2='12'%3e%3c/line%3e%3c/svg%3e");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-switch .form-check-input, .form-switch .form-check-input:checked, .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg width='26px' height='26px' viewBox='0 0 26 27' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cdefs%3e%3ccircle id='path-1' cx='8' cy='8' r='8'%3e%3c/circle%3e%3cfilter x='-40.6%' y='-21.9%' width='168.8%' height='168.8%' filterUnits='objectBoundingBox' id='filter-2'%3e%3cfeOffset dx='-1' dy='2' in='SourceAlpha' result='shadowOffsetOuter1'%3e%3c/feOffset%3e%3cfeGaussianBlur stdDeviation='1.5' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3e%3c/feGaussianBlur%3e%3cfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0' type='matrix' in='shadowBlurOuter1'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3e%3cg id='switches-dot' transform='translate%285.000000, 5.000000%29' fill-rule='nonzero'%3e%3cg id='Oval'%3e%3cuse fill='black' fill-opacity='1' filter='url%28%23filter-2%29' xlink:href='%23path-1'%3e%3c/use%3e%3cuse fill='%23fff' xlink:href='%23path-1'%3e%3c/use%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .65;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
  opacity: .65;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-switch {
  padding-left: 3.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-switch .form-check-input {
  width: 3rem;
  margin-left: -3.5rem;
  background-position: left center;
  border-radius: 3rem;
  -webkit-transition: background-position .15s ease-in-out,background-color .1s ease;
  transition: background-position .15s ease-in-out,background-color .1s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-switch .form-check-input:checked {
  background-position: right center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-inline {
  margin-right: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:disabled + .btn, .btn-check[disabled] + .btn {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: .65;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:focus {
  outline: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #F8F8F8, 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #F8F8F8, 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #7367F0;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-webkit-slider-thumb:active {
  background-color: #D5D1FB;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DAE1E7;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #7367F0;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-moz-range-thumb:active {
  background-color: #D5D1FB;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #DAE1E7;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:disabled {
  pointer-events: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #ADB5BD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-range:disabled::-moz-range-thumb {
  background-color: #ADB5BD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating {
  position: relative;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control, .form-floating > .form-select {
  height: calc(2.57rem + 2px);
  line-height: 1.25;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group-text, .modal-title, .offcanvas-title, .popover, .tooltip {
  line-height: 1.45;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control::placeholder {
  color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: .571rem;
  padding-bottom: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: .571rem;
  padding-bottom: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: .571rem;
  padding-bottom: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill {
  padding-top: .571rem;
  padding-bottom: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-select {
  padding-top: .571rem;
  padding-bottom: .571rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: .9;
  transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: .9;
  -ms-transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
  transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .9;
  -webkit-transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
  -ms-transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
  transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: .9;
  -webkit-transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
  transform: scale(0.85) translateY(-2.25rem) translateX(-0.85rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-toolbar, .input-group-text {
  display: -webkit-flex;
  display: -ms-flexbox;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group > .form-control, .input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group > .form-control:focus, .input-group > .form-select:focus {
  z-index: 3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group .btn:focus {
  z-index: 3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6E6B7B;
  text-align: center;
  white-space: nowrap;
  background-color: #FFF;
  border: 1px solid #D8D6DE;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-valid:checked, .valid-tooltip, .was-validated .form-check-input:valid:checked {
  background-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
  padding: .75rem 1.143rem;
  font-size: 1.143rem;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  padding: .188rem .857rem;
  font-size: .857rem;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group-lg > .form-select, .input-group-sm > .form-select {
  padding-right: 2rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .857rem;
  color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  padding: .4rem .775rem;
  margin-top: .1rem;
  font-size: .857rem;
  color: #FFF;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover, .input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
  z-index: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
  display: block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28C76F;
  padding-right: calc(1.45em + 1.142rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328c76f' 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(.3625em + .2855rem) center;
  background-size: calc(.725em + .571rem) calc(.725em + .571rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28C76F;
  box-shadow: 0 0 0 0.25rem rgba(40, 199, 111, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.45em + 1.142rem);
  background-position: top calc(.3625em + .2855rem) right calc(.3625em + .2855rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-valid, .was-validated .form-select:valid {
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size='1']:not([multiple]), .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size='1']:valid:not([multiple]) {
  padding-right: 3.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328c76f' 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-position: right 1rem center,center right 1rem;
  background-size: 15px 14px, calc(.725em + .571rem) calc(.725em + .571rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-valid:focus, .was-validated .form-select:valid:focus {
  border-color: #28C76F;
  box-shadow: 0 0 0 0.25rem rgba(40, 199, 111, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-valid, .was-validated .form-check-input:valid {
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid:checked, .invalid-tooltip, .was-validated .form-check-input:invalid:checked {
  background-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 199, 111, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .857rem;
  color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  padding: .4rem .775rem;
  margin-top: .1rem;
  font-size: .857rem;
  color: #FFF;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #EA5455;
  padding-right: calc(1.45em + 1.142rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea5455'%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='%23ea5455' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.3625em + .2855rem) center;
  background-size: calc(.725em + .571rem) calc(.725em + .571rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #EA5455;
  box-shadow: 0 0 0 0.25rem rgba(234, 84, 85, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.45em + 1.142rem);
  background-position: top calc(.3625em + .2855rem) right calc(.3625em + .2855rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size='1']:not([multiple]), .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size='1']:invalid:not([multiple]) {
  padding-right: 3.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ea5455'%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='%23ea5455' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center,center right 1rem;
  background-size: 15px 14px, calc(.725em + .571rem) calc(.725em + .571rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
  border-color: #EA5455;
  box-shadow: 0 0 0 0.25rem rgba(234, 84, 85, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 84, 85, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn, .btn:hover {
  color: #6E6B7B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
  z-index: 2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .786rem 1.5rem;
  font-size: 1rem;
  border-radius: .358rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-toggle::after, .dropup .dropdown-toggle::after {
  vertical-align: .255em;
  content: '';
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(115, 103, 240, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-check:focus + .btn-primary, .btn-primary.active:focus, .btn-primary:active:focus, .btn-primary:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 126, 242, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-primary {
  color: #FFF;
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary:hover {
  background-color: #6258CC;
  border-color: #5C52C0;
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  color: #FFF;
  background-color: #5C52C0;
  border-color: #564DB4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-check:focus + .btn-secondary, .btn-secondary.active:focus, .btn-secondary:active:focus, .btn-secondary:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 152, 156, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFF;
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-secondary {
  color: #FFF;
  background-color: #82868B;
  border-color: #82868B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-secondary, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #6F7276;
  border-color: #686B6F;
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  color: #FFF;
  background-color: #686B6F;
  border-color: #626568;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFF;
  background-color: #82868B;
  border-color: #82868B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-success {
  color: #22292F;
  background-color: #28C76F;
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-success:hover {
  color: #22292F;
  background-color: #48CF85;
  border-color: #3ECD7D;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #22292F;
  background-color: #48CF85;
  border-color: #3ECD7D;
  box-shadow: 0 0 0 0.25rem rgba(39, 175, 101, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
  color: #22292F;
  background-color: #53D28C;
  border-color: #3ECD7D;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 175, 101, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-check:focus + .btn-info, .btn-info.active:focus, .btn-info:active:focus, .btn-info:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 182, 204, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-success.disabled, .btn-success:disabled {
  color: #22292F;
  background-color: #28C76F;
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-info {
  color: #22292F;
  background-color: #00CFE8;
  border-color: #00CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-info, .btn-info:focus, .btn-info:hover {
  color: #22292F;
  background-color: #26D6EB;
  border-color: #1AD4EA;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
  color: #22292F;
  background-color: #33D9ED;
  border-color: #1AD4EA;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-info.disabled, .btn-info:disabled {
  color: #22292F;
  background-color: #00CFE8;
  border-color: #00CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-warning {
  color: #22292F;
  background-color: #FF9F43;
  border-color: #FF9F43;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-warning:hover {
  color: #22292F;
  background-color: #FFAD5F;
  border-color: #FFA956;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #22292F;
  background-color: #FFAD5F;
  border-color: #FFA956;
  box-shadow: 0 0 0 0.25rem rgba(222, 141, 64, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
  color: #22292F;
  background-color: #FFB269;
  border-color: #FFA956;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 141, 64, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-check:focus + .btn-danger, .btn-danger.active:focus, .btn-danger:active:focus, .btn-danger:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 110, 111, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-warning.disabled, .btn-warning:disabled {
  color: #22292F;
  background-color: #FF9F43;
  border-color: #FF9F43;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-danger {
  color: #FFF;
  background-color: #EA5455;
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-danger, .btn-danger:focus, .btn-danger:hover {
  background-color: #C74748;
  border-color: #BB4344;
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
  color: #FFF;
  background-color: #BB4344;
  border-color: #B03F40;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-check:focus + .btn-light, .btn-light.active:focus, .btn-light:active:focus, .btn-light:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 215, 216, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFF;
  background-color: #EA5455;
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-light {
  color: #22292F;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-light, .btn-light:focus, .btn-light:hover {
  color: #22292F;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
  color: #22292F;
  background-color: #F8F8F8;
  border-color: #F7F7F7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-check:focus + .btn-dark, .btn-dark.active:focus, .btn-dark:active:focus, .btn-dark:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(102, 102, 102, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-light.disabled, .btn-light:disabled {
  color: #22292F;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-dark {
  color: #FFF;
  background-color: #4B4B4B;
  border-color: #4B4B4B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:focus + .btn-dark, .btn-dark:focus, .btn-dark:hover {
  background-color: #404040;
  border-color: #3C3C3C;
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
  color: #FFF;
  background-color: #3C3C3C;
  border-color: #383838;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-check:focus + .btn-outline-primary, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(115, 103, 240, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFF;
  background-color: #4B4B4B;
  border-color: #4B4B4B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-primary {
  color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover {
  color: #FFF;
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 134, 139, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #7367F0;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-secondary {
  color: #82868B;
  border-color: #82868B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active, .btn-outline-secondary:hover {
  color: #FFF;
  background-color: #82868B;
  border-color: #82868B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-check:focus + .btn-outline-success, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(40, 199, 111, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #82868B;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-success {
  color: #28C76F;
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active, .btn-outline-success:hover {
  color: #22292F;
  background-color: #28C76F;
  border-color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-check:focus + .btn-outline-info, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 207, 232, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28C76F;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-info {
  color: #00CFE8;
  border-color: #00CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active, .btn-outline-info:hover {
  color: #22292F;
  background-color: #00CFE8;
  border-color: #00CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-check:focus + .btn-outline-warning, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 159, 67, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00CFE8;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-warning {
  color: #FF9F43;
  border-color: #FF9F43;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active, .btn-outline-warning:hover {
  color: #22292F;
  background-color: #FF9F43;
  border-color: #FF9F43;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-check:focus + .btn-outline-danger, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(234, 84, 85, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FF9F43;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-danger {
  color: #EA5455;
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active, .btn-outline-danger:hover {
  color: #FFF;
  background-color: #EA5455;
  border-color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-check:focus + .btn-outline-light, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 246, 246, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EA5455;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-light {
  color: #F6F6F6;
  border-color: #F6F6F6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active, .btn-outline-light:hover {
  color: #22292F;
  background-color: #F6F6F6;
  border-color: #F6F6F6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-check:focus + .btn-outline-dark, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(75, 75, 75, 0.5);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F6F6F6;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-dark {
  color: #4B4B4B;
  border-color: #4B4B4B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active, .btn-outline-dark:hover {
  color: #FFF;
  background-color: #4B4B4B;
  border-color: #4B4B4B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #4B4B4B;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-link {
  font-weight: 400;
  color: #7367F0;
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-link:hover {
  color: #6D62E4;
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-link:focus {
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-link.disabled, .btn-link:disabled {
  color: #B8C2CC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-lg > .btn, .btn-lg {
  padding: .8rem 2rem;
  font-size: 1.25rem;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-sm > .btn, .btn-sm {
  padding: .486rem 1rem;
  font-size: .9rem;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fade {
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fade:not(.show) {
  opacity: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.collapse:not(.show) {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.collapsing {
  height: 0;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  -webkit-transition: width .35s ease;
  transition: width .35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .collapsing.collapse-horizontal {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown, .dropend, .dropstart, .dropup {
  position: relative;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #6E6B7B;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(34, 41, 47, 0.05);
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-start {
  --bs-position:start;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-end {
  --bs-position:end;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  content: '';
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  vertical-align: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropstart .dropdown-toggle::after {
  margin-left: .255em;
  vertical-align: .255em;
  content: '';
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  content: '';
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
  vertical-align: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  border-top: 1px solid rgba(34, 41, 47, 0.08);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-item {
  display: block;
  width: 100%;
  padding: .65rem 1.28rem;
  clear: both;
  font-weight: 400;
  color: #6E6B7B;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-item:focus, .dropdown-item:hover {
  color: #7367F0;
  background-color: rgba(115, 103, 240, 0.12);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-item.active, .dropdown-item:active {
  color: #FFF;
  text-decoration: none;
  background-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #B9B9C3;
  pointer-events: none;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu.show {
  display: block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-header {
  display: block;
  padding: .5rem 1.28rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #5E5873;
  white-space: nowrap;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-item-text {
  display: block;
  padding: .65rem 1.28rem;
  color: #6E6B7B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark {
  color: #DAE1E7;
  background-color: #1E1E1E;
  border-color: rgba(34, 41, 47, 0.05);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item {
  color: #DAE1E7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.15);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #FFF;
  background-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #ADB5BD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(34, 41, 47, 0.08);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-item-text {
  color: #DAE1E7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-menu-dark .dropdown-header {
  color: #ADB5BD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group, .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-toolbar {
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-toolbar .input-group {
  width: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button, .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .card-img, .card-img-bottom, .card-img-top, .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > hr, .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-link {
  display: block;
  padding: .358rem .5rem;
  color: #7367F0;
  -webkit-transition: none;
  transition: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-link:focus, .nav-link:hover {
  color: #6D62E4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-link.disabled {
  color: #B9B9C3;
  pointer-events: none;
  cursor: default;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs {
  border-bottom: 0 solid #DAE1E7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link {
  margin-bottom: 0;
  background: 0 0;
  border: 0 solid transparent;
  border-top-left-radius: .357rem;
  border-top-right-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #EDEDED #EDEDED #DAE1E7;
  isolation: isolate;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs .nav-link.disabled {
  color: #B9B9C3;
  background-color: transparent;
  border-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #7367F0;
  background-color: transparent;
  border-color: #DAE1E7 #DAE1E7 transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #FFF;
  background-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-fill .nav-item, .nav-fill > .nav-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.nav-justified .nav-item, .nav-justified > .nav-link {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tab-content > .tab-pane {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tab-content > .active {
  display: block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xs, .navbar > .container-xxl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: inherit;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card, .navbar-nav, .progress-bar {
  -webkit-flex-direction: column;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-brand {
  margin-right: 1rem;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-brand {
    font-size: 2rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-text {
  padding-top: .358rem;
  padding-bottom: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-collapse {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: calc(1.325rem + .9vw);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .358rem;
  -webkit-transition: box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-sm .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
    display: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-md .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-lg .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-toggler {
    font-size: 2rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .navbar-expand-xxl .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card, .progress-bar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-expand .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(34, 41, 47, 0.9);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 41, 47, 0.55);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(34, 41, 47, 0.7);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 41, 47, 0.3);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(34, 41, 47, 0.9);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-toggler {
  color: rgba(34, 41, 47, 0.55);
  border-color: rgba(34, 41, 47, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 41, 47, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-text {
  color: rgba(34, 41, 47, 0.55);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(34, 41, 47, 0.9);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  background-color: #FFF;
  background-clip: border-box;
  border: 0 solid rgba(34, 41, 47, 0.125);
  border-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-footer, .card-header {
  padding: 1.5rem;
  background-color: transparent;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > hr {
  margin-right: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: .428rem;
  border-top-right-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: .428rem;
  border-bottom-left-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card > .card-header + .list-group, .card > .list-group + .card-footer {
  border-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-title {
  margin-bottom: 1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-header, .breadcrumb, .card-header, .card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-subtitle {
  margin-top: -.75rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-link + .card-link {
  margin-left: 1.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-header-pills, .card-header-tabs {
  margin-right: -.75rem;
  margin-left: -.75rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-header {
  border-bottom: 0 solid rgba(34, 41, 47, 0.125);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-header:first-child {
  border-radius: .428rem .428rem 0 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-footer {
  border-top: 0 solid rgba(34, 41, 47, 0.125);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-footer:last-child {
  border-radius: 0 0 .428rem .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-header-tabs {
  margin-bottom: -1.5rem;
  border-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-header-tabs .nav-link.active {
  background-color: #FFF;
  border-bottom-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button, .alert, .btn .badge, .page-link {
  position: relative;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-img, .card-img-top {
  border-top-left-radius: .428rem;
  border-top-right-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-img, .card-img-bottom {
  border-bottom-right-radius: .428rem;
  border-bottom-left-radius: .428rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.card-group > .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    margin-bottom: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button, .breadcrumb {
  display: -ms-flexbox;
  font-size: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: #6E6B7B;
  text-align: left;
  background-color: #FFF;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s,border-radius .15s ease;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,background 0s,border 0s,border-radius .15s ease;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge, .progress-bar {
  text-align: center;
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button:not(.collapsed) {
  color: #6E6B7B;
  background-color: transparent;
  box-shadow: inset 0 0 0 rgba(34, 41, 47, 0.125);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button::after {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3e%3cpolyline points='18 15 12 9 6 15'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button:hover {
  z-index: 2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-button:focus {
  z-index: 3;
  border-color: #7367F0;
  outline: 0;
  box-shadow: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-item {
  background-color: #FFF;
  border: 0 solid rgba(34, 41, 47, 0.125);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .357rem;
  border-top-right-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: .357rem;
  border-bottom-left-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-body {
  padding: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .3rem 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert, .toast-container > :not(:last-child) {
  margin-bottom: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-link, .page-link:focus, .page-link:hover {
  background-color: #F3F2F7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item {
  padding-left: .6rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: .6rem;
  color: #6E6B7B;
  content: var(--bs-breadcrumb-divider, "/");
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.breadcrumb-item.active {
  color: #6E6B7B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-link {
  display: block;
  color: #6E6B7B;
  border: 0 solid #DAE1E7;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: .5rem .85rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-link:hover {
  z-index: 2;
  color: #7367F0;
  border-color: #DAE1E7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-link:focus {
  z-index: 3;
  color: inherit;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(115, 103, 240, 0.25);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-item:not(:first-child) .page-link {
  margin-left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-item.active .page-link {
  z-index: 3;
  color: #7367F0;
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-item.disabled .page-link {
  color: #B9B9C3;
  pointer-events: none;
  background-color: #F3F2F7;
  border-color: #DAE1E7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-item:first-child .page-link {
  border-top-left-radius: .357rem;
  border-bottom-left-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.page-item:last-child .page-link {
  border-top-right-radius: .357rem;
  border-bottom-right-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-lg .page-link {
  padding: .5575rem 1rem;
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pagination-lg .page-link {
    font-size: 2rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .6rem;
  border-bottom-left-radius: .6rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .6rem;
  border-bottom-right-radius: .6rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-sm .page-link {
  padding: .443rem .745rem;
  font-size: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge, .tooltip-inner {
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge {
  display: inline-block;
  padding: .3rem .5rem;
  font-size: 85%;
  color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.badge:empty, .toast:not(.show) {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress, .toast, .tooltip {
  font-size: .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress, .progress-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  overflow: hidden;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn .badge {
  top: -1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert {
  padding: .71rem 1rem;
  border: 0 solid transparent;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-heading {
  color: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-link {
  font-weight: 700;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: .8875rem 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-primary {
  color: #453E90;
  background-color: #E3E1FC;
  border-color: #D5D1FB;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-primary .alert-link {
  color: #373273;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-secondary {
  color: #4E5053;
  background-color: #E6E7E8;
  border-color: #DADBDC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-secondary .alert-link {
  color: #3E4042;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-success {
  color: #187743;
  background-color: #D4F4E2;
  border-color: #BFEED4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-success .alert-link {
  color: #135F36;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-info {
  color: #007C8B;
  background-color: #CCF5FA;
  border-color: #B3F1F8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-info .alert-link {
  color: #00636F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-warning {
  color: #995F28;
  background-color: #FFECD9;
  border-color: #FFE2C7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-warning .alert-link {
  color: #7A4C20;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-danger {
  color: #8C3233;
  background-color: #FBDDDD;
  border-color: #F9CCCC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-danger .alert-link {
  color: #702829;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-light {
  color: #777B7F;
  background-color: #FDFDFD;
  border-color: #FCFCFC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-light .alert-link {
  color: #5F6266;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-dark {
  color: #2D2D2D;
  background-color: #DBDBDB;
  border-color: #C9C9C9;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.alert-dark .alert-link {
  color: #242424;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: .857rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: .857rem;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress {
  display: -webkit-box;
  display: flex;
  height: .857rem;
  background-color: rgba(115, 103, 240, 0.12);
  border-radius: 5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress-bar {
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FFF;
  background-color: #7367F0;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog-centered, .toast-header {
  display: -webkit-box;
  display: -webkit-flex;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group, .modal-content {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress-bar-striped {
  background-image: -webkit-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-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: .857rem .857rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-action {
  width: 100%;
  color: #6E6B7B;
  text-align: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #6E6B7B;
  text-decoration: none;
  background-color: #F8F8F8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-action:active {
  color: #FFF;
  background-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  color: #6E6B7B;
  background-color: #FFF;
  border: 1px solid rgba(34, 41, 47, 0.125);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item.disabled, .list-group-item:disabled {
  color: #B9B9C3;
  pointer-events: none;
  background-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item.active {
  z-index: 2;
  color: #FFF;
  background-color: #7367F0;
  border-color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: .357rem;
  border-top-right-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: .357rem;
  border-bottom-left-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: .357rem;
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: .357rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: .357rem;
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: .357rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: .357rem;
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: .357rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: .357rem;
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: .357rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: .357rem;
    border-top-right-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: .357rem;
    border-bottom-left-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-flush {
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-primary {
  color: #453E90;
  background-color: #E3E1FC;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #453E90;
  background-color: #CCCBE3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-primary.list-group-item-action.active {
  color: #FFF;
  background-color: #453E90;
  border-color: #453E90;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-secondary {
  color: #4E5053;
  background-color: #E6E7E8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #4E5053;
  background-color: #CFD0D1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-secondary.list-group-item-action.active {
  color: #FFF;
  background-color: #4E5053;
  border-color: #4E5053;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-success {
  color: #187743;
  background-color: #D4F4E2;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #187743;
  background-color: #BFDCCB;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-success.list-group-item-action.active {
  color: #FFF;
  background-color: #187743;
  border-color: #187743;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-info {
  color: #007C8B;
  background-color: #CCF5FA;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #007C8B;
  background-color: #B8DDE1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-info.list-group-item-action.active {
  color: #FFF;
  background-color: #007C8B;
  border-color: #007C8B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-warning {
  color: #995F28;
  background-color: #FFECD9;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #995F28;
  background-color: #E6D4C3;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-warning.list-group-item-action.active {
  color: #FFF;
  background-color: #995F28;
  border-color: #995F28;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-danger {
  color: #8C3233;
  background-color: #FBDDDD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #8C3233;
  background-color: #E2C7C7;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-danger.list-group-item-action.active {
  color: #FFF;
  background-color: #8C3233;
  border-color: #8C3233;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-light {
  color: #777B7F;
  background-color: #FDFDFD;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #777B7F;
  background-color: #E4E4E4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-light.list-group-item-action.active {
  color: #FFF;
  background-color: #777B7F;
  border-color: #777B7F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-dark {
  color: #2D2D2D;
  background-color: #DBDBDB;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #2D2D2D;
  background-color: #C5C5C5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.list-group-item-dark.list-group-item-action.active {
  color: #FFF;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-close {
  box-sizing: content-box;
  width: .75rem;
  height: .75rem;
  padding: .25em;
  color: currentColor;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='currentColor'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  border: 0;
  border-radius: .357rem;
  opacity: .4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-close:hover {
  color: currentColor;
  text-decoration: none;
  opacity: .65;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-close.disabled, .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .25;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-backdrop.fade, .toast.showing {
  opacity: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.toast {
  width: 380px;
  color: #6E6B7B;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
  border-radius: .286rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-content, .toast-header {
  background-color: #FFF;
  background-clip: padding-box;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  pointer-events: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.14rem;
  color: #6E6B7B;
  border-bottom: 0 solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: .286rem;
  border-top-right-radius: .286rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.toast-header .btn-close {
  margin-right: -.57rem;
  margin-left: 1.14rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.toast-body {
  padding: 1.14rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal.show .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog-scrollable .modal-body, .modal-fullscreen .modal-body, .offcanvas-body {
  overflow-y: auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  border: 0 solid rgba(34, 41, 47, 0.2);
  border-radius: .357rem;
  outline: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #22292F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-backdrop.show {
  opacity: .5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .8rem 1.4rem;
  border-bottom: 0 solid #EBE9F1;
  border-top-left-radius: .357rem;
  border-top-right-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-header .btn-close {
  padding: .4rem .7rem;
  margin: -.4rem -.7rem -.4rem auto;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-title {
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: .8rem 1.4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .8rem 1.15rem;
  border-top: 1px solid rgba(34, 41, 47, 0.05);
  border-bottom-right-radius: .357rem;
  border-bottom-left-radius: .357rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-footer > * {
  margin: .25rem;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-sm {
    max-width: 400px;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-lg, .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-xl {
    max-width: 94%;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.modal-fullscreen .modal-footer, .modal-fullscreen .modal-header {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-footer, .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-footer, .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-footer, .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-footer, .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1439.98px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-footer, .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  opacity: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tooltip.show {
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top {
  padding: .4rem 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #323232;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end {
  padding: 0 .4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #323232;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #323232;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start {
  padding: 0 .4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #323232;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.tooltip-inner {
  max-width: 220px;
  padding: .4rem .775rem;
  color: #FFF;
  text-align: center;
  background-color: #323232;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0 solid #EBE9F1;
  border-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover .popover-arrow::after, .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow {
  bottom: -.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow {
  left: -.5rem;
  width: .5rem;
  height: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow {
  top: -.5rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after {
  top: 0;
  border-width: 0 .5rem .5rem;
  border-bottom-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: '';
  border-bottom: 0 solid #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel, .carousel-inner, .carousel-item {
  position: relative;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow {
  right: -.5rem;
  width: .5rem;
  height: 1rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #EBE9F1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #FFF;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover-header {
  padding: .65rem 1.21rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #FFF;
  background-color: #7367F0;
  border-bottom: 0 solid #EBE9F1;
  border-top-left-radius: .358rem;
  border-top-right-radius: .358rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover-header:empty {
  display: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.popover-body {
  padding: 1rem;
  color: #6E6B7B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-inner {
  width: 100%;
  overflow: hidden;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-item {
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s .6s;
  transition: opacity 0s .6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #FFF;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .carousel-control-next, .carousel-control-prev {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #FFF;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-prev {
  left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-next {
  right: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 1.43rem;
  height: 1.43rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-prev-icon {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"%3e%3cpolyline points="15 18 9 12 15 6"%3e%3c/polyline%3e%3c/svg%3e');
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-control-next-icon {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"%3e%3cpolyline points="9 18 15 12 9 6"%3e%3c/polyline%3e%3c/svg%3e');
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: #FFF;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.spinner-border, .spinner-grow {
  height: 2rem;
  vertical-align: -.125em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-indicators .active {
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #FFF;
  text-align: center;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #22292F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.carousel-dark .carousel-caption {
  color: #22292F;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.spinner-border {
  display: inline-block;
  width: 2rem;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.spinner-grow {
  display: inline-block;
  width: 2rem;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  background-color: #FFF;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.hstack, .offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #22292F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-bottom, .offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder, .vr {
  background-color: currentColor;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-backdrop.show {
  opacity: .5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-header {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .8rem 1.4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-header .btn-close {
  padding: .4rem .7rem;
  margin-top: -.4rem;
  margin-right: -.7rem;
  margin-bottom: -.4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-title {
  margin-bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .8rem 1.4rem;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-start {
  top: 0;
  left: 0;
  width: 320px;
  border-right: 0 solid rgba(34, 41, 47, 0.2);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-end {
  top: 0;
  right: 0;
  width: 320px;
  border-left: 0 solid rgba(34, 41, 47, 0.2);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-top {
  top: 0;
  border-bottom: 0 solid rgba(34, 41, 47, 0.2);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas-bottom {
  border-top: 0 solid rgba(34, 41, 47, 0.2);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.offcanvas.show {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: .5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder.btn::before {
  display: inline-block;
  content: '';
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.clearfix::after, .ratio::before {
  display: block;
  content: '';
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder-xs {
  min-height: .6em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder-sm {
  min-height: .8em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.placeholder-wave {
  -webkit-mask-image: -webkit-linear-gradient(320deg, #22292F 55%, rgba(0, 0, 0, 0.8) 75%, #22292F 95%);
  mask-image: linear-gradient(130deg, #22292F 55%, rgba(0, 0, 0, 0.8) 75%, #22292F 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.clearfix::after {
  clear: both;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-primary {
  color: #7367F0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-primary:focus, .link-primary:hover {
  color: #6D62E4;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-secondary {
  color: #82868B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-secondary:focus, .link-secondary:hover {
  color: #7C7F84;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-success {
  color: #28C76F;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-success:focus, .link-success:hover {
  color: #33CA76;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-info {
  color: #00CFE8;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-info:focus, .link-info:hover {
  color: #0DD1E9;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-warning {
  color: #FF9F43;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-warning:focus, .link-warning:hover {
  color: #FFA44C;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-danger {
  color: #EA5455;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-danger:focus, .link-danger:hover {
  color: #DE5051;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-light, .link-light:focus, .link-light:hover {
  color: #F6F6F6;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-dark {
  color: #4B4B4B;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.link-dark:focus, .link-dark:hover {
  color: #474747;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio {
  position: relative;
  width: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio::before {
  padding-top: var(--bs-aspect-ratio);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fixed-bottom, .fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fixed-top {
  top: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fixed-bottom {
  bottom: 0;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.hstack {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.vstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-column, .flex-row {
  -webkit-box-direction: normal !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.vr {
  display: inline-block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  opacity: 1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-top {
  vertical-align: top !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-middle {
  vertical-align: middle !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.float-start {
  float: left !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.float-end {
  float: right !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.float-none {
  float: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.opacity-0 {
  opacity: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.opacity-100 {
  opacity: 1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.overflow-auto {
  overflow: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.overflow-visible {
  overflow: visible !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-inline {
  display: inline !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-inline-block {
  display: inline-block !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-block {
  display: block !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-grid {
  display: grid !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-table {
  display: table !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-table-row {
  display: table-row !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-table-cell {
  display: table-cell !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.d-none {
  display: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(34, 41, 47, 0.075) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 41, 47, 0.175) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.shadow-none {
  box-shadow: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.position-static {
  position: static !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.position-relative {
  position: relative !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.position-absolute {
  position: absolute !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.position-fixed {
  position: fixed !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.top-0 {
  top: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.top-50 {
  top: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.top-100 {
  top: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bottom-0 {
  bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bottom-50 {
  bottom: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bottom-100 {
  bottom: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.start-0 {
  left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.start-50 {
  left: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.start-100 {
  left: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.end-0 {
  right: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.end-50 {
  right: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.end-100 {
  right: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border {
  border: 1px solid #EBE9F1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-0 {
  border: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-top {
  border-top: 1px solid #EBE9F1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-top-0 {
  border-top: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-end {
  border-right: 1px solid #EBE9F1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-end-0 {
  border-right: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-bottom {
  border-bottom: 1px solid #EBE9F1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-start {
  border-left: 1px solid #EBE9F1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-start-0 {
  border-left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-primary {
  border-color: #7367F0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-secondary {
  border-color: #82868B !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-success {
  border-color: #28C76F !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-info {
  border-color: #00CFE8 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-warning {
  border-color: #FF9F43 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-danger {
  border-color: #EA5455 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-light {
  border-color: #F6F6F6 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-dark {
  border-color: #4B4B4B !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-white {
  border-color: #FFF !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-1 {
  border-width: 1px !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-2 {
  border-width: 2px !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-3 {
  border-width: 3px !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-4 {
  border-width: 4px !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.border-5 {
  border-width: 5px !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.w-25 {
  width: 25% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.w-50 {
  width: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.w-75 {
  width: 75% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.w-100 {
  width: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.w-auto {
  width: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mw-100 {
  max-width: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.vw-100 {
  width: 100vw !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h-25 {
  height: 25% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h-50 {
  height: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h-75 {
  height: 75% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h-100 {
  height: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.h-auto {
  height: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mh-100 {
  max-height: 100% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.vh-100 {
  height: 100vh !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-fill {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-column-reverse, .flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-flex-direction: column-reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-wrap {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-nowrap {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-0 {
  gap: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-25 {
  gap: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-50 {
  gap: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-75 {
  gap: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-1 {
  gap: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-2 {
  gap: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-3 {
  gap: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-4 {
  gap: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.gap-5 {
  gap: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-around {
  -webkit-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-items-start {
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-items-end {
  -webkit-box-align: end !important;
  -webkit-align-items: flex-end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-start {
  -webkit-align-content: flex-start !important;
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-end {
  -webkit-align-content: flex-end !important;
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-center {
  -webkit-align-content: center !important;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-between {
  -webkit-align-content: space-between !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-around {
  -webkit-align-content: space-around !important;
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-content-stretch {
  -webkit-align-content: stretch !important;
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-auto {
  -webkit-align-self: auto !important;
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-start {
  -webkit-align-self: flex-start !important;
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-end {
  -webkit-align-self: flex-end !important;
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-center {
  -webkit-align-self: center !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-baseline {
  -webkit-align-self: baseline !important;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.align-self-stretch {
  -webkit-align-self: stretch !important;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-0 {
  margin: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-25 {
  margin: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-50 {
  margin: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-75 {
  margin: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-1 {
  margin: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-2 {
  margin: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-3 {
  margin: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-4 {
  margin: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-5 {
  margin: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.m-auto {
  margin: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-25 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-50 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-75 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-4 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-5 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-25 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-50 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-75 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-4 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-0 {
  margin-top: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-25 {
  margin-top: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-50 {
  margin-top: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-75 {
  margin-top: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-1 {
  margin-top: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-2 {
  margin-top: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-3 {
  margin-top: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-4 {
  margin-top: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-5 {
  margin-top: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mt-auto {
  margin-top: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-0 {
  margin-right: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-25 {
  margin-right: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-50 {
  margin-right: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-75 {
  margin-right: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-1 {
  margin-right: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-2 {
  margin-right: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-3 {
  margin-right: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-4 {
  margin-right: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-5 {
  margin-right: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.me-auto {
  margin-right: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-25 {
  margin-bottom: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-50 {
  margin-bottom: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-75 {
  margin-bottom: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-1 {
  margin-bottom: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-2 {
  margin-bottom: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-3 {
  margin-bottom: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-4 {
  margin-bottom: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-5 {
  margin-bottom: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-0 {
  margin-left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-25 {
  margin-left: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-50 {
  margin-left: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-75 {
  margin-left: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-1 {
  margin-left: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-2 {
  margin-left: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-3 {
  margin-left: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-4 {
  margin-left: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-5 {
  margin-left: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ms-auto {
  margin-left: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-0 {
  padding: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-25 {
  padding: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-50 {
  padding: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-75 {
  padding: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-1 {
  padding: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-2 {
  padding: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-3 {
  padding: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-4 {
  padding: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.p-5 {
  padding: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-25 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-50 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-75 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-4 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.px-5 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-25 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-50 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-75 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-4 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.py-5 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-0 {
  padding-top: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-25 {
  padding-top: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-50 {
  padding-top: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-75 {
  padding-top: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-1 {
  padding-top: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-2 {
  padding-top: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-3 {
  padding-top: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-4 {
  padding-top: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pt-5 {
  padding-top: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-0 {
  padding-right: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-25 {
  padding-right: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-50 {
  padding-right: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-75 {
  padding-right: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-1 {
  padding-right: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-2 {
  padding-right: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-3 {
  padding-right: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-4 {
  padding-right: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-5 {
  padding-right: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-25 {
  padding-bottom: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-50 {
  padding-bottom: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-75 {
  padding-bottom: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-1 {
  padding-bottom: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-2 {
  padding-bottom: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-3 {
  padding-bottom: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-4 {
  padding-bottom: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pb-5 {
  padding-bottom: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-0 {
  padding-left: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-25 {
  padding-left: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-50 {
  padding-left: 0.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-75 {
  padding-left: 0.75rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-1 {
  padding-left: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-2 {
  padding-left: 1.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-3 {
  padding-left: 3rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-4 {
  padding-left: 3.5rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.ps-5 {
  padding-left: 4rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-1 {
  font-size: calc(1.325rem + .9vw) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-2 {
  font-size: calc(1.2964rem + .5568vw) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-3 {
  font-size: calc(1.275rem + .3vw) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-4 {
  font-size: calc(1.2536rem + .0432vw) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-5 {
  font-size: 1.07rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fs-6 {
  font-size: 1rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fst-italic {
  font-style: italic !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fst-normal {
  font-style: normal !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fw-light {
  font-weight: 300 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fw-normal {
  font-weight: 400 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fw-bold {
  font-weight: 500 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.fw-bolder {
  font-weight: 600 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.lh-1, .lh-sm {
  line-height: 1 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.lh-base {
  line-height: 1.45 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.lh-lg {
  line-height: 1.25 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-start {
  text-align: left !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-end {
  text-align: right !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-center {
  text-align: center !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-wrap {
  white-space: normal !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-nowrap {
  white-space: nowrap !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-muted {
  --bs-text-opacity:1;
  color: #B9B9C3 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(34, 41, 47, 0.5) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-opacity-25 {
  --bs-text-opacity:0.25;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-opacity-50 {
  --bs-text-opacity:0.5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-opacity-75 {
  --bs-text-opacity:0.75;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.text-opacity-100 {
  --bs-text-opacity:1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-opacity-100 {
  --bs-bg-opacity:1;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-none {
  pointer-events: none !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.pe-auto {
  pointer-events: auto !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded {
  border-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-1 {
  border-radius: 0.25rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-2 {
  border-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-3 {
  border-radius: 0.6rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-pill {
  border-radius: 50rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-end, .rounded-top {
  border-top-right-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-bottom, .rounded-end {
  border-bottom-right-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-bottom, .rounded-start {
  border-bottom-left-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.rounded-start, .rounded-top {
  border-top-left-radius: 0.357rem !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.visible {
  visibility: visible !important;
}

/* line 6, vendor/stylesheets/bootstrap.min.css */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-sm-start {
    float: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-sm-end {
    float: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-sm-none {
    float: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-sm-none {
    display: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-25 {
    gap: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-50 {
    gap: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-75 {
    gap: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-1 {
    gap: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-2 {
    gap: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-3 {
    gap: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-4 {
    gap: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-sm-5 {
    gap: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-25 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-50 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-75 {
    margin: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-1 {
    margin: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-2 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-3 {
    margin: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-4 {
    margin: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-5 {
    margin: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-25 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-50 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-75 {
    margin-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-2 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-4 {
    margin-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-5 {
    margin-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-25 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-50 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-75 {
    margin-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-1 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-2 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-3 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-4 {
    margin-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-5 {
    margin-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-25 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-50 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-75 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-2 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-4 {
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-5 {
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-25 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-50 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-75 {
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-1 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-2 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-3 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-4 {
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-5 {
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-25 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-50 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-75 {
    padding: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-1 {
    padding: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-2 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-3 {
    padding: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-4 {
    padding: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-sm-5 {
    padding: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-sm-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-sm-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-25 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-50 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-75 {
    padding-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-2 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-4 {
    padding-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-sm-5 {
    padding-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-25 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-50 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-75 {
    padding-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-1 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-2 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-3 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-4 {
    padding-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-sm-5 {
    padding-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-25 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-50 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-75 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-2 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-4 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-sm-5 {
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-25 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-50 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-75 {
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-1 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-2 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-3 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-4 {
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-sm-5 {
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-md-start {
    float: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-md-end {
    float: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-md-none {
    float: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-md-none {
    display: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-25 {
    gap: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-50 {
    gap: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-75 {
    gap: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-1 {
    gap: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-2 {
    gap: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-3 {
    gap: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-4 {
    gap: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-md-5 {
    gap: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-25 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-50 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-75 {
    margin: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-1 {
    margin: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-2 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-3 {
    margin: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-4 {
    margin: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-5 {
    margin: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-25 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-50 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-75 {
    margin-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-2 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-4 {
    margin-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-5 {
    margin-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-25 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-50 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-75 {
    margin-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-1 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-2 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-3 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-4 {
    margin-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-5 {
    margin-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-25 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-50 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-75 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-2 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-4 {
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-5 {
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-25 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-50 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-75 {
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-1 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-2 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-3 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-4 {
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-5 {
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-25 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-50 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-75 {
    padding: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-1 {
    padding: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-2 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-3 {
    padding: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-4 {
    padding: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-md-5 {
    padding: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-md-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-md-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-25 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-50 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-75 {
    padding-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-2 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-4 {
    padding-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-md-5 {
    padding-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-25 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-50 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-75 {
    padding-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-1 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-2 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-3 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-4 {
    padding-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-md-5 {
    padding-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-25 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-50 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-75 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-2 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-4 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-md-5 {
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-25 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-50 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-75 {
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-1 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-2 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-3 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-4 {
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-md-5 {
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-md-start {
    text-align: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-md-end {
    text-align: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-lg-start {
    float: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-lg-end {
    float: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-lg-none {
    float: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-lg-none {
    display: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-25 {
    gap: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-50 {
    gap: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-75 {
    gap: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-1 {
    gap: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-2 {
    gap: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-3 {
    gap: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-4 {
    gap: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-lg-5 {
    gap: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-25 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-50 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-75 {
    margin: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-1 {
    margin: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-2 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-3 {
    margin: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-4 {
    margin: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-5 {
    margin: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-25 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-50 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-75 {
    margin-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-2 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-4 {
    margin-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-5 {
    margin-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-25 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-50 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-75 {
    margin-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-1 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-2 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-3 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-4 {
    margin-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-5 {
    margin-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-25 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-50 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-75 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-2 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-4 {
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-5 {
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-25 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-50 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-75 {
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-1 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-2 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-3 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-4 {
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-5 {
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-25 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-50 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-75 {
    padding: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-1 {
    padding: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-2 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-3 {
    padding: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-4 {
    padding: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-lg-5 {
    padding: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-lg-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-lg-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-25 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-50 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-75 {
    padding-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-2 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-4 {
    padding-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-lg-5 {
    padding-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-25 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-50 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-75 {
    padding-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-1 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-2 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-3 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-4 {
    padding-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-lg-5 {
    padding-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-25 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-50 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-75 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-2 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-4 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-lg-5 {
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-25 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-50 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-75 {
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-1 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-2 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-3 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-4 {
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-lg-5 {
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xl-start {
    float: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xl-end {
    float: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xl-none {
    float: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xl-none {
    display: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-25 {
    gap: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-50 {
    gap: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-75 {
    gap: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-1 {
    gap: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-2 {
    gap: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-3 {
    gap: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-4 {
    gap: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xl-5 {
    gap: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-25 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-50 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-75 {
    margin: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-1 {
    margin: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-2 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-3 {
    margin: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-4 {
    margin: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-5 {
    margin: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-25 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-50 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-75 {
    margin-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-2 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-4 {
    margin-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-5 {
    margin-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-25 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-50 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-75 {
    margin-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-1 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-2 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-3 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-4 {
    margin-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-5 {
    margin-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-25 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-50 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-75 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-2 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-4 {
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-5 {
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-25 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-50 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-75 {
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-1 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-2 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-3 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-4 {
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-5 {
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-25 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-50 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-75 {
    padding: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-1 {
    padding: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-2 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-3 {
    padding: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-4 {
    padding: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xl-5 {
    padding: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-25 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-50 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-75 {
    padding-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-2 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-4 {
    padding-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xl-5 {
    padding-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-25 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-50 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-75 {
    padding-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-1 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-2 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-3 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-4 {
    padding-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xl-5 {
    padding-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-25 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-50 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-75 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-2 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-4 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xl-5 {
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-25 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-50 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-75 {
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-1 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-2 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-3 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-4 {
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xl-5 {
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xl-center {
    text-align: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .fs-1 {
    font-size: 2rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .fs-2 {
    font-size: 1.714rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .fs-3 {
    font-size: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .fs-4 {
    font-size: 1.286rem !important;
  }
}

@media (min-width: 1440px) {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xxl-start {
    float: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xxl-end {
    float: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .float-xxl-none {
    float: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-xxl-none {
    display: none !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-25 {
    gap: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-50 {
    gap: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-75 {
    gap: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-1 {
    gap: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-2 {
    gap: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-3 {
    gap: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-4 {
    gap: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .gap-xxl-5 {
    gap: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-25 {
    margin: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-50 {
    margin: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-75 {
    margin: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-1 {
    margin: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-2 {
    margin: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-3 {
    margin: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-4 {
    margin: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-5 {
    margin: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-50 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-2 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-4 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-5 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-50 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-2 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-4 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-5 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-25 {
    margin-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-50 {
    margin-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-75 {
    margin-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-1 {
    margin-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-2 {
    margin-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-3 {
    margin-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-4 {
    margin-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-5 {
    margin-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-25 {
    margin-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-50 {
    margin-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-75 {
    margin-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-1 {
    margin-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-2 {
    margin-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-3 {
    margin-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-4 {
    margin-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-5 {
    margin-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-25 {
    margin-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-50 {
    margin-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-75 {
    margin-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-2 {
    margin-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-4 {
    margin-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-5 {
    margin-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-25 {
    margin-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-50 {
    margin-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-75 {
    margin-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-1 {
    margin-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-2 {
    margin-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-3 {
    margin-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-4 {
    margin-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-5 {
    margin-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-25 {
    padding: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-50 {
    padding: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-75 {
    padding: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-1 {
    padding: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-2 {
    padding: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-3 {
    padding: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-4 {
    padding: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .p-xxl-5 {
    padding: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-50 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-4 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .px-xxl-5 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-50 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-4 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .py-xxl-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-25 {
    padding-top: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-50 {
    padding-top: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-75 {
    padding-top: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-1 {
    padding-top: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-2 {
    padding-top: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-3 {
    padding-top: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-4 {
    padding-top: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pt-xxl-5 {
    padding-top: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-25 {
    padding-right: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-50 {
    padding-right: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-75 {
    padding-right: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-1 {
    padding-right: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-2 {
    padding-right: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-3 {
    padding-right: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-4 {
    padding-right: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pe-xxl-5 {
    padding-right: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-25 {
    padding-bottom: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-50 {
    padding-bottom: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-75 {
    padding-bottom: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-1 {
    padding-bottom: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-2 {
    padding-bottom: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-3 {
    padding-bottom: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-4 {
    padding-bottom: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .pb-xxl-5 {
    padding-bottom: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-25 {
    padding-left: 0.25rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-50 {
    padding-left: 0.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-75 {
    padding-left: 0.75rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-1 {
    padding-left: 1rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-2 {
    padding-left: 1.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-3 {
    padding-left: 3rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-4 {
    padding-left: 3.5rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .ps-xxl-5 {
    padding-left: 4rem !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media print {
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-inline {
    display: inline !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-block {
    display: block !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-grid {
    display: grid !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-table {
    display: table !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  /* line 6, vendor/stylesheets/bootstrap.min.css */
  .d-print-none {
    display: none !important;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bullet, .spinner, .spinner-reverse {
  display: inline-block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropend .dropdown-menu, .dropstart .dropdown-menu, .dropup .dropdown-menu {
  min-width: 8rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
a:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-style-icons {
  padding-left: 10px;
  margin-left: 0;
  list-style: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-style-icons > li i, .list-style-icons > li svg {
  margin-right: 6px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.pull-up {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 24px rgba(62, 57, 107, 0.2);
  z-index: 30;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.spinner {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

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

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

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.spinner-reverse {
  -webkit-animation: spin-reverse 1s linear infinite;
  animation: spin-reverse 1s linear infinite;
}

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

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

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bullet.bullet-xs {
  width: .5rem;
  height: .5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bullet.bullet-sm {
  width: .714rem;
  height: .714rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bullet.bullet-lg {
  width: 1.25rem;
  height: 1.25rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.section-label {
  font-size: .85rem;
  color: #B9B9C3;
  text-transform: uppercase;
  letter-spacing: .6px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cell-fit {
  width: .1%;
  white-space: nowrap;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.match-height > [class*=col] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.match-height > [class*=col] > .card {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-body-heading {
  color: #5E5873;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-body-heading:hover {
  color: inherit !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-body[href]:hover {
  color: #6D62E4 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
code {
  padding: .1rem .4rem;
  font-size: 90%;
  color: #D63384;
  background-color: #EEE;
  border-radius: .1785rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .table, .card .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .table, .card .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
pre {
  background-color: #F7F7F9;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
pre code {
  background-color: transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table-white-space td, .table-white-space th {
  white-space: nowrap;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table tfoot th, .table thead th {
  vertical-align: top;
  text-transform: uppercase;
  font-size: .857rem;
  letter-spacing: .5px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table.table-sm td, .table.table-sm th {
  padding: .3rem .5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table.table-sm td:first-child, .table.table-sm th:first-child {
  padding-left: .75rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table.table-dark tr > * {
  border-bottom-color: #3B4253 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table:not(.table-dark):not(.table-light) tfoot:not(.table-dark) th, .table:not(.table-dark):not(.table-light) thead:not(.table-dark) th {
  background-color: #F3F2F7;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table-hover tbody tr {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .table {
  margin-bottom: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .table tbody tr:last-child > * {
  border-bottom-width: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table.table-flush-spacing tbody tr > td:first-child, .table.table-flush-spacing thead tr > td:first-child {
  padding-left: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.table.table-flush-spacing tbody tr > td:last-child, .table.table-flush-spacing thead tr > td:last-child {
  padding-right: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.col-form-label, .col-form-label-lg, .col-form-label-sm {
  font-size: .857rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control::-webkit-input-placeholder {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control::-moz-placeholder {
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:-ms-input-placeholder {
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control::-ms-input-placeholder {
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control::placeholder {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:focus::-webkit-input-placeholder {
  -webkit-transform: translate(5px);
  transform: translate(5px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:focus::-moz-placeholder {
  transform: translate(5px);
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:focus:-ms-input-placeholder {
  -ms-transform: translate(5px);
  transform: translate(5px);
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:focus::-ms-input-placeholder {
  -ms-transform: translate(5px);
  transform: translate(5px);
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control:focus::placeholder {
  -webkit-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control.is-valid:focus, .form-control:focus:valid {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
textarea.form-control {
  line-height: 1.6rem;
  padding: 0.8rem 1rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
textarea.form-control-sm {
  padding: 0.4rem 0.857rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
textarea.form-control-lg {
  padding: 1rem 1.143rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group:not(.bootstrap-touchspin):focus-within {
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #7367F0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-valid, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-valid {
  border-color: #28C76F;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group:not(.bootstrap-touchspin):focus-within .form-control.is-invalid, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text.is-invalid {
  border-color: #EA5455;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.is-valid .input-group-text {
  border-color: #28C76F !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.is-valid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #28C76F;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.is-invalid .input-group-text {
  border-color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.is-invalid:not(.bootstrap-touchspin):focus-within .input-group-text {
  border-color: #EA5455;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.disabled .input-group-text {
  background-color: #EFEFEF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group.round .form-control, .input-group.round .input-group-text, .input-group.round:focus-within {
  border-radius: 1.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge.badge-square, .input-group.square .form-control, .input-group.square .input-group-text, .input-group.square:focus-within {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group-text {
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .input-group-text {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.input-group-merge .form-control.is-valid .input-group-text {
  border-color: #28C76F;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked {
  background-size: 65%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-check:not(.form-switch) .form-check-input:disabled:not(:checked) {
  background-color: #EFEFEF;
  border-color: #EFEFEF;
  opacity: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-check-input:not(:disabled):checked {
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked, .form-switch .form-check-input:not(:disabled):checked, .form-switch .form-check-input:not(:disabled):focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-check-input:not(:disabled):indeterminate {
  background-size: 85%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input {
  height: 1.7rem;
  border: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:not(:checked) {
  background-color: #E2E2E2;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:active {
  -webkit-filter: none;
  filter: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label {
  line-height: 1.7rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label .switch-icon-left, .form-switch .form-check-label .switch-icon-right, .form-switch .form-check-label .switch-text-left, .form-switch .form-check-label .switch-text-right {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.65;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label .switch-icon-left i, .form-switch .form-check-label .switch-icon-left svg, .form-switch .form-check-label .switch-icon-right i, .form-switch .form-check-label .switch-icon-right svg, .form-switch .form-check-label .switch-text-left i, .form-switch .form-check-label .switch-text-left svg, .form-switch .form-check-label .switch-text-right i, .form-switch .form-check-label .switch-text-right svg {
  height: 13px;
  width: 13px;
  font-size: 13px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label .switch-icon-left, .form-switch .form-check-label .switch-text-left {
  left: 6px;
  top: 0;
  color: #FFF;
  opacity: 0;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  transform: translateX(8px);
  -webkit-transition: opacity .1s ease,-webkit-transform .15s ease;
  transition: opacity .1s ease,-webkit-transform .15s ease;
  transition: opacity .1s ease,transform .15s ease;
  transition: opacity .1s ease,transform .15s ease,-webkit-transform .15s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label .switch-icon-right, .form-switch .form-check-label .switch-text-right {
  left: 25px;
  top: 0;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 80ms ease,-webkit-transform .15s ease;
  transition: opacity 80ms ease,-webkit-transform .15s ease;
  transition: opacity 80ms ease,transform .15s ease;
  transition: opacity 80ms ease,transform .15s ease,-webkit-transform .15s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-label:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label::before {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label::after {
  -webkit-transform: translateX(1.4rem);
  -ms-transform: translateX(1.4rem);
  transform: translateX(1.4rem);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label .switch-icon-left, .form-switch .form-check-input:checked ~ .form-check-label .switch-text-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label .switch-icon-right, .form-switch .form-check-input:checked ~ .form-check-label .switch-text-right {
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
  opacity: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-left {
  opacity: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:not(:checked) ~ .form-check-label .switch-text-right {
  opacity: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label .switch-text-right {
  opacity: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-switch .form-check-input:checked ~ .form-check-label .switch-text-left {
  opacity: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-floating > .form-control:focus ~ label {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.form-floating > label {
  opacity: .65;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.textarea-counter-value {
  background-color: #7367F0;
  color: #FFF;
  padding: 1px 6px;
  font-size: .6rem;
  border-radius: 0 0 5px 5px;
  margin-right: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.disabled-max-min, .btn.disabled-max-min:active, .btn.disabled-max-min:focus {
  background-color: rgba(34, 41, 47, 0.5) !important;
  cursor: default;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  border-color: transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.picker__input.form-control {
  background-color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
  -webkit-text-fill-color: #6E6B7B !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn {
  box-shadow: none;
  font-weight: 500;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn[class*=bg-gradient-] {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn[class*=bg-gradient-]:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.btn-icon {
  padding: .715rem .736rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.btn-sm.btn-icon {
  padding: .5rem;
  line-height: .5;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.btn-lg.btn-icon {
  padding: 1rem;
  line-height: .75;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.active, .btn.focus, .btn:active, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.active:not(:disabled):not(.disabled):focus, .btn:not(:disabled):not(.disabled):active:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn .feather {
  vertical-align: bottom;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-check:active + [class*=btn-], .btn-check:checked + [class*=btn-] {
  outline: 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn.waves-input-wrapper {
  padding: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-pinned {
  position: absolute;
  top: 1.2rem;
  right: .7rem;
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .btn-sm-block {
    display: block;
    width: 100%;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.waves-effect {
  cursor: inherit;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle-split {
  padding-right: .78947rem;
  padding-left: .78947rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: 1.14286rem;
  padding-left: 1.14286rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .52632rem;
  padding-left: .52632rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group [class*=btn-]:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]) {
  border-left-color: rgba(34, 41, 47, 0.08) !important;
  border-right-color: rgba(34, 41, 47, 0.08) !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-child, .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):first-of-type {
  border-left-color: transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-child, .btn-group > .btn:not([class*=btn-outline-]):not([class*=btn-flat-]):not([class*=btn-gradient-]):not([class*=btn-relief-]):last-of-type {
  border-right-color: transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group-toggle [class*=btn-outline-]:not(:last-child) {
  border-right-width: 0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.btn-group-toggle .active:not([class*=btn-outline-]), .btn-group-toggle :not([class*=btn-outline-]):active {
  box-shadow: inset 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown .dropdown-toggle.dropdown-toggle-split[class*=btn-outline-] {
  border-left: 0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown.no-arrow .dropdown-toggle:after {
  display: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown.no-arrow .dropdown-toggle i, .dropdown.no-arrow .dropdown-toggle svg {
  margin-right: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu {
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu .dropdown-item {
  width: auto;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu .dropdown-header {
  font-weight: 500;
  line-height: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.show > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  display: block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle-hide-arrow > .dropdown-toggle::after, .dropdown-toggle-hide-arrow > .dropdown-toggle::before, .dropdown-toggle.hide-arrow::after, .dropdown-toggle.hide-arrow::before, .dropdown-toggle.nav-hide-arrow::after, .dropdown.dropdown-icon-wrapper .dropdown-toggle:after, .dropup.dropdown-icon-wrapper .dropdown-toggle:after, .header-navbar:not(.navbar-horizontal) .nav-link.dropdown-toggle::after {
  display: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.show .btn.dropdown-toggle:focus, .show .dropdown-toggle:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle::after {
  border: none !important;
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  color: #6E6B7B;
  width: 14px;
  height: 11px;
  position: relative;
  top: 1px;
  right: 0;
  left: .714rem;
  padding: 0;
  margin: 0;
  vertical-align: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle.btn-lg::after {
  background-size: 18px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle.btn-sm::after {
  background-size: 14px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropend .dropdown-toggle::after, .dropstart .dropdown-toggle::before, .dropup .dropdown-toggle::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 14px;
  height: 11px;
  content: '';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle.dropdown-toggle-split:after {
  left: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropup {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropup .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  vertical-align: .05rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropstart .dropdown-toggle::before {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  position: relative;
  left: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropend .dropdown-toggle::after {
  border: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-header, .header-navbar.navbar-border {
  border-bottom: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu[data-popper-placement=bottom-start], .dropdown-menu[data-popper-placement=bottom-end] {
  margin-top: 0.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu[data-popper-placement=top-start], .dropdown-menu[data-popper-placement=top-end] {
  margin-bottom: 0.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu[data-popper-placement=right-start], .dropdown-menu[data-popper-placement=right-end] {
  margin-left: 0.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown-menu[data-popper-placement=left-start], .dropdown-menu[data-popper-placement=left-end] {
  margin-right: 0.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown.dropdown-icon-wrapper .dropdown-menu, .dropup.dropdown-icon-wrapper .dropdown-menu {
  min-width: auto;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item {
  padding: .5rem 1.1rem;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropdown.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item i, .dropup.dropdown-icon-wrapper .dropdown-menu .dropdown-item svg {
  height: 1.3rem;
  width: 1.3rem;
  font-size: 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .dropdown-menu, .horizontal-menu-wrapper .dropdown-menu {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@-webkit-keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes slideIn {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    opacity: 0;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar {
  padding: 0;
  min-height: 4.45rem;
  font-family: Montserrat,Helvetica,Arial,serif;
  -webkit-transition: .3s ease all,background 0s;
  transition: .3s ease all,background 0s;
  z-index: 997;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar.fixed-top, .header-navbar.floating-nav {
  left: 260px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar[class*=bg-] .navbar-nav .nav-item > a, .header-navbar[class*=bg-] .navbar-nav .nav-item > a i, .header-navbar[class*=bg-] .navbar-nav .nav-item > a span, .header-navbar[class*=bg-] .navbar-nav .nav-item > a svg {
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar[class*=bg-] .navbar-nav .nav-item .dropdown-menu i, .header-navbar[class*=bg-] .navbar-nav .nav-item .dropdown-menu svg {
  color: inherit !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar[class*=bg-] .navbar-nav .search-input .input, .header-navbar[class*=bg-] .navbar-nav .search-input .search-list .auto-suggestion span {
  color: #6E6B7B !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar.floating-nav {
  position: fixed;
  right: 0;
  margin: 1.3rem auto 0;
  width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 260px);
  border-radius: .428rem;
  z-index: 12;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar.navbar-static-top {
  top: 0;
  right: 0;
  left: 260px;
  width: calc(100vw - (100vw - 100%) - 260px);
  background: 0 0;
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card, .header-navbar.navbar-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar.navbar-dark.navbar-border {
  border-bottom: 1px solid #3B4253;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container {
  padding: .8rem 1rem;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  margin-left: 0;
}

@media (min-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container {
    padding: .8rem 1.4rem;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .bookmark-wrapper .bookmark-input {
  z-index: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-language .selected-language {
  font-weight: 500;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-language .dropdown-menu .dropdown-item .flag-icon, .header-navbar .navbar-container .dropdown-language .nav-link .flag-icon {
  margin-right: .4rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li {
  line-height: 1.5;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.vertical-layout .header-navbar .navbar-container ul.navbar-nav li.dropdown .dropdown-menu {
  top: 41px !important;
  right: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-language .dropdown-menu.dropdown-menu-end {
  right: -2px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .badge.badge-up, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .badge.badge-up {
  right: -3px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-end, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-end {
  right: -2px;
  padding: 0;
  left: inherit;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu.dropdown-menu-end::before, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu.dropdown-menu-end::before {
  background: #7367F0;
  border-color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item:hover, .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item img {
  background: #F8F8F8;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header {
  border-top-left-radius: .357rem;
  border-top-right-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-header .dropdown-header, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-header .dropdown-header {
  padding: 1.22rem 1.28rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .notification-text, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .notification-text {
  margin-bottom: .5rem;
  font-size: smaller;
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .dropdown-menu-footer, .header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .dropdown-menu-footer {
  padding: 1.28rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-notification .list-item-body .media-heading {
  color: #6E6B7B;
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item:hover .cart-item-remove {
  visibility: visible;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading {
  width: 8rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading h6.cart-item-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .media-heading .cart-item-by {
  color: #B9B9C3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .list-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-price {
  margin-bottom: 0;
  width: 5rem;
  text-align: right;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
  position: absolute;
  top: 10px;
  right: 17px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: #6E6B7B;
  padding: 0 .5rem;
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user {
  line-height: 1 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] [class*=icon-], .navbar-dark .navbar-nav li {
  line-height: 1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu {
  width: 12rem;
  margin-top: 10px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu i, .header-navbar .navbar-container ul.navbar-nav li.dropdown-user .dropdown-menu svg {
  height: 16px;
  width: 16px;
  font-size: 16px;
  vertical-align: top;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
  display: inline-block;
  margin-bottom: .435rem;
  margin-left: .2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-status {
  font-size: smaller;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link img {
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.menu-toggle i, .header-navbar .navbar-container ul.navbar-nav li a.menu-toggle svg {
  height: 1.6rem;
  width: 1.6rem;
  font-size: 1.6rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: left;
  margin-right: .8rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li div.input-group {
  padding: .7rem 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li i.ficon, .header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  height: 1.5rem;
  width: 1.5rem;
  font-size: 1.5rem;
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover, .header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li .media-list {
  max-height: 25rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container ul.navbar-nav li .scrollable-container {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media {
  width: 30rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: .9rem 1.28rem;
  border: none;
  border-bottom: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .media-list .list-item .media-meta {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .media-list a:last-of-type .list-item {
  border-bottom: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar .navbar-container .dropdown-menu-media .dropdown-menu-footer {
  border-top: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.header-navbar-shadow {
  display: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-floating .navbar-container:not(.main-menu-content) {
  padding: .8rem 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-floating .header-navbar-shadow {
  display: block;
  background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.95) 44%, rgba(248, 248, 248, 0.46) 73%, rgba(255, 255, 255, 0));
  padding-top: 2.2rem;
  background-repeat: repeat;
  width: 100%;
  height: 102px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-light, .navbar-light.navbar-horizontal {
  background: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-light .navbar-nav .active.nav-link {
  background-color: rgba(34, 41, 47, 0.03);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-light .navbar-nav .disabled.nav-link {
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark {
  background: #B8C2CC;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark .navbar-brand {
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark.navbar-horizontal {
  background: #B8C2CC;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark .nav-search .btn-secondary, .navbar-dark .nav-search .form-control {
  color: #FFF;
  background: #B8C2CC;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark .navbar-nav .active.nav-link {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.navbar-dark .navbar-nav .disabled.nav-link {
  color: #DAE1E7;
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .dropdown, .header-navbar .dropend, .header-navbar .dropstart, .header-navbar .dropup, .header-navbar .navbar-nav .show {
    position: static;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav .open-navbar-container {
    padding-top: .625rem;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container .show ~ .dropdown-menu {
    right: 0;
    left: 0 !important;
    float: none;
    width: auto !important;
    margin-top: 0;
    overflow: hidden;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container .dropdown-user .dropdown-menu-end {
    right: 0 !important;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container ul.navbar-nav li .dropdown-toggle::after {
    margin-right: 0;
    margin-left: -2px;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .navbar-dark .navbar-header .navbar-nav .nav-link {
    color: #FFF;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .navbar-dark .navbar-container .navbar-nav .nav-link, .navbar-light .navbar-container .navbar-nav .nav-link, .navbar-light .navbar-header .navbar-nav .nav-link {
    color: #B8C2CC;
  }
}

@media (max-width: 1199.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2));
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar.navbar-static-top {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav .nav-item {
    float: left;
  }
}

@media (max-width: 767px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-nav .nav-item {
    float: left;
  }
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar.floating-nav {
    width: calc(100vw - (100vw - 100%) - calc(2rem + .4rem)) !important;
    margin-left: calc(2rem - .8rem);
    margin-right: calc(2rem - .8rem);
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container ul.navbar-nav li .selected-language {
    display: none;
  }
}

@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 180px;
  }
}

@media only screen and (min-device-width: 29.57em) and (max-device-width: 52.57em) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container .show .dropdown-menu {
    max-height: 280px;
  }
}

@media (max-width: 1201px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar.fixed-top, .header-navbar.floating-nav {
    left: 0;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .horizontal-layout .header-navbar .navbar-container {
    padding-left: .8rem;
    padding-right: .8rem;
  }
}

@media (max-width: 1199px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name {
    margin-bottom: 0;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card {
  margin-bottom: 2rem;
  -webkit-transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
  transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert.alert-dismissible .btn-close, .box-shadow-0, .card .card {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-title {
  font-weight: 500;
  font-size: 1.285rem;
  margin-bottom: 1.53rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-bordered {
  border: 0 solid rgba(34, 41, 47, 0.125);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-img {
  -o-object-fit: cover;
  object-fit: cover;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-img-overlay {
  border-radius: .428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-body[class*=border-bottom-] {
  border-bottom-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-img-overlay.bg-overlay {
  background: rgba(34, 41, 47, 0.45);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-footer, .card-transparent {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-img-overlay .text-muted {
  color: #1E1E1E !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card.card-minimal {
  border: none;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .card-title {
  margin-bottom: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements {
  position: relative;
  top: -1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements li:not(:first-child) a {
  margin-left: .75rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements a.btn {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements a i, .card .card-header .heading-elements a svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements a[data-action=collapse] i, .card .card-header .heading-elements a[data-action=collapse] svg {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  display: inline-block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header .heading-elements a.rotate[data-action=collapse] i, .card .card-header .heading-elements a.rotate[data-action=collapse] svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-header + .card-body, .card .card-header + .card-content > .card-body:first-of-type {
  padding-top: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card .card-footer {
  border-top: 1px solid #DAE1E7;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-group {
  margin-bottom: .75rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-head-inverse, .card-head-inverse .heading-elements i, .card-head-inverse .heading-elements svg {
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-white .card-img-overlay .text-muted {
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-white code {
  background-color: #fff;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.text-white .heading-elements i, .text-white .heading-elements svg {
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.overlay-img-card .card-img-overlay, .overlay-img-card img {
  max-height: 34.64rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .card-body, .card-content {
    min-height: 1px;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-congratulations {
  background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
  background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-congratulations .congratulations-img-left {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .card-congratulations .congratulations-img-left {
    width: 140px;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-congratulations .congratulations-img-right {
  width: 175px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .card-congratulations .congratulations-img-right {
    width: 140px;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-congratulations .avatar {
  margin-bottom: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.congratulation-medal {
  position: absolute;
  top: 0;
  right: 37px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-deposits .deposits-divider {
  margin-top: 1.8rem;
  margin-bottom: 1.4rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-employee-task .employee-task:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .meetup-img-wrapper {
  background-color: rgba(115, 103, 240, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .meetup-header {
  margin-bottom: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .meetup-header .meetup-day {
  text-align: center;
  border-right: 1px solid #D8D6DE;
  padding-right: 1.3rem;
  margin-right: 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .meetings .avatar .avatar-content {
  width: 34px;
  height: 34px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .meetings + .meetings {
  margin-top: 1.2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-developer-meetup .avatar-group {
  margin-top: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile {
  text-align: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile .card-body {
  position: relative;
  padding: 5rem 2.3rem 1.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile .card-body .profile-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile .card-body .profile-image-wrapper .profile-image {
  position: absolute;
  top: -4rem;
  padding: .5rem;
  border-radius: 50%;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(34, 41, 47, 0.14);
  margin-bottom: 1.15rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile .card-body .profile-image-wrapper .profile-image img {
  width: 100px;
  height: 100px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-profile .card-body .profile-badge {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-apply-job .apply-job-package {
  padding: 1.2rem;
  margin-bottom: 1.15rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-apply-job .apply-job-package sup {
  top: -.8rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-transaction .transaction-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-transaction .transaction-item:not(:last-child) {
  margin-bottom: 1.2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-transaction .transaction-item .avatar {
  margin-right: 1.2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-transaction .transaction-item .avatar .avatar-content {
  width: 42px;
  height: 42px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-transaction .transaction-item .transaction-title {
  margin-bottom: .2rem;
  margin-top: .2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-user-timeline .user-timeline-title-icon {
  width: 1.714rem;
  height: 1.714rem;
  margin-right: 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-user-timeline .timeline .timeline-item:last-child .timeline-event {
  min-height: auto;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-user-timeline .timeline .timeline-item:not(:last-child) {
  padding-bottom: 2.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.business-card .business-items:not(:last-child) {
  margin-bottom: 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.business-card .business-items .business-item {
  border: 1px solid #EBE9F1;
  border-radius: .357rem;
  padding: 1rem 1rem 1rem 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.business-card .business-items .business-item:not(:last-child) {
  margin-bottom: .85rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-browser-states .browser-states {
  margin-top: 2.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-group {
  margin-bottom: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-group .avatar:not(:last-child) {
  margin-right: .6rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-planning-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-planning-wrapper:not(:last-child) {
  margin-bottom: 1.3rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-planning-wrapper .design-planning {
  padding: .5rem;
  margin-bottom: .7rem;
  text-align: center;
  background-color: #F8F8F8;
  border-radius: .357rem;
  min-width: 6.4rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-app-design .design-planning-wrapper .design-planning:not(:last-child) {
  margin-right: .7rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-statistics .card-header {
  padding-left: 2.4rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-statistics .statistics-body {
  padding: 2rem 2.4rem 2.8rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-statistics .statistics-body .avatar .avatar-content {
  width: 48px;
  height: 48px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-statistics .statistics-body .avatar .avatar-content .avatar-icon {
  width: 24px;
  height: 24px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.chart-dropdown .btn {
  font-size: 1rem;
  font-weight: 400;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.chart-dropdown .btn:after {
  display: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .revenue-report-wrapper {
  padding: 1.286rem 1.5rem;
}

@media (min-width: 768px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .header-navbar .navbar-container ul.navbar-nav li.dropdown-cart .cart-item-remove {
    visibility: hidden;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .card-revenue-budget .revenue-report-wrapper {
    border-right: 1px solid #EBE9F1;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName=Earning] {
  -webkit-transform: scaleY(0.965);
  -ms-transform: scaleY(0.965);
  transform: scaleY(0.965);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .revenue-report-wrapper #revenue-report-chart .apexcharts-series[seriesName=Expense] {
  -webkit-transform: scaleY(1.035);
  -ms-transform: scaleY(1.035);
  transform: scaleY(1.035);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .budget-wrapper {
  padding: 2rem 3rem;
  text-align: center;
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .card-revenue-budget .budget-wrapper {
    padding-top: 0;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .budget-wrapper .budget-dropdown {
  margin-bottom: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card-revenue-budget .budget-wrapper #budget-chart {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label {
  font-size: .8rem;
  fill: #6E6B7B !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.earnings-card .apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
  fill: #5E5873;
  font-size: 1.286rem;
  font-weight: 500;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  #dashboard-analytics .avatar .avatar-content, #statistics-card .avatar .avatar-content {
    padding: 0 !important;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.carousel-dark .carousel-caption h1, .carousel-dark .carousel-caption h2, .carousel-dark .carousel-caption h3, .carousel-dark .carousel-caption h4, .carousel-dark .carousel-caption h5, .carousel-dark .carousel-caption h6 {
  color: #22292F;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb:not([class*=breadcrumb-]) .breadcrumb-item + .breadcrumb-item:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6E6B7B;
  margin-right: .6rem;
  background-size: 14px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  height: 20px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb-slash.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '/';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb-dots.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '.';
  position: relative;
  top: -4px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb-dashes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '-';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb-pipes.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: '|';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.breadcrumb-chevron.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6E6B7B;
  margin-right: .6rem;
  background-size: 14px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.content-header .breadcrumb {
  padding-left: 1rem;
}

@media (max-width: 648px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .content-header .breadcrumb {
    display: none;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .breadcrumbs-top .content-header-title {
    display: contents !important;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] a {
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] .dropdown-toggle i, .badge[class*=bg-] .dropdown-toggle span, .badge[class*=bg-] .dropdown-toggle svg, .badge.dropdown-toggle[class*=bg-] i, .badge.dropdown-toggle[class*=bg-] span, .badge.dropdown-toggle[class*=bg-] svg {
  vertical-align: text-top;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] .dropdown-toggle i, .badge[class*=bg-] .dropdown-toggle svg, .badge.dropdown-toggle[class*=bg-] i, .badge.dropdown-toggle[class*=bg-] svg {
  padding-left: .2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] .dropdown-toggle::after, .badge.dropdown-toggle[class*=bg-]::after {
  position: relative;
  top: 0;
  left: 0;
  font-size: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge[class*=bg-] .dropdown-menu a {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge i, .badge svg {
  height: 12px;
  width: 11px;
  font-size: 12px;
  stroke-width: 3;
  vertical-align: top;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert p, .table-middle td {
  vertical-align: middle;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge.badge-up {
  position: absolute;
  top: -11px;
  right: -9px;
  min-width: 1.429rem;
  min-height: 1.429rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .786rem;
  line-height: .786;
  padding-left: .25rem;
  padding-right: .25rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge.badge-up.badge-sm {
  top: -.5rem;
  right: -.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.badge-icon i, .badge-icon svg {
  font-size: 100%;
  margin-right: 5px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.dropup .badge {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav {
  border-radius: .25rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.wrap-border {
  border: 1px solid #DDD;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.wrap-border li.nav-header {
  margin: 0 .5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.wrap-border div, .nav.wrap-border li.nav-item {
  padding: 2px .714rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.nav-left .nav-item .nav-link {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.nav-right .nav-item .nav-link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav.square-border, .nav.square-border .nav-item .nav-link.active {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav .modern-nav-toggle {
  padding: 0;
  margin: 1.571rem 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.icon-left, .icon-right, .nav-pills .nav-link i, .nav-pills .nav-link svg, .nav-tabs .nav-link i, .nav-tabs .nav-link svg {
  margin-right: .5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav .dropdown.show .dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav .dropdown-toggle:not(.active)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills .nav-link, .nav-tabs .nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills {
  margin-bottom: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills .nav-link {
  padding: .786rem 1.5rem;
  font-size: 1rem;
  line-height: 1rem;
  border: 1px solid transparent;
  color: #5E5873;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills .nav-link.active {
  border-color: #7367F0;
  box-shadow: 0 4px 18px -4px rgba(115, 103, 240, 0.65);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills .nav-link.disabled {
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills .nav-link.dropdown-toggle::after {
  top: 1px;
  left: 1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.dropdown.show .nav-link {
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.dropdown.show .dropdown-item.active:hover {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.nav-justified {
  width: 100%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.nav-justified .nav-item {
  float: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: .357rem;
  display: block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-pills.nav-justified .nav-item {
    display: block;
    width: 1%;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-pills.nav-justified .nav-link {
    margin-bottom: 0;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-pills.nav-justified .nav-link.active, .nav-pills.nav-justified .nav-link.active:focus, .nav-pills.nav-justified .nav-link.active:hover {
    border-bottom-color: transparent;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-pills.nav-justified .nav-link.active, .nav-pills.nav-justified .nav-link.active:focus, .nav-pills.nav-justified .nav-link.active:hover {
  border: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs {
  margin-bottom: 1rem;
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-item {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-link {
  color: #6E6B7B;
  border: none;
  min-width: auto;
  font-weight: 450;
  padding: .61rem 1.2rem;
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert, .alert p {
  font-weight: 500;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: -webkit-linear-gradient(60deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  background: linear-gradient(30deg, #7367F0, rgba(115, 103, 240, 0.5)) !important;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-link.active {
  position: relative;
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-link.active:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs .nav-link.dropdown-toggle::after {
  top: 1px;
  left: 1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified {
  width: 100%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified .nav-item {
  float: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified .nav-link {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion .accordion-item, .accordion .accordion-item:last-of-type, .alert .alert-heading, .alert p, .nav-vertical .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-tabs.nav-justified .nav-item {
    display: block;
    width: 1%;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-tabs.nav-justified .nav-link {
    margin-bottom: 0;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .nav-tabs.nav-justified .nav-link.active, .nav-tabs.nav-justified .nav-link.active:focus, .nav-tabs.nav-justified .nav-link.active:hover {
    border-bottom-color: transparent;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified .nav-item a.nav-link {
  display: block;
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified .nav-item a.nav-link.active {
  border: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-tabs.nav-justified .nav-item a.nav-link:hover {
  border-color: transparent;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical {
  overflow: hidden;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs .nav-item .nav-link:after {
  -webkit-transform: rotate(90deg) translate3d(0, 150%, 0);
  transform: rotate(90deg) translate3d(0, 150%, 0);
  left: 70%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs .nav-item .nav-link.active:after {
  left: auto;
  right: -1.4rem;
  -webkit-transform: rotate(90deg) translate3d(0, 225%, 0);
  transform: rotate(90deg) translate3d(0, 225%, 0);
  top: 1.25rem;
  width: 2.14rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-left {
  float: left;
  display: table;
  margin-right: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane {
  display: none;
  overflow-y: auto;
  padding-left: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-left ~ .tab-content .tab-pane.active {
  display: block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-right {
  float: right;
  display: table;
  margin-left: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-right .nav-item .nav-link.active:after {
  left: -.9rem;
  -webkit-transform: rotate(90deg) translate3d(0, 10%, 0);
  transform: rotate(90deg) translate3d(0, 10%, 0);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane {
  display: none;
  overflow-y: auto;
  padding-right: 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.nav-vertical .nav.nav-tabs.nav-right ~ .tab-content .tab-pane.active {
  display: block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert {
  padding: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert.alert-dismissible .btn-close {
  padding: 1rem;
  background-color: transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert.alert-dismissible .alert-body {
  padding: .71rem 2rem .71rem 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert .btn-close:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert .alert-link:hover {
  text-decoration: underline;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert p {
  padding: 2px 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert .alert-heading {
  font-weight: 600;
  font-size: 1rem;
  padding: .71rem 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert .alert-body {
  padding: .71rem 1rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.alert.alert-dark .alert-heading {
  box-shadow: rgba(75, 75, 75, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.progress .progress-bar + .progress-bar:not(:last-child) {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.progress .progress-bar:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
ul.list-inline li {
  display: inline-block;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
ul.list-inline.list-inline-pipe > li + li:before {
  content: ' | ';
  padding-right: 2px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group .list-group-item {
  line-height: 1.5;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group .list-group-item i, .list-group .list-group-item svg {
  position: relative;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group .list-group-item-action:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group .list-group-item-action.active h1, .list-group .list-group-item-action.active h2, .list-group .list-group-item-action.active h3, .list-group .list-group-item-action.active h4, .list-group .list-group-item-action.active h5, .list-group .list-group-item-action.active h6, .list-group .list-group-item-action:active h1, .list-group .list-group-item-action:active h2, .list-group .list-group-item-action:active h3, .list-group .list-group-item-action:active h4, .list-group .list-group-item-action:active h5, .list-group .list-group-item-action:active h6 {
  color: #FFF;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group .list-group-item-action small {
  color: #B9B9C3 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group.list-group-circle {
  border: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group.list-group-circle .list-group-item {
  border: none;
  position: relative;
  padding-left: 1.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group.list-group-circle .list-group-item:after {
  content: ' ';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  color: #6E6B7B;
  background-size: 10px;
  position: absolute;
  height: 10px;
  width: 10px;
  top: 1.15rem;
  left: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group.list-group-circle .list-group-item:hover {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-group-item.gu-mirror {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.toast.show {
  z-index: 1030;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.toast .btn-close:focus {
  box-shadow: none;
}

@media (max-width: 420.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .toast {
    width: auto;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion [data-bs-toggle=collapse] {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.45;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion .accordion-body {
  padding-top: .42rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion.accordion-without-arrow .accordion-button::after {
  background-image: none !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion-border .accordion-item {
  border: 1px solid #EBE9F1;
  border-radius: .428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion-border .accordion-item:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion-border .accordion-item:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.accordion-margin .accordion-item {
  margin-top: .71rem;
  margin-bottom: .71rem;
  box-shadow: 0 2px 15px 0 rgba(34, 41, 47, 0.05) !important;
  border-radius: .357rem;
  border-bottom: 0 solid transparent !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.card.accordion-item .accordion-button {
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item {
  border-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item:not(.active) .page-link, .page-item:not(.first) .page-link, .page-item:not(.last) .page-link, .page-item:not(.next-item) .page-link, .page-item:not(.prev-item) .page-link {
  line-height: 1.3;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.first .page-link, .page-item.last .page-link, .page-item.next .page-link, .page-item.prev .page-link, .page-item.previous .page-link {
  width: auto;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link, .page-item.prev-item .page-link {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item {
  margin-right: .3571rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item .page-link {
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: #6E6B7B;
  width: 8px;
  height: 18px;
  content: '';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item .page-link:hover {
  background: #F3F2F7;
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item .page-link:active, .page-item.prev-item .page-link:hover {
  background-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item .page-link:active:before, .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item ~ .page-item:nth-child(2) {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item ~ .page-item:nth-child(2) .page-link {
  border-top-left-radius: 5rem !important;
  border-bottom-left-radius: 5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item ~ .page-item:nth-last-child(2) {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev-item ~ .page-item:nth-last-child(2) .page-link {
  border-top-right-radius: 5rem !important;
  border-bottom-right-radius: 5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item {
  margin-left: .3571rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link {
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  width: 8px;
  height: 18px;
  content: '';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link:hover {
  background: #F3F2F7;
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next .page-link:after, .page-item.prev .page-link:before, .page-item.previous .page-link:before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  color: #6E6B7B;
  width: 12px;
  height: 18px;
  content: '';
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link:active, .page-item.next-item .page-link:hover {
  background-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item .page-link:active:after, .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next-item.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev .page-link:before, .page-item.previous .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev .page-link:hover:before, .page-item.previous .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.prev.disabled .page-link:before, .page-item.previous.disabled .page-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.next.disabled .page-link:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b9b9c3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.disabled .page-link {
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item .page-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-size: 1rem;
  min-width: 2.286rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item .page-link:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item .page-link:hover {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active {
  background-color: #F3F2F7;
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active .page-link {
  z-index: 3;
  border-radius: 5rem;
  background-color: #7367F0;
  color: #FFF !important;
  font-weight: 600;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active:first-child:not(.prev-item) {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active:first-child:not(.prev-item) .page-link {
  border-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item:first-child:not(.prev-item) .page-link {
  border-top-left-radius: 1.428rem;
  border-bottom-left-radius: 1.428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active:last-child:not(.next-item) {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item.active:last-child:not(.next-item) .page-link {
  border-radius: 5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.page-item:last-child:not(.next-item) .page-link {
  border-top-right-radius: 1.428rem;
  border-bottom-right-radius: 1.428rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.pagination.pagination-lg .page-item .page-link {
  font-size: 1.14rem;
  min-width: 2.6rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.pagination.pagination-sm .page-item .page-link {
  font-size: .857rem;
  min-width: 2rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-header {
  background-color: #F8F8F8;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-header .btn-close {
  padding: .8rem;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
  border-radius: .357rem;
  background-color: #FFF;
  opacity: 1;
  -webkit-transition: all .23s ease .1s;
  transition: all .23s ease .1s;
  position: relative;
  -webkit-transform: translate(18px, -10px);
  -ms-transform: translate(18px, -10px);
  transform: translate(18px, -10px);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-header .btn-close:active, .modal .modal-header .btn-close:focus, .modal .modal-header .btn-close:hover {
  opacity: 1;
  outline: 0;
  -webkit-transform: translate(15px, -2px);
  -ms-transform: translate(15px, -2px);
  transform: translate(15px, -2px);
  box-shadow: none;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-fullscreen .modal-header .btn-close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-content {
  overflow: visible;
  box-shadow: 0 5px 20px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal .modal-footer {
  padding: .8rem 1.4rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal.modal-sticky {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  height: auto;
  position: fixed;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal.modal-sticky .modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal.modal-sticky .modal-dialog {
  margin-right: 2rem !important;
  box-shadow: 0 0 24px 0 rgba(34, 41, 47, 0.25);
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal.modal-sticky .modal-actions {
  background: 0 0;
  box-shadow: none;
  line-height: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-xs {
  max-width: 300px;
}

@media (min-width: 1200px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal-xl {
    margin-left: 3%;
    margin-right: 3%;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in, .modal-slide-in .modal {
  padding: 0 !important;
  overflow: hidden !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  max-width: none;
  width: 20rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal-dialog .modal-content {
  padding-bottom: 1.8875rem;
  padding-top: 1.8875rem;
  overflow: auto;
  border-radius: 0;
  height: 100%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal-dialog .modal-body {
  padding-bottom: 0;
  padding-top: 0;
  margin: auto 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

@media (min-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal-slide-in .modal-dialog {
    width: 28rem;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal-dialog.sidebar-sm {
  width: 25rem;
}

@media (min-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal-slide-in .modal-dialog.sidebar-lg {
    width: 30rem;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .btn-close {
  z-index: 10;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  top: 1.5rem;
  right: 1.4rem;
  margin: 0;
  padding: 0 !important;
  line-height: .5;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal.fade .modal-dialog, .modal-slide-in.fade .modal-dialog {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-slide-in .modal.show .modal-dialog, .modal-slide-in.show .modal-dialog {
  -webkit-transform: translateX(0) !important;
  -ms-transform: translateX(0) !important;
  transform: translateX(0) !important;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out,-webkit-transform .1s ease-out;
}

@media (max-width: 576px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal:not(.modal-slide-in) .modal-dialog:not(.modal-fullscreen) {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal .modal-sm, .modal .modal-xs {
    max-width: unset;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  .modal.modal-sticky .modal-dialog {
    margin-right: 0.2rem !important;
    margin-left: .2rem;
    margin-bottom: 3rem;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.modal-refer-earn .modal-refer-earn-step svg {
  height: 2.5rem;
  width: 2.5rem;
}

@media (max-width: 991.98px) {
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  #shareProject .list-group .dropdown-toggle {
    padding: .5rem;
  }
  /* line 1, vendor/stylesheets/bootstrap-extended.min.css */
  #shareProject .list-group .dropdown-toggle::after {
    left: 0;
  }
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.popover {
  box-shadow: 0 0 10px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.popover .popover-header {
  font-size: 1.07rem;
  border: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.popover .popover-body {
  border: 1px solid #EBE9F1;
  border-top-color: #FFF;
  border-bottom-left-radius: .358rem;
  border-bottom-right-radius: .358rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.popover.bs-popover-bottom .popover-arrow:after {
  border-bottom-color: #7367F0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bs-popover-top > .popover-arrow::after {
  bottom: 1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bs-popover-end > .popover-arrow::after {
  left: 1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bs-popover-start > .popover-arrow::after {
  right: 1px;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-small-1 {
  font-size: 0.7rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-small-1 {
  height: 0.7rem !important;
  width: 0.7rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-small-2 {
  font-size: 0.8rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-small-2 {
  height: 0.8rem !important;
  width: 0.8rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-small-3 {
  font-size: 0.9rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-small-3 {
  height: 0.9rem !important;
  width: 0.9rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-small-4 {
  font-size: 1rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-small-4 {
  height: 1rem !important;
  width: 1rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-medium-1 {
  font-size: 1.1rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-medium-1 {
  height: 1.1rem !important;
  width: 1.1rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-medium-2 {
  font-size: 1.2rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-medium-2 {
  height: 1.2rem !important;
  width: 1.2rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-medium-3 {
  font-size: 1.3rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-medium-3 {
  height: 1.3rem !important;
  width: 1.3rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-medium-4 {
  font-size: 1.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-medium-4 {
  height: 1.4rem !important;
  width: 1.4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-medium-5 {
  font-size: 1.5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-medium-5 {
  height: 1.5rem !important;
  width: 1.5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-large-1 {
  font-size: 2rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-large-1 {
  height: 2rem !important;
  width: 2rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-large-2 {
  font-size: 3rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-large-2 {
  height: 3rem !important;
  width: 3rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-large-3 {
  font-size: 4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-large-3 {
  height: 4rem !important;
  width: 4rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-large-4 {
  font-size: 5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-large-4 {
  height: 5rem !important;
  width: 5rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.font-large-5 {
  font-size: 6rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
svg.font-large-5 {
  height: 6rem !important;
  width: 6rem !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.line-height-1 {
  line-height: 1 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.line-height-condensed {
  line-height: 1.5 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.line-height-inherit {
  line-height: inherit !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-45 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-45-inverse {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-90-inverse {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.rotate-180-inverse {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-2 {
  border-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-top-2 {
  border-top-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-bottom-2 {
  border-bottom-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-start-2 {
  border-left-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-end-2 {
  border-right-width: 2px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-3 {
  border-width: 3px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-top-3 {
  border-top-width: 3px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-bottom-3 {
  border-bottom-width: 3px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-start-3 {
  border-left-width: 3px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.border-end-3 {
  border-right-width: 3px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.round {
  border-radius: 1.5rem;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.square {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.fit {
  max-width: 100% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.half-width {
  width: 50% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.full-width {
  width: 100% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.full-height {
  height: 100% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-50 {
  height: 50px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-50 {
  width: 50px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-100 {
  height: 100px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-100 {
  width: 100px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-150 {
  height: 150px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-150 {
  width: 150px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-200 {
  height: 200px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-200 {
  width: 200px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-250 {
  height: 250px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-250 {
  width: 250px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-300 {
  height: 300px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-300 {
  width: 300px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-350 {
  height: 350px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-350 {
  width: 350px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-400 {
  height: 405px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-400 {
  width: 405px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-450 {
  height: 455px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-450 {
  width: 455px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-500 {
  height: 500px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-500 {
  width: 500px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-550 {
  height: 550px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-550 {
  width: 550px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-600 {
  height: 600px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-600 {
  width: 600px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-650 {
  height: 650px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-650 {
  width: 650px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-700 {
  height: 700px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-700 {
  width: 700px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-750 {
  height: 750px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-750 {
  width: 750px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-800 {
  height: 800px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-800 {
  width: 800px !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-5-per {
  height: 5% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-5-per {
  width: 5% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-10-per {
  height: 10% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-10-per {
  width: 10% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-15-per {
  height: 15% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-15-per {
  width: 15% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-20-per {
  height: 20% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-20-per {
  width: 20% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-25-per {
  height: 25% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-25-per {
  width: 25% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-30-per {
  height: 30% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-30-per {
  width: 30% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-35-per {
  height: 35% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-35-per {
  width: 35% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-40-per {
  height: 40% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-40-per {
  width: 40% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-45-per {
  height: 45% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-45-per {
  width: 45% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-50-per {
  height: 50% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-50-per {
  width: 50% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-55-per {
  height: 55% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-55-per {
  width: 55% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-60-per {
  height: 60% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-60-per {
  width: 60% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-65-per {
  height: 65% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-65-per {
  width: 65% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-70-per {
  height: 70% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-70-per {
  width: 70% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-75-per {
  height: 75% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-75-per {
  width: 75% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-80-per {
  height: 80% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-80-per {
  width: 80% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-85-per {
  height: 85% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-85-per {
  width: 85% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-90-per {
  height: 90% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-90-per {
  width: 90% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.height-95-per {
  height: 95% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.width-95-per {
  width: 95% !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.overflow-visible {
  overflow: visible;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.overflow-scroll, .overflow-x-scroll, .overflow-y-scroll {
  overflow: scroll;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cursor-pointer {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cursor-move {
  cursor: move;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cursor-default {
  cursor: default;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cursor-progress {
  cursor: progress;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.cursor-not-allowed {
  cursor: not-allowed;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-1 {
  z-index: 1 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-2 {
  z-index: 2 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-3 {
  z-index: 3 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-4 {
  z-index: 4 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-0 {
  z-index: 0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-minus-1 {
  z-index: -1 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-minus-2 {
  z-index: -2 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-minus-3 {
  z-index: -3 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.zindex-minus-4 {
  z-index: -4 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-1 {
  box-shadow: 0 2px 5px 0 rgba(34, 41, 47, 0.16), 0 2px 10px 0 rgba(34, 41, 47, 0.12);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-2 {
  box-shadow: 0 8px 17px 0 rgba(34, 41, 47, 0.2), 0 6px 20px 0 rgba(34, 41, 47, 0.19);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-3 {
  box-shadow: 0 12px 15px 0 rgba(34, 41, 47, 0.24), 0 17px 50px 0 rgba(34, 41, 47, 0.19);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-4 {
  box-shadow: 0 16px 28px 0 rgba(34, 41, 47, 0.22), 0 25px 55px 0 rgba(34, 41, 47, 0.21);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-5 {
  box-shadow: 0 27px 24px 0 rgba(34, 41, 47, 0.2), 0 40px 77px 0 rgba(34, 41, 47, 0.22);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.box-shadow-6 {
  box-shadow: 0 4px 8px 0 rgba(34, 41, 47, 0.12), 0 2px 4px 0 rgba(34, 41, 47, 0.08);
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.outline-none {
  outline: 0 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-style-inside {
  list-style: inside;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-style-circle {
  list-style: circle;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.list-style-square {
  list-style: square;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.bg-cover {
  background-size: cover !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.background-repeat {
  background-repeat: repeat !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.background-no-repeat {
  background-repeat: no-repeat !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.icon-bg-circle {
  color: #FFF;
  padding: .5rem;
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.blockOverlay {
  z-index: 1050 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.blockElement, .blockPage {
  z-index: 1051 !important;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
a:hover {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.fill-current {
  fill: currentColor;
}

/* line 1, vendor/stylesheets/bootstrap-extended.min.css */
.pointer-events-none {
  pointer-events: none;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable td, table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .5em;
  display: inline-block;
  width: auto;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: .85em;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead > tr > th:active, table.dataTable > thead > tr > td:active {
  outline: none;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead > tr > th:not(.sorting_disabled), table.dataTable > thead > tr > td:not(.sorting_disabled) {
  padding-right: 30px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting, table.dataTable > thead .sorting_asc, table.dataTable > thead .sorting_desc, table.dataTable > thead .sorting_asc_disabled, table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: .5em;
  display: block;
  opacity: .3;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting:before, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:before {
  right: 1em;
  content: "↑";
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:after {
  right: .5em;
  content: "↓";
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_desc:after {
  opacity: 1;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
  opacity: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollBody table thead .sorting:before, div.dataTables_scrollBody table thead .sorting_asc:before, div.dataTables_scrollBody table thead .sorting_desc:before, div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  /* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: .85em;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
  top: 5px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable {
  border-right-width: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable thead tr:first-child th, table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-bottom-width: 1px;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}

/* line 5, vendor/stylesheets/tables/datatable/dataTables.bootstrap5.min.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

/* 2.2.9 */
/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  top: 50%;
  left: 5px;
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: block;
  position: absolute;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: #d33333;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 27px;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before, table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: .8em;
  width: .8em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  display: block;
  position: absolute;
  color: white;
  border: .15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 .2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+";
  background-color: #0d6efd;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child {
  padding: .5em 1em;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: .5em 0;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: .5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 2, vendor/stylesheets/tables/datatable/responsive.bootstrap5.min.css */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes dtb-spinner {
  /* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-info h2 {
  padding: .5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-info > div {
  padding: 1em;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection-title {
  text-align: center;
  padding: .3em 0 .5em;
  font-size: .9em;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection {
  position: absolute;
  z-index: 2001;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection div.dropdown-menu {
  display: block;
  z-index: 2002;
  min-width: 100%;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection div.dt-button-collection-title {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.two-column {
  width: 400px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.three-column {
  width: 450px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.four-column {
  width: 600px;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection .dt-button {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed {
  max-width: none;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  /* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
  }
  /* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-buttons button.btn.processing, div.dt-buttons div.btn.processing, div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 1, vendor/stylesheets/tables/datatable/buttons.bootstrap5.min.css */
div.dt-buttons button.btn.processing:after, div.dt-buttons div.btn.processing:after, div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: " ";
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* 1.1.3 */
/* line 2, vendor/stylesheets/tables/datatable/rowGroup.bootstrap5.min.css */
table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

/* line 2, vendor/stylesheets/tables/datatable/rowGroup.bootstrap5.min.css */
table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}

/* line 2, vendor/stylesheets/tables/datatable/rowGroup.bootstrap5.min.css */
table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

/* line 2, vendor/stylesheets/tables/datatable/rowGroup.bootstrap5.min.css */
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-results {
  display: block;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, vendor/stylesheets/forms/select/select2.min.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-white .card-footer, .bg-white .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-white {
  border: 1px solid #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-white {
  border-top: 1px solid #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-white {
  border-bottom: 1px solid #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-white {
  border-left: 1px solid #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-white {
  border-right: 1px solid #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-white.badge-glow, .border-white.badge-glow {
  box-shadow: 0 0 10px #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-white {
  background: #FFF;
  background: rgba(255, 255, 255, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-white {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-black .card-footer, .bg-black .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-black {
  border: 1px solid #000 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-black {
  border-top: 1px solid #000;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-black {
  border-bottom: 1px solid #000;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-black {
  border-left: 1px solid #000;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-black {
  border-right: 1px solid #000;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-black.badge-glow, .border-black.badge-glow {
  box-shadow: 0 0 10px #000;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-black {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-black {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #000 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-dark .card-footer, .bg-dark .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-dark {
  background: rgba(75, 75, 75, 0.12) !important;
  color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-dark .alert-heading {
  box-shadow: rgba(75, 75, 75, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-dark .alert-link {
  color: #3E3E3E !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-dark .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-dark {
  border: 1px solid #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-dark {
  border-top: 1px solid #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-dark {
  border-bottom: 1px solid #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-dark {
  border-left: 1px solid #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-dark {
  border-right: 1px solid #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-dark.badge-glow, .border-dark.badge-glow {
  box-shadow: 0 0 10px #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-dark {
  background-color: rgba(75, 75, 75, 0.12);
  color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-dark {
  background: #4B4B4B;
  background: rgba(75, 75, 75, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark.dropdown-toggle::after, .btn-outline-dark.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234b4b4b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-dark {
  border-color: #4B4B4B !important;
  background-color: #4B4B4B !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .btn-dark:focus {
  color: #FFF;
  background-color: #343434 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-dark:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark {
  background-color: transparent;
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark:hover {
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark:hover:not(.disabled):not(:disabled) {
  background-color: rgba(75, 75, 75, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark.active, .btn-flat-dark:active, .btn-flat-dark:focus {
  background-color: rgba(75, 75, 75, 0.2);
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-dark {
  background-color: #4B4B4B;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-dark:hover:not(.disabled):not(:disabled) {
  background-color: #626262;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-dark.active, .btn-relief-dark:active, .btn-relief-dark:focus {
  background-color: #343434;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-dark:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-dark.active, .btn-relief-dark:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-dark {
  border: 1px solid #4B4B4B !important;
  background-color: transparent;
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-dark .divider-text:after, .divider.divider-dark .divider-text:before, .timeline .timeline-point-dark {
  border-color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-dark:hover:not(.disabled):not(:disabled) {
  background-color: rgba(75, 75, 75, 0.04);
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-dark.show.dropdown-toggle, .btn-outline-dark.active:not(:disabled):not(.disabled), .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):focus {
  background-color: rgba(75, 75, 75, 0.2);
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark {
  color: #4B4B4B;
  background-color: rgba(75, 75, 75, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-dark.waves-effect .waves-ripple, .btn-outline-dark.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(75, 75, 75, 0.2) 0, rgba(75, 75, 75, 0.3) 40%, rgba(75, 75, 75, 0.4) 50%, rgba(75, 75, 75, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(75, 75, 75, 0.2) 0, rgba(75, 75, 75, 0.3) 40%, rgba(75, 75, 75, 0.4) 50%, rgba(75, 75, 75, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-dark {
  background-color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-dark .modal-header .modal-title {
  color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-dark .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234b4b4b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-dark {
  background-color: rgba(75, 75, 75, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-dark .progress-bar {
  background-color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-dark i, .timeline .timeline-point-dark svg {
  stroke: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-dark.timeline-point-indicator {
  background-color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-dark.timeline-point-indicator:before {
  background: rgba(75, 75, 75, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-dark {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-dark .form-check-input:checked {
  border-color: #4B4B4B;
  background-color: #4B4B4B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-dark .form-check-input:not(:disabled):checked, .form-check-dark .form-check-input:not(:disabled):focus {
  border-color: #4B4B4B;
  box-shadow: 0 2px 4px 0 rgba(75, 75, 75, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-dark .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #4B4B4B !important;
  border-color: #4B4B4B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light .card-footer, .bg-light .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-light {
  border: 1px solid #F6F6F6 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-light {
  border-top: 1px solid #F6F6F6;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-light {
  border-bottom: 1px solid #F6F6F6;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-light {
  border-left: 1px solid #F6F6F6;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-light {
  border-right: 1px solid #F6F6F6;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light.badge-glow, .border-light.badge-glow {
  box-shadow: 0 0 10px #F6F6F6;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-light {
  background: #F6F6F6;
  background: rgba(246, 246, 246, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-light {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #F6F6F6 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-primary .card-footer, .bg-primary .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-primary {
  background: rgba(115, 103, 240, 0.12) !important;
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-primary .alert-heading {
  box-shadow: rgba(115, 103, 240, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-primary .alert-link {
  color: #5E50EE !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-primary .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237367f0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-primary {
  background: rgba(115, 103, 240, 0.12) !important;
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-primary.fc-h-event, .bg-light-primary.fc-v-event {
  border-color: rgba(115, 103, 240, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-primary .fc-list-event-dot, .btn-primary {
  border-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-primary.fc-list-event:hover td {
  background: rgba(115, 103, 240, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-primary.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-primary {
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-primary {
  border: 1px solid #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-primary {
  border-top: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-primary {
  border-bottom: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-primary {
  border-left: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-primary {
  border-right: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-primary.badge-glow, .border-primary.badge-glow {
  box-shadow: 0 0 10px #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-primary {
  background-color: rgba(115, 103, 240, 0.12);
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-primary {
  background: #7367F0;
  background: rgba(115, 103, 240, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary.dropdown-toggle::after, .btn-outline-primary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-primary {
  background-color: #7367F0 !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .btn-primary:focus {
  color: #FFF;
  background-color: #5E50EE !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary {
  background-color: transparent;
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary:hover {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(115, 103, 240, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary.active, .btn-flat-primary:active, .btn-flat-primary:focus {
  background-color: rgba(115, 103, 240, 0.2);
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-primary {
  background-color: #7367F0;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-primary:hover:not(.disabled):not(:disabled) {
  background-color: #887EF2;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-primary.active, .btn-relief-primary:active, .btn-relief-primary:focus {
  background-color: #5E50EE;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-primary:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-primary.active, .btn-relief-primary:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-primary {
  border: 1px solid #7367F0 !important;
  background-color: transparent;
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-primary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(115, 103, 240, 0.04);
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-primary.show.dropdown-toggle, .btn-outline-primary.active:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):focus {
  background-color: rgba(115, 103, 240, 0.2);
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary {
  color: #7367F0;
  background-color: rgba(115, 103, 240, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-primary.waves-effect .waves-ripple, .btn-outline-primary.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(115, 103, 240, 0.2) 0, rgba(115, 103, 240, 0.3) 40%, rgba(115, 103, 240, 0.4) 50%, rgba(115, 103, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(115, 103, 240, 0.2) 0, rgba(115, 103, 240, 0.3) 40%, rgba(115, 103, 240, 0.4) 50%, rgba(115, 103, 240, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-primary {
  background-color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-primary .modal-header .modal-title {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-primary .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237367f0'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item.active .page-link {
  background: #7367F0 !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item .page-link:hover {
  color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item.next-item .page-link:hover, .pagination-primary .page-item.prev-item .page-link:hover {
  background: #7367F0;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item.next .page-link:active:after, .pagination-primary .page-item.next .page-link:hover:after, .pagination-primary .page-item.next-item .page-link:active:after, .pagination-primary .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-primary .page-item.prev .page-link:active:before, .pagination-primary .page-item.prev .page-link:hover:before, .pagination-primary .page-item.prev-item .page-link:active:before, .pagination-primary .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-primary .nav-item .nav-link.active {
  color: #FFF;
  background-color: #7367F0 !important;
  border-color: #7367F0;
  box-shadow: 0 4px 18px -4px rgba(115, 103, 240, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-primary .divider-text:after, .divider.divider-primary .divider-text:before, .timeline .timeline-point-primary {
  border-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-primary {
  background-color: rgba(115, 103, 240, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-primary .progress-bar {
  background-color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-primary i, .timeline .timeline-point-primary svg {
  stroke: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-primary.timeline-point-indicator {
  background-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-primary.timeline-point-indicator:before {
  background: rgba(115, 103, 240, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-primary {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-primary .form-check-input:checked {
  border-color: #7367F0;
  background-color: #7367F0;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-primary .form-check-input:not(:disabled):checked, .form-check-primary .form-check-input:not(:disabled):focus {
  border-color: #7367F0;
  box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-primary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #7367F0 !important;
  border-color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-secondary .card-footer, .bg-secondary .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-secondary {
  background: rgba(130, 134, 139, 0.12) !important;
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-secondary .alert-heading {
  box-shadow: rgba(130, 134, 139, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-secondary .alert-link {
  color: #75797E !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-secondary .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2382868b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-secondary {
  background: rgba(130, 134, 139, 0.12) !important;
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-secondary.fc-h-event, .bg-light-secondary.fc-v-event {
  border-color: rgba(130, 134, 139, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-secondary .fc-list-event-dot, .btn-secondary {
  border-color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-secondary.fc-list-event:hover td {
  background: rgba(130, 134, 139, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-secondary.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-secondary {
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-secondary {
  border: 1px solid #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-secondary {
  border-top: 1px solid #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-secondary {
  border-bottom: 1px solid #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-secondary {
  border-left: 1px solid #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-secondary {
  border-right: 1px solid #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-secondary.badge-glow, .border-secondary.badge-glow {
  box-shadow: 0 0 10px #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-secondary {
  background-color: rgba(130, 134, 139, 0.12);
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-secondary {
  background: #82868B;
  background: rgba(130, 134, 139, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary.dropdown-toggle::after, .btn-outline-secondary.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2382868b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-secondary {
  background-color: #82868B !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .btn-secondary:focus {
  color: #FFF;
  background-color: #75797E !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-secondary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary {
  background-color: transparent;
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary:hover {
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(130, 134, 139, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary.active, .btn-flat-secondary:active, .btn-flat-secondary:focus {
  background-color: rgba(130, 134, 139, 0.2);
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-secondary {
  background-color: #82868B;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-secondary:hover:not(.disabled):not(:disabled) {
  background-color: #8F9397;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-secondary.active, .btn-relief-secondary:active, .btn-relief-secondary:focus {
  background-color: #75797E;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-secondary:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-secondary.active, .btn-relief-secondary:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-secondary {
  border: 1px solid #82868B !important;
  background-color: transparent;
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-secondary:hover:not(.disabled):not(:disabled) {
  background-color: rgba(130, 134, 139, 0.04);
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-secondary.show.dropdown-toggle, .btn-outline-secondary.active:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled):focus {
  background-color: rgba(130, 134, 139, 0.2);
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary {
  color: #82868B;
  background-color: rgba(130, 134, 139, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-secondary.waves-effect .waves-ripple, .btn-outline-secondary.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(130, 134, 139, 0.2) 0, rgba(130, 134, 139, 0.3) 40%, rgba(130, 134, 139, 0.4) 50%, rgba(130, 134, 139, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(130, 134, 139, 0.2) 0, rgba(130, 134, 139, 0.3) 40%, rgba(130, 134, 139, 0.4) 50%, rgba(130, 134, 139, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-secondary {
  background-color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-secondary .modal-header .modal-title {
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-secondary .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2382868b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item.active .page-link {
  background: #82868B !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item .page-link:hover {
  color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item.next-item .page-link:hover, .pagination-secondary .page-item.prev-item .page-link:hover {
  background: #82868B;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item.next .page-link:active:after, .pagination-secondary .page-item.next .page-link:hover:after, .pagination-secondary .page-item.next-item .page-link:active:after, .pagination-secondary .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2382868b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-secondary .page-item.prev .page-link:active:before, .pagination-secondary .page-item.prev .page-link:hover:before, .pagination-secondary .page-item.prev-item .page-link:active:before, .pagination-secondary .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2382868b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-secondary .nav-item .nav-link.active {
  color: #FFF;
  background-color: #82868B !important;
  border-color: #82868B;
  box-shadow: 0 4px 18px -4px rgba(130, 134, 139, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-secondary .divider-text:after, .divider.divider-secondary .divider-text:before, .timeline .timeline-point-secondary {
  border-color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-secondary {
  background-color: rgba(130, 134, 139, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-secondary .progress-bar {
  background-color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-secondary i, .timeline .timeline-point-secondary svg {
  stroke: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-secondary.timeline-point-indicator {
  background-color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-secondary.timeline-point-indicator:before {
  background: rgba(130, 134, 139, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-secondary {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-secondary .form-check-input:checked {
  border-color: #82868B;
  background-color: #82868B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-secondary .form-check-input:not(:disabled):checked, .form-check-secondary .form-check-input:not(:disabled):focus {
  border-color: #82868B;
  box-shadow: 0 2px 4px 0 rgba(130, 134, 139, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-secondary .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #82868B !important;
  border-color: #82868B !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-success .card-footer, .bg-success .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-success {
  background: rgba(40, 199, 111, 0.12) !important;
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-success .alert-heading {
  box-shadow: rgba(40, 199, 111, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-success .alert-link {
  color: #24B263 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-success .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328c76f'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-success {
  background: rgba(40, 199, 111, 0.12) !important;
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-success.fc-h-event, .bg-light-success.fc-v-event {
  border-color: rgba(40, 199, 111, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-success .fc-list-event-dot, .btn-success {
  border-color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-success.fc-list-event:hover td {
  background: rgba(40, 199, 111, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-success.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-success {
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-success {
  border: 1px solid #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-success {
  border-top: 1px solid #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-success {
  border-bottom: 1px solid #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-success {
  border-left: 1px solid #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-success {
  border-right: 1px solid #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-success.badge-glow, .border-success.badge-glow {
  box-shadow: 0 0 10px #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-success {
  background-color: rgba(40, 199, 111, 0.12);
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-success {
  background: #28C76F;
  background: rgba(40, 199, 111, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success.dropdown-toggle::after, .btn-outline-success.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328c76f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-success {
  background-color: #28C76F !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .btn-success:focus {
  color: #FFF;
  background-color: #24B263 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-success:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success {
  background-color: transparent;
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success:hover {
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success:hover:not(.disabled):not(:disabled) {
  background-color: rgba(40, 199, 111, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success.active, .btn-flat-success:active, .btn-flat-success:focus {
  background-color: rgba(40, 199, 111, 0.2);
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-success {
  background-color: #28C76F;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-success:hover:not(.disabled):not(:disabled) {
  background-color: #33D67C;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-success.active, .btn-relief-success:active, .btn-relief-success:focus {
  background-color: #24B263;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-success:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-success.active, .btn-relief-success:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-success {
  border: 1px solid #28C76F !important;
  background-color: transparent;
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-success:hover:not(.disabled):not(:disabled) {
  background-color: rgba(40, 199, 111, 0.04);
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-success.show.dropdown-toggle, .btn-outline-success.active:not(:disabled):not(.disabled), .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):focus {
  background-color: rgba(40, 199, 111, 0.2);
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success {
  color: #28C76F;
  background-color: rgba(40, 199, 111, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-success.waves-effect .waves-ripple, .btn-outline-success.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(40, 199, 111, 0.2) 0, rgba(40, 199, 111, 0.3) 40%, rgba(40, 199, 111, 0.4) 50%, rgba(40, 199, 111, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(40, 199, 111, 0.2) 0, rgba(40, 199, 111, 0.3) 40%, rgba(40, 199, 111, 0.4) 50%, rgba(40, 199, 111, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-success {
  background-color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-success .modal-header .modal-title {
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-success .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2328c76f'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item.active .page-link {
  background: #28C76F !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item .page-link:hover {
  color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item.next-item .page-link:hover, .pagination-success .page-item.prev-item .page-link:hover {
  background: #28C76F;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item.next .page-link:active:after, .pagination-success .page-item.next .page-link:hover:after, .pagination-success .page-item.next-item .page-link:active:after, .pagination-success .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328c76f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-success .page-item.prev .page-link:active:before, .pagination-success .page-item.prev .page-link:hover:before, .pagination-success .page-item.prev-item .page-link:active:before, .pagination-success .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328c76f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-success .nav-item .nav-link.active {
  color: #FFF;
  background-color: #28C76F !important;
  border-color: #28C76F;
  box-shadow: 0 4px 18px -4px rgba(40, 199, 111, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-success .divider-text:after, .divider.divider-success .divider-text:before, .timeline .timeline-point-success {
  border-color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-success {
  background-color: rgba(40, 199, 111, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-success .progress-bar {
  background-color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-success i, .timeline .timeline-point-success svg {
  stroke: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-success.timeline-point-indicator {
  background-color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-success.timeline-point-indicator:before {
  background: rgba(40, 199, 111, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-success {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-success .form-check-input:checked {
  border-color: #28C76F;
  background-color: #28C76F;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-success .form-check-input:not(:disabled):checked, .form-check-success .form-check-input:not(:disabled):focus {
  border-color: #28C76F;
  box-shadow: 0 2px 4px 0 rgba(40, 199, 111, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-success .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #28C76F !important;
  border-color: #28C76F !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-info .card-footer, .bg-info .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-info {
  background: rgba(0, 207, 232, 0.12) !important;
  color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-info .alert-heading {
  box-shadow: rgba(0, 207, 232, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-info .alert-link {
  color: #00B8CF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-info .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300cfe8'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-info {
  background: rgba(0, 207, 232, 0.12) !important;
  color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-info.fc-h-event, .bg-light-info.fc-v-event {
  border-color: rgba(0, 207, 232, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-info .fc-list-event-dot, .btn-info {
  border-color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-info.fc-list-event:hover td {
  background: rgba(0, 207, 232, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-info.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-info, .badge.badge-light-info {
  color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-info {
  border: 1px solid #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-info {
  border-top: 1px solid #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-info {
  border-bottom: 1px solid #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-info {
  border-left: 1px solid #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-info {
  border-right: 1px solid #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-info.badge-glow, .border-info.badge-glow {
  box-shadow: 0 0 10px #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-info {
  background-color: rgba(0, 207, 232, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-info {
  background: #00CFE8;
  background: rgba(0, 207, 232, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info.dropdown-toggle::after, .btn-outline-info.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfe8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-info {
  background-color: #00CFE8 !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .btn-info:focus {
  color: #FFF;
  background-color: #00B8CF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-info:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info {
  background-color: transparent;
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info:hover {
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info:hover:not(.disabled):not(:disabled) {
  background-color: rgba(0, 207, 232, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info.active, .btn-flat-info:active, .btn-flat-info:focus {
  background-color: rgba(0, 207, 232, 0.2);
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-info {
  background-color: #00CFE8;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-info:hover:not(.disabled):not(:disabled) {
  background-color: #03E4FF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-info.active, .btn-relief-info:active, .btn-relief-info:focus {
  background-color: #00B8CF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-info:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-info.active, .btn-relief-info:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-info {
  border: 1px solid #00CFE8 !important;
  background-color: transparent;
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-info:hover:not(.disabled):not(:disabled) {
  background-color: rgba(0, 207, 232, 0.04);
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-info.show.dropdown-toggle, .btn-outline-info.active:not(:disabled):not(.disabled), .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):focus {
  background-color: rgba(0, 207, 232, 0.2);
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info {
  color: #00CFE8;
  background-color: rgba(0, 207, 232, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-info.waves-effect .waves-ripple, .btn-outline-info.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(0, 207, 232, 0.2) 0, rgba(0, 207, 232, 0.3) 40%, rgba(0, 207, 232, 0.4) 50%, rgba(0, 207, 232, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(0, 207, 232, 0.2) 0, rgba(0, 207, 232, 0.3) 40%, rgba(0, 207, 232, 0.4) 50%, rgba(0, 207, 232, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-info {
  background-color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-info .modal-header .modal-title {
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-info .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300cfe8'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item.active .page-link {
  background: #00CFE8 !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item .page-link:hover {
  color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item.next-item .page-link:hover, .pagination-info .page-item.prev-item .page-link:hover {
  background: #00CFE8;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item.next .page-link:active:after, .pagination-info .page-item.next .page-link:hover:after, .pagination-info .page-item.next-item .page-link:active:after, .pagination-info .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfe8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-info .page-item.prev .page-link:active:before, .pagination-info .page-item.prev .page-link:hover:before, .pagination-info .page-item.prev-item .page-link:active:before, .pagination-info .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300cfe8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-info .nav-item .nav-link.active {
  color: #FFF;
  background-color: #00CFE8 !important;
  border-color: #00CFE8;
  box-shadow: 0 4px 18px -4px rgba(0, 207, 232, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-info .divider-text:after, .divider.divider-info .divider-text:before, .timeline .timeline-point-info {
  border-color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-info {
  background-color: rgba(0, 207, 232, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-info .progress-bar {
  background-color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-info i, .timeline .timeline-point-info svg {
  stroke: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-info.timeline-point-indicator {
  background-color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-info.timeline-point-indicator:before {
  background: rgba(0, 207, 232, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-info {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-info .form-check-input:checked {
  border-color: #00CFE8;
  background-color: #00CFE8;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-info .form-check-input:not(:disabled):checked, .form-check-info .form-check-input:not(:disabled):focus {
  border-color: #00CFE8;
  box-shadow: 0 2px 4px 0 rgba(0, 207, 232, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-info .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #00CFE8 !important;
  border-color: #00CFE8 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-warning .card-footer, .bg-warning .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-warning {
  background: rgba(255, 159, 67, 0.12) !important;
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-warning .alert-heading {
  box-shadow: rgba(255, 159, 67, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-warning .alert-link {
  color: #FF922A !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-warning .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff9f43'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-warning {
  background: rgba(255, 159, 67, 0.12) !important;
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-warning.fc-h-event, .bg-light-warning.fc-v-event {
  border-color: rgba(255, 159, 67, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-warning .fc-list-event-dot, .btn-warning {
  border-color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-warning.fc-list-event:hover td {
  background: rgba(255, 159, 67, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-warning.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-warning {
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-warning {
  border: 1px solid #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-warning {
  border-top: 1px solid #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-warning {
  border-bottom: 1px solid #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-warning {
  border-left: 1px solid #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-warning {
  border-right: 1px solid #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-warning.badge-glow, .border-warning.badge-glow {
  box-shadow: 0 0 10px #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-warning {
  background-color: rgba(255, 159, 67, 0.12);
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-warning {
  background: #FF9F43;
  background: rgba(255, 159, 67, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning.dropdown-toggle::after, .btn-outline-warning.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9f43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-warning {
  background-color: #FF9F43 !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .btn-warning:focus {
  color: #FFF;
  background-color: #FF922A !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-warning:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning {
  background-color: transparent;
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning:hover {
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 159, 67, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning.active, .btn-flat-warning:active, .btn-flat-warning:focus {
  background-color: rgba(255, 159, 67, 0.2);
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-warning {
  background-color: #FF9F43;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-warning:hover:not(.disabled):not(:disabled) {
  background-color: #FFAC5D;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-warning.active, .btn-relief-warning:active, .btn-relief-warning:focus {
  background-color: #FF922A;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-warning:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-warning.active, .btn-relief-warning:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-warning {
  border: 1px solid #FF9F43 !important;
  background-color: transparent;
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-warning:hover:not(.disabled):not(:disabled) {
  background-color: rgba(255, 159, 67, 0.04);
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-warning.show.dropdown-toggle, .btn-outline-warning.active:not(:disabled):not(.disabled), .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):focus {
  background-color: rgba(255, 159, 67, 0.2);
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning {
  color: #FF9F43;
  background-color: rgba(255, 159, 67, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-warning.waves-effect .waves-ripple, .btn-outline-warning.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(255, 159, 67, 0.2) 0, rgba(255, 159, 67, 0.3) 40%, rgba(255, 159, 67, 0.4) 50%, rgba(255, 159, 67, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(255, 159, 67, 0.2) 0, rgba(255, 159, 67, 0.3) 40%, rgba(255, 159, 67, 0.4) 50%, rgba(255, 159, 67, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-warning {
  background-color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-warning .modal-header .modal-title {
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-warning .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff9f43'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item.active .page-link {
  background: #FF9F43 !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item .page-link:hover {
  color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item.next-item .page-link:hover, .pagination-warning .page-item.prev-item .page-link:hover {
  background: #FF9F43;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item.next .page-link:active:after, .pagination-warning .page-item.next .page-link:hover:after, .pagination-warning .page-item.next-item .page-link:active:after, .pagination-warning .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9f43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-warning .page-item.prev .page-link:active:before, .pagination-warning .page-item.prev .page-link:hover:before, .pagination-warning .page-item.prev-item .page-link:active:before, .pagination-warning .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff9f43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-warning .nav-item .nav-link.active {
  color: #FFF;
  background-color: #FF9F43 !important;
  border-color: #FF9F43;
  box-shadow: 0 4px 18px -4px rgba(255, 159, 67, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-warning .divider-text:after, .divider.divider-warning .divider-text:before, .timeline .timeline-point-warning {
  border-color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-warning {
  background-color: rgba(255, 159, 67, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-warning .progress-bar {
  background-color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-warning i, .timeline .timeline-point-warning svg {
  stroke: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-warning.timeline-point-indicator {
  background-color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-warning.timeline-point-indicator:before {
  background: rgba(255, 159, 67, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-warning {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-warning .form-check-input:checked {
  border-color: #FF9F43;
  background-color: #FF9F43;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-warning .form-check-input:not(:disabled):checked, .form-check-warning .form-check-input:not(:disabled):focus {
  border-color: #FF9F43;
  box-shadow: 0 2px 4px 0 rgba(255, 159, 67, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-warning .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #FF9F43 !important;
  border-color: #FF9F43 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-danger .card-footer, .bg-danger .card-header {
  background-color: transparent;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-danger {
  background: rgba(234, 84, 85, 0.12) !important;
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-danger .alert-heading {
  box-shadow: rgba(234, 84, 85, 0.4) 0 6px 15px -7px;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-danger .alert-link {
  color: #E73D3E !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.alert-danger .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5455'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat;
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-danger {
  background: rgba(234, 84, 85, 0.12) !important;
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-danger.fc-h-event, .bg-light-danger.fc-v-event {
  border-color: rgba(234, 84, 85, 0.1);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-danger .fc-list-event-dot, .btn-danger {
  border-color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-danger.fc-list-event:hover td {
  background: rgba(234, 84, 85, 0.1) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-light-danger.fc-list-event .fc-list-event-title {
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/colors.min.css */
.avatar.bg-light-danger {
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-danger {
  border: 1px solid #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-top-danger {
  border-top: 1px solid #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-bottom-danger {
  border-bottom: 1px solid #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-start-danger {
  border-left: 1px solid #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.border-end-danger {
  border-right: 1px solid #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-danger.badge-glow, .border-danger.badge-glow {
  box-shadow: 0 0 10px #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.badge.badge-light-danger {
  background-color: rgba(234, 84, 85, 0.12);
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.overlay-danger {
  background: #EA5455;
  background: rgba(234, 84, 85, 0.6);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger.dropdown-toggle::after, .btn-outline-danger.dropdown-toggle::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-danger {
  background-color: #EA5455 !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .btn-danger:focus {
  color: #FFF;
  background-color: #E73D3E !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-danger:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger {
  background-color: transparent;
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger:hover {
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger:hover:not(.disabled):not(:disabled) {
  background-color: rgba(234, 84, 85, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger.active, .btn-flat-danger:active, .btn-flat-danger:focus {
  background-color: rgba(234, 84, 85, 0.2);
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-danger {
  background-color: #EA5455;
  box-shadow: inset 0 -3px 0 0 rgba(34, 41, 47, 0.2);
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-danger:hover:not(.disabled):not(:disabled) {
  background-color: #ED6B6C;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-danger.active, .btn-relief-danger:active, .btn-relief-danger:focus {
  background-color: #E73D3E;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-danger:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-relief-danger.active, .btn-relief-danger:active {
  outline: 0;
  box-shadow: none;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-danger {
  border: 1px solid #EA5455 !important;
  background-color: transparent;
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-danger:hover:not(.disabled):not(:disabled) {
  background-color: rgba(234, 84, 85, 0.04);
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-danger.show.dropdown-toggle, .btn-outline-danger.active:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):focus {
  background-color: rgba(234, 84, 85, 0.2);
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger {
  color: #EA5455;
  background-color: rgba(234, 84, 85, 0.2) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.btn-flat-danger.waves-effect .waves-ripple, .btn-outline-danger.waves-effect .waves-ripple {
  background: -webkit-radial-gradient(rgba(234, 84, 85, 0.2) 0, rgba(234, 84, 85, 0.3) 40%, rgba(234, 84, 85, 0.4) 50%, rgba(234, 84, 85, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
  background: radial-gradient(rgba(234, 84, 85, 0.2) 0, rgba(234, 84, 85, 0.3) 40%, rgba(234, 84, 85, 0.4) 50%, rgba(234, 84, 85, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bullet.bullet-danger {
  background-color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-danger .modal-header .modal-title {
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.modal.modal-danger .modal-header .btn-close {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5455'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/0.75rem auto no-repeat #FFF !important;
  color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item.active .page-link {
  background: #EA5455 !important;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item.active .page-link:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item .page-link:hover {
  color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item.next-item .page-link:hover, .pagination-danger .page-item.prev-item .page-link:hover {
  background: #EA5455;
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item.next .page-link:active:after, .pagination-danger .page-item.next .page-link:hover:after, .pagination-danger .page-item.next-item .page-link:active:after, .pagination-danger .page-item.next-item .page-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.pagination-danger .page-item.prev .page-link:active:before, .pagination-danger .page-item.prev .page-link:hover:before, .pagination-danger .page-item.prev-item .page-link:active:before, .pagination-danger .page-item.prev-item .page-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E") !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.nav-pill-danger .nav-item .nav-link.active {
  color: #FFF;
  background-color: #EA5455 !important;
  border-color: #EA5455;
  box-shadow: 0 4px 18px -4px rgba(234, 84, 85, 0.65);
}

/* line 1, vendor/stylesheets/colors.min.css */
.divider.divider-danger .divider-text:after, .divider.divider-danger .divider-text:before, .timeline .timeline-point-danger {
  border-color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-danger {
  background-color: rgba(234, 84, 85, 0.12);
}

/* line 1, vendor/stylesheets/colors.min.css */
.progress-bar-danger .progress-bar {
  background-color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-danger i, .timeline .timeline-point-danger svg {
  stroke: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-danger.timeline-point-indicator {
  background-color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.timeline .timeline-point-danger.timeline-point-indicator:before {
  background: rgba(234, 84, 85, 0.12) !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
input:focus ~ .bg-danger {
  box-shadow: 0 0 0 0.075rem #FFF, 0 0 0 0.21rem #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-danger .form-check-input:checked {
  border-color: #EA5455;
  background-color: #EA5455;
}

/* line 1, vendor/stylesheets/colors.min.css */
.form-check-danger .form-check-input:not(:disabled):checked, .form-check-danger .form-check-input:not(:disabled):focus {
  border-color: #EA5455;
  box-shadow: 0 2px 4px 0 rgba(234, 84, 85, 0.4);
}

/* line 1, vendor/stylesheets/colors.min.css */
.select2-danger .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #EA5455 !important;
  border-color: #EA5455 !important;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-dark, .btn-gradient-dark {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #4B4B4B, #1E1E1E);
  background-image: linear-gradient(47deg, #4B4B4B, #1E1E1E);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.dark-layout .bg-gradient-dark, .dark-layout .btn-gradient-dark {
  background-image: -webkit-linear-gradient(43deg, #1E1E1E, #4B4B4B);
  background-image: linear-gradient(47deg, #1E1E1E, #4B4B4B);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-dark:active, .bg-gradient-dark:hover, .btn-gradient-dark:active, .btn-gradient-dark:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-dark:hover:not(.disabled):not(:disabled), .btn-gradient-dark:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-dark:active, .btn-gradient-dark:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-dark:active, .bg-gradient-dark:focus, .btn-gradient-dark:active, .btn-gradient-dark:focus {
  background-image: -webkit-linear-gradient(43deg, #1E1E1E, #4B4B4B);
  background-image: linear-gradient(47deg, #1E1E1E, #4B4B4B);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-primary, .btn-gradient-primary {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #7367F0, #9E95F5);
  background-image: linear-gradient(47deg, #7367F0, #9E95F5);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-primary:active, .bg-gradient-primary:hover, .btn-gradient-primary:active, .btn-gradient-primary:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-primary:hover:not(.disabled):not(:disabled), .btn-gradient-primary:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-primary:active, .btn-gradient-primary:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-primary:active, .bg-gradient-primary:focus, .btn-gradient-primary:active, .btn-gradient-primary:focus {
  background-image: -webkit-linear-gradient(43deg, #4839EB, #7367F0);
  background-image: linear-gradient(47deg, #4839EB, #7367F0);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-secondary, .btn-gradient-secondary {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #82868B, #9CA0A4);
  background-image: linear-gradient(47deg, #82868B, #9CA0A4);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-secondary:active, .bg-gradient-secondary:hover, .btn-gradient-secondary:active, .btn-gradient-secondary:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-secondary:hover:not(.disabled):not(:disabled), .btn-gradient-secondary:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-secondary:active, .btn-gradient-secondary:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-secondary:active, .bg-gradient-secondary:focus, .btn-gradient-secondary:active, .btn-gradient-secondary:focus {
  background-image: -webkit-linear-gradient(43deg, #696D71, #82868B);
  background-image: linear-gradient(47deg, #696D71, #82868B);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-success, .btn-gradient-success {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #28C76F, #48DA89);
  background-image: linear-gradient(47deg, #28C76F, #48DA89);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-success:active, .bg-gradient-success:hover, .btn-gradient-success:active, .btn-gradient-success:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-success:hover:not(.disabled):not(:disabled), .btn-gradient-success:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-success:active, .btn-gradient-success:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-success:active, .bg-gradient-success:focus, .btn-gradient-success:active, .btn-gradient-success:focus {
  background-image: -webkit-linear-gradient(43deg, #1F9D57, #28C76F);
  background-image: linear-gradient(47deg, #1F9D57, #28C76F);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-info, .btn-gradient-info {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #00CFE8, #1CE7FF);
  background-image: linear-gradient(47deg, #00CFE8, #1CE7FF);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-info:active, .bg-gradient-info:hover, .btn-gradient-info:active, .btn-gradient-info:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-info:hover:not(.disabled):not(:disabled), .btn-gradient-info:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-info:active, .btn-gradient-info:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-info:active, .bg-gradient-info:focus, .btn-gradient-info:active, .btn-gradient-info:focus {
  background-image: -webkit-linear-gradient(43deg, #00A1B5, #00CFE8);
  background-image: linear-gradient(47deg, #00A1B5, #00CFE8);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-warning, .btn-gradient-warning {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #FF9F43, #FFB976);
  background-image: linear-gradient(47deg, #FF9F43, #FFB976);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-warning:active, .bg-gradient-warning:hover, .btn-gradient-warning:active, .btn-gradient-warning:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-warning:hover:not(.disabled):not(:disabled), .btn-gradient-warning:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-warning:active, .btn-gradient-warning:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-warning:active, .bg-gradient-warning:focus, .btn-gradient-warning:active, .btn-gradient-warning:focus {
  background-image: -webkit-linear-gradient(43deg, #FF8510, #FF9F43);
  background-image: linear-gradient(47deg, #FF8510, #FF9F43);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-danger, .btn-gradient-danger {
  color: #FFF;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-image: -webkit-linear-gradient(43deg, #EA5455, #F08182);
  background-image: linear-gradient(47deg, #EA5455, #F08182);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-danger:active, .bg-gradient-danger:hover, .btn-gradient-danger:active, .btn-gradient-danger:hover {
  color: #FFF;
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-danger:hover:not(.disabled):not(:disabled), .btn-gradient-danger:hover:not(.disabled):not(:disabled) {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-danger:active, .btn-gradient-danger:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* line 1, vendor/stylesheets/colors.min.css */
.bg-gradient-danger:active, .bg-gradient-danger:focus, .btn-gradient-danger:active, .btn-gradient-danger:focus {
  background-image: -webkit-linear-gradient(43deg, #E42728, #EA5455);
  background-image: linear-gradient(47deg, #E42728, #EA5455);
  background-repeat: repeat;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer, html .content {
  -webkit-backface-visibility: hidden;
}

/* line 1, vendor/stylesheets/components.min.css */
html {
  font-size: 14px;
  height: 100%;
  letter-spacing: .01rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html body {
  height: 100%;
  background-color: #F8F8F8;
  direction: ltr;
}

/* line 1, vendor/stylesheets/components.min.css */
html body p {
  line-height: 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content {
  padding: 0;
  position: relative;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  backface-visibility: hidden;
  min-height: calc(100% - 3.35rem);
  margin-left: 260px;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content {
  padding: calc(2rem + 4.45rem + 1.3rem) 2rem 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content.show-overlay .content-overlay {
  z-index: 10;
  opacity: 1;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content.show-overlay .content-overlay ~ .header-navbar-shadow {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content .content-overlay {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 41, 47, 0.5);
  cursor: pointer;
  -webkit-transition: all .7s,z-index 0s;
  transition: all .7s,z-index 0s;
  z-index: -1;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content .content-area-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content.app-content .content-area-wrapper .content-body, html .content.app-content .content-area-wrapper .content-wrapper {
  height: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .body-content-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.scroll-top, html .blank-page .content.app-content .header-navbar-shadow, html .content .content-wrapper .content-header-right .dropdown-toggle::after {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .body-content-overlay.show {
  visibility: visible;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 1;
  background-color: rgba(34, 41, 47, 0.2);
  border-radius: .1785rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .content-wrapper .content-header-title {
  font-weight: 500;
  color: #636363;
  padding-right: 1rem;
  border-right: 1px solid #D6DCE1;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .content-wrapper .content-header-right .dropdown-toggle i, html .content .content-wrapper .content-header-right .dropdown-toggle svg {
  margin-right: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .content-wrapper .content-header-right .btn-icon {
  padding: .8rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html .content .content-wrapper .content-header-right .btn-icon i, html .content .content-wrapper .content-header-right .btn-icon svg {
  height: 1rem;
  width: 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 1.3rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 1.3rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-floating.footer-hidden .app-content .content-area-wrapper, html .navbar-floating.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 0rem + 1.3rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 0rem + 1.3rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-floating.footer-hidden .app-content .content-area-wrapper, html .navbar-floating.footer-hidden .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 1.3rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 1.3rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-floating.footer-fixed .app-content .content-area-wrapper, html .navbar-floating.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 1.3rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 1.3rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-floating.footer-fixed .app-content .content-area-wrapper, html .navbar-floating.footer-fixed .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 1.3rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 1.3rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-hidden .app-content {
  padding: 2rem 2rem 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-hidden.footer-static .app-content .content-area-wrapper, html .navbar-hidden.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 1) + 0rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 1) + 0rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-hidden.footer-static .app-content .content-area-wrapper, html .navbar-hidden.footer-static .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 0rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 0rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-hidden.footer-hidden .app-content .content-area-wrapper, html .navbar-hidden.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 0rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 0rem + 0rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-hidden.footer-hidden .app-content .content-area-wrapper, html .navbar-hidden.footer-hidden .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 0rem + 0rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 0rem + 0rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-hidden.footer-fixed .app-content .content-area-wrapper, html .navbar-hidden.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 0rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 0rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-hidden.footer-fixed .app-content .content-area-wrapper, html .navbar-hidden.footer-fixed .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 0rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 0rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static .main-menu {
  top: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static .content {
  min-height: calc(100% - calc(4.45rem + 3.35rem));
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static .app-content {
  padding: 2rem 2rem 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static.footer-static .app-content .content-area-wrapper, html .navbar-static.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-static.footer-static .app-content .content-area-wrapper, html .navbar-static.footer-static .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static.footer-hidden .app-content .content-area-wrapper, html .navbar-static.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-static.footer-hidden .app-content .content-area-wrapper, html .navbar-static.footer-hidden .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static.footer-fixed .app-content .content-area-wrapper, html .navbar-static.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-static.footer-fixed .app-content .content-area-wrapper, html .navbar-static.footer-fixed .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-sticky .app-content {
  padding: calc(2rem + 4.45rem) 2rem 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-sticky.footer-static .app-content .content-area-wrapper, html .navbar-sticky.footer-static .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 1) + 4.45rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-sticky.footer-static .app-content .content-area-wrapper, html .navbar-sticky.footer-static .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 1) - calc(.8rem * 1)) + 4.45rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-sticky.footer-hidden .app-content .content-area-wrapper, html .navbar-sticky.footer-hidden .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 0rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-sticky.footer-hidden .app-content .content-area-wrapper, html .navbar-sticky.footer-hidden .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 0rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-sticky.footer-fixed .app-content .content-area-wrapper, html .navbar-sticky.footer-fixed .app-content .kanban-wrapper {
  height: calc(100vh - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem));
  height: calc(var(--vh,1vh) * 100 - calc(calc(2rem * 2) + 4.45rem + 3.35rem + 0rem + 0rem));
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html .navbar-sticky.footer-fixed .app-content .content-area-wrapper, html .navbar-sticky.footer-fixed .app-content .kanban-wrapper {
    height: calc(100vh - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem));
    height: calc(var(--vh,1vh) * 100 - calc(calc(calc(2rem * 2) - calc(.8rem * 2)) + 4.45rem + 3.35rem + 0rem + 0rem));
  }
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static .nav.header-navbar .navbar-container, html .navbar-sticky .nav.header-navbar .navbar-container {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

/* line 1, vendor/stylesheets/components.min.css */
html .navbar-static .nav.header-navbar .navbar-container .search-input .search-list.show, html .navbar-sticky .nav.header-navbar .navbar-container .search-input .search-list.show {
  width: 98%;
  left: 1%;
}

/* line 1, vendor/stylesheets/components.min.css */
html .footer-fixed .content.app-content {
  padding-bottom: 3.35rem !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html [data-col='1-column'] .header-navbar {
  width: 100%;
  left: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html [data-col='1-column'] .header-navbar.floating-nav {
  width: calc(100vw - (100vw - 100%) - calc(2rem * 2)) !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html [data-col='1-column'] .content, html [data-col='1-column'] .footer {
  margin-left: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .horizontal-layout[data-col='1-column'] .header-navbar {
  width: 100% !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .horizontal-layout[data-col='1-column'] .app-content {
  padding: calc(2rem + 4.45rem + 1.3rem) 2rem 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .horizontal-layout.footer-fixed[data-col='1-column'] .app-content {
  padding: calc(2rem + 4.45rem + 1.3rem) 2rem 3.35rem !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .blank-page .content {
  margin-left: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
html .blank-page .content.app-content {
  overflow: overlay;
  overflow-x: hidden;
  padding: 0 !important;
  -webkit-transition: none;
  transition: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.app-content.center-layout, .main-menu {
  overflow: hidden;
}

/* line 1, vendor/stylesheets/components.min.css */
html .blank-page .content-wrapper {
  padding: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
html .blank-page .content-wrapper .flexbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  height: calc(var(--vh,1vh) * 100);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 1, vendor/stylesheets/components.min.css */
html .pace .pace-progress {
  background: #7367F0;
}

@media (min-width: 992px) {
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-left, body .content-right {
    width: calc(100vw - (100vw - 100%) - 260px);
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-right {
    float: right;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-left {
    float: left;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-detached {
    width: 100%;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-detached.content-right {
    float: right;
    margin-left: -260px;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-detached.content-right .content-body {
    margin-left: calc(260px + 2rem);
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-detached.content-left {
    float: left;
    margin-right: -260px;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body .content-detached.content-left .content-body {
    margin-right: calc(260px + 2rem);
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .sidebar-right.sidebar-sticky {
    float: right !important;
    margin-left: -260px;
    width: 260px !important;
    margin-top: 5.7rem;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .sidebar {
    vertical-align: top;
  }
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  html body .app-content {
    padding: calc(2rem - .8rem + 4.45rem + 1.3rem) calc(2rem - .8rem) 0 !important;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  html body.navbar-static .app-content {
    padding: calc(2rem - .8rem) calc(2rem - .8rem) 0 !important;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  html body.navbar-sticky .app-content {
    padding: calc(2rem - .8rem + 4.45rem) calc(2rem - .8rem) 0 !important;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  html body.navbar-hidden .app-content {
    padding: calc(2rem - .8rem) calc(2rem - .8rem) 0 !important;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .navbar-static .app-content .header-navbar .navbar-container, .navbar-sticky .app-content .header-navbar .navbar-container {
    padding-left: 1rem;
    padding-right: .5rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 1, vendor/stylesheets/components.min.css */
  html.full-screen {
    width: 100%;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  html.full-screen .content.app-content {
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
.sidebar {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.sidebar-fixed {
  position: fixed;
  height: 100%;
  overflow: scroll;
}

/* line 1, vendor/stylesheets/components.min.css */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(34, 41, 47, 0.5);
  z-index: 997;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.sidenav-overlay.show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.drag-target {
  height: 100%;
  width: 40px;
  position: fixed;
  top: 0;
  left: -10px;
  z-index: 1036;
}

/* line 1, vendor/stylesheets/components.min.css */
.sidebar-detached .sidebar {
  width: 260px;
}

@media (min-width: 992px) {
  /* line 1, vendor/stylesheets/components.min.css */
  .sidebar-left {
    float: left;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .sidebar-right {
    float: right;
  }
}

@media (max-width: 991.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  .sidebar-detached .sidebar {
    width: 100%;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
footer.footer {
  padding: .8rem 2rem;
  min-height: 3.35rem;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/* line 1, vendor/stylesheets/components.min.css */
footer.footer span i, footer.footer span svg {
  height: 1.51rem;
  width: 1.51rem;
  font-size: 1.51rem;
  margin-left: .5rem;
  color: #EA5455;
}

/* line 1, vendor/stylesheets/components.min.css */
footer.footer .scroll-top {
  padding: .81rem .83rem;
}

/* line 1, vendor/stylesheets/components.min.css */
footer.footer-shadow {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
footer.footer-border {
  border-top: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.footer-fixed footer {
  position: fixed !important;
  z-index: 1030;
  right: 0;
  left: 0;
  bottom: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.footer-fixed footer.footer-light {
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.footer-fixed footer.footer-dark {
  background: #B8C2CC;
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.footer-hidden .app-content {
  padding-bottom: 0.1px !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.scroll-top {
  position: fixed;
  bottom: 5%;
  right: 30px;
  z-index: 99;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu {
  z-index: 1031;
  position: absolute;
  display: table-cell;
  height: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li > a i, .main-menu.menu-dark .navigation > li > a svg, .main-menu.menu-light .navigation > li > a i, .main-menu.menu-light .navigation > li > a svg {
  position: relative;
  top: 1px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul, .main-menu.menu-light .navigation > li:not(.open) > ul {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light {
  color: #6E6B7B;
  background: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation {
  background: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation .navigation-header {
  color: #A6A4B0;
  margin: calc(2rem + .286rem) 0 0.8rem 2.2rem;
  padding: 0;
  line-height: 1.5;
  letter-spacing: .01rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation .navigation-header span {
  font-weight: 500;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation li.has-sub > a {
  -webkit-transition: all .5s ease,background 0s,color 0s;
  transition: all .5s ease,background 0s,color 0s;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation li a {
  color: #625F6E;
  padding: 10px 15px;
  line-height: 1.45;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation li a span.menu-sub-title {
  color: #BDBBC4;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation li a > * {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation li.nav-item a:hover > *, .main-menu.menu-light .navigation li.nav-item ul.menu-content li a:hover > * {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li > a {
  margin: 0 15px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li > ul li:first-of-type {
  margin-top: 7px !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li > ul li.has-sub > a, .main-menu.menu-light .navigation > li > ul li.has-sub > ul > li, .main-menu.menu-light .navigation > li > ul li:not(.has-sub) {
  margin: 0 15px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  color: #565360;
  background: #f5f5f5;
  border-radius: 6px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li:not(.open) > ul .active {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li.active {
  z-index: 1;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li.active > a {
  background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
  background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
  color: #FFF;
  font-weight: 400;
  border-radius: 4px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li .active {
  background: #F0F0F0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li .active > a {
  color: #7367F0;
  margin-bottom: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li .active .hover > a, .main-menu.menu-light .navigation > li .active :hover > a {
  background: #f5f5f5;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul {
  padding: 0;
  margin: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul li {
  color: #6E6B7B;
  background: 0 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul li > a {
  padding: 10px 15px 10px 20px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul li ul a {
  padding: 10px 15px 10px 53px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .has-sub:not(.open) > ul .active {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .open > a, .main-menu.menu-light .navigation > li ul .sidebar-group-active > a {
  color: #6E6B7B;
  background: #f5f5f5;
  border-radius: 6px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .open > ul, .main-menu.menu-light .navigation > li ul .open > ul .open > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul, .main-menu.menu-light .navigation > li ul .sidebar-group-active > ul .open > ul {
  display: block;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul, .main-menu.menu-dark .navigation > li:not(.open) > ul {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .hover > a, .main-menu.menu-light .navigation > li ul:hover > a {
  color: #787486;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .active {
  background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
  background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
  border-radius: 4px;
  z-index: 1;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-light .navigation > li ul .active > a {
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark {
  color: #DCDCDC;
  background: #10163A;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation {
  background: #10163A;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation .navigation-header {
  color: #fff;
  margin: calc(2rem + .286rem) 0 0.8rem 2.2rem;
  padding: 0;
  line-height: 1.5;
  letter-spacing: .01rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation .navigation-header span {
  font-weight: 500;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation li.has-sub > a {
  -webkit-transition: all .5s ease,background 0s,color 0s;
  transition: all .5s ease,background 0s,color 0s;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation li a {
  color: #D0D0D0;
  padding: 10px 15px;
  line-height: 1.45;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation li a span.menu-sub-title {
  color: #fff;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation li a > * {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation li.nav-item a:hover > *, .main-menu.menu-dark .navigation li.nav-item ul.menu-content li a:hover > * {
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease,-webkit-transform .25s ease;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li > a {
  margin: 0 15px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li > a .label {
  margin-top: 4px;
  margin-right: 5px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li > ul li:first-of-type {
  margin-top: 7px !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li > ul li.has-sub > a, .main-menu.menu-dark .navigation > li > ul li.has-sub > ul > li, .main-menu.menu-dark .navigation > li > ul li:not(.has-sub) {
  margin: 0 15px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li.open:not(.menu-item-closing) > a, .main-menu.menu-dark .navigation > li.sidebar-group-active > a {
  color: #C3C3C3;
  background: #0C102A;
  border-radius: 6px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li:not(.open) > ul .active {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li.active {
  z-index: 1;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li.active > a {
  background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
  background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
  color: #FFF;
  font-weight: 400;
  border-radius: 4px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li .active {
  background: #090D22;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li .active > a {
  color: #7367F0;
  margin-bottom: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li .active .hover > a, .main-menu.menu-dark .navigation > li .active :hover > a {
  background: #0C102A;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul {
  padding: 0;
  margin: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul li {
  color: #DCDCDC;
  background: 0 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul li > a {
  padding: 10px 15px 10px 20px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul li ul a {
  padding: 10px 15px 10px 53px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .has-sub:not(.open) > ul .active {
  background: 0 0;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .open > a, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > a {
  color: #DCDCDC;
  background: #0C102A;
  border-radius: 6px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .open > ul, .main-menu.menu-dark .navigation > li ul .open > ul .open > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul, .main-menu.menu-dark .navigation > li ul .sidebar-group-active > ul .open > ul {
  display: block;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .hover > a, .main-menu.menu-dark .navigation > li ul:hover > a {
  color: #E6E6E6;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .active {
  background: -webkit-linear-gradient(332deg, #7367F0, rgba(115, 103, 240, 0.7));
  background: linear-gradient(118deg, #7367F0, rgba(115, 103, 240, 0.7));
  box-shadow: 0 0 10px 1px rgba(115, 103, 240, 0.7);
  border-radius: 4px;
  z-index: 1;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-dark .navigation > li ul .active > a {
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-fixed {
  position: fixed;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-static {
  height: 100%;
  padding-bottom: calc(100% - 20rem);
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-static .main-menu-content {
  height: unset !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-shadow {
  box-shadow: 0 0 15px 0 rgba(34, 41, 47, 0.05);
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-border {
  border-right: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .shadow-bottom {
  display: none;
  position: absolute;
  z-index: 2;
  height: 50px;
  width: 100%;
  pointer-events: none;
  margin-top: -.7rem;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  background: -webkit-linear-gradient(#FFF 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
  background: linear-gradient(#FFF 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

/* line 1, vendor/stylesheets/components.min.css */
.bordered-layout .main-menu .shadow-bottom {
  background: -webkit-linear-gradient(#F8F8F8 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
  background: linear-gradient(#F8F8F8 41%, rgba(255, 255, 255, 0.11) 95%, rgba(255, 255, 255, 0));
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu.menu-native-scroll .main-menu-content {
  overflow-y: scroll !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .navbar-header {
  width: 260px;
  height: 4.45rem;
  position: relative;
  padding: .35rem 1rem .3rem 1.64rem;
  -webkit-transition: .3s ease all,background 0s;
  transition: .3s ease all,background 0s;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .navbar-header .navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.35rem;
  font-size: inherit;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: 36px;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .navbar-header .navbar-brand .brand-text {
  color: #7367F0;
  padding-left: 1rem;
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: .01rem;
  font-size: 1.45rem;
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .navbar-header .modern-nav-toggle {
  -webkit-animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
  animation: 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s normal forwards 1 fadein;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .main-menu-content {
  height: calc(100% - 4.45rem) !important;
  position: relative;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu .main-menu-content .ps__rail-y {
  z-index: 3;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu ul.navigation-main {
  overflow-x: hidden;
  padding-bottom: .75rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu ul.navigation-main > li:first-child {
  margin-top: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu a {
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.main-menu a:focus, .main-menu a:hover {
  text-decoration: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation {
  font-size: 1.1rem;
  font-family: Montserrat,Helvetica,Arial,serif;
  font-weight: 400;
  overflow-y: hidden;
  padding-bottom: 20px;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation .navigation-header {
  font-family: Montserrat,Helvetica,Arial,serif;
  font-weight: 500;
  line-height: 1.2;
  padding: 12px 22px;
  font-size: .9rem;
  text-transform: uppercase;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation li {
  position: relative;
  white-space: nowrap;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation li a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation li a i, .navigation li a svg {
  height: 11px;
  width: 11px;
  font-size: 11px;
  margin-right: 1.38rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation li.menu-item-animating {
  -webkit-transition: height .25s ease-in-out;
  transition: height .25s ease-in-out;
}

/* line 1, vendor/stylesheets/components.min.css */
.navigation li.disabled a {
  cursor: not-allowed;
  opacity: .65;
  pointer-events: none;
}

@media (max-width: 767.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  .menu-hide .main-menu, .menu-open .main-menu {
    -webkit-transition: top .35s,height .35s,-webkit-transform .25s;
    transition: top .35s,height .35s,-webkit-transform .25s;
    transition: transform .25s,top .35s,height .35s;
    transition: transform .25s,top .35s,height .35s,-webkit-transform .25s;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .main-menu {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .menu-open .main-menu {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 768px) {
  /* line 1, vendor/stylesheets/components.min.css */
  .drag-target {
    z-index: 0;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar {
  white-space: nowrap;
  background-color: #C3C3C3;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  color: #FFF;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  text-align: center;
  vertical-align: middle;
  font-weight: 600;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-content {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: .857rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group, .avatar.avatar-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-content .avatar-icon {
  height: 1rem;
  width: 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar [class*=avatar-status-] {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 1px solid #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-status-lg[class*=avatar-status-], .avatar .avatar-status-xl[class*=avatar-status-] {
  width: 17px;
  height: 17px;
  border-width: 2px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-status-online {
  background-color: #28C76F;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-status-busy {
  background-color: #EA5455;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-status-away {
  background-color: #FF9F43;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar .avatar-status-offline {
  background-color: #82868B;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-tag {
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar img {
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-xl {
  font-size: 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-xl img {
  width: 70px;
  height: 70px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-xl .avatar-content {
  height: 70px;
  width: 70px;
  font-size: 2.57rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-xl .avatar-content .avatar-icon, .avatar.avatar-xl .avatar-content i, .avatar.avatar-xl .avatar-content svg {
  height: 3rem;
  width: 3rem;
  font-size: 3rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-xl [class*=avatar-status-] {
  right: 3px;
  bottom: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-lg {
  font-size: 1.2rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-lg img {
  width: 50px;
  height: 50px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-lg .avatar-content {
  width: 50px;
  height: 50px;
  font-size: 1.714rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-lg .avatar-content .avatar-icon, .avatar.avatar-lg .avatar-content i, .avatar.avatar-lg .avatar-content svg {
  height: 2rem;
  width: 2rem;
  font-size: 2rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-lg [class*=avatar-status-] {
  right: 3px;
  bottom: 1px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-sm .avatar-content {
  width: 24px;
  height: 24px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-sm .avatar-content .avatar-icon, .avatar.avatar-sm .avatar-content i, .avatar.avatar-sm .avatar-content svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-sm img, .icon-wrapper .feather {
  height: 24px;
  width: 24px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar.avatar-sm [class*=avatar-status-] {
  right: -3px;
  bottom: -2px;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group {
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar .avatar-content, .avatar-group .avatar img {
  box-shadow: 0 0 0 2px #FFF, inset 0 0 0 1px rgba(34, 41, 47, 0.07);
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar .avatar-content {
  background-color: #9B9EA2 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar:hover {
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.07);
  -ms-transform: translateY(-4px) scale(1.07);
  transform: translateY(-4px) scale(1.07);
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar:not(:first-child) {
  margin-left: -.55rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar-sm:not(:first-child) {
  margin-left: -.4rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar-lg:not(:first-child) {
  margin-left: -1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.avatar-group .avatar-xl:not(:first-child) {
  margin-left: -1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container a.nav-link-search {
  float: left;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input {
  width: 0;
  float: left;
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input input {
  width: 0;
  border: none;
  background: 0 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  line-height: 16px;
  padding: 1.6rem 3.6rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input.open {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: block;
  background: #FFF;
  border-radius: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input.open .search-input-close, .navbar-container .search-input.open .search-input-icon {
  display: block;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input.open input {
  width: 100%;
  outline: 0;
  background: 0 0;
  height: auto;
  box-shadow: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list {
  max-height: 450px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  width: 100%;
  margin-top: .5rem;
  padding-left: 0;
  border-radius: .357rem;
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 875px) and (orientation: landscape) {
  /* line 1, vendor/stylesheets/components.min.css */
  .navbar-container .search-input .search-list {
    max-height: 250px;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list.search-list-bookmark {
  height: auto !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list.search-list-bookmark i, .navbar-container .search-input .search-list.search-list-bookmark svg {
  font-size: 1.2rem;
  height: 1.2rem;
  width: 1.2rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-input-close i, .navbar-container .search-input .search-input-close svg, .navbar-container .search-input .search-input-icon i, .navbar-container .search-input .search-input-icon svg, .navbar-container .search-input .search-list li a i, .navbar-container .search-input .search-list li a svg[class*='feather feather-'] {
  height: 1.25rem;
  width: 1.25rem;
  font-size: 1.25rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list.show {
  display: block;
  min-height: 3rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list li a {
  padding: .9rem 1rem;
  color: #6E6B7B;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list li:first-child {
  border-top-left-radius: .357rem;
  border-top-right-radius: .357rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list li:last-child {
  border-bottom-left-radius: .357rem;
  border-bottom-right-radius: .357rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list li.auto-suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-list li.auto-suggestion.current_item, .navbar-container .search-input .search-list li.auto-suggestion:hover {
  background-color: #F8F8F8;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-input-icon {
  z-index: 2;
  display: none;
  position: absolute;
  left: 1.5rem;
  top: 32%;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-input .search-input-close {
  z-index: 1;
  display: none;
  position: absolute;
  right: 2rem;
  top: 32%;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input {
  position: absolute;
  top: 102%;
  width: 25%;
  display: none;
  background: #FFF;
  border-radius: .357rem;
  box-shadow: 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input.show {
  display: block;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input .bookmark-input-icon {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 24px;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input input {
  padding: .7rem .7rem .7rem 2.5rem;
  margin: 12px;
  width: calc(100% - 24px);
  background: #FFF;
  border: 1px solid rgba(34, 41, 47, 0.2);
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input input:focus {
  border: 1px solid #7367F0;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-input .search-list {
  position: relative;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .bookmark-icon {
  cursor: pointer;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .dropdown.bookmark-dropdown {
  padding: 1.4rem .5rem 1.35rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .dropdown.bookmark-dropdown .dropdown-toggle:after {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-container .search-data-title {
  line-height: 1.25rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-dark .search-input .input {
  color: #F5F7FA;
  border-radius: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-dark .search-input.open .input {
  color: #F5F7FA;
  border: 1px solid #F5F7FA;
}

/* line 1, vendor/stylesheets/components.min.css */
.navbar-static .navbar-container .search-input.open {
  border-radius: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 4.95rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-social-icon > :first-child, .btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  width: 2.95rem;
  line-height: 2.7rem;
  font-size: 1rem;
  text-align: center;
  border-right: 1px solid rgba(34, 41, 47, 0.2);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-social-icon {
  height: 2.95rem;
  width: 2.95rem;
  padding: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn {
  background-color: #D87A68;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn:focus, .btn-adn:hover, .btn-check:focus + .btn-adn {
  background-color: #B86858;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn:focus, .btn-check:focus + .btn-adn {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn.active, .btn-adn:active, .btn-check:active + .btn-adn, .btn-check:checked + .btn-adn, .show > .btn-adn.dropdown-toggle {
  color: #FFF;
  background-color: #AD6253;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn.active:focus, .btn-adn:active:focus, .btn-check:active + .btn-adn:focus, .btn-check:checked + .btn-adn:focus, .show > .btn-adn.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn.disabled, .btn-adn:disabled {
  color: #FFF;
  background-color: #D87A68;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-adn:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket.active:focus, .btn-bitbucket:active:focus, .btn-bitbucket:focus, .btn-check:active + .btn-bitbucket:focus, .btn-check:checked + .btn-bitbucket:focus, .btn-check:focus + .btn-bitbucket, .show > .btn-bitbucket.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket {
  background-color: #205081;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket:focus, .btn-bitbucket:hover, .btn-check:focus + .btn-bitbucket {
  background-color: #1B446E;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket.active, .btn-bitbucket:active, .btn-check:active + .btn-bitbucket, .btn-check:checked + .btn-bitbucket, .show > .btn-bitbucket.dropdown-toggle {
  color: #FFF;
  background-color: #1A4067;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
  color: #FFF;
  background-color: #205081;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-bitbucket:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-dropbox:focus, .btn-check:checked + .btn-dropbox:focus, .btn-check:focus + .btn-dropbox, .btn-dropbox.active:focus, .btn-dropbox:active:focus, .btn-dropbox:focus, .show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-dropbox {
  background-color: #1087DD;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-dropbox, .btn-dropbox:focus, .btn-dropbox:hover {
  background-color: #0E73BC;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-dropbox, .btn-check:checked + .btn-dropbox, .btn-dropbox.active, .btn-dropbox:active, .show > .btn-dropbox.dropdown-toggle {
  color: #FFF;
  background-color: #0D6CB1;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #FFF;
  background-color: #1087DD;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-dropbox:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-facebook:focus, .btn-check:checked + .btn-facebook:focus, .btn-check:focus + .btn-facebook, .btn-facebook.active:focus, .btn-facebook:active:focus, .btn-facebook:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-facebook {
  background-color: #3B5998;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-facebook, .btn-facebook:focus, .btn-facebook:hover {
  background-color: #324C81;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-facebook, .btn-check:checked + .btn-facebook, .btn-facebook.active, .btn-facebook:active, .show > .btn-facebook.dropdown-toggle {
  color: #FFF;
  background-color: #2F477A;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #FFF;
  background-color: #3B5998;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-facebook:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-flickr:focus, .btn-check:checked + .btn-flickr:focus, .btn-check:focus + .btn-flickr, .btn-flickr.active:focus, .btn-flickr:active:focus, .btn-flickr:focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-flickr {
  background-color: #FF0084;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-flickr, .btn-flickr:focus, .btn-flickr:hover {
  background-color: #D90070;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-flickr, .btn-check:checked + .btn-flickr, .btn-flickr.active, .btn-flickr:active, .show > .btn-flickr.dropdown-toggle {
  color: #FFF;
  background-color: #CC006A;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #FFF;
  background-color: #FF0084;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-flickr:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-foursquare:focus, .btn-check:checked + .btn-foursquare:focus, .btn-check:focus + .btn-foursquare, .btn-foursquare.active:focus, .btn-foursquare:active:focus, .btn-foursquare:focus, .show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-foursquare {
  background-color: #F94877;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-foursquare, .btn-foursquare:focus, .btn-foursquare:hover {
  background-color: #D43D65;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-foursquare, .btn-check:checked + .btn-foursquare, .btn-foursquare.active, .btn-foursquare:active, .show > .btn-foursquare.dropdown-toggle {
  color: #FFF;
  background-color: #C73A5F;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #FFF;
  background-color: #F94877;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-foursquare:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-github:focus, .btn-check:checked + .btn-github:focus, .btn-check:focus + .btn-github, .btn-github.active:focus, .btn-github:active:focus, .btn-github:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-github {
  background-color: #444;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-github, .btn-github:focus, .btn-github:hover {
  background-color: #3A3A3A;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-github, .btn-check:checked + .btn-github, .btn-github.active, .btn-github:active, .show > .btn-github.dropdown-toggle {
  color: #FFF;
  background-color: #363636;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-github.disabled, .btn-github:disabled {
  color: #FFF;
  background-color: #444;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-github:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-google:focus, .btn-check:checked + .btn-google:focus, .btn-check:focus + .btn-google, .btn-google.active:focus, .btn-google:active:focus, .btn-google:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-google {
  background-color: #DD4B39;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-google, .btn-google:focus, .btn-google:hover {
  background-color: #BC4030;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-google, .btn-check:checked + .btn-google, .btn-google.active, .btn-google:active, .show > .btn-google.dropdown-toggle {
  color: #FFF;
  background-color: #B13C2E;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-google.disabled, .btn-google:disabled {
  color: #FFF;
  background-color: #DD4B39;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-google:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-instagram:focus, .btn-check:checked + .btn-instagram:focus, .btn-check:focus + .btn-instagram, .btn-instagram.active:focus, .btn-instagram:active:focus, .btn-instagram:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-instagram {
  background-color: #3F729B;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-instagram, .btn-instagram:focus, .btn-instagram:hover {
  background-color: #366184;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-instagram, .btn-check:checked + .btn-instagram, .btn-instagram.active, .btn-instagram:active, .show > .btn-instagram.dropdown-toggle {
  color: #FFF;
  background-color: #325B7C;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #FFF;
  background-color: #3F729B;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-instagram:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-linkedin:focus, .btn-check:checked + .btn-linkedin:focus, .btn-check:focus + .btn-linkedin, .btn-linkedin.active:focus, .btn-linkedin:active:focus, .btn-linkedin:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-linkedin {
  background-color: #007BB6;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-linkedin, .btn-linkedin:focus, .btn-linkedin:hover {
  background-color: #00699B;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-linkedin, .btn-check:checked + .btn-linkedin, .btn-linkedin.active, .btn-linkedin:active, .show > .btn-linkedin.dropdown-toggle {
  color: #FFF;
  background-color: #006292;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #FFF;
  background-color: #007BB6;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-linkedin:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-microsoft:focus, .btn-check:checked + .btn-microsoft:focus, .btn-check:focus + .btn-microsoft, .btn-microsoft.active:focus, .btn-microsoft:active:focus, .btn-microsoft:focus, .show > .btn-microsoft.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-microsoft {
  background-color: #2672EC;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-microsoft, .btn-microsoft:focus, .btn-microsoft:hover {
  background-color: #2061C9;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-microsoft, .btn-check:checked + .btn-microsoft, .btn-microsoft.active, .btn-microsoft:active, .show > .btn-microsoft.dropdown-toggle {
  color: #FFF;
  background-color: #1E5BBD;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-microsoft.disabled, .btn-microsoft:disabled {
  color: #FFF;
  background-color: #2672EC;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-microsoft:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-odnoklassniki {
  background-color: #F4731C;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-odnoklassniki:hover {
  color: #22292F;
  background-color: #F6883E;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-odnoklassniki, .btn-odnoklassniki:focus {
  color: #22292F;
  background-color: #F6883E;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-odnoklassniki, .btn-check:checked + .btn-odnoklassniki, .btn-odnoklassniki.active, .btn-odnoklassniki:active, .show > .btn-odnoklassniki.dropdown-toggle {
  color: #22292F;
  background-color: #F68F49;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-odnoklassniki:focus, .btn-check:checked + .btn-odnoklassniki:focus, .btn-odnoklassniki.active:focus, .btn-odnoklassniki:active:focus, .show > .btn-odnoklassniki.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-odnoklassniki.disabled, .btn-odnoklassniki:disabled {
  color: #22292F;
  background-color: #F4731C;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-odnoklassniki:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-openid {
  background-color: #F7931E;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-openid:hover {
  color: #22292F;
  background-color: #F8A340;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-openid, .btn-openid:focus {
  color: #22292F;
  background-color: #F8A340;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-openid, .btn-check:checked + .btn-openid, .btn-openid.active, .btn-openid:active, .show > .btn-openid.dropdown-toggle {
  color: #22292F;
  background-color: #F9A94B;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-openid:focus, .btn-check:checked + .btn-openid:focus, .btn-openid.active:focus, .btn-openid:active:focus, .show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-openid.disabled, .btn-openid:disabled {
  color: #22292F;
  background-color: #F7931E;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-openid:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-pinterest:focus, .btn-check:checked + .btn-pinterest:focus, .btn-check:focus + .btn-pinterest, .btn-pinterest.active:focus, .btn-pinterest:active:focus, .btn-pinterest:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-pinterest {
  background-color: #CB2027;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-pinterest, .btn-pinterest:focus, .btn-pinterest:hover {
  background-color: #AD1B21;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-pinterest, .btn-check:checked + .btn-pinterest, .btn-pinterest.active, .btn-pinterest:active, .show > .btn-pinterest.dropdown-toggle {
  color: #FFF;
  background-color: #A21A1F;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #FFF;
  background-color: #CB2027;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-pinterest:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-reddit {
  background-color: #EFF7FF;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-reddit:hover {
  color: #22292F;
  background-color: #F1F8FF;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-reddit, .btn-reddit:focus {
  color: #22292F;
  background-color: #F1F8FF;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-reddit, .btn-check:checked + .btn-reddit, .btn-reddit.active, .btn-reddit:active, .show > .btn-reddit.dropdown-toggle {
  color: #22292F;
  background-color: #F2F9FF;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-reddit:focus, .btn-check:checked + .btn-reddit:focus, .btn-reddit.active:focus, .btn-reddit:active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #22292F;
  background-color: #EFF7FF;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-reddit:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-soundcloud:focus, .btn-check:checked + .btn-soundcloud:focus, .btn-check:focus + .btn-soundcloud, .btn-soundcloud.active:focus, .btn-soundcloud:active:focus, .btn-soundcloud:focus, .show > .btn-soundcloud.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-soundcloud {
  background-color: #F50;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-soundcloud, .btn-soundcloud:focus, .btn-soundcloud:hover {
  background-color: #D94800;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-soundcloud, .btn-check:checked + .btn-soundcloud, .btn-soundcloud.active, .btn-soundcloud:active, .show > .btn-soundcloud.dropdown-toggle {
  color: #FFF;
  background-color: #C40;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-soundcloud.disabled, .btn-soundcloud:disabled {
  color: #FFF;
  background-color: #F50;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-soundcloud:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-tumblr:focus, .btn-check:checked + .btn-tumblr:focus, .btn-check:focus + .btn-tumblr, .btn-tumblr.active:focus, .btn-tumblr:active:focus, .btn-tumblr:focus, .show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-tumblr {
  background-color: #2C4762;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-tumblr, .btn-tumblr:focus, .btn-tumblr:hover {
  background-color: #253C53;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-tumblr, .btn-check:checked + .btn-tumblr, .btn-tumblr.active, .btn-tumblr:active, .show > .btn-tumblr.dropdown-toggle {
  color: #FFF;
  background-color: #23394E;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #FFF;
  background-color: #2C4762;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-tumblr:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-twitter {
  background-color: #55ACEE;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-twitter:hover {
  color: #22292F;
  background-color: #6FB8F1;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-twitter, .btn-twitter:focus {
  color: #22292F;
  background-color: #6FB8F1;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-twitter, .btn-check:checked + .btn-twitter, .btn-twitter.active, .btn-twitter:active, .show > .btn-twitter.dropdown-toggle {
  color: #22292F;
  background-color: #77BDF1;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-twitter:focus, .btn-check:checked + .btn-twitter:focus, .btn-twitter.active:focus, .btn-twitter:active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #22292F;
  background-color: #55ACEE;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-twitter:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vimeo {
  background-color: #1AB7EA;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vimeo:hover {
  color: #22292F;
  background-color: #3CC2ED;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-vimeo, .btn-vimeo:focus {
  color: #22292F;
  background-color: #3CC2ED;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-vimeo, .btn-check:checked + .btn-vimeo, .btn-vimeo.active, .btn-vimeo:active, .show > .btn-vimeo.dropdown-toggle {
  color: #22292F;
  background-color: #48C5EE;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-vimeo:focus, .btn-check:checked + .btn-vimeo:focus, .btn-vimeo.active:focus, .btn-vimeo:active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 41, 47, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #22292F;
  background-color: #1AB7EA;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vimeo:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-vk:focus, .btn-check:checked + .btn-vk:focus, .btn-check:focus + .btn-vk, .btn-vk.active:focus, .btn-vk:active:focus, .btn-vk:focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vk {
  background-color: #587EA3;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-vk, .btn-vk:focus, .btn-vk:hover {
  background-color: #4B6B8B;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-vk, .btn-check:checked + .btn-vk, .btn-vk.active, .btn-vk:active, .show > .btn-vk.dropdown-toggle {
  color: #FFF;
  background-color: #466582;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vk.disabled, .btn-vk:disabled {
  color: #FFF;
  background-color: #587EA3;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-vk:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-yahoo:focus, .btn-check:checked + .btn-yahoo:focus, .btn-check:focus + .btn-yahoo, .btn-yahoo.active:focus, .btn-yahoo:active:focus, .btn-yahoo:focus, .show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-yahoo {
  background-color: #720E9E;
  color: #FFF !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:focus + .btn-yahoo, .btn-yahoo:focus, .btn-yahoo:hover {
  background-color: #610C86;
  border-color: rgba(0, 0, 0, 0.2);
  color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-check:active + .btn-yahoo, .btn-check:checked + .btn-yahoo, .btn-yahoo.active, .btn-yahoo:active, .show > .btn-yahoo.dropdown-toggle {
  color: #FFF;
  background-color: #5B0B7E;
  border-color: rgba(0, 0, 0, 0.25);
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #FFF;
  background-color: #720E9E;
  border-color: transparent;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-yahoo:focus {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-adn {
  border: 1px solid #D87A68 !important;
  color: #D87A68;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-bitbucket {
  border: 1px solid #205081 !important;
  color: #205081;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-dropbox {
  border: 1px solid #1087DD !important;
  color: #1087DD;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-facebook {
  border: 1px solid #3B5998 !important;
  color: #3B5998;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-flickr {
  border: 1px solid #FF0084 !important;
  color: #FF0084;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-foursquare {
  border: 1px solid #F94877 !important;
  color: #F94877;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-github {
  border: 1px solid #444 !important;
  color: #444;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-google {
  border: 1px solid #DD4B39 !important;
  color: #DD4B39;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-instagram {
  border: 1px solid #3F729B !important;
  color: #3F729B;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-linkedin {
  border: 1px solid #007BB6 !important;
  color: #007BB6;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-microsoft {
  border: 1px solid #2672EC !important;
  color: #2672EC;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-odnoklassniki {
  border: 1px solid #F4731C !important;
  color: #F4731C;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-openid {
  border: 1px solid #F7931E !important;
  color: #F7931E;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-pinterest {
  border: 1px solid #CB2027 !important;
  color: #CB2027;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-reddit {
  border: 1px solid #FF4500 !important;
  color: #FF4500;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-soundcloud {
  border: 1px solid #F50 !important;
  color: #F50;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-tumblr {
  border: 1px solid #2C4762 !important;
  color: #2C4762;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-twitter {
  border: 1px solid #55ACEE !important;
  color: #55ACEE;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-vimeo {
  border: 1px solid #1AB7EA !important;
  color: #1AB7EA;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-vk {
  border: 1px solid #587EA3 !important;
  color: #587EA3;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-yahoo {
  border: 1px solid #720E9E !important;
  color: #720E9E;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-adn:hover {
  color: #AD6253;
  border: 1px solid #AD6253 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-bitbucket:hover {
  color: #1A4067;
  border: 1px solid #1A4067 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-dropbox:hover {
  color: #0D6CB1;
  border: 1px solid #0D6CB1 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-facebook:hover {
  color: #2F477A;
  border: 1px solid #2F477A !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-flickr:hover {
  color: #CC006A;
  border: 1px solid #CC006A !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-foursquare:hover {
  color: #C73A5F;
  border: 1px solid #C73A5F !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-github:hover {
  color: #363636;
  border: 1px solid #363636 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-google:hover {
  color: #B13C2E;
  border: 1px solid #B13C2E !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-instagram:hover {
  color: #325B7C;
  border: 1px solid #325B7C !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-linkedin:hover {
  color: #006292;
  border: 1px solid #006292 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-microsoft:hover {
  color: #1E5BBD;
  border: 1px solid #1E5BBD !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-odnoklassniki:hover {
  color: #C35C16;
  border: 1px solid #C35C16 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-openid:hover {
  color: #C67618;
  border: 1px solid #C67618 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-pinterest:hover {
  color: #A21A1F;
  border: 1px solid #A21A1F !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-reddit:hover {
  color: #CC3700;
  border: 1px solid #CC3700 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-soundcloud:hover {
  color: #C40;
  border: 1px solid #C40 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-tumblr:hover {
  color: #23394E;
  border: 1px solid #23394E !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-twitter:hover {
  color: #448ABE;
  border: 1px solid #448ABE !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-vimeo:hover {
  color: #1592BB;
  border: 1px solid #1592BB !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-vk:hover {
  color: #466582;
  border: 1px solid #466582 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.btn-outline-yahoo:hover {
  color: #5B0B7E;
  border: 1px solid #5B0B7E !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-adn {
  background-color: #D87A68;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-bitbucket {
  background-color: #205081;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-dropbox {
  background-color: #1087DD;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-facebook {
  background-color: #3B5998;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-flickr {
  background-color: #FF0084;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-foursquare {
  background-color: #F94877;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-github {
  background-color: #444;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-google {
  background-color: #DD4B39;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-instagram {
  background-color: #3F729B;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-linkedin {
  background-color: #007BB6;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-microsoft {
  background-color: #2672EC;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-odnoklassniki {
  background-color: #F4731C;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-openid {
  background-color: #F7931E;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-pinterest {
  background-color: #CB2027;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-reddit {
  background-color: #FF4500;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-soundcloud {
  background-color: #F50;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-tumblr {
  background-color: #2C4762;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-twitter {
  background-color: #55ACEE;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-vimeo {
  background-color: #1AB7EA;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-vk {
  background-color: #587EA3;
}

/* line 1, vendor/stylesheets/components.min.css */
.bg-yahoo {
  background-color: #720E9E;
}

/* line 1, vendor/stylesheets/components.min.css */
.demo-inline-spacing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, vendor/stylesheets/components.min.css */
.demo-inline-spacing > * {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.demo-vertical-spacing > * {
  margin: 0 0 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.demo-spacing-0 > :last-child, .demo-vertical-spacing > :last-child {
  margin: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.scroll-example {
  padding: .5rem;
  position: relative;
  border: 2px solid #DFDFDF;
  overflow: auto;
}

/* line 1, vendor/stylesheets/components.min.css */
.scroll-example .horz-scroll-content {
  width: 1200px;
}

/* line 1, vendor/stylesheets/components.min.css */
.browser {
  background: #E0E0E0;
  border: 4px solid #E0E0E0;
  width: 100%;
  height: 12rem;
  padding-top: 20px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

/* line 1, vendor/stylesheets/components.min.css */
.browser iframe {
  border: 0;
  background: #FFF;
  height: 100%;
  width: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.loader-wrapper {
  height: 8em;
}

/* line 1, vendor/stylesheets/components.min.css */
.maintenance-icon {
  font-size: 4rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.animationIcon {
  right: 30px;
  bottom: 10px;
}

/* line 1, vendor/stylesheets/components.min.css */
#component-breadcrumbs .breadcrumb:not(last-child) {
  margin-bottom: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
#breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: 1px 1px 10px rgba(34, 41, 47, 0.1);
  padding: 1px;
  border-radius: .357rem;
}

/* line 1, vendor/stylesheets/components.min.css */
#breadcrumb-alignment .breadcrumb-wrapper .breadcrumb {
  margin-top: .8rem;
  margin-bottom: .8rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout #breadcrumb-alignment .breadcrumb-wrapper {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.24);
}

/* line 1, vendor/stylesheets/components.min.css */
.buy-now {
  position: fixed;
  bottom: 5%;
  right: 79px;
  z-index: 1031;
}

/* line 1, vendor/stylesheets/components.min.css */
.buy-now .btn {
  box-shadow: 0 1px 20px 1px #EA5455 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.buy-now .btn:hover {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer {
  width: 400px;
  right: -400px;
  padding: 0;
  background-color: #FFF;
  z-index: 1051;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  height: calc(var(--vh,1vh) * 100);
  -webkit-transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  transition: right 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  backface-visibility: hidden;
  border-left: 1px solid rgba(34, 41, 47, 0.05);
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer.open {
  box-shadow: 0 15px 30px 0 rgba(34, 41, 47, 0.11), 0 5px 15px 0 rgba(34, 41, 47, 0.08);
  right: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .customizer-content {
  position: relative;
  height: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .customizer-close {
  position: absolute;
  right: .6rem;
  top: .6rem;
  padding: 7px;
  width: auto;
  z-index: 10;
  color: #5E5873;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .customizer-close i, .customizer .customizer-close svg {
  font-size: 1.5rem;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .customizer-toggle {
  background: #7367F0;
  color: #FFF !important;
  display: block;
  box-shadow: -3px 0 8px rgba(34, 41, 47, 0.1);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
  height: 38px;
  left: -39px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .color-box {
  height: 24px;
  width: 24px;
  margin: .5rem;
  border-radius: .5rem;
  cursor: pointer;
  position: relative;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .color-box.selected:after {
  content: '';
  border: 1px solid #7367F0;
  height: 30px;
  width: 30px;
  top: -3px;
  left: -3px;
  position: absolute;
  border-radius: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.customizer .color-box.selected.border:after {
  top: -4px;
  left: -4px;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  margin: 1rem 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider .divider-text {
  position: relative;
  display: inline-block;
  font-size: .9375rem;
  padding: 0 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-end .divider-text:after, .divider.divider-start .divider-text:before {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider .divider-text i, .divider .divider-text svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider .divider-text:after, .divider .divider-text:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 9999px;
  border-top: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider .divider-text:before {
  right: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider .divider-text:after {
  left: 100%;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-start .divider-text {
  float: left;
  padding-left: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-start-center .divider-text {
  left: -25%;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-end .divider-text {
  float: right;
  padding-right: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-end-center .divider-text {
  right: -25%;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-dotted .divider-text:after, .divider.divider-dotted .divider-text:before {
  border-style: dotted;
  border-width: 0 1px 1px;
  border-color: #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.divider.divider-dashed .divider-text:after, .divider.divider-dashed .divider-text:before {
  border-style: dashed;
  border-width: 0 1px 1px;
  border-color: #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline {
  padding: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  list-style: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item {
  position: relative;
  padding-left: 2.5rem;
  border-left: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item:not(:last-child) {
  padding-bottom: 1.8rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-point {
  position: absolute;
  left: -.85rem;
  top: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #7367F0;
  background-color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-point.timeline-point-indicator {
  left: -.412rem;
  top: .07rem;
  height: 12px;
  width: 12px;
  border: 0;
  background-color: #7367F0;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-point.timeline-point-indicator:before {
  content: '';
  background: rgba(115, 103, 240, 0.12);
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: -.285rem;
  left: -.285rem;
  border-radius: 50%;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-point i, .timeline .timeline-item .timeline-point svg {
  color: #7367F0;
  font-size: .85rem;
  vertical-align: baseline;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-event {
  position: relative;
  width: 100%;
  min-height: 4rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item .timeline-event .timeline-event-time {
  font-size: .85rem;
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item:last-of-type {
  border-left-color: transparent !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.timeline .timeline-item:last-of-type:after {
  content: '';
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: -webkit-linear-gradient(#EBE9F1, transparent);
  background: linear-gradient(#EBE9F1, transparent);
}

/* line 1, vendor/stylesheets/components.min.css */
.custom-options-checkable .custom-option-item {
  width: 100%;
  cursor: pointer;
  border-radius: .42rem;
  color: #82868B;
  background-color: rgba(130, 134, 139, 0.06);
  border: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/components.min.css */
.custom-options-checkable .custom-option-item .custom-option-item-title {
  color: #82868B;
}

/* line 1, vendor/stylesheets/components.min.css */
.custom-option-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

/* line 1, vendor/stylesheets/components.min.css */
.custom-option-item-check:checked + .custom-option-item {
  color: #7367F0;
  background-color: rgba(115, 103, 240, 0.12);
  border-color: #7367F0;
}

/* line 1, vendor/stylesheets/components.min.css */
.custom-option-item-check:checked + .custom-option-item .custom-option-item-title {
  color: #7367F0;
}

@media screen and (min-width: 0) {
  /* line 1, vendor/stylesheets/components.min.css */
  head {
    font-family: 'xs 0px';
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body:after {
    content: 'xs - min-width: 0px';
  }
}

@media screen and (min-width: 544px) {
  /* line 1, vendor/stylesheets/components.min.css */
  head {
    font-family: 'sm 544px';
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body:after {
    content: 'sm - min-width: 544px';
  }
}

@media screen and (min-width: 768px) {
  /* line 1, vendor/stylesheets/components.min.css */
  head {
    font-family: 'md 768px';
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body:after {
    content: 'md - min-width: 768px';
  }
}

@media screen and (min-width: 992px) {
  /* line 1, vendor/stylesheets/components.min.css */
  head {
    font-family: 'lg 992px';
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body:after {
    content: 'lg - min-width: 992px';
  }
}

@media screen and (min-width: 1200px) {
  /* line 1, vendor/stylesheets/components.min.css */
  head {
    font-family: 'xl 1200px';
  }
  /* line 1, vendor/stylesheets/components.min.css */
  body:after {
    content: 'xl - min-width: 1200px';
  }
}

/* line 1, vendor/stylesheets/components.min.css */
head {
  clear: both;
}

/* line 1, vendor/stylesheets/components.min.css */
head title {
  font-family: 'xs 0px, sm 544px, md 768px, lg 992px, xl 1200px';
}

/* line 1, vendor/stylesheets/components.min.css */
[data-usn-if], body:after {
  display: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container {
  width: 100% !important;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic:focus, .select2-container--default:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection__choice, .select2-container--default .select2-selection__choice {
  font-size: .9rem;
  margin-top: 6px !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--single {
  min-height: 2.714rem;
  padding: 5px;
  border: 1px solid #D8D6DE;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus {
  outline: 0;
  border-color: #7367F0 !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered i, .select2-container--classic .select2-selection--single .select2-selection__rendered svg, .select2-container--default .select2-selection--single .select2-selection__rendered i, .select2-container--default .select2-selection--single .select2-selection__rendered svg {
  font-size: 1.15rem;
  height: 1.15rem;
  width: 1.15rem;
  margin-right: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8d6de' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 18px 14px,18px 14px;
  background-repeat: no-repeat;
  height: 1rem;
  padding-right: 1.5rem;
  margin-left: 0;
  margin-top: 0;
  left: -8px;
  border-style: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic.select2-container--open, .select2-container--default.select2-container--open {
  box-shadow: 0 5px 25px rgba(34, 41, 47, 0.1);
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #7367F0 !important;
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic.select2-container--focus, .select2-container--default.select2-container--focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #7367F0 !important;
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-dropdown, .select2-container--default .select2-dropdown {
  border-color: #D8D6DE;
  z-index: 1060;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-search--dropdown, .select2-container--default .select2-search--dropdown {
  padding: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-search--dropdown .select2-search__field, .select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0 !important;
  border-radius: .357rem;
  border-color: #D8D6DE;
  padding: .571rem 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
  min-height: 38px !important;
  border: 1px solid #D8D6DE;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple:focus, .select2-container--default .select2-selection--multiple:focus {
  outline: 0;
  border-color: #7367F0 !important;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1) !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #7367F0 !important;
  border-color: #7367F0 !important;
  color: #FFF;
  padding: 2px 5px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 6px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 7px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  float: right;
  margin-left: .7rem;
  margin-right: .5rem;
  font-size: 0;
  display: inline-block;
  position: relative;
  line-height: 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:before, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
  background-size: .85rem;
  height: .85rem;
  width: .85rem;
  position: absolute;
  top: 22%;
  left: -4px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-selection--multiple i, .select2-container--classic .select2-selection--multiple svg, .select2-container--default .select2-selection--multiple i, .select2-container--default .select2-selection--multiple svg {
  position: relative;
  top: 1px;
  margin-right: .5rem;
  height: 1.15rem;
  width: 1.15rem;
  font-size: 1.15rem;
  padding-left: 1px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__group, .select2-container--default .select2-results__group {
  padding: 6px 9px;
  font-weight: 600;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__option, .select2-container--default .select2-results__option {
  padding: .428rem 1rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__option[role=group], .select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #7367F0 !important;
  color: #FFF !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__option i, .select2-container--classic .select2-results__option svg, .select2-container--default .select2-results__option i, .select2-container--default .select2-results__option svg {
  height: 1.15rem;
  width: 1.15rem;
  font-size: 1.15rem;
  margin-right: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted {
  background-color: rgba(115, 103, 240, 0.12) !important;
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select2-result-repository__avatar img, .select2-container--default .select2-result-repository__avatar img {
  width: 50px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg, .select2-container--default .select-lg {
  min-height: 2.714rem !important;
  font-size: 1.2rem;
  margin-bottom: 0 !important;
  padding: .3rem .7rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--single .select2-selection__arrow, .select2-container--default .select-lg.select2-selection--single .select2-selection__arrow {
  top: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple, .select2-container--default .select-lg.select2-selection--multiple {
  padding: 0 .2rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered {
  padding-top: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li {
  font-size: 1.2rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 10px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  padding: 5px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before, .select2-container--default .select-lg.select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:before {
  top: 46%;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm, .select2-container--default .select-sm {
  min-height: 2.142rem !important;
  padding: 0 .2rem;
  font-size: .75rem;
  margin-bottom: 0 !important;
  line-height: 1.45;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--single .select2-selection__arrow, .select2-container--default .select-sm.select2-selection--single .select2-selection__arrow {
  top: -0.3rem !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple, .select2-container--default .select-sm.select2-selection--multiple {
  line-height: 1.25;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered {
  padding: 3px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li {
  font-size: .75rem;
  margin-top: 2px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
  margin-top: 4px;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice {
  padding: 0 .2rem;
  margin-top: 4px !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before, .select2-container--default .select-sm.select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:before {
  top: 5%;
}

/* line 1, vendor/stylesheets/components.min.css */
.select2-container--classic .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field, .select2-container--default .select-sm.select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-search__field, .dark-layout .select2-container .select2-selection, .dark-layout .select2-container .select2-selection__placeholder {
  background: #283046;
  border-color: #3B4253;
  color: #B4B7BD;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-selection__rendered {
  color: #B4B7BD;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-dropdown {
  background-color: #283046;
  border-color: #3B4253;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice {
  background: rgba(115, 103, 240, 0.12) !important;
  color: #7367F0 !important;
  border: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: #7367F0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-selection--multiple .select2-selection__choice__remove:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-results__option[aria-disabled=true] {
  color: #676D7D;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23b4b7bd' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .select2-container--disabled .select2-selection {
  opacity: .5;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable {
  width: 100% !important;
  border-collapse: collapse !important;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable.table-responsive:not(.datatables-ajax) {
  display: block;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable td, table.dataTable th {
  padding: .72rem 1.5rem;
  vertical-align: middle;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  padding-right: inherit;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-up'%3E%3Cpolyline points='18 15 12 9 6 15'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: #6E6B7B;
  width: 14px;
  height: 14px;
  content: '';
  right: .3rem;
  top: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235e5873' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  color: #6E6B7B;
  width: 14px;
  height: 14px;
  content: '';
  right: .3rem;
  top: 1.3rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper .dt-button-collection {
  background-color: #FFF;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper .dt-button-collection > div[role=menu] {
  text-align: left;
  box-shadow: 0 5px 16px -8px;
  min-width: 8rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper .dt-button-collection [class*=buttons-]:focus {
  outline: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
  line-height: .8em;
}

@media screen and (max-width: 1399.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  table.dataTable.table-responsive {
    display: block;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
.modal.dtr-bs-modal .modal-body {
  padding: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.modal.dtr-bs-modal .table tr:last-child > td {
  border-bottom: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper div.dataTables_filter select, div.dataTables_wrapper div.dataTables_length select {
  background-position: calc(100% - 3px) 11px, calc(100% - 20px) 13px, 100% 0;
  width: 5rem;
  margin: 0 .5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: .75rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* line 1, vendor/stylesheets/components.min.css */
div.dataTables_wrapper .dataTables_info {
  padding-top: 1.25rem !important;
  color: #B9B9C3;
}

/* line 1, vendor/stylesheets/components.min.css */
tr.group {
  background-color: #FAFAFC;
}

@media only screen and (max-width: 992px) {
  /* line 1, vendor/stylesheets/components.min.css */
  table.dataTable.table-responsive.datatables-ajax {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 1, vendor/stylesheets/components.min.css */
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  div.dataTables_wrapper div.dataTables_info {
    white-space: inherit;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  div.dt-buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1rem;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  div.dt-buttons button {
    margin-bottom: .5rem;
  }
}

@media (max-width: 575.98px) {
  /* line 1, vendor/stylesheets/components.min.css */
  .dtr-bs-modal .modal-body, .dtr-bs-modal .table.dtr-details td {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .dtr-bs-modal .modal-body {
    overflow-x: scroll;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .dtr-bs-modal .table.dtr-details {
    margin: 0 auto 1rem;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  .dtr-bs-modal .table.dtr-details tr td:first-child {
    padding-left: .75rem;
  }
  /* line 1, vendor/stylesheets/components.min.css */
  div.dataTables_wrapper {
    overflow: scroll;
  }
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group {
  width: 8.4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group .form-control {
  padding: 5px;
  height: auto;
  border: 0;
  background-color: #F8F8F8;
  border-radius: 0.357rem !important;
  text-align: center;
  font-weight: 500;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group .form-control:focus {
  z-index: 1;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group > .input-group-btn:first-child {
  left: 12px !important;
  position: inherit;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group > .input-group-btn:last-child {
  right: 12px !important;
  position: inherit;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin .bootstrap-touchspin-injected {
  margin: 0 !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  padding: 0;
  min-width: 20px;
  min-height: 20px;
  border-radius: 0.357rem !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down svg, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up i, .bootstrap-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
  height: .8rem;
  width: .8rem;
  font-size: .8rem;
  position: relative;
  top: -1px;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-down, .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-up {
  background-color: rgba(34, 41, 47, 0.5) !important;
  cursor: default;
  opacity: .5;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-lg {
  width: 9.375rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-lg .touchspin.form-control {
  height: auto !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up {
  min-width: 24px;
  min-height: 24px;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-down svg, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up i, .bootstrap-touchspin.input-group-lg .bootstrap-touchspin-up svg {
  height: 1rem;
  width: 1rem;
  font-size: 1rem;
  top: 0;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-sm {
  width: 6.25rem;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-sm .touchspin.form-control {
  height: auto !important;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up {
  min-width: 16px;
  min-height: 16px;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-down svg, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up i, .bootstrap-touchspin.input-group-sm .bootstrap-touchspin-injected .bootstrap-touchspin-up svg {
  height: .6rem;
  width: .6rem;
  font-size: .6rem;
  top: -3px;
}

/* line 1, vendor/stylesheets/components.min.css */
.bootstrap-touchspin.input-group input[type=number] {
  -moz-appearance: textfield;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .bootstrap-touchspin.input-group .form-control {
  background-color: #161D31;
}

/* line 1, vendor/stylesheets/components.min.css */
.dark-layout .bootstrap-touchspin .bootstrap-touchspin-injected .disabled-max-min, .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-down, .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .bootstrap-touchspin-up, .dark-layout .bootstrap-touchspin.disabled-touchspin .bootstrap-touchspin-injected .disabled-max-min {
  background-color: #B8C2CC !important;
  opacity: 1;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .header-navbar {
  box-shadow: none;
  border: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .header-navbar.floating-nav {
  border: 1px solid #EBE9F1;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .header-navbar.fixed-top {
  border-bottom: 1px solid #EBE9F1;
  background: #F8F8F8;
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .main-menu {
  border-right: 1px solid #EBE9F1;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .main-menu.menu-light .navigation > li.open:not(.menu-item-closing) > a, .bordered-layout .main-menu.menu-light .navigation > li.sidebar-group-active > a {
  background: #EDEDED;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .dropdown-menu {
  border: 1px solid #EBE9F1 !important;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .main-menu, .bordered-layout .main-menu .navigation {
  background: #F8F8F8;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .bs-stepper.wizard-modern .bs-stepper-content, .bordered-layout .bs-stepper:not(.wizard-modern):not(.checkout-tab-steps), .bordered-layout .card {
  border: 1px solid #EBE9F1;
  box-shadow: none;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .footer {
  box-shadow: none !important;
}

/* line 1, vendor/stylesheets/themes/bordered-layout.min.css */
.bordered-layout .footer-fixed .footer {
  border-top: 1px solid #EBE9F1;
}

/*=========================================================================================
    File Name: vertical-menu.scss
    Description: A classic vertical modern style menu with expand and collops support. It support
    light & dark version, flipped layout, right side icons, native scroll and borders menu
    item separation.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/* line 11, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .main-menu {
  transition: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background 0s;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

/* line 16, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .main-menu .navigation li a {
  align-items: center;
}

/* line 19, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg,
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i {
  height: 20px;
  width: 20px;
  font-size: 1.45rem;
  margin-right: 1.1rem;
  flex-shrink: 0;
}

/* line 27, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a svg,
.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a i {
  margin-right: 1.45rem;
  font-size: 11px;
  height: 11px;
  width: 11px;
}

/* line 34, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px;
}

/* line 37, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation .navigation-header .feather-more-horizontal {
  display: none;
}

/* line 40, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > i:before,
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation > li > a > svg:before {
  height: 20px;
  width: 20px;
  font-size: 1.45rem;
}

/* line 46, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub > a:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1rem;
  height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}

/* line 61, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
  transform: rotate(90deg);
}

/* line 64, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-expanded .footer {
  margin-left: 260px;
}

/* line 67, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header {
  float: left;
  width: 80px;
}

/* line 71, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header .modern-nav-toggle {
  display: none;
}

/* line 74, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded {
  width: 260px;
  z-index: 1000;
}

/* line 78, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .navbar .navbar-header.expanded .modern-nav-toggle {
  display: block;
}

/* line 81, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .navbar.fixed-top, .vertical-layout.vertical-menu-modern.menu-collapsed .navbar.floating-nav {
  left: 80px;
}

/* line 84, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
  width: 80px;
}

/* line 87, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navbar-header .brand-text,
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .modern-nav-toggle {
  display: none;
}

/* line 91, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header {
  margin-left: 2.2rem;
}

/* line 94, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header span {
  display: none;
}

/* line 97, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation-header .feather-more-horizontal {
  display: block;
  font-size: 1.285rem;
  width: 18px;
  height: 18px;
}

/* line 103, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li:last-child {
  margin-bottom: 1.25rem !important;
}

/* line 106, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navigation li.active a {
  background: whitesmoke;
  box-shadow: none;
  color: #565656;
}

/* line 111, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded {
  width: 260px;
}

/* line 114, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header span {
  display: block;
}

/* line 117, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation > li.navigation-header .feather-more-horizontal {
  display: none;
}

/* line 120, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub > a:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}

/* line 135, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
  transform: rotate(90deg);
}

/* line 138, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .navbar-header .brand-text {
  display: inline;
}

/* line 141, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu.expanded .modern-nav-toggle {
  display: block;
}

/* line 144, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation {
  overflow: visible;
}

/* line 147, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li.navigation-header span {
  display: none;
}

/* line 150, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu .navigation > li > a {
  text-overflow: inherit;
}

/* line 153, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 80px;
}

/* line 157, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.floating-nav {
  width: calc(100vw - (100vw - 100%) - 4.4rem - 74px);
}

/* line 160, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern.menu-collapsed .header-navbar.navbar-static-top {
  width: calc(100vw - (100vw - 100%) - 74px);
  left: 74px;
}

/* line 164, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .toggle-icon,
.vertical-layout.vertical-menu-modern .collapse-toggle-icon {
  margin-right: 0.425rem;
}

/* line 168, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-layout.vertical-menu-modern .toggle-icon:focus,
.vertical-layout.vertical-menu-modern .collapse-toggle-icon:focus {
  outline: none;
}

@media (min-width: 992px) {
  /* line 173, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .main-menu {
    width: 260px;
  }
}

@media (max-width: 1199.98px) {
  /* line 177, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }
  /* line 179, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  /* line 181, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .content,
.vertical-layout.vertical-menu-modern .footer {
    margin-left: 0;
  }
  /* line 184, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    margin-left: 0;
  }
  /* line 187, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern.menu-collapsed .main-menu {
    width: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 191, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .main-menu {
    width: 0;
  }
  /* line 193, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .navbar .navbar-header {
    width: 0;
  }
  /* line 195, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-layout.vertical-menu-modern .content,
.vertical-layout.vertical-menu-modern .footer {
    margin-left: 0;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 212, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
  .vertical-menu-modern.vertical-layout .main-menu .navigation > li > a > span {
    animation: none;
  }
}

/*=========================================================================================
    File Name: vertical-overlay-menu.scss
    Description: A overlay style vertical menu with show and hide support. It support
    light & dark version, filpped layout, right side icons, native scroll and borders menu
    item seperation.
    ----------------------------------------------------------------------------------------
    Item Name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/* line 225, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .content {
  margin-left: 0;
}

/* line 228, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .navbar .navbar-header {
  float: left;
  width: 260px;
}

/* line 232, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
  width: 260px;
  left: -260px;
}

/* line 239, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu .navigation > li > a > svg,
.vertical-overlay-menu .main-menu .navigation > li > a > i {
  margin-right: 14px;
  float: left;
  transition: 200ms ease all;
  height: 20px;
  width: 20px;
}

/* line 247, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu .navigation > li > a > svg:before,
.vertical-overlay-menu .main-menu .navigation > li > a > i:before {
  transition: 200ms ease all;
  font-size: 1.429rem;
}

/* line 252, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu .navigation li.has-sub > a:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236e6b7b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 14px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}

/* line 267, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu .navigation li.has-sub.open:not(.menu-item-closing) > a:after {
  transform: rotate(90deg);
}

/* line 270, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu .main-menu .navigation .navigation-header .feather-more-horizontal {
  display: none;
}

/* line 273, vendor/stylesheets/core/menu/menu-types/vertical-menu.css */
.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(260px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s;
}

/* line 1, vendor/stylesheets/plugins/forms/form-validation.css */
form span.error {
  width: 100%;
  font-size: 0.857rem;
}

/* line 5, vendor/stylesheets/plugins/forms/form-validation.css */
form .error:not(input) {
  color: #ea5455;
}

/* line 8, vendor/stylesheets/plugins/forms/form-validation.css */
form input.error,
form input.error:focus {
  border-color: #ea5455 !important;
}

/* line 12, vendor/stylesheets/plugins/forms/form-validation.css */
form textarea.error {
  border-color: #ea5455 !important;
}

/* line 15, vendor/stylesheets/plugins/forms/form-validation.css */
form .select2.error + .select2-container--classic .select2-selection--single,
form .select2.error + .select2-container--default .select2-selection--single,
form .select2.error + .select2-container--classic .select2-selection--multiple,
form .select2.error + .select2-container--default .select2-selection--multiple {
  border-color: #ea5455 !important;
}

/* line 21, vendor/stylesheets/plugins/forms/form-validation.css */
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select[size='1']:invalid:not([multiple]),
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid[size='1']:not([multiple]) {
  background-position: right 1rem center, center right 2.5rem;
}

/* line 1, vendor/stylesheets/pages/authentication.css */
.auth-wrapper {
  display: flex;
  flex-basis: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

/* line 8, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-inner {
  width: 100%;
}

/* line 11, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-basic {
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* line 16, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-basic .auth-inner {
  position: relative;
}

/* line 19, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-basic .auth-inner:before {
  width: 244px;
  height: 243px;
  content: ' ';
  position: absolute;
  top: -54px;
  left: -46px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPQAAADzCAMAAACG9Mt0AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAA9KADAAQAAAABAAAA8wAAAADhQHfUAAAAyVBMVEUAAAD///+AgP+AgP9mZv+AgNWAgP9tbf9gYP+AgP9xcf9mZv+AZuaAgP9dXf90dOhiYv92dv9mZu5mZv93d+53d/9paf94afCAcfFrXvJra/9mZvJzZvJzc/JoaP96b/Rqav91aupsYvV2bOt2bPVxaPZ7cfZqavZyau1waPd4aO9xafBxafh4afB1bfh4avFuZ/F2afJzZvJzZ/N0aPN0bvN3bPR0ae5yZ/R3be93bfR1au9zafBxbPVzavV0a/F0a/ZyafFwaPKZm3nTAAAAQ3RSTlMAAQIEBQYGBwgICQoKCgsLDQ0PDw8PERESExMUFBQWFxgYGhoaGxsdHSAgIiIiIyQlJygqLCwtLi8vLzAzNDU3Nzg7h9vbHgAAA9RJREFUeNrt3ftS2kAUx/Fc1gSyWsErtuJdRDQiiteolb7/QzUoTm07k4AzObuu3/MCez45yWbzT36eZ6b8erO1e1B97baadd+zocJWmg0HaXe/+uqmg2GWtkLT5Lle1m9LdhG2+1lvzuiUO1knEF81yFc1N+35m15kZOGodz1vyLx+v2Lseq/erxtZd/NuweCTtfiwaWLOD5FnsqI7+VnP3y8afnEs3Es/1+H1qvETwuq18B7e6VlwLup1ZM8kWWQBOsrmHL7GVtxvYRZYgQ4ywae61ffsqH5Lbq20bQm6ncp9P2ehJegwE/u+rl95ttSwLrVSc2ANetAU28dSa9Cp2E623bUG3d2VWmn/wBq0XCugQYMGLdVKoOJaoiuok1NdXSW1WAUfRPtRUllflaJf5ZE/O9pXVbZUPTov5c+IDqvtRwStdTgLutoxy6GnGfYb2o+1I2gd+1OiqzfLocvVE7TSDqG1mgodaqfQZbvZC9rXjqG1X45WzqFVKVpk0LLo4lGP0ZGD6KgMnTiITkrQgXYQrYNitHISrYrRsZPouBhdcxJdK0YnTqKTYrR2Eq1BgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRoh9DH59ag86ACoSYOL61B55EUQk1s3VqDzsNHhJpYe7QGncfMSHUxaliCHgcKSXVxeWQJehwdJdXF4dAS9DgkTKqLxuibFeiXODixNi7OrEC/BP+JtbE0WrYA/RrxKNfH2YUF6NegSbk+Gk87xtErN6EsWm88fzeMXpwE9EruLns/l42io4dJFLPo2/Po1w+D6IW7t9Bt2SPx3vOOMfS7eHVZtN54ulg2go56138Ct4XRunE2Ovsmjg46WeddUoUWr6WL0fCoIYgO2/2s91fstDZQjcPL0ePt5flpdXUwqW46uMrS1j95JNpQrW0dHp9UV/uT2m416/8HVGg3qzhpBjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KBBgwYNGjRo0KC/FDpx0pwUo2tOomvF6NhJdFyMVk6iVTE6cBIdeF9vJyvZx/I/AzuIjsrQvoNovwzt4FamSs0Ojrp80PmvoB0zh940pb7azf1yg7t0LIt978uppzbnalfucDW92ZndLPRmKweGPduYJ+zoM5/Dk+gD5NdvLhXXPp88qcUqmEH5G5JZRs6cuxwIAAAAAElFTkSuQmCC");
}

@media (max-width: 575.98px) {
  /* line 29, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-basic .auth-inner:before {
    display: none;
  }
}

/* line 32, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-basic .auth-inner:after {
  width: 272px;
  height: 272px;
  content: ' ';
  position: absolute;
  bottom: -55px;
  right: -75px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARAAAAEQCAMAAABP1NsnAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAABEKADAAQAAAABAAABEAAAAAAQWxS2AAAAwFBMVEUAAAD///+AgICAgP9VVaqqVf+qqv+AgL+AgP9mZsxmZv+ZZv+AgNWAgP9tbdttbf+Sbf+AYN+AgN+AgP9xceNmZv+AZuaAZv90dOh0dP9qav+AauqAav+AgP92dv9tbf+Abe2Abf93Zu53d+6AcO94afCAcfF5a+R5a/JzZuaAZvKAc/J5bed5bfOAaPN6b/R1auqAavR6ZvV6cPV2bOuAbPV7aPZ2be2AbfZ7au17avZ3Zu53b+57a+97a/d4aO9J6CoeAAAAQHRSTlMAAQICAwMDBAQFBQUGBgcHBwgICAkKCgoLCwwMDAwNDg4ODw8QERITExQUFBUVFhcYGBkZGhobHBwdHR4eHx8gJ5uMWwAAA/FJREFUeNrt2G1XEkEYxvHZNk2xHGzdbKFl0cTwgdSkCKzu7/+t4pw6sAjtjIueE/f8r3fMO35nZnbuy5gVGcvfzJe0rnTfGI+MggGJRUZnbpPIhJKt88nU53JnFULvyISY6KAv8vPj0vr2rYwiE2Z2B9J+uNYcyyQxwWZvaeGH3G4bMjsvI/kcwTC/V+7kLoahlITzQojP3ZFgsJCh7IJQzpX0QFj4uMiY18eDMZ9bZCF9OQahnK6cm/Y7js0sh/LF3Auv1PlQd3MxbdXYIQspV44EEEAAAWTNDAYYkKdJbNMsLzYueZbaZ2iM46RVbHBaiZ9Js+nHEdli42N9XuSen5hGp1CQTuOJQDRsD99N4gMSpYWapNH6IJo83CIeILZQFesEaber79NCWRoukOpNEnW0gXQqD81w6ACxhbrYde7VuFCYeA2QRCNIsgZISyNIqz6IyhPjOjNVIFYniK3dmKU6QdLaJUimEySrDZLrBMlrgxRKU7sxCw/EMe0CAggggADySJCqxixIkKpNEh6IozELD8RxjQACCCCAAPJIkKrGLEgQXqqAAEJjxrQLCCCAAEJjRmNGY8a0CwgggABCYwYIfQgggNCYMe0CAggggNCY0ZjRmDHtAgIIIIAAQmNGHwIIIDRmTLuAAAIIIDRmNGY0Zky7gAACCCCA0JjRhwACCI0Z0y4ggAACCI0ZjRmNGdMuIIAAAgggNGb0IYAAQmPGtAsIIIAAQmNGY0ZjxrQLCCCAAAIIjRl9CCCA0Jgx7QICCCCA0JjRmNGYMe0CAggggABCY0YfAgggNGZMu4AAAgggNGY0ZjRmTLuAAAIIIIDQmNGHAAIIjRnTLiCAAAIIjRmNGY0ZIEy7gAACCCA0ZvQhgABCY8a0CwgggABCY0ZjBgiNGdMuIIAAAgiN2f/Sh+Q6PfLaIJlOkKw2SKoTJK3dmFmdILb2tBvrBIlrg5iWRo+WqQ+SaARJ1gCJAzsxThCN16p1vNurGjNjoo42j07kAHFskoY2kEbl33U0ZgoPjXW+Rl0gkarnahqtDaJKxMPDDWIiNafGenh4gExvVhXfmk7Da6L1AVGxSby2h6MxK79Zk42ea1pJbJ48sU2zDezQ8iy1z6BBwoyjMQsvXp8YQAAhgADilRfyy+wf8WqZZUfGZihvgZiB3FybC+kCUU5XLkAo50C+gbBQdUzkAIVyejIAYfFTI1solHP2HgNCnHn5AYNy4jvpoVB6fVzL91cwzLJ9Lfd7S0jhehxO5H5/yePr1W6gHonI7fJ5ORSR/n6Q2yQanq763zuXU5LJZRKiyD/W9/pjkdPZz0/yJ8fqVyry+qQZDMjJKoDfy8bRVhHhQTwAAAAASUVORK5CYII=");
  z-index: -1;
}

@media (max-width: 575.98px) {
  /* line 43, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-basic .auth-inner:after {
    display: none;
  }
}

/* line 46, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-cover {
  align-items: flex-start;
}

/* line 49, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-cover .auth-inner {
  height: 100vh;
  overflow-y: auto;
  height: calc(var(--vh, 1vh) * 100);
}

/* line 54, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-cover .brand-logo {
  position: absolute;
  top: 2rem;
  left: 2rem;
  margin: 0;
  z-index: 1;
  justify-content: unset;
}

/* line 62, vendor/stylesheets/pages/authentication.css */
.auth-wrapper.auth-basic .auth-inner {
  max-width: 400px;
}

/* line 65, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .brand-logo {
  display: flex;
  justify-content: center;
  margin: 1rem 0 2rem 0;
}

/* line 70, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .brand-logo .brand-text {
  font-weight: 600;
}

/* line 73, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-footer-btn .btn {
  padding: 0.6rem !important;
}

/* line 76, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-footer-btn .btn:not(:last-child) {
  margin-right: 1rem;
}

/* line 79, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-footer-btn .btn:focus {
  box-shadow: none;
}

/* line 82, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-input {
  max-width: 50px;
  padding-right: 0.571rem;
  padding-left: 0.571rem;
}

/* line 87, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .custom-options-checkable .plan-price .pricing-value {
  font-size: 3rem;
}

/* line 90, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .custom-options-checkable .plan-price sup {
  top: -1.5rem;
  left: 0.2rem;
}

/* line 94, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .custom-options-checkable .plan-price sub {
  bottom: 0;
  right: 0.14rem;
}

@media (min-width: 1200px) {
  /* line 99, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-cover .auth-card {
    width: 400px;
  }
}

@media (max-width: 575.98px) {
  /* line 103, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-cover .brand-logo {
    left: 1.5rem;
    padding-left: 0;
  }
}

/* line 107, vendor/stylesheets/pages/authentication.css */
.auth-wrapper .auth-bg {
  background-color: #fff;
}

/* line 110, vendor/stylesheets/pages/authentication.css */
.dark-layout .auth-wrapper .auth-bg {
  background-color: #283046;
}

@media (max-height: 825px) and (max-width: 991.98px) {
  /* line 114, vendor/stylesheets/pages/authentication.css */
  .dark-layout .auth-wrapper .auth-inner {
    background-color: #283046;
  }
  /* line 116, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper .auth-bg {
    padding-top: 3rem;
    margin: auto 0;
  }
  /* line 119, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper .auth-inner {
    background-color: #fff;
  }
  /* line 121, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-cover .auth-inner {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 126, vendor/stylesheets/pages/authentication.css */
  .auth-wrapper.auth-cover .brand-logo {
    position: relative;
    left: 0;
    padding-left: 1.5rem;
  }
}

/* line 1, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas line[stroke='transparent'] {
  display: none;
}

/* line 4, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-tooltip {
  background: #fff;
  border-color: #ebe9f1;
}

/* line 8, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  background: #fff !important;
  border-color: #ebe9f1 !important;
  font-weight: 600;
}

/* line 13, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-text-label,
.apexcharts-canvas .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-text-value {
  color: #fff;
}

/* line 17, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xaxistooltip,
.apexcharts-canvas .apexcharts-yaxistooltip {
  background: #f8f8f8;
  border-color: #ebe9f1;
}

/* line 22, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #ebe9f1;
}

/* line 25, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xaxistooltip-bottom::after {
  border-bottom-color: #f8f8f8;
}

/* line 28, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xaxistooltip-top:before {
  border-top-color: #ebe9f1;
}

/* line 31, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xaxistooltip-top::after {
  border-top-color: #f8f8f8;
}

/* line 34, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-yaxistooltip-left:before {
  border-left-color: #ebe9f1;
}

/* line 37, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-yaxistooltip-left:after {
  border-left-color: #f8f8f8;
}

/* line 40, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-yaxistooltip-right:before {
  border-right-color: #ebe9f1;
}

/* line 43, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-yaxistooltip-right:after {
  border-right-color: #f8f8f8;
}

/* line 46, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-text,
.apexcharts-canvas .apexcharts-tooltip-text,
.apexcharts-canvas .apexcharts-datalabel-label,
.apexcharts-canvas .apexcharts-datalabel {
  font-family: var(--bs-font-sans-serif) !important;
  fill: #6e6b7b;
  font-weight: 400;
  filter: none;
}

/* line 55, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-pie-label {
  fill: white;
  filter: none;
}

/* line 59, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-pie .apexcharts-pie-series .apexcharts-pie-area {
  stroke-width: 0;
}

/* line 62, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-label,
.apexcharts-canvas .apexcharts-pie .apexcharts-datalabel-value {
  font-size: 1.5rem;
}

/* line 66, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-marker {
  box-shadow: none;
}

/* line 69, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-legend-series + .apexcharts-legend-series {
  margin-top: 0.625rem;
}

/* line 72, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text {
  margin-left: 0.5rem;
  color: #6e6b7b !important;
  font-size: 1rem !important;
}

/* line 77, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-canvas .apexcharts-xcrosshairs,
.apexcharts-canvas .apexcharts-ycrosshairs,
.apexcharts-canvas .apexcharts-gridline {
  stroke: #ebe9f1;
}

/* line 82, vendor/stylesheets/plugins/charts/chart-apex.css */
.apexcharts-legend.position-bottom {
  bottom: 3rem;
}

/* line 85, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxis-tick,
.dark-layout .apexcharts-canvas line {
  stroke: #3b4253;
}

/* line 89, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-heatmap .apexcharts-heatmap-rect {
  stroke: #3b4253;
}

/* line 92, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-radialbar .apexcharts-radialbar-track .apexcharts-radialbar-area {
  stroke: #161d31;
}

/* line 95, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-radar-series polygon {
  fill: #161d31;
  stroke: #3b4253;
}

/* line 99, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-datalabels-group .apexcharts-datalabel-value {
  fill: #fff;
}

/* line 102, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-tooltip {
  background: #283046;
  border-color: #3b4253;
}

/* line 106, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-title {
  background: #283046 !important;
  border-color: #3b4253 !important;
  color: #fff;
}

/* line 111, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-label,
.dark-layout .apexcharts-canvas .apexcharts-tooltip .apexcharts-tooltip-text-value {
  color: #fff;
}

/* line 115, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #3b4253;
}

/* line 118, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-bottom::after {
  border-bottom-color: #161d31;
}

/* line 121, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-top:before {
  border-top-color: #3b4253;
}

/* line 124, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip-top::after {
  border-top-color: #161d31;
}

/* line 127, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:before {
  border-left-color: #3b4253;
}

/* line 130, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-left:after {
  border-left-color: #161d31;
}

/* line 133, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-right:before {
  border-right-color: #3b4253;
}

/* line 136, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip-right:after {
  border-right-color: #161d31;
}

/* line 139, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip,
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip {
  background: #161d31;
  border-color: #3b4253;
}

/* line 144, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text,
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-yaxistooltip-text,
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-xaxistooltip-text,
.dark-layout .apexcharts-canvas .apexcharts-yaxistooltip .apexcharts-yaxistooltip-text {
  color: #fff;
}

/* line 150, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xaxistooltip .apexcharts-xaxistooltip-text {
  color: #fff;
}

/* line 153, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-yaxis-label,
.dark-layout .apexcharts-canvas .apexcharts-xaxis-label,
.dark-layout .apexcharts-canvas .apexcharts-tooltip-text,
.dark-layout .apexcharts-canvas .apexcharts-datalabel-label {
  fill: #b4b7bd;
}

/* line 159, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-marker {
  stroke: #3b4253;
}

/* line 162, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-legend-series .apexcharts-legend-text {
  color: #b4b7bd !important;
}

/* line 165, vendor/stylesheets/plugins/charts/chart-apex.css */
.dark-layout .apexcharts-canvas .apexcharts-xcrosshairs,
.dark-layout .apexcharts-canvas .apexcharts-ycrosshairs,
.dark-layout .apexcharts-canvas .apexcharts-gridline {
  stroke: #3b4253;
}

/* line 1, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
#toast-container > div {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  max-width: none;
  border-radius: 0.286rem;
}

/* line 8, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
#toast-container > div,
#toast-container > div:hover {
  box-shadow: 0 2px 20px 0 rgba(34, 41, 47, 0.08);
}

/* line 12, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
#toast-container > .toast {
  background-image: none !important;
}

/* line 15, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast {
  background-color: #fff;
  color: #6e6b7b !important;
}

/* line 19, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast .toast-close-button {
  color: #6e6b7b;
  font-size: 1.75rem;
  font-weight: 400;
  top: 0;
  right: 0;
  text-shadow: none;
}

/* line 27, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast .toast-close-button:focus {
  outline: none;
}

/* line 30, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast .toast-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

/* line 35, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast .toast-progress {
  opacity: 1;
}

/* line 38, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast:before {
  content: '';
  height: 24px;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  left: 1.25rem;
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 50, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-success .toast-title {
  color: #28c76f;
}

/* line 53, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-success .toast-progress {
  background-color: #28c76f;
}

/* line 56, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-success:before {
  background-color: #28c76f;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
}

/* line 60, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-error .toast-title {
  color: #ea5455;
}

/* line 63, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-error .toast-progress {
  background-color: #ea5455;
}

/* line 66, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-error:before {
  background-color: #ea5455;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

/* line 70, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-info .toast-title {
  color: #00cfe8;
}

/* line 73, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-info .toast-progress {
  background-color: #00cfe8;
}

/* line 76, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-info:before {
  background-color: #00cfe8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-info'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='16' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='8' x2='12.01' y2='8'%3E%3C/line%3E%3C/svg%3E");
}

/* line 80, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-warning .toast-title {
  color: #ff9f43;
}

/* line 83, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-warning .toast-progress {
  background-color: #ff9f43;
}

/* line 86, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-warning:before {
  background-color: #ff9f43;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-triangle'%3E%3Cpath d='M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z'%3E%3C/path%3E%3Cline x1='12' y1='9' x2='12' y2='13'%3E%3C/line%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E");
}

/* line 90, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-top-left {
  top: 1.3rem;
  left: 2rem;
}

/* line 94, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-top-right {
  top: 1.3rem;
  right: 2rem;
}

/* line 98, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-top-center,
.toast-top-full-width {
  top: 1.3rem;
  width: 100% !important;
}

/* line 103, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-bottom-left {
  bottom: 1.3rem;
  left: 2rem;
}

/* line 107, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-bottom-right {
  bottom: 1.3rem;
  right: 2rem;
}

/* line 111, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.toast-bottom-center,
.toast-bottom-full-width {
  bottom: 1.3rem;
  width: 100% !important;
}

@media (max-width: 480px) and (min-width: 241px) {
  /* line 117, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  #toast-container > .toast:after {
    top: 0.95rem;
  }
  /* line 119, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  #toast-container > .toast .toast-close-button {
    top: 0;
    right: -1px;
  }
  /* line 122, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  #toast-container > div {
    width: 20rem;
  }
  /* line 124, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-top-left {
    left: 1rem;
  }
  /* line 126, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  #toast-container.toast-top-center, #toast-container.toast-bottom-center {
    right: 1rem;
  }
  /* line 128, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  #toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 20rem !important;
  }
  /* line 130, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-top-full-width,
.toast-bottom-full-width {
    right: 0;
    left: 0;
    width: 93%;
  }
  /* line 135, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-top-full-width > div,
.toast-bottom-full-width > div {
    width: 100%;
  }
  /* line 138, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-bottom-left {
    left: 1rem;
    bottom: 0.75rem;
  }
  /* line 141, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-bottom-right {
    right: 2.25rem;
    bottom: 0.75rem;
  }
  /* line 144, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  .toast-bottom-center,
.toast-bottom-full-width {
    bottom: 0.75rem;
  }
  /* line 147, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  [data-textdirection='rtl'] #toast-container > div {
    padding-right: 8px;
  }
}

/* line 150, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.dark-layout #toast-container > div,
.dark-layout #toast-container > div:hover {
  box-shadow: 0 4px 24px 0 rgba(34, 41, 47, 0.24);
}

/* line 154, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.dark-layout #toast-container .toast {
  background-color: #283046;
  color: #b4b7bd !important;
}

/* line 158, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
.dark-layout #toast-container .toast .toast-close-button {
  color: #b4b7bd;
}

@media (max-width: 575.98px) {
  /* line 162, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
  [data-textdirection='rtl'] .toast .toast-close-button {
    top: 0.55rem !important;
    right: 0.5rem !important;
  }
}

/* line 166, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
[data-textdirection='rtl'] .toast-top-left {
  left: 1rem;
  right: auto;
}

/* line 170, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
[data-textdirection='rtl'] .toast-top-right {
  right: 3rem;
  left: auto;
}

/* line 174, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
[data-textdirection='rtl'] .toast-bottom-left {
  left: 1em;
  right: auto;
}

/* line 178, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
[data-textdirection='rtl'] .toast-bottom-right {
  right: 3rem;
  left: auto;
}

/* line 182, vendor/stylesheets/plugins/extensions/ext-component-toastr.css */
[data-textdirection='rtl'] #toast-container.toast-top-full-width > div,
[data-textdirection='rtl'] #toast-container.toast-bottom-full-width > div {
  left: 0;
  right: 0;
}

/* line 2, app/assets/stylesheets/custom.scss */
.color-picker-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: 38px;
  overflow: hidden;
  width: 100%;
}

/* line 12, app/assets/stylesheets/custom.scss */
.color-picker-label {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  border-right: 1px solid #dee2e6;
  cursor: pointer;
  flex: 1;
}

/* line 21, app/assets/stylesheets/custom.scss */
.color-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 28, app/assets/stylesheets/custom.scss */
.color-display {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
  background-color: #000000;
}

/* line 38, app/assets/stylesheets/custom.scss */
.color-text {
  font-size: 0.95rem;
  font-weight: 600;
}

/* line 43, app/assets/stylesheets/custom.scss */
.color-value {
  border: 0;
  padding-left: 0.75rem;
  flex: 1;
  background: transparent;
}

/* line 52, app/assets/stylesheets/custom.scss */
#customSearchBox {
  width: 228px;
  height: 38px;
  display: inline-block;
}

/* line 23, app/assets/stylesheets/application.scss */
.custom-file-input {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  overflow: hidden;
}

/* line 30, app/assets/stylesheets/application.scss */
.custom-file-input-field {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 37, app/assets/stylesheets/application.scss */
.custom-file-input-label {
  background-color: #f8f9fa;
  border-right: 1px solid #ccc;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/application.scss */
.custom-file-input-text {
  flex-grow: 1;
  padding: 0.5rem 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 54, app/assets/stylesheets/application.scss */
.logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23vh;
  width: 39vh;
  max-width: 265px;
  max-height: 190px;
  min-width: 200px;
  min-height: 150px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/application.scss */
.logo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 65%;
}

/* line 76, app/assets/stylesheets/application.scss */
.main-menu .navbar-header .navbar-brand .brand-logo img {
  max-width: fit-content;
  width: inherit;
  margin-top: 15px;
}

/* line 81, app/assets/stylesheets/application.scss */
.navbar-header {
  display: flex;
  align-items: center;
  min-height: 120px;
  height: 100%;
  padding: 0.4rem 1rem;
  overflow: visible !important;
}

/* line 89, app/assets/stylesheets/application.scss */
.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 100%;
  overflow: visible !important;
}

@media (max-width: 1305px) {
  /* line 98, app/assets/stylesheets/application.scss */
  .main-menu .navbar-header .navbar-brand .brand-logo {
    max-width: 26vh;
  }
}

@media (max-width: 992px) {
  /* line 103, app/assets/stylesheets/application.scss */
  .main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 20vh;
  }
  /* line 106, app/assets/stylesheets/application.scss */
  .brand-logo {
    height: 90px;
  }
  /* line 109, app/assets/stylesheets/application.scss */
  .navbar-header {
    min-height: 90px;
  }
}

@media (max-width: 768px) {
  /* line 114, app/assets/stylesheets/application.scss */
  .main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 120px;
  }
  /* line 117, app/assets/stylesheets/application.scss */
  .brand-logo {
    height: auto;
  }
  /* line 120, app/assets/stylesheets/application.scss */
  .navbar-header {
    min-height: 70px;
    justify-content: flex-start;
    padding: 0.5rem;
  }
}

@media (max-width: 480px) {
  /* line 127, app/assets/stylesheets/application.scss */
  .main-menu .navbar-header .navbar-brand .brand-logo img {
    max-width: 100px;
  }
}
