@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/* style.scss */
/**
 * Variables
 */
/**
 * Mobile & Desktop Common Styles
 */
/* line 31, app/assets/stylesheets/caleran.scss */
.caleran-container,
.caleran-container-mobile {
  font-size: 15px;
  float: left;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9999;
}

/* line 43, app/assets/stylesheets/caleran.scss */
.caleran-container:focus,
.caleran-container-mobile:focus {
  box-shadow: none;
  outline: none;
}

/* line 47, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input,
.caleran-container-mobile .caleran-input {
  margin: 5px;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.4);
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}

/* line 57, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header,
.caleran-container-mobile .caleran-input .caleran-header {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ddd;
}

/* line 65, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header .caleran-header-separator,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
  float: left;
  display: block;
  margin: 0;
  margin-top: -2px;
  padding: 0 16px;
  color: aliceblue;
  font-size: 32px;
}

/* line 74, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header .caleran-header-start,
.caleran-container .caleran-input .caleran-header .caleran-header-end,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
  float: left;
  white-space: nowrap;
  display: block;
  margin-right: 10px;
  text-align: left;
}

/* line 81, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
  float: left;
  font-size: 2.5em;
  color: #1885FC;
  margin-top: -10px;
  margin-right: 8px;
  font-weight: 100;
  text-align: left;
}

/* line 91, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
  font-size: 0.9em;
  color: #A6AAB3;
  display: inline-block;
}

/* line 97, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
  font-size: 0.7em;
  color: #c9c9d1;
}

/* line 104, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars,
.caleran-container-mobile .caleran-input .caleran-calendars {
  position: relative;
  display: flex;
  display: -ms-flexbox;
}

/* line 108, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {
  position: absolute;
  display: none;
  border: 0px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/* line 118, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
  background: #eee;
  height: 33.33%;
  width: 25%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  float: left;
  outline: 1px solid #ddd;
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
}

/* line 132, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month.current {
  background: #0666CD;
  color: white;
}

/* line 136, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month:hover {
  background: #1783FF;
  cursor: pointer;
  color: white;
}

/* line 142, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {
  margin: 0px;
  background: #eee;
  height: 33.33%;
  width: 20%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  box-sizing: border-box;
  outline: 1px solid #ddd;
  text-transform: uppercase;
  word-wrap: break-word;
  word-break: break-all;
}

/* line 159, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next.current,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev.current {
  background: #0666CD;
  color: white;
}

/* line 163, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover {
  background: #1783FF;
  cursor: pointer;
  color: white;
}

/* line 169, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev {
  font-size: 2.65em;
  background: white;
  color: #1885FC;
}

/* line 176, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
  flex: 1;
  -ms-flex: 1;
  float: left;
  padding-bottom: 8px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 185, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar.no-border-right,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar.no-border-right {
  border-right: none;
}

/* line 188, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
  text-align: center;
  font-weight: 300;
  font-size: 1.1em;
  color: #424242;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  padding: 12px 8px;
}

/* line 198, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover {
  color: #1783FF;
  cursor: hand;
  cursor: pointer;
}

/* line 204, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
  margin-top: -4px;
}

/* line 209, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
  padding: 10px;
}

/* line 211, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
  width: calc((100% / 7) - 1px);
  float: left;
  text-align: center;
  padding: 3px;
  font-size: .76em;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1px;
}

/* line 225, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
  pointer-events: none;
  display: block;
  padding: 3px 3px 3px 4px;
  border-radius: 4px;
}

/* line 232, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 600;
  color: #616161;
}

/* line 238, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day {
  cursor: pointer;
  overflow: hidden;
  color: #212121;
  transition: background-color 0.1s ease-out;
}

/* line 243, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
  background-color: #c8e1ff;
  border-radius: 3px;
}

/* line 247, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end {
  background: #1783FF;
  color: white;
  border-radius: 0;
}

/* line 253, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-today {
  color: deeppink !important;
}

/* line 256, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled {
  background: #c6dbf0;
  color: white;
  opacity: 0.5;
}

/* line 260, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-disabled span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-disabled span {
  background: transparent !important;
}

/* line 265, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
  background: #c8e1ff;
  color: black;
}

/* line 268, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled {
  opacity: .66;
}

/* line 271, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 275, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 280, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 283, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start:not(.caleran-hovered) span {
  background: #0666CD;
}

/* line 287, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered),
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 290, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end:not(.caleran-hovered) span {
  background: #0666CD;
}

/* line 295, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today {
  color: deeppink !important;
  font-weight: bold;
}

/* line 298, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-today.caleran-hovered {
  color: black;
}

/* line 302, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-disabled-range {
  color: #b8b8df;
}

/* line 305, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
  color: #b8b8df;
}

/* line 308, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-weekend {
  color: #568EA3;
}

/* line 312, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
  cursor: pointer;
  font-size: 1.25em;
}

/* line 316, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next:hover,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev:hover {
  text-shadow: 1px 2px 3px #eee;
}

/* line 320, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-next,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-next {
  float: right;
}

/* line 323, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-prev {
  float: left;
}

/* line 326, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar:last-child,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar:last-child {
  border-right: none;
}

/* line 331, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-ranges,
.caleran-container-mobile .caleran-input .caleran-ranges {
  border-top: 1px solid #ddd;
  clear: both;
  padding: 10px;
  text-align: left;
}

/* line 336, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-ranges i,
.caleran-container-mobile .caleran-input .caleran-ranges i {
  float: left;
  color: #6a6e71;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 1px;
}

/* line 343, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-ranges .caleran-range-header,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
  font-size: 0.8em;
  color: #6a6e71;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

/* line 350, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-ranges .caleran-range,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
  display: inline-block;
  color: #1783FF;
  margin: 3px;
  font-size: 0.7em;
  cursor: pointer;
  font-weight: bold;
}

/* line 357, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-ranges .caleran-range:hover,
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range:hover {
  text-decoration: underline;
}

/* line 365, app/assets/stylesheets/caleran.scss */
.caleran-popup {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
}

/* line 372, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-top {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  top: 0px;
}

/* line 379, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-top:after, .caleran-box-arrow-top:before {
  bottom: calc(100% - 6px);
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 390, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}

/* line 396, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-top:before {
  border-color: rgba(184, 184, 184, 0);
  border-bottom-color: #ddd;
  border-width: 11px;
  margin-left: -11px;
}

/* line 404, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-bottom {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-left: 0;
  position: absolute;
  bottom: 0px;
}

/* line 411, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-bottom:after, .caleran-box-arrow-bottom:before {
  bottom: -15px;
  left: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 422, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-bottom:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}

/* line 428, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-bottom:before {
  border-color: rgba(184, 184, 184, 0);
  border-top-color: #ddd;
  border-width: 10px;
  margin-left: -10px;
}

/* line 436, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-left {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-top: -11px;
  position: absolute;
  left: 0px;
}

/* line 443, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-left:after, .caleran-box-arrow-left:before {
  left: -15px;
  top: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 454, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 11px;
  margin-right: -11px;
}

/* line 460, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-left:before {
  border-color: rgba(184, 184, 184, 0);
  border-right-color: #ddd;
  border-width: 10px;
  margin-right: -10px;
}

/* line 468, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-right {
  width: 22px;
  height: 22px;
  z-index: 12;
  margin-top: -11px;
  position: absolute;
  right: 0px;
}

/* line 475, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-right:after, .caleran-box-arrow-right:before {
  right: -15px;
  top: 27px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 486, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}

/* line 492, app/assets/stylesheets/caleran.scss */
.caleran-box-arrow-right:before {
  border-color: rgba(184, 184, 184, 0);
  border-left-color: #ddd;
  border-width: 10px;
  margin-left: -10px;
}

/* line 501, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-footer {
  text-align: right;
}

/* line 503, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-footer .caleran-apply {
  background: #1783FF;
  border: none;
  padding: 6px 18px;
  color: white;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 6px;
  border-radius: 3px;
}

/* line 512, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-footer .caleran-apply:disabled {
  background: #c9c9d1;
  color: gray;
}

/* line 517, app/assets/stylesheets/caleran.scss */
.caleran-container .caleran-input .caleran-footer .caleran-cancel {
  background: #c9c9d1;
  border: none;
  padding: 6px 18px;
  color: #6a6e71;
  margin: 6px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin-right: 0px;
  border-radius: 3px;
}

/**
 * Mobile styles
 */
/* line 537, app/assets/stylesheets/caleran.scss */
.caleran-open {
  overflow: hidden;
}

/* line 542, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input {
  margin: 0;
  border: 0;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  margin: 12px;
  border-radius: 6px;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  border: 1px solid #ddd;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  overflow-y: auto;
}

@media screen and (orientation: landscape) {
  /* line 542, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input {
    overflow-y: scroll;
    flex-wrap: wrap;
  }
}

/* line 566, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header {
  box-sizing: border-box;
  padding: 12px;
  order: 0;
  display: flex;
  display: -ms-flexbox;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex-flow: nowrap;
  background: ghostwhite;
  justify-content: space-between;
  align-items: center;
}

@media screen and (orientation: landscape) {
  /* line 566, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-header {
    width: 50%;
    float: right;
    order: 1;
    padding: 12px 6px;
    border-left: 1px solid #ddd;
    height: 61px;
  }
}

/* line 586, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
  padding: 0;
  margin: 0;
  display: flex;
  display: -ms-flexbox;
  color: lightsteelblue;
  margin-top: 2px;
}

@media screen and (orientation: landscape) {
  /* line 586, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-header .caleran-header-separator {
    flex: 1 0 auto;
    -ms-flex: 1 0 auto;
  }
}

/* line 598, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
  margin: 0;
}

@media screen and (orientation: landscape) {
  /* line 598, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-header .caleran-header-start,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
    width: 50%;
    min-width: 0;
    padding: 0 8px;
  }
}

/* line 607, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-day,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
  font-size: 38px;
  margin: -10px;
  font-weight: 400;
}

/* line 613, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-date,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-date {
  font-size: 15px;
  color: #6a6e71;
  font-weight: 500;
}

/* line 619, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-end-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-start-weekday,
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-weekday {
  font-size: 12px;
  color: #6a6e71;
  font-weight: 400;
  line-height: 10px;
}

/* line 628, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-start .caleran-header-start-day {
  margin-right: 8px;
  margin-left: 0;
  float: left;
}

/* line 634, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end {
  text-align: right;
}

/* line 636, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-header .caleran-header-end .caleran-header-end-day {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}

/* line 643, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars {
  order: 1;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  background: white;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  overflow: scroll;
}

@media screen and (orientation: landscape) {
  /* line 643, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-calendars {
    width: 50%;
    float: left;
    order: 0;
  }
}

/* line 657, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector {
  border-bottom: 1px solid #ddd;
}

/* line 660, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ms-month {
  flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  height: 25%;
}

/* line 665, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-month-selector .caleran-ys-year,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  height: 33.33%;
}

@media screen and (orientation: landscape) {
  /* line 671, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar {
    border: none;
  }
}

/* line 675, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
  padding: 12px 18px;
  background: ghostwhite;
  font-size: 1.36em;
}

/* line 679, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-prev,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-next {
  margin-top: -6px;
}

/* line 683, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title i {
  font-size: 0.9em;
}

@media screen and (orientation: landscape) {
  /* line 675, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
    height: 61px;
    box-sizing: border-box;
    padding-top: 18px;
  }
}

/* line 692, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
  padding: 10px;
}

/* line 694, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
  min-height: 30px;
  font-size: 14px !important;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  display: -ms-flexbox;
}

@media screen and (orientation: landscape) {
  /* line 694, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
    min-height: calc((80vmin - 62px) / 7);
  }
}

/* line 707, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day span,
.caleran-container-mobile .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled span {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  right: 4px;
}

/* line 722, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-ranges {
  background: white;
  order: 2;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  margin: 0px;
  padding: 4px;
  border: none;
  text-align: center;
}

@media screen and (orientation: landscape) {
  /* line 722, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-ranges {
    width: 50%;
    box-sizing: border-box;
    flex: 1 1 0;
    -ms-flex: 1 1 0;
    border-left: 1px solid #ddd;
    overflow-y: scroll;
    min-height: 50px;
  }
}

/* line 740, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-ranges i {
  font-size: 20px;
  display: none;
}

/* line 744, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range-header {
  font-size: 0.9em;
  display: none;
}

/* line 748, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
  font-size: 0.85em;
  padding: 5px 14px;
  background: #0666CD;
  font-weight: 400;
  color: white;
  border-radius: 21px;
}

@media screen and (orientation: landscape) {
  /* line 748, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-ranges .caleran-range {
    border-radius: 6px;
    margin: 6px;
    display: block;
  }
}

/* line 762, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-filler {
  display: none;
}

@media screen and (orientation: landscape) {
  /* line 762, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-filler {
    display: block;
    box-sizing: border-box;
    flex-grow: 1;
    margin-bottom: auto;
    border-left: 1px solid #ddd;
    min-height: 100px;
    order: 3;
  }
}

/* line 774, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-ranges + .caleran-filler {
  display: none;
}

/* line 777, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-footer {
  order: 3;
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  text-align: center;
  padding: 8px 8px 10px 8px;
  background: ghostwhite;
  border-top: 1px solid #ddd;
}

@media screen and (orientation: landscape) {
  /* line 777, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile .caleran-input .caleran-footer {
    width: 50%;
    box-sizing: border-box;
    border-left: 1px solid #ddd;
    margin-top: auto;
  }
}

/* line 791, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-footer button {
  font-size: 15px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  font-weight: 400;
  outline: none;
  border: none;
  border-radius: 4px;
  width: calc((100% - 10px)/2);
}

/* line 800, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply {
  background: #f03a47;
  color: white;
  margin-left: 7px;
  font-weight: 500;
  border: 1px solid #f03a47;
}

/* line 806, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply[disabled=disabled], .caleran-container-mobile .caleran-input .caleran-footer button.caleran-apply:disabled {
  background: #c9c9d1;
  color: #A6AAB3;
  border: 1px solid #A6AAB3;
}

/* line 813, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile .caleran-input .caleran-footer button.caleran-cancel {
  background: transparent;
  color: #f03a47;
  border: 1px solid #f03a47;
  box-sizing: border-box;
}

/* line 824, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile.caleran-inline {
  box-sizing: border-box;
  width: 100%;
}

/* line 827, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile.caleran-inline .caleran-input {
  position: static;
  box-shadow: none;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 832, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile.caleran-inline .caleran-input .caleran-calendar {
  border-right: none;
}

@media screen and (orientation: landscape) {
  /* line 827, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input {
    flex-direction: column;
    flex-wrap: wrap;
  }
  /* line 838, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input .caleran-calendars {
    order: 0;
    flex: 1 0 auto;
    width: calc(50% - 1px);
    border-left: none;
    border-right: 1px solid #ddd;
  }
  /* line 845, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input .caleran-header {
    order: 1;
    flex: 0 1 auto;
    border-left: none;
  }
  /* line 850, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers {
    order: 2;
    flex: 0 0 auto;
    max-width: 50%;
    border-left: none;
  }
  /* line 855, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input .caleran-timepickers .caleran-timepicker-ampm {
    width: 7vmin;
  }
  /* line 859, app/assets/stylesheets/caleran.scss */
  .caleran-container-mobile.caleran-inline .caleran-input .caleran-ranges {
    order: 3;
    flex: 0 1 auto;
    width: 50%;
    border-left: none;
  }
}

/* line 866, app/assets/stylesheets/caleran.scss */
.caleran-container-mobile.caleran-inline .caleran-input .caleran-footer {
  display: none;
}

/*!
 * Font Awesome Free 5.15.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot);
  src: url(/assets/font-awesome/fa-solid-900-74883516ac6bb785f2d12d162d769fa7a8fabc7794ef44fc28ffc375b2d7c27c.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-solid-900-e546fb3c56953992a5d20c52edb9e6d1b1141184b88ae19ba20a566d2ad98dbc.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-195989f30d333ecf41e0021dbb92c690f367d2672c43199079d9be4b81dc90da.woff) format("woff"), url(/assets/font-awesome/fa-solid-900-aa4b725084f0ad0d2d28df4191084467663b409d7272ba2f1cb6ece2d03553ec.ttf) format("truetype"), url(/assets/font-awesome/fa-solid-900-387bea778f72246fad5ea5b69f68cd059a942e3ab181eb2390ad089bc9cc5e06.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot);
  src: url(/assets/font-awesome/fa-regular-400-aa1ea349a5a1557fdd700fa5b27df5a01e3b49761201c4d5a95c442e4f7b72c7.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-regular-400-1efbec653801e7e6a8ea0cd94afd854c3d48225b52857008fe8a1d961cdfcc51.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-180eef6acca110a022bb81621c04937b3d2edf09fb7644daba7f95368e73b0bd.woff) format("woff"), url(/assets/font-awesome/fa-regular-400-6fdc7b823f89434983845ce3435fa374af7e08912068b8955bdd6c697f1d2797.ttf) format("truetype"), url(/assets/font-awesome/fa-regular-400-00c96447c535a41055597d80db75302fc04fd1c909239eada694daa76cd77a20.svg#fontawesome) format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot);
  src: url(/assets/font-awesome/fa-brands-400-361037e19d0b6000027564e9edcad98c8a179be70c6c4e0a6ab54cd6d41685bd.eot#iefix) format("embedded-opentype"), url(/assets/font-awesome/fa-brands-400-c40f9aba3abc6fd5b0b28b1b125daa3b7bc43063955d456ae4d529705a6c975c.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-8b2dc7ace7b22f70f42c11f1606d1ee82ad46445c2f05587928e239e567ff68e.woff) format("woff"), url(/assets/font-awesome/fa-brands-400-070fe2507cabb066093e6912b85147f7289f5dbb5b582d5c6aea80f9c406dcc5.ttf) format("truetype"), url(/assets/font-awesome/fa-brands-400-b077551ebb83f7299deaa16b45877ddd3eda20c4988ac79b6def416e7d2b6b3a.svg#fontawesome) format("svg");
}

/* line 43, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 54, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1305, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1306, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1307, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1308, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1309, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1310, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1311, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1312, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1313, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1314, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1315, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1316, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1317, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1318, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1319, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1320, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1321, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1322, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1323, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1324, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1325, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1326, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1327, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1328, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1329, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1330, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1331, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1332, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1333, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1334, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1335, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1336, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1337, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1338, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1339, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1340, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1341, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1342, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1343, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1344, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1345, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1346, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1347, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1348, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1349, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1350, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1351, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1352, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1353, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1354, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1355, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1356, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1357, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1358, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1359, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1360, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1361, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1362, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1363, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1364, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1365, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1366, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1367, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1368, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1369, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1370, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1371, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1372, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1373, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1374, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1375, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1376, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1377, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1378, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1379, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1380, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1381, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1382, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1383, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1384, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1385, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1386, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1387, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1388, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1389, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1390, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1391, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1392, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1393, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1394, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1395, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1396, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1397, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1398, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1399, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1400, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1401, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1402, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1403, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1404, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1405, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1406, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1407, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1408, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1409, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1410, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1411, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1412, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1413, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1414, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1415, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1416, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1417, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1418, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1419, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1420, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1421, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1422, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1423, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1424, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1425, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1426, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1427, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1428, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1429, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1430, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1431, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1432, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1433, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1434, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1435, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1436, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1437, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1438, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1439, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1440, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1441, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1442, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1443, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1444, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1445, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1446, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1447, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1448, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1449, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1450, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1451, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1452, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1453, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1454, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1455, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1456, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1457, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1458, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1459, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1460, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1461, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1462, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, ../usr/local/bundle/gems/font-awesome-sass-5.15.1/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 *  Owl Carousel - Core
 */
/* line 4, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 12, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 18, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 27, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 44, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 52, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 57, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 62, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 73, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -1em;
}

/* line 80, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-nav .owl-prev {
  left: 10px;
}

/* line 84, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel .owl-nav .owl-next {
  right: 10px;
}

/* line 87, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 91, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 96, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 100, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 104, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 111, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 116, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 120, app/assets/stylesheets/owl.carousel/_core.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 126, app/assets/stylesheets/owl.carousel/_core.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 5, app/assets/stylesheets/owl.carousel/_animate.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 9, app/assets/stylesheets/owl.carousel/_animate.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 12, app/assets/stylesheets/owl.carousel/_animate.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 15, app/assets/stylesheets/owl.carousel/_animate.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 5, app/assets/stylesheets/owl.carousel/_autoheight.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 7, app/assets/stylesheets/owl.carousel/_lazyload.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 12, app/assets/stylesheets/owl.carousel/_lazyload.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 6, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 12, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 27, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

/* line 31, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 36, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 45, app/assets/stylesheets/owl.carousel/_video.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
/* line 9, app/assets/stylesheets/ion.rangeSlider.css */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 18, app/assets/stylesheets/ion.rangeSlider.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

/* line 23, app/assets/stylesheets/ion.rangeSlider.css */
.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

/* line 27, app/assets/stylesheets/ion.rangeSlider.css */
.irs-line-left {
  left: 0;
  width: 11%;
}

/* line 30, app/assets/stylesheets/ion.rangeSlider.css */
.irs-line-mid {
  left: 9%;
  width: 82%;
}

/* line 33, app/assets/stylesheets/ion.rangeSlider.css */
.irs-line-right {
  right: 0;
  width: 11%;
}

/* line 37, app/assets/stylesheets/ion.rangeSlider.css */
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

/* line 41, app/assets/stylesheets/ion.rangeSlider.css */
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

/* line 46, app/assets/stylesheets/ion.rangeSlider.css */
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

/* line 51, app/assets/stylesheets/ion.rangeSlider.css */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

/* line 65, app/assets/stylesheets/ion.rangeSlider.css */
.irs-slider.type_last {
  z-index: 2;
}

/* line 69, app/assets/stylesheets/ion.rangeSlider.css */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

/* line 74, app/assets/stylesheets/ion.rangeSlider.css */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

/* line 80, app/assets/stylesheets/ion.rangeSlider.css */
.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 87, app/assets/stylesheets/ion.rangeSlider.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 92, app/assets/stylesheets/ion.rangeSlider.css */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 95, app/assets/stylesheets/ion.rangeSlider.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 101, app/assets/stylesheets/ion.rangeSlider.css */
.irs-grid-pol.small {
  height: 4px;
}

/* line 104, app/assets/stylesheets/ion.rangeSlider.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

/* line 114, app/assets/stylesheets/ion.rangeSlider.css */
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

/* line 122, app/assets/stylesheets/ion.rangeSlider.css */
.irs-disabled {
  opacity: 0.4;
}

/* line 125, app/assets/stylesheets/ion.rangeSlider.css */
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}

/* line 130, app/assets/stylesheets/ion.rangeSlider.css */
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
/* line 10, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs {
  height: 55px;
}

/* line 13, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-with-grid {
  height: 75px;
}

/* line 16, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-line {
  height: 10px;
  top: 33px;
  background: #EEE;
  background: linear-gradient(to bottom, #DDD -50%, #FFF 150%);
  /* W3C */
  border: 1px solid #CCC;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

/* line 24, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-line-left {
  height: 8px;
}

/* line 27, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-line-mid {
  height: 8px;
}

/* line 30, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-line-right {
  height: 8px;
}

/* line 34, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-bar {
  height: 10px;
  top: 33px;
  border-top: 1px solid #428bca;
  border-bottom: 1px solid #428bca;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
}

/* line 41, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-bar-edge {
  height: 10px;
  top: 33px;
  width: 14px;
  border: 1px solid #428bca;
  border-right: 0;
  background: #428bca;
  background: linear-gradient(to top, #428bca 0%, #7fc3e8 100%);
  /* W3C */
  border-radius: 16px 0 0 16px;
  -moz-border-radius: 16px 0 0 16px;
}

/* line 52, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-shadow {
  height: 2px;
  top: 38px;
  background: #000;
  opacity: 0.3;
  border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 59, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=30);
}

/* line 63, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-slider {
  top: 25px;
  width: 27px;
  height: 27px;
  border: 1px solid #AAA;
  background: #DDD;
  background: linear-gradient(to bottom, white 0%, gainsboro 20%, white 100%);
  /* W3C */
  border-radius: 27px;
  -moz-border-radius: 27px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

/* line 75, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-slider.state_hover, .irs-slider:hover {
  background: #FFF;
}

/* line 79, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-min, .irs-max {
  color: #333;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 90, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

/* line 94, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #428bca;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

/* line 103, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

/* line 107, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-grid {
  height: 27px;
}

/* line 110, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-grid-pol {
  opacity: 0.5;
  background: #428bca;
}

/* line 114, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-grid-pol.small {
  background: #999;
}

/* line 118, app/assets/stylesheets/ion.rangeSlider.skinHTML5.css */
.irs-grid-text {
  bottom: 5px;
  color: #99a4ac;
}

/*@preserve
 * Tempus Dominus Bootstrap4 v5.0.0-alpha14 (https://tempusdominus.github.io/bootstrap-4/)
 * Copyright 2016-2017 Jonathan Peterson
 * Licensed under MIT (https://github.com/tempusdominus/bootstrap-3/blob/master/LICENSE)
 */
/* line 7, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 17, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 19, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

@media (min-width: 576px) {
  /* line 25, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  /* line 28, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  /* line 31, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

/* line 33, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 37, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 44, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 50, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 57, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 63, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

/* line 66, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

/* line 69, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 71, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 73, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 75, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 80, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 82, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

/* line 84, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

/* line 86, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

/* line 88, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

/* line 90, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

/* line 92, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

/* line 94, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

/* line 96, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

/* line 98, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

/* line 100, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 102, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

/* line 104, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 110, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 114, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 117, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

/* line 121, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 125, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 127, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

/* line 131, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

/* line 133, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

/* line 135, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 137, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #e9ecef;
}

/* line 139, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

/* line 143, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #868e96;
}

/* line 148, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 152, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #e9ecef;
  cursor: pointer;
}

/* line 155, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #868e96;
}

/* line 157, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 159, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007bff;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 169, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 173, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 175, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

/* line 179, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

/* line 187, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #e9ecef;
}

/* line 189, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007bff;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 193, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.old {
  color: #868e96;
}

/* line 195, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #868e96;
  cursor: not-allowed;
}

/* line 199, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 203, app/assets/stylesheets/tempusdominus-bootstrap-4.min.css */
.input-group.date .input-group-append {
  cursor: pointer;
}

/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror {
  color: #000;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-lines {
  padding: 4px 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror pre {
  padding: 0 4px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-guttermarker {
  color: #000;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-guttermarker-subtle {
  color: #999;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@keyframes blink {
  50% {
    background-color: transparent;
  }
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-header {
  color: #00f;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-quote {
  color: #090;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-negative {
  color: #d44;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-positive {
  color: #292;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-header, .cm-strong {
  font-weight: 700;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-em {
  font-style: italic;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-link {
  text-decoration: underline;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-strikethrough {
  text-decoration: line-through;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-keyword {
  color: #708;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-atom {
  color: #219;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-number {
  color: #164;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-def {
  color: #00f;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-variable-2 {
  color: #05a;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-variable-3 {
  color: #085;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-comment {
  color: #a50;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-string {
  color: #a11;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-string-2 {
  color: #f50;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-meta, .cm-s-default .cm-qualifier {
  color: #555;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-builtin {
  color: #30a;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-bracket {
  color: #997;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-tag {
  color: #170;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-attribute {
  color: #00c;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-hr {
  color: #999;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-s-default .cm-link {
  color: #00c;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-invalidchar, .cm-s-default .cm-error {
  color: red;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-composing {
  border-bottom: 2px solid;
}

/* line 7, app/assets/stylesheets/simplemde.css */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: #fff;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-scroll {
  overflow: scroll !important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0 !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-code {
  outline: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-cursor {
  position: absolute;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-measure pre {
  position: static;
}

/* line 7, app/assets/stylesheets/simplemde.css */
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors {
  visibility: visible;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-selected {
  background: #d9d9d9;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-focused .CodeMirror-selected, .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-crosshair {
  cursor: crosshair;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-force-border {
  padding-right: .1px;
}

@media print {
  /* line 7, app/assets/stylesheets/simplemde.css */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* line 7, app/assets/stylesheets/simplemde.css */
.cm-tab-wrap-hack:after {
  content: '';
}

/* line 7, app/assets/stylesheets/simplemde.css */
span.CodeMirror-selectedtext {
  background: 0 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-scroll {
  min-height: 300px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-fullscreen {
  background: #fff;
  position: fixed !important;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror-sided {
  width: 50% !important;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar {
  position: relative;
  opacity: .6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar:after, .editor-toolbar:before {
  display: block;
  content: ' ';
  height: 1px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar:before {
  margin-bottom: 8px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar:after {
  margin-top: 8px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar:hover, .editor-wrapper input.title:focus, .editor-wrapper input.title:hover {
  opacity: .8;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar.fullscreen {
  width: 100%;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 9;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, white), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, white 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, white));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, white 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  color: #2c3e50 !important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.active, .editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a:before {
  line-height: 30px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-x:after {
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-1:after {
  content: "1";
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-2:after {
  content: "2";
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-3:after {
  content: "3";
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}

@media only screen and (max-width: 700px) {
  /* line 7, app/assets/stylesheets/simplemde.css */
  .editor-toolbar a.no-mobile {
    display: none;
  }
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview, .editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-statusbar .lines:before {
  content: 'lines: ';
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-statusbar .words:before {
  content: 'words: ';
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-statusbar .characters:before {
  content: 'characters: ';
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #ddd;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview-active, .editor-preview-active-side {
  display: block;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview-side > p, .editor-preview > p {
  margin-top: 0;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview pre, .editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.editor-preview table td, .editor-preview table th, .editor-preview-side table td, .editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .CodeMirror-placeholder {
  opacity: .5;
}

/* line 7, app/assets/stylesheets/simplemde.css */
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}

@media print {
  /* line 6, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  /* line 7, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  /* line 8, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  /* line 9, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  /* line 10, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 11, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  /* line 12, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  /* line 13, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 14, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  /* line 15, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  /* line 16, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 17, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  /* line 18, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  /* line 19, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 23, app/assets/stylesheets/styles.scss.erb */
.bubble {
  grid-column-start: 2;
  width: min-content;
  padding: 0px 5px;
  border-radius: 25px;
  color: white;
  background-color: #ff8b3b;
  text-align: center;
}

/* line 26, app/assets/stylesheets/styles.scss.erb */
#errors-for ul li {
  list-style-position: inside;
}

/* line 27, app/assets/stylesheets/styles.scss.erb */
#errors-for .alert-danger {
  margin-left: 0;
  padding: 1rem;
  color: #777884;
}

/* line 30, app/assets/stylesheets/styles.scss.erb */
.table .badge {
  padding: 0;
}

/* line 31, app/assets/stylesheets/styles.scss.erb */
.table td.bordered-right {
  border-right: 1px solid #e5e6ee;
}

/* line 33, app/assets/stylesheets/styles.scss.erb */
.rb {
  border: 1px solid #ef5b51;
}

/* line 36, app/assets/stylesheets/styles.scss.erb */
form .field_with_errors {
  flex: 1;
}

/* line 38, app/assets/stylesheets/styles.scss.erb */
form .field_with_errors * {
  border-color: #ef5b51;
  color: #ef5b51;
}

/* line 40, app/assets/stylesheets/styles.scss.erb */
form .error-text {
  order: 13;
  flex: 1 1 100%;
  color: #ef5b51;
}

/* line 43, app/assets/stylesheets/styles.scss.erb */
a[data-toggle="collapse"] {
  position: relative;
}

/* line 44, app/assets/stylesheets/styles.scss.erb */
a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
  display: block;
  position: absolute;
}

/* NOTE: Necessary for Google Places autocomplete API to work in modals */
/* line 49, app/assets/stylesheets/styles.scss.erb */
.pac-container {
  z-index: 1051 !important;
}

/* line 50, app/assets/stylesheets/styles.scss.erb */
.google_map, .map {
  width: 100%;
  min-height: 200px;
}

/* line 51, app/assets/stylesheets/styles.scss.erb */
.map {
  height: 100%;
}

/* line 53, app/assets/stylesheets/styles.scss.erb */
.search-map {
  border: 1px solid #e5e6ee;
  height: 100%;
}

/* line 55, app/assets/stylesheets/styles.scss.erb */
.search-map .gm-style-iw > div:first-child {
  margin-bottom: 6px;
  border-radius: 2px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}

/* line 56, app/assets/stylesheets/styles.scss.erb */
.search-map .gm-style-iw:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-top: solid 10px #ffffff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

/* line 59, app/assets/stylesheets/styles.scss.erb */
.search-map .gm-style-iw-c {
  z-index: 10;
}

/* line 60, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window {
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}

/* line 62, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .info-content {
  padding: 15px;
  background-color: #ffffff;
}

/* line 63, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .image img {
  width: 100%;
}

/* line 64, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .title, .search-map .map-info-window .outer-price {
  font-size: 15px;
}

/* line 65, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .title a {
  text-decoration: none;
}

/* line 66, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .title a:hover {
  color: #ff675c;
}

/* line 67, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .outer-price {
  font-size: 13px;
  padding-top: .1em;
  color: #8d90a0;
}

/* line 68, app/assets/stylesheets/styles.scss.erb */
.search-map .map-info-window .price {
  font-size: 13px;
  color: #ff675c;
}

/* line 72, app/assets/stylesheets/styles.scss.erb */
.carousel {
  background-color: #f0f2f3;
}

/* line 75, app/assets/stylesheets/styles.scss.erb */
.proposal-modal img.property {
  max-width: 100%;
}

/* line 77, app/assets/stylesheets/styles.scss.erb */
#upload_widget {
  border: 1px solid #d4d5e0;
  border-bottom: none;
  border-radius: 0.125rem;
}

/* line 79, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .placeholder {
  height: 12em;
  width: 24%;
  display: block;
  border: 1px solid #d4d5e0;
  border-radius: 0.125rem;
  background-color: #f5f6fa;
}

/* line 80, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .photo-container {
  padding-bottom: 30px;
}

/* line 81, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-wrapper {
  border-radius: 0.125rem;
}

/* line 82, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-remove {
  font-size: 1em;
  cursor: pointer;
  position: absolute;
  top: 6%;
  left: 12%;
  font-weight: bold;
  border-radius: 25px;
  padding: 7px 9px 4px;
}

/* line 83, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-remove.icon {
  color: #000000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #a3a7b5;
}

/* line 83, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-remove.icon .far.fa-trash-alt {
  font-size: 1.2em;
}

/* line 84, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-remove.btn-remove {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 0;
  min-width: 0;
  opacity: 0.9;
}

/* line 85, app/assets/stylesheets/styles.scss.erb */
#property_photo_gallery .thumbnail-remove.btn-remove:focus {
  box-shadow: none;
}

/* line 89, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .placeholder, .sortable-list .placeholder {
  height: 6em;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  background-color: #f5f6fa;
  border-top: 1px solid #d4d5e0;
  border-bottom: 1px solid #d4d5e0;
}

/* line 90, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .ui-sortable-helper, .sortable-list .ui-sortable-helper {
  background-color: white;
  border: 1px solid #d4d5e0;
}

/* line 91, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .fa-action, .sortable-list .fa-action {
  padding-right: 1em;
}

/* line 95, app/assets/stylesheets/styles.scss.erb */
.policy-list.sortable-list .placeholder {
  display: table-row;
  border: none;
}

/* line 96, app/assets/stylesheets/styles.scss.erb */
.policy-list.sortable-list .ui-sortable-helper {
  border: none;
}

/* line 100, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .card-body {
  padding: 30px 0 30px 0;
}

/* line 103, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .card-body:first-of-type {
  padding-top: 0;
}

/* line 106, app/assets/stylesheets/styles.scss.erb */
#contact-info-sortable .card-body:last-of-type {
  padding-bottom: 0;
}

/* line 111, app/assets/stylesheets/styles.scss.erb */
.info-sortable:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 113, app/assets/stylesheets/styles.scss.erb */
#photo-sort {
  border-top: none;
}

/* line 115, app/assets/stylesheets/styles.scss.erb */
#user-activity-table {
  table-layout: fixed;
}

/* line 117, app/assets/stylesheets/styles.scss.erb */
#user-activity-table td {
  overflow-x: auto;
  white-space: nowrap;
}

@media (max-width: 991px) {
  /* line 119, app/assets/stylesheets/styles.scss.erb */
  #user-activity-table tr {
    overflow-x: auto;
  }
  /* line 120, app/assets/stylesheets/styles.scss.erb */
  #user-activity-table td {
    overflow: visible;
  }
}

/* line 124, app/assets/stylesheets/styles.scss.erb */
.svg-not-found {
  display: none;
}

/* line 125, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity {
  display: flex;
  align-items: center;
  margin-top: 0.6em;
  margin-right: 0.5em;
  overflow: auto;
  max-width: 450px;
}

/* line 133, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity text {
  color: #000000;
}

/* line 136, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity a {
  color: #000000;
}

/* line 139, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity a:hover {
  color: #ff675c;
}

/* line 142, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity .icon {
  margin-right: 0.25em;
  flex-shrink: 0;
}

/* line 149, app/assets/stylesheets/styles.scss.erb */
.btn.btn-light.amenity + .btn.btn-light.amenity {
  margin-left: 0;
}

/* line 150, app/assets/stylesheets/styles.scss.erb */
td .btn.btn-light.amenity {
  margin-top: 0;
  margin-right: 0;
}

/* line 152, app/assets/stylesheets/styles.scss.erb */
.popover {
  max-width: 60vw !important;
}

/* line 154, app/assets/stylesheets/styles.scss.erb */
#new-bidding .card .card-body.secondary {
  padding-top: 68px;
}

/* line 155, app/assets/stylesheets/styles.scss.erb */
#new-bidding .input-group-append.currency, #new-booking .input-group-append.currency {
  min-width: 33%;
}

/* line 155, app/assets/stylesheets/styles.scss.erb */
#new-bidding .input-group-append.currency .select2 .select2-selection, #new-booking .input-group-append.currency .select2 .select2-selection {
  background-color: #f5f6fa;
}

@media (max-width: 767px) {
  /* line 157, app/assets/stylesheets/styles.scss.erb */
  #new-booking .cancel-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  /* line 161, app/assets/stylesheets/styles.scss.erb */
  #new-booking .cancel-btn {
    display: none;
  }
  /* line 162, app/assets/stylesheets/styles.scss.erb */
  #new-booking .card .card-body + .card-body {
    border-bottom: 1px solid #e5e6ee;
  }
}

/* line 165, app/assets/stylesheets/styles.scss.erb */
.fake-link {
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

/* line 167, app/assets/stylesheets/styles.scss.erb */
#new-booking {
  display: flex;
  flex-direction: column;
}

/* line 168, app/assets/stylesheets/styles.scss.erb */
#new-booking h5 {
  text-transform: none;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: inherit;
}

/* line 169, app/assets/stylesheets/styles.scss.erb */
#new-booking .charge-fields {
  margin-bottom: 1rem;
}

/* line 170, app/assets/stylesheets/styles.scss.erb */
#new-booking .charge-separator {
  border-top: 1px solid #e5e6ee;
  margin: 30px -31px;
}

/* line 171, app/assets/stylesheets/styles.scss.erb */
#new-booking .summary-text {
  font-size: 15px;
  color: #88909b;
  font-weight: 400;
  line-height: 20px;
}

/* line 172, app/assets/stylesheets/styles.scss.erb */
#new-booking #rent-charges p, #new-booking #total-charges p {
  margin-bottom: 5px;
}

/* line 173, app/assets/stylesheets/styles.scss.erb */
#new-booking #rent-charges p:last-of-type {
  margin-bottom: 1rem;
}

/* line 174, app/assets/stylesheets/styles.scss.erb */
#new-booking .disclaimer {
  padding-top: 8px;
}

/* line 175, app/assets/stylesheets/styles.scss.erb */
#new-booking #new-property-notes, #new-booking #select-property-notes {
  height: 140px;
}

/* line 176, app/assets/stylesheets/styles.scss.erb */
#new-booking .margin-bottom {
  margin-bottom: 18px;
}

/* line 177, app/assets/stylesheets/styles.scss.erb */
#new-booking .togle-property {
  position: absolute;
  right: 9px;
  top: -53px;
  z-index: 100;
}

/* line 178, app/assets/stylesheets/styles.scss.erb */
#new-booking .circle-badge {
  background-color: #ff675c;
  width: 24px;
  height: 24px;
  border-radius: 30px;
  color: white;
  display: inline-block;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  vertical-align: middle;
  margin-right: 10px;
}

/* line 179, app/assets/stylesheets/styles.scss.erb */
#new-booking .card-header h3 {
  font-size: 15px;
  line-height: 18px;
  text-transform: none;
  letter-spacing: 0;
}

/* line 180, app/assets/stylesheets/styles.scss.erb */
#new-booking #booking_policies .placeholder {
  height: 377px;
}

/* line 181, app/assets/stylesheets/styles.scss.erb */
#new-booking #booking_policies_footer {
  border-top: 1px solid #e5e6ee;
}

/* line 182, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms {
  line-height: 60px;
}

/* line 184, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms .select2, #new-booking #no_billing_terms input {
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
}

/* line 185, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms select[name="[supplier][payment_method]"] ~ .select2, #new-booking #no_billing_terms select[name="[supplier][payment_frequency]"] ~ .select2 {
  width: 150px !important;
}

/* line 186, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms input[name="[supplier][payment_offset]"] {
  width: 60px !important;
}

/* line 187, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms select[name="[supplier][payment_period]"] ~ .select2 {
  width: 80px !important;
}

/* line 188, app/assets/stylesheets/styles.scss.erb */
#new-booking #no_billing_terms .form-control {
  display: inline;
}

/* line 191, app/assets/stylesheets/styles.scss.erb */
#new-booking, .supplier-portal {
  display: flex;
  flex-direction: column;
}

/* line 194, app/assets/stylesheets/styles.scss.erb */
#new-booking .sticky-card, .supplier-portal .sticky-card {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
}

/* line 197, app/assets/stylesheets/styles.scss.erb */
.sticky-common {
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  margin-right: calc(-1 * ((100vw - 100%) / 2));
  margin-bottom: -4rem;
  position: sticky;
  bottom: 0;
  z-index: 100;
}

/* line 199, app/assets/stylesheets/styles.scss.erb */
.sticky-bar {
  background-color: white;
  height: 88px;
  border-top: 1px solid #DBDBE5;
}

/* line 200, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .row {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}

/* line 201, app/assets/stylesheets/styles.scss.erb */
.sticky-bar a, .sticky-bar input.with-icon {
  position: absolute;
  right: 15px;
  top: -12px;
  padding-left: 40px;
}

/* line 202, app/assets/stylesheets/styles.scss.erb */
.sticky-bar label svg, .sticky-bar label i {
  position: absolute;
  z-index: 101;
  right: 138px;
  top: 2px;
}

/* line 203, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .info-message {
  font-size: 1.2em;
}

/* line 205, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .left-label svg {
  right: 455px;
}

/* line 206, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .left-label a {
  right: 331px;
}

/* line 210, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .middle-label svg {
  right: 290px;
  top: -2px;
}

/* line 211, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .middle-label a {
  right: 150px;
}

/* line 215, app/assets/stylesheets/styles.scss.erb */
.sticky-bar .right-label svg {
  right: 90px;
  top: 0px;
}

/* line 217, app/assets/stylesheets/styles.scss.erb */
.sticky-bar i {
  color: #ffffff;
}

/* line 221, app/assets/stylesheets/styles.scss.erb */
.sticky-button label {
  margin: 0;
  background: #ffffff;
}

/* line 222, app/assets/stylesheets/styles.scss.erb */
.sticky-button label svg, .sticky-button label i {
  position: absolute;
  right: calc(50vw + 55px);
  padding-top: 15px;
  height: 35px;
}

/* line 224, app/assets/stylesheets/styles.scss.erb */
.sticky-button label + label {
  padding-top: 5px;
}

/* line 227, app/assets/stylesheets/styles.scss.erb */
.red-sticky-bar {
  background: #ff675c;
  color: #ffffff;
  border-top: 1px solid #8d90a0;
}

/* line 228, app/assets/stylesheets/styles.scss.erb */
.red-sticky-bar a {
  font-weight: 700;
  box-shadow: 0px 0px 3px 0px #000000;
}

/* line 232, app/assets/stylesheets/styles.scss.erb */
.payment-infos .capsule .capsule-actions a.btn {
  max-width: 50px;
  min-width: 50px;
}

/* line 235, app/assets/stylesheets/styles.scss.erb */
#multi-cc-payment > div.payment-infos > div > div > span > span.selection > span {
  height: 65px;
}

/* line 238, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-header {
  height: 70px;
  padding: 1rem 30px;
}

/* line 239, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-header .modal-title {
  position: relative;
  top: 50%;
  transform: translatey(-50%);
}

/* line 239, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-header .modal-title h5 {
  margin-bottom: 0;
}

/* line 241, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body {
  padding: 0;
}

/* line 242, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark {
  background: #f5f6fa;
  border-bottom: 1px solid #e5e6ee;
  padding: 30px;
}

/* line 243, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .irs-line, #bid-modal .modal-body .body-dark .irs-bar, #bid-modal .modal-body .body-dark .irs-bar-edge {
  top: 11px;
}

/* line 244, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .irs-slider.single {
  top: 6px;
}

/* line 245, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .irs-slider.state_hover {
  background: #ff675c;
}

/* line 246, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark span.irs {
  height: 33px;
}

/* line 247, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .labels {
  font-size: 15px;
  line-height: 20px;
}

/* line 248, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .labels label {
  font-weight: 700;
}

/* line 249, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body-dark .labels .slider-value-label {
  color: #ff675c;
  position: absolute;
  right: 15px;
}

/* line 252, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body {
  padding: 30px;
}

/* line 253, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .body .row:last-of-type .form-group {
  margin-bottom: 0;
}

/* line 255, app/assets/stylesheets/styles.scss.erb */
#bid-modal .modal-body .buttons {
  margin: 0;
  padding: 15px 30px;
}

/* line 257, app/assets/stylesheets/styles.scss.erb */
#bid-modal .supplier-container label {
  font-weight: bold;
}

/* line 258, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2.select2-container--default {
  height: 200px;
  border: 1px solid #d4d5e0;
}

/* line 261, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2.select2-container--default .select2-selection--multiple {
  height: 150px;
  max-height: 150px;
  overflow-y: scroll;
}

/* line 267, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2.select2-container--default .select2-search--inline .select2-search__field {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 1px solid #d4d5e0;
  background: white;
  width: 100% !important;
  height: 44px;
  padding: 25px;
  font-size: 15x;
  line-height: 18px;
  color: #8d90a0;
}

/* line 281, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2.select2-container--default .select2-selection__choice {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #F4F5F9;
  border: none;
  border-radius: 2px;
  font-size: 15px;
  color: 0.95rem;
  padding: 10px;
}

/* line 292, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2.select2-container--default .select2-selection__choice__remove {
  color: 0.95rem;
  font-size: 25px;
  margin-right: 10px;
}

/* line 295, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2 .select2-selection {
  border: none;
}

/* line 296, app/assets/stylesheets/styles.scss.erb */
#bid-modal .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
}

/* line 300, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer, .proposal-accept-form .disclaimer {
  background-color: #f5f6fa;
  padding: 20px;
}

/* line 302, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer .icon, .proposal-accept-form .disclaimer .icon {
  display: inline;
}

/* line 303, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer .text, .proposal-accept-form .disclaimer .text {
  display: inline;
}

/* line 303, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer .text p:first-of-type, .proposal-accept-form .disclaimer .text p:first-of-type {
  display: inline;
}

/* line 303, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer .text p:nth-of-type(2), .proposal-accept-form .disclaimer .text p:nth-of-type(2) {
  margin-top: 1rem;
}

/* line 303, app/assets/stylesheets/styles.scss.erb */
#no-suppliers .disclaimer .text p:last-of-type, .proposal-accept-form .disclaimer .text p:last-of-type {
  margin-bottom: 0;
}

/* line 308, app/assets/stylesheets/styles.scss.erb */
.refund-form .disclaimer-label {
  padding-bottom: 10px;
}

/* line 309, app/assets/stylesheets/styles.scss.erb */
.refund-form .alert-secondary {
  color: #8d90a0;
  background-color: #f5f6fa;
  padding: 20px;
}

/* line 313, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments td, .refund-form table.table.table-payments th {
  color: #8d90a0;
}

/* line 314, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments th {
  text-transform: none;
  letter-spacing: normal;
  font-size: 0.95rem;
}

/* line 316, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments tbody td {
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 317, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments tbody tr {
  border-bottom: 1px solid #E5E6EE;
}

/* line 318, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments tbody tr:last-child {
  border-bottom: none;
}

/* line 320, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments tr th:first-child, .refund-form table.table.table-payments tr td:first-of-type {
  padding-left: 0;
}

/* line 321, app/assets/stylesheets/styles.scss.erb */
.refund-form table.table.table-payments tr th:last-child, .refund-form table.table.table-payments tr td:last-child {
  padding-right: 0;
  max-width: 160px;
}

/* line 326, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body, #new-multiple .modal-body {
  padding-top: 0;
}

/* line 328, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .buttons, #new-multiple .modal-body .buttons {
  margin-top: 0;
}

/* line 329, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .panel, #new-multiple .modal-body .panel {
  padding: 20px;
}

/* line 330, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .panel.inverse.left, #new-multiple .modal-body .panel.inverse.left {
  background-color: #f5f6fa;
  border-right: 1px solid #ebedf2;
}

/* line 331, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .subheading, #new-multiple .modal-body .subheading {
  padding-bottom: 10px;
}

/* line 332, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .offset-row, #new-multiple .modal-body .offset-row {
  padding-top: 32px;
}

@media (min-width: 992px) {
  /* line 334, app/assets/stylesheets/styles.scss.erb */
  #new-multiple-credit-card .modal-body .invoice-fields [class*="col-"], #new-multiple .modal-body .invoice-fields [class*="col-"] {
    padding-right: 0px;
  }
}

/* line 339, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .invoice-fields .btn.btn-secondary, #new-multiple .modal-body .invoice-fields .btn.btn-secondary {
  display: block;
  min-width: 44px;
  max-width: 44px;
  margin-top: 34px;
}

/* line 341, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .invoice-add-row, #new-multiple .modal-body .invoice-add-row {
  padding-bottom: 62px;
}

/* line 342, app/assets/stylesheets/styles.scss.erb */
#new-multiple-credit-card .modal-body .total-row, #new-multiple .modal-body .total-row {
  border-top: 1px solid #ebedf2;
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 100%;
  padding-top: 20px;
  padding-left: 5px;
  padding-bottom: 20px;
}

/* line 346, app/assets/stylesheets/styles.scss.erb */
.dashboard-metric + div a {
  color: #252d37;
  text-decoration: none;
  font-size: 1.1em;
}

/* line 347, app/assets/stylesheets/styles.scss.erb */
.dashboard-metric + div a:hover {
  color: #ff675c;
}

/* line 350, app/assets/stylesheets/styles.scss.erb */
.dashboard-metric a {
  text-decoration: none;
  color: #252d37;
}

/* line 351, app/assets/stylesheets/styles.scss.erb */
.dashboard-metric a:hover {
  text-decoration: none;
  color: #ff675c;
}

/* line 352, app/assets/stylesheets/styles.scss.erb */
.dashboard-metric a:hover .bigger-text.metric {
  color: #ff675c;
}

/* line 356, app/assets/stylesheets/styles.scss.erb */
.quick-email-link-title, .quick-email-link {
  color: #8d90a0;
}

/* line 357, app/assets/stylesheets/styles.scss.erb */
.quick-email-link {
  text-decoration: underline #d4d5e0;
  text-underline-position: under;
  cursor: pointer;
  display: inline-block;
  text-decoration-style: dashed;
}

/* line 358, app/assets/stylesheets/styles.scss.erb */
.quick-email-link:hover {
  text-decoration: underline #060809;
  color: #060809;
  text-decoration-style: dashed;
}

/* line 361, app/assets/stylesheets/styles.scss.erb */
.information-box {
  border: 1px solid #e5e6ee;
  padding: 25px 45px;
  border-radius: 0.125rem;
  position: relative;
}

/* line 362, app/assets/stylesheets/styles.scss.erb */
.information-box svg {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 363, app/assets/stylesheets/styles.scss.erb */
.information-box.gray {
  background-color: #f5f6fa;
}

/* line 364, app/assets/stylesheets/styles.scss.erb */
.information-box:nth-of-type(2) {
  margin-top: 15px;
}

/* line 367, app/assets/stylesheets/styles.scss.erb */
.information-box-sm {
  padding: 15px 15px 15px 45px;
}

/* line 369, app/assets/stylesheets/styles.scss.erb */
.mt-30 {
  margin-top: 30px !important;
}

/* line 372, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card {
  margin: -1rem -1rem 0 -1rem;
  border: none;
}

/* line 374, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card .mt-20 {
  margin-top: 20px !important;
}

/* line 375, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card .mt-15 {
  margin-top: 15px !important;
}

/* line 376, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card .mt-5 {
  margin-top: 5px !important;
}

/* line 377, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card .card-body .card-body .information-box-sm {
  background: #ffffff;
}

@media (max-width: 991px) {
  /* line 379, app/assets/stylesheets/styles.scss.erb */
  .modal-body .card.multi-card .required {
    border-bottom: 1px solid #e5e6ee;
  }
}

/* line 382, app/assets/stylesheets/styles.scss.erb */
.modal-body .card.multi-card + .buttons {
  margin-top: 0;
}

/* line 385, app/assets/stylesheets/styles.scss.erb */
label.choice-box {
  cursor: pointer;
}

/* line 386, app/assets/stylesheets/styles.scss.erb */
.choice-box {
  border: 1px solid #e5e6ee;
  padding: 30px;
  border-radius: 0.125rem;
  width: 100%;
  margin: 0;
}

/* line 388, app/assets/stylesheets/styles.scss.erb */
.choice-box.choice-box-dark {
  background-color: #FAFAFC;
}

/* line 391, app/assets/stylesheets/styles.scss.erb */
.message-popover {
  max-width: 350px !important;
}

/* line 393, app/assets/stylesheets/styles.scss.erb */
.message-popover .popover-body {
  padding: 0.75rem 1rem;
  font-size: 15px;
}

/* line 396, app/assets/stylesheets/styles.scss.erb */
.input-group .split-daterange-picker {
  flex: 1 1 0px;
}

/* line 398, app/assets/stylesheets/styles.scss.erb */
.input-group .split-daterange-picker + .input-group-append, .input-group .split-daterange-picker + .input-group-prepend {
  height: 44px;
}

/* line 401, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* line 404, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .caleran-container {
  left: auto !important;
  top: calc(100% + 5px) !important;
  right: 0;
  overflow-wrap: initial;
}

/* line 406, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .caleran-container .caleran-box-arrow-top, .split-daterange-picker .caleran-container .caleran-box-arrow-bottom {
  display: none;
}

/* line 407, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .caleran-container .caleran-input {
  margin: 0;
}

/* line 408, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .caleran-container.right {
  left: 0 !important;
}

/* line 410, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker input {
  flex: 1 1 0px;
  min-width: 0px;
  z-index: 1;
}

/* line 411, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker input:focus {
  z-index: 2;
}

/* line 412, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: -0.5px;
}

/* line 413, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -0.5px;
}

/* line 417, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker input:first-of-type:placeholder-shown ~ input {
  display: none;
}

/* line 422, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker input:first-of-type:-ms-input-placeholder ~ input {
  display: none;
}

/* line 426, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .field_with_errors {
  flex: 1 1 50%;
  max-width: 50%;
}

/* line 429, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .error-text {
  flex: unset;
  width: 50%;
}

/* line 433, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker .form-control ~ .field_with_errors + .error-text {
  margin-left: auto;
}

/* line 436, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker.search-dates {
  border: 1px solid #d4d5e0;
  border-radius: 2px;
  flex-wrap: nowrap;
  width: 100%;
  min-height: 44px;
}

/* line 439, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker.search-dates input {
  padding: 0 !important;
  background-color: #F4F5F9;
  margin: 5px;
  text-align: center;
  border-color: transparent;
  min-height: 32px;
}

/* line 440, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker.search-dates .start-date {
  order: 1;
}

/* line 441, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker.search-dates::after {
  content: '';
  display: block;
  width: 1px;
  height: 24px;
  margin: auto 0;
  background-color: #d4d5e0;
  flex: 0 0 auto;
  order: 2;
}

/* line 442, app/assets/stylesheets/styles.scss.erb */
.split-daterange-picker.search-dates .end-date {
  order: 3;
}

/* line 447, app/assets/stylesheets/styles.scss.erb */
.field_with_errors .select2 .select2-selection {
  border-color: #ff675c;
}

/* line 450, app/assets/stylesheets/styles.scss.erb */
.dropdown-popover {
  left: 0px;
  right: 0px;
  top: 100% !important;
  transform: none !important;
}

/* line 452, app/assets/stylesheets/styles.scss.erb */
.dropdown-popover .arrow {
  left: auto !important;
  right: 0px;
}

/* line 456, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .popover, #rooms-dropdown-no-availability .popover {
  margin-left: -1px;
  margin-right: -1px;
}

/* line 458, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .popover .buttons, #rooms-dropdown-no-availability .popover .buttons {
  display: flex;
  justify-content: space-between;
}

/* line 459, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .popover .btn-link, #rooms-dropdown-no-availability .popover .btn-link {
  min-width: 0;
  padding: 0;
}

/* line 462, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .rooms-button, #rooms-dropdown-no-availability .rooms-button {
  text-align: left;
  position: relative;
  padding: 8px;
}

/* line 464, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .rooms-button span, #rooms-dropdown-no-availability .rooms-button span {
  display: inline-block;
  background-color: #f5f6fa;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  text-align: center;
  padding: 0px 20px;
}

/* line 465, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .rooms-button span + span, #rooms-dropdown-no-availability .rooms-button span + span {
  margin-left: 5px;
}

/* line 466, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .rooms-button::after, #rooms-dropdown-no-availability .rooms-button::after {
  content: '';
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 14px;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 472, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters, #rooms-dropdown-no-availability .counters {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 474, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter, #rooms-dropdown-no-availability .counters .counter {
  display: flex;
}

/* line 476, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter + .counter, #rooms-dropdown-no-availability .counters .counter + .counter {
  padding-top: 20px;
}

/* line 477, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .label, #rooms-dropdown .counters .counter .controls, #rooms-dropdown-no-availability .counters .counter .label, #rooms-dropdown-no-availability .counters .counter .controls {
  flex: 1 0 auto;
}

/* line 478, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .label, #rooms-dropdown-no-availability .counters .counter .label {
  align-self: center;
}

/* line 479, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .controls, #rooms-dropdown-no-availability .counters .counter .controls {
  display: flex;
  justify-content: space-between;
  max-width: 110px;
}

/* line 481, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .controls .btn, #rooms-dropdown-no-availability .counters .counter .controls .btn {
  min-width: 0;
  background-color: white;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #d4d5e0;
  position: relative;
  padding: 0;
}

/* line 483, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .controls .btn:hover, #rooms-dropdown .counters .counter .controls .btn:focus, #rooms-dropdown-no-availability .counters .counter .controls .btn:hover, #rooms-dropdown-no-availability .counters .counter .controls .btn:focus {
  background-color: #f5f6fa;
}

/* line 484, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .controls .btn.subtract::after, #rooms-dropdown .counters .counter .controls .btn.add::after, #rooms-dropdown .counters .counter .controls .btn.add::before, #rooms-dropdown-no-availability .counters .counter .controls .btn.subtract::after, #rooms-dropdown-no-availability .counters .counter .controls .btn.add::after, #rooms-dropdown-no-availability .counters .counter .controls .btn.add::before {
  content: '';
  display: block;
  width: 18px;
  height: 1px;
  background-color: #252d37;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/* line 485, app/assets/stylesheets/styles.scss.erb */
#rooms-dropdown .counters .counter .controls .btn.add::after, #rooms-dropdown-no-availability .counters .counter .controls .btn.add::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

/* line 492, app/assets/stylesheets/styles.scss.erb */
.card-grey-background {
  background-color: #fafafc;
  margin: -1rem 0 -1rem 0;
  padding: 1rem;
}

/* line 494, app/assets/stylesheets/styles.scss.erb */
.career-notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  height: 70px;
  width: 100%;
  line-height: 70px;
  text-align: center;
  background-color: #FFF1c1;
  display: none;
}

/* line 495, app/assets/stylesheets/styles.scss.erb */
.career-notification svg {
  margin: 0 7px 5px 0;
}

/* line 498, app/assets/stylesheets/styles.scss.erb */
.danger {
  color: red !important;
}

/* line 499, app/assets/stylesheets/styles.scss.erb */
#delinquent-text {
  position: relative;
  top: -13px;
  padding: 0;
  border: none;
  margin-bottom: 0.4rem;
  margin-left: 0;
}

/* line 501, app/assets/stylesheets/styles.scss.erb */
.proposal-alert {
  font-size: 13.5px;
}

@media screen and (max-width: 991px) {
  /* line 506, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog {
    margin: 0;
    max-width: none;
  }
  /* line 508, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    height: 100vh;
  }
  /* line 510, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content .modal-header, body.logged-in .modal-dialog .modal-content .modal-footer {
    flex-shrink: 0;
  }
  /* line 511, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content .modal-body {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
  /* line 513, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content .modal-body > form {
    flex: 1 0 0px;
    display: flex;
    flex-direction: column;
  }
  /* line 515, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content .modal-body > form > * {
    flex-shrink: 0;
  }
  /* line 517, app/assets/stylesheets/styles.scss.erb */
  body.logged-in .modal-dialog .modal-content .modal-body .buttons {
    margin-top: auto;
  }
  /* line 523, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) thead, body.logged-in table.table:not(.dashboard) tbody, body.logged-in table.table:not(.dashboard) tr, body.logged-in table.table:not(.dashboard) td, body.logged-in table.table:not(.dashboard) th {
    display: block;
  }
  /* line 525, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody tr {
    padding: 1rem 0;
  }
  /* line 527, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody tr:hover {
    background-color: #f5f6fa;
  }
  /* line 528, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody tr + tr {
    border-top: 1px solid #e5e6ee;
  }
  /* line 530, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody td {
    padding: 0.2rem 1rem;
    position: relative;
    padding-left: 50%;
    min-height: calc((1.5 * 1rem) + 0.4rem);
    text-align: left !important;
    border: none;
  }
  /* line 532, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody td .btn {
    margin: 0;
  }
  /* line 533, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) tbody td::before {
    content: attr(data-header);
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
  }
  /* line 537, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) thead tr, body.logged-in table.table:not(.dashboard) thead td {
    padding: 0;
  }
  /* line 539, app/assets/stylesheets/styles.scss.erb */
  body.logged-in table.table:not(.dashboard) thead th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
}

@media (max-width: 991px) {
  /* line 545, app/assets/stylesheets/styles.scss.erb */
  form.filter > .row > div:first-child {
    flex: 1 0 0px;
    order: -1;
  }
}

@media (max-width: 991px) {
  /* line 551, app/assets/stylesheets/styles.scss.erb */
  .filter-toggle {
    flex: 0 0 0px;
    order: -1;
  }
}

/* line 557, app/assets/stylesheets/styles.scss.erb */
form .buttons.row .btn {
  min-width: 100%;
}

/* line 559, app/assets/stylesheets/styles.scss.erb */
#sidecar .chat-now .chat-button {
  background-color: #ff675c !important;
  box-shadow: none !important;
}

/* line 561, app/assets/stylesheets/styles.scss.erb */
#sidecar .chat-now .chat-button .chat-icon {
  flex: 1 0 100%;
}

/* line 564, app/assets/stylesheets/styles.scss.erb */
.booking-prompt {
  padding: 20px 30px;
}

/* line 566, app/assets/stylesheets/styles.scss.erb */
.booking-prompt svg {
  margin-right: 5px;
}

/* line 569, app/assets/stylesheets/styles.scss.erb */
.w-auto {
  width: auto !important;
}

/* line 571, app/assets/stylesheets/styles.scss.erb */
.select2-container svg {
  height: 28px;
}

/* line 573, app/assets/stylesheets/styles.scss.erb */
.popover.ntv-popover, .popover.billing-popover {
  max-width: 750px !important;
}

/* line 575, app/assets/stylesheets/styles.scss.erb */
.table.table-sm.supplier-cost-codes {
  width: 600px;
}

/* line 579, app/assets/stylesheets/styles.scss.erb */
.bigger-text {
  font-size: larger;
}

/* line 581, app/assets/stylesheets/styles.scss.erb */
.modal .modal-content .modal-header button.close {
  position: static !important;
}

/* line 583, app/assets/stylesheets/styles.scss.erb */
.centered-chart div {
  margin: auto;
}

/* line 585, app/assets/stylesheets/styles.scss.erb */
div#content section {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

/* line 587, app/assets/stylesheets/styles.scss.erb */
div#content section div.gray-background {
  flex-grow: 1;
}

/* line 590, app/assets/stylesheets/styles.scss.erb */
.form-file-upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

/* line 591, app/assets/stylesheets/styles.scss.erb */
.form-file-input-label {
  height: 44px;
  width: 100%;
  display: inline-flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: white;
  border: 1px solid #d4d5e0;
  font-size: 14px;
  cursor: pointer;
  margin: 0.5px;
}

/* line 595, app/assets/stylesheets/styles.scss.erb */
.management-fees-container .select2-container .select2-selection--single .select2-selection__rendered, .client-markups-container .select2-container .select2-selection--single .select2-selection__rendered {
  white-space: unset;
}

/* line 598, app/assets/stylesheets/styles.scss.erb */
.management-fees-container .select2-selection.select2-selection--single, .client-markups-container .select2-selection.select2-selection--single {
  height: fit-content;
}

/* line 603, app/assets/stylesheets/styles.scss.erb */
.payment-schedule-status-up {
  color: #ff675c;
}

/* line 607, app/assets/stylesheets/styles.scss.erb */
.payment-schedule-status-down {
  color: #54c98f;
}

/* line 611, app/assets/stylesheets/styles.scss.erb */
.payment-schedule-status-equal {
  color: #252d37;
}

/* line 615, app/assets/stylesheets/styles.scss.erb */
.btn-transparent {
  background: transparent none !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-shadow: none !important;
  box-shadow: inset 0 0 0 1px rgba(34, 36, 38, 0.15);
}

/* line 622, app/assets/stylesheets/styles.scss.erb */
textarea.markdown-editor ~ .CodeMirror, .CodeMirror .CodeMirror-scroll {
  min-height: 75px;
}

/* line 623, app/assets/stylesheets/styles.scss.erb */
.editor-toolbar.fullscreen {
  z-index: 1000 !important;
}

/* line 624, app/assets/stylesheets/styles.scss.erb */
.editor-toolbar, .CodeMirror {
  opacity: 1;
  border-color: #d4d5e0;
  border-radius: 0.125rem;
}

/* line 625, app/assets/stylesheets/styles.scss.erb */
.CodeMirror {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 626, app/assets/stylesheets/styles.scss.erb */
.editor-toolbar a {
  color: #8d90a0 !important;
}

/* line 627, app/assets/stylesheets/styles.scss.erb */
.editor-toolbar:hover {
  opacity: 1;
}

/* line 629, app/assets/stylesheets/styles.scss.erb */
#hidden-location-field-toggle:not(.collapsed) svg {
  transform: rotate(180deg);
}

/* line 631, app/assets/stylesheets/styles.scss.erb */
.kpi-checklist {
  padding: 0.5rem 0;
  margin-left: 0;
}

/* line 634, app/assets/stylesheets/styles.scss.erb */
.kpi-checklist .kpi-checklist__item {
  font-size: 1.1em;
  list-style-type: none;
  padding: 15px;
  padding-left: 50px;
}

/* line 635, app/assets/stylesheets/styles.scss.erb */
.kpi-checklist .kpi-checklist__item.kpi-checklist__item--checked {
  text-decoration: line-through;
  font-weight: 200;
  background: url(/assets/icons/check-mark-green-0b2c829fa7ac02d195ca29adf91d96362b060e617370457228506fc6bbfba8ee.svg) no-repeat 15px 19px transparent;
}

/* line 636, app/assets/stylesheets/styles.scss.erb */
.kpi-checklist .kpi-checklist__item.kpi-checklist__item--unchecked {
  background: url(/assets/icons/red-x-c87f509319c355823ae0a0c5bf3b178138d473378558b807ef203e8d50f0977c.svg) no-repeat 15px 18px transparent;
  border: 1px dashed #ff675c;
  border-radius: 5px;
  margin-bottom: 0.5em;
}

/* line 639, app/assets/stylesheets/styles.scss.erb */
.kpi-checklist a:hover {
  text-decoration: underline #d4d5e0;
}

/* line 642, app/assets/stylesheets/styles.scss.erb */
.quota-toggle {
  z-index: 1000;
  position: relative;
  top: 16px;
  left: 90px;
}

/* line 644, app/assets/stylesheets/styles.scss.erb */
.quota-Dashboard-Wrapper {
  margin-top: -1.5rem;
  padding-bottom: 25px;
}

/* line 645, app/assets/stylesheets/styles.scss.erb */
.red-text, .red-text a {
  color: #FF0000 !important;
}

/* line 646, app/assets/stylesheets/styles.scss.erb */
.gray-text, .gray-text a {
  color: #8d90a0 !important;
}

/* line 647, app/assets/stylesheets/styles.scss.erb */
.green-text, .green-text a {
  color: #4CAF50 !important;
}

/* line 648, app/assets/stylesheets/styles.scss.erb */
.green-box, .green-box a {
  background-color: #4CAF50 !important;
  color: #ffffff !important;
}

/* line 649, app/assets/stylesheets/styles.scss.erb */
.red-box, .red-box a {
  background-color: #FF0000 !important;
  color: #ffffff !important;
}

/* line 651, app/assets/stylesheets/styles.scss.erb */
.tick_box {
  display: flex;
  align-items: center;
}

/* line 654, app/assets/stylesheets/styles.scss.erb */
.tick_box span {
  margin-right: 10px;
}

/* line 659, app/assets/stylesheets/styles.scss.erb */
.centered-text {
  text-align: center;
}

/* line 661, app/assets/stylesheets/styles.scss.erb */
#water_mark {
  font-size: 150px;
  position: fixed;
  transform: rotate(-45deg);
  opacity: 0.3;
  z-index: 999;
  color: #DC143C;
}

/* line 669, app/assets/stylesheets/styles.scss.erb */
.water_mark_div {
  position: absolute;
  bottom: 50%;
  left: 20%;
  z-index: 999;
  pointer-events: none;
}

/* line 677, app/assets/stylesheets/styles.scss.erb */
.hidden {
  display: none;
}

/* line 681, app/assets/stylesheets/styles.scss.erb */
.popover_div {
  display: flex;
  margin-bottom: 0px;
}

/* line 684, app/assets/stylesheets/styles.scss.erb */
.popover_div p {
  margin-right: 10px;
}

/* line 689, app/assets/stylesheets/styles.scss.erb */
.show_badge_icon {
  background-color: #ff675c;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  color: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
  margin-top: -25px;
  font-weight: bold;
}

/* line 690, app/assets/stylesheets/styles.scss.erb */
.show_badge_icon:hover {
  text-decoration: none;
  background-color: white;
  border: 1px solid #ff675c;
  color: #ff675c !important;
}

/* line 711, app/assets/stylesheets/styles.scss.erb */
.disabled-btn {
  pointer-events: none;
}

/* line 715, app/assets/stylesheets/styles.scss.erb */
.click_image_div {
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  padding: 10px;
  position: absolute;
  z-index: 90;
  pointer-events: none;
}

/* line 724, app/assets/stylesheets/styles.scss.erb */
.small_image_fill {
  width: 200px;
  height: 160px;
  object-fit: cover;
}

/* line 730, app/assets/stylesheets/styles.scss.erb */
.image_fill {
  width: 320px;
  height: 240px;
  object-fit: cover;
}

/* line 736, app/assets/stylesheets/styles.scss.erb */
.carousel_image_fill {
  width: 640px;
  height: 480px;
  object-fit: cover;
}

/* line 742, app/assets/stylesheets/styles.scss.erb */
.multi-line {
  width: 250px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* line 750, app/assets/stylesheets/styles.scss.erb */
.frv_new_card {
  width: 21rem;
  height: 500px;
}

/* line 753, app/assets/stylesheets/styles.scss.erb */
.frv_new_card .add_btn_div {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

/* line 759, app/assets/stylesheets/styles.scss.erb */
.frv_new_card_img {
  max-height: 240px;
  max-width: 320px;
}

/* line 761, app/assets/stylesheets/styles.scss.erb */
.unread_message_icon::before {
  content: url(/assets/icons/messages-icon-active-dda076816b0719bec64dafaf5b85504bd212c1a1beea36ba4e0a8bed90d61f17.svg);
}

/* line 763, app/assets/stylesheets/styles.scss.erb */
.clickable_a {
  cursor: pointer;
}

/* line 765, app/assets/stylesheets/styles.scss.erb */
.clickable_a span {
  padding-left: 5px;
}

@font-face {
  font-family: "Gnu";
  src: url(/assets/Gnu-f9847bea2dfacdae08394686fda196602c8d11da7b7f4357abf6e121a0c26f55.woff) format("woff");
  text-decoration: none;
  font-style: normal;
}

/* line 776, app/assets/stylesheets/styles.scss.erb */
.icon {
  font-family: "Gnu";
  cursor: default;
  color: black;
  font-size: 1.2em;
}

/* line 783, app/assets/stylesheets/styles.scss.erb */
.click {
  cursor: pointer;
  transition: opacity .3s;
  opacity: 0.6;
}

/* line 789, app/assets/stylesheets/styles.scss.erb */
.click:hover {
  opacity: 1.0;
}

/* line 793, app/assets/stylesheets/styles.scss.erb */
.page-item {
  flex-grow: 1;
}

/* line 796, app/assets/stylesheets/styles.scss.erb */
.page-item:is(.prev, .next) {
  font-size: 40px;
}

/* line 799, app/assets/stylesheets/styles.scss.erb */
.page-item:is(.prev, .next) a {
  background-color: #f5f6fa;
  padding-bottom: 15px;
}

/* line 802, app/assets/stylesheets/styles.scss.erb */
.page-item:is(.prev, .next) a:hover {
  background-color: #dedee0;
}

/* line 809, app/assets/stylesheets/styles.scss.erb */
select[readonly] {
  pointer-events: none;
}

/* line 813, app/assets/stylesheets/styles.scss.erb */
input.mk_survey_input[type='radio'] {
  transform: scale(1.3);
}

/* line 817, app/assets/stylesheets/styles.scss.erb */
input.mk_survey_input[type='checkbox'] {
  transform: scale(1.3);
}

/* line 821, app/assets/stylesheets/styles.scss.erb */
.mfa_options_title {
  font-size: 20px;
  font-weight: 400;
}

/* line 826, app/assets/stylesheets/styles.scss.erb */
.decline-dropdown.dropdown-menu li {
  position: relative !important;
}

/* line 830, app/assets/stylesheets/styles.scss.erb */
.mykey-notes-box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #d4d5e0;
  border-radius: 0.125rem;
  padding: 10px;
  white-space: pre-wrap;
  word-wrap: break-word;
  box-sizing: border-box;
  line-height: 1.2;
}

/* line 846, app/assets/stylesheets/styles.scss.erb */
.decline-dropdown.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute !important;
  left: 100% !important;
  top: 0 !important;
}

/* line 853, app/assets/stylesheets/styles.scss.erb */
.decline-dropdown.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}

/* line 857, app/assets/stylesheets/styles.scss.erb */
.decline-dropdwon.dropdown-item::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  border-width: 4px 4px 0px;
  border-color: #8e8e8e transparent;
  border-style: solid;
  transform: rotate(-90deg);
}

/* line 869, app/assets/stylesheets/styles.scss.erb */
.scrollable-text {
  display: block;
  max-height: 100px;
  overflow-y: auto;
  overflow-x: hidden;
  word-wrap: break-word;
  white-space: normal;
  border: none;
  padding: 5px;
}

/* line 880, app/assets/stylesheets/styles.scss.erb */
.radio_btn_color {
  accent-color: red;
}

/* line 885, app/assets/stylesheets/styles.scss.erb */
.swal2-popup {
  font-family: 'Lato', 'Arial', sans-serif;
}

/* line 889, app/assets/stylesheets/styles.scss.erb */
.swal2-popup .btn-danger {
  background-color: #DD6B55;
  color: white;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  cursor: pointer;
}

/* line 898, app/assets/stylesheets/styles.scss.erb */
.swal2-popup .btn-danger:hover {
  background-color: #C44E42;
}

/* line 902, app/assets/stylesheets/styles.scss.erb */
.swal2-popup .btn-default {
  background-color: #ECECEC;
  color: black;
  padding: 10px 20px;
  margin: 10px;
  border: none;
  cursor: pointer;
}

/* line 911, app/assets/stylesheets/styles.scss.erb */
.swal2-popup .btn-default:hover {
  background-color: #DADADA;
}

/* line 915, app/assets/stylesheets/styles.scss.erb */
svg {
  display: inline !important;
}

/* line 919, app/assets/stylesheets/styles.scss.erb */
.mfa-resend-links {
  color: #ff724c !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  cursor: pointer !important;
}

/* line 926, app/assets/stylesheets/styles.scss.erb */
.mfa-resend-container {
  padding: 0 !important;
}

/* line 930, app/assets/stylesheets/styles.scss.erb */
.accommodations_required_validation_message {
  color: red;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 5px;
  border-radius: 3px;
  font-size: 0.875em;
  z-index: 1000;
  white-space: nowrap;
  position: absolute;
  transform: translateY(5px);
}

/* line 943, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg {
  display: flex;
  width: 784px;
  flex-direction: column;
  align-items: flex-start;
  top: 50px;
}

/* line 950, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .modal-content {
  width: auto;
}

/* line 954, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .modal-body {
  padding: 1rem 1rem 0 1rem;
}

/* line 958, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .modal-header {
  border-bottom: none;
  padding: 1rem 1rem 0 1rem;
}

/* line 962, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .modal-header h4 {
  color: black;
  font-family: var(--Font-Family-Lato, Lato);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1px;
}

/* line 970, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .modal-header .modal-title {
  padding: 20px 20px 0px 20px;
}

/* line 976, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .close {
  color: black;
  background: white;
  border: none;
  font-weight: bold;
}

/* line 983, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .form {
  padding: 0px 0px 20px 20px;
  width: 720px;
}

/* line 988, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .note {
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* line 996, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .buttons {
  margin: 0 -1rem -1rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* line 1002, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .buttons .btn-cancel {
  padding: 10px;
  justify-content: center;
  min-width: 69px;
  color: #991F1F;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.075px;
}

/* line 1016, app/assets/stylesheets/styles.scss.erb */
#reassign-and-delete .modal-lg .buttons .reassign-btn {
  display: flex;
  padding: 10px 12px;
  gap: 8px;
  border-radius: 12px;
  background: #991F1F;
  color: #F3E4E4;
}

@media (max-width: 768px) {
  /* line 5, app/assets/stylesheets/temp.scss.erb */
  .container {
    max-width: 100% !important;
  }
}

/* line 8, app/assets/stylesheets/temp.scss.erb */
img {
  max-width: 100%;
}

/* line 10, app/assets/stylesheets/temp.scss.erb */
#public {
  background-color: #ffffff;
}

/* line 12, app/assets/stylesheets/temp.scss.erb */
#footer-admin {
  background: #e5e6ee;
  border-top: 1px solid #d4d5e0;
  margin-top: 4rem;
  padding: 1.5rem 0 1rem 0;
  font-size: 0.8rem;
  color: #a3a7b5;
  font-weight: 300;
}

/* line 16, app/assets/stylesheets/temp.scss.erb */
#footer-admin a {
  font-family: Lato-bold;
  color: #a3a7b5;
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/temp.scss.erb */
#footer-admin a:hover {
  color: #777884;
}

/* line 20, app/assets/stylesheets/temp.scss.erb */
.selectize-dropdown {
  z-index: 11;
}

/* line 22, app/assets/stylesheets/temp.scss.erb */
#page-menu .logo {
  vertical-align: middle;
}

/* line 23, app/assets/stylesheets/temp.scss.erb */
#page-menu .portal-info {
  font-size: 0.8rem;
  margin-top: -1rem;
}

/* line 24, app/assets/stylesheets/temp.scss.erb */
#page-menu .portal-info svg {
  height: 25px;
}

/* line 28, app/assets/stylesheets/temp.scss.erb */
.logo-wrapper {
  text-align: center;
}

/* line 30, app/assets/stylesheets/temp.scss.erb */
#tab__Login {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1;
}

/* line 38, app/assets/stylesheets/temp.scss.erb */
#login h1, #sign-up h1, #reset_password h1 {
  font-size: 60px;
  margin-bottom: 30px;
  line-height: 72px;
  font-weight: 300;
}

/* line 39, app/assets/stylesheets/temp.scss.erb */
#login h3, #sign-up h3, #reset_password h3 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 30px;
}

/* line 40, app/assets/stylesheets/temp.scss.erb */
#login a, #sign-up a, #reset_password a {
  text-decoration: none;
}

/* line 42, app/assets/stylesheets/temp.scss.erb */
#login #forgot-password, #sign-up #forgot-password, #reset_password #forgot-password {
  color: #A72A21;
}

/* line 46, app/assets/stylesheets/temp.scss.erb */
#login #flash-container, #sign-up #flash-container, #reset_password #flash-container {
  margin-top: 30px;
}

/* line 49, app/assets/stylesheets/temp.scss.erb */
#login .body .btn, #sign-up .body .btn, #reset_password .body .btn {
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 50, app/assets/stylesheets/temp.scss.erb */
#login .body .form-group, #sign-up .body .form-group, #reset_password .body .form-group {
  margin-bottom: 20px;
}

/* line 51, app/assets/stylesheets/temp.scss.erb */
#login .body .side-text, #sign-up .body .side-text, #reset_password .body .side-text {
  text-decoration: none;
  line-height: 2rem;
  vertical-align: middle;
  color: #ff675c;
}

/* line 53, app/assets/stylesheets/temp.scss.erb */
#login .body .side-text:before, #sign-up .body .side-text:before, #reset_password .body .side-text:before {
  content: '';
  max-width: 30px;
  width: 7%;
  height: 100%;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/temp.scss.erb */
#login #form-section, #login #form_section, #sign-up #form-section, #sign-up #form_section, #reset_password #form-section, #reset_password #form_section {
  min-height: 100vh;
  padding: 1.5rem 0;
  display: flex;
  flex-direction: column;
}

/* line 62, app/assets/stylesheets/temp.scss.erb */
#login #form-section > *, #login #form_section > *, #sign-up #form-section > *, #sign-up #form_section > *, #reset_password #form-section > *, #reset_password #form_section > * {
  flex: 0 0 auto;
}

/* line 63, app/assets/stylesheets/temp.scss.erb */
#login #form-section .body, #login #form_section .body, #sign-up #form-section .body, #sign-up #form_section .body, #reset_password #form-section .body, #reset_password #form_section .body {
  flex: 1 1 auto;
}

/* line 64, app/assets/stylesheets/temp.scss.erb */
#login #form-section .logo, #login #form_section .logo, #sign-up #form-section .logo, #sign-up #form_section .logo, #reset_password #form-section .logo, #reset_password #form_section .logo {
  width: 100px;
}

/* line 65, app/assets/stylesheets/temp.scss.erb */
#login #form-section .close-icon, #login #form_section .close-icon, #sign-up #form-section .close-icon, #sign-up #form_section .close-icon, #reset_password #form-section .close-icon, #reset_password #form_section .close-icon {
  float: right;
  margin-right: -15px;
}

/* line 67, app/assets/stylesheets/temp.scss.erb */
#login #image-section, #login #image_section, #sign-up #image-section, #sign-up #image_section, #reset_password #image-section, #reset_password #image_section {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  /* line 74, app/assets/stylesheets/temp.scss.erb */
  #login #form-section, #login #form_section, #sign-up #form-section, #sign-up #form_section, #reset_password #form-section, #reset_password #form_section {
    padding-top: 1rem;
  }
  /* line 76, app/assets/stylesheets/temp.scss.erb */
  #login #form-section .header-message, #login #form_section .header-message, #sign-up #form-section .header-message, #sign-up #form_section .header-message, #reset_password #form-section .header-message, #reset_password #form_section .header-message {
    text-align: center;
  }
  /* line 77, app/assets/stylesheets/temp.scss.erb */
  #login #form-section #header-logo, #login #form_section #header-logo, #sign-up #form-section #header-logo, #sign-up #form_section #header-logo, #reset_password #form-section #header-logo, #reset_password #form_section #header-logo {
    text-align: center;
    margin-top: -10px;
  }
  /* line 78, app/assets/stylesheets/temp.scss.erb */
  #login #form-section .body, #login #form-section #header-bar, #login #form-section #header_bar, #login #form-section .footer, #login #form_section .body, #login #form_section #header-bar, #login #form_section #header_bar, #login #form_section .footer, #sign-up #form-section .body, #sign-up #form-section #header-bar, #sign-up #form-section #header_bar, #sign-up #form-section .footer, #sign-up #form_section .body, #sign-up #form_section #header-bar, #sign-up #form_section #header_bar, #sign-up #form_section .footer, #reset_password #form-section .body, #reset_password #form-section #header-bar, #reset_password #form-section #header_bar, #reset_password #form-section .footer, #reset_password #form_section .body, #reset_password #form_section #header-bar, #reset_password #form_section #header_bar, #reset_password #form_section .footer {
    max-width: 100vw;
  }
  /* line 79, app/assets/stylesheets/temp.scss.erb */
  #login #form-section .close-icon, #login #form_section .close-icon, #sign-up #form-section .close-icon, #sign-up #form_section .close-icon, #reset_password #form-section .close-icon, #reset_password #form_section .close-icon {
    margin-right: 0;
  }
  /* line 80, app/assets/stylesheets/temp.scss.erb */
  #login #form-section .body > div, #login #form_section .body > div, #sign-up #form-section .body > div, #sign-up #form_section .body > div, #reset_password #form-section .body > div, #reset_password #form_section .body > div {
    max-width: 415px;
    padding: 20px;
    margin: auto;
  }
  /* line 83, app/assets/stylesheets/temp.scss.erb */
  #login #form-section .footer, #login #form_section .footer, #sign-up #form-section .footer, #sign-up #form_section .footer, #reset_password #form-section .footer, #reset_password #form_section .footer {
    max-width: 415px;
    margin: auto;
    text-align: center;
  }
  /* line 85, app/assets/stylesheets/temp.scss.erb */
  #login .chat-now-button, #sign-up .chat-now-button, #reset_password .chat-now-button {
    display: none;
  }
  /* line 86, app/assets/stylesheets/temp.scss.erb */
  #login .body .side-text, #sign-up .body .side-text, #reset_password .body .side-text {
    float: right;
  }
  /* line 88, app/assets/stylesheets/temp.scss.erb */
  #login .body .side-text:before, #sign-up .body .side-text:before, #reset_password .body .side-text:before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 94, app/assets/stylesheets/temp.scss.erb */
  #login #form-section #header-logo, #login #form_section #header_logo, #sign-up #form-section #header-logo, #sign-up #form_section #header_logo, #reset_password #form-section #header-logo, #reset_password #form_section #header_logo {
    text-align: center;
    margin-top: -20px;
  }
}

/* line 98, app/assets/stylesheets/temp.scss.erb */
#login #image-section, #reset_password #image_section {
  background-image: url(/assets/login-image-e70a2c3172b45475b7e9345e41790c2e61829b49ea5d93d0fe0516bf5371d8a9.jpg);
}

/* line 102, app/assets/stylesheets/temp.scss.erb */
#sign-up #image-section {
  background-image: url(/assets/client/sign-up-photo-05bc2b137ba6c8d7b772ad26cc7c4092bf42c4fb5f67c2f58ca05d47b95869e2.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 102, app/assets/stylesheets/temp.scss.erb */
  #sign-up #image-section {
    background-image: url(/assets/client/sign-up-photo@2x-fa31c43338ef0d5a85fe6402f24fcfd0fad8ec9cbc8ed101c51c6d961edacf18.jpg);
  }
}

/* line 107, app/assets/stylesheets/temp.scss.erb */
#sign-up.supplier #image-section {
  background-position: 80% 0%;
  background-image: url(/assets/supplier/sign-up-photo-650837cc23dbc14244f897fd88fe2651b623cfad870566dde7791be825c6fa13.jpg);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* line 107, app/assets/stylesheets/temp.scss.erb */
  #sign-up.supplier #image-section {
    background-image: url(/assets/supplier/sign-up-photo@2x-08de2891efbcc6adcd8457ce3f6b14063b92dd2c952281b14d1e9167524aedd7.jpg);
  }
}

/* line 113, app/assets/stylesheets/temp.scss.erb */
.dashboard {
  color: #252d37;
}

/* line 115, app/assets/stylesheets/temp.scss.erb */
.dashboard .bigger-text {
  color: #252d37;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
}

/* line 116, app/assets/stylesheets/temp.scss.erb */
.dashboard .dashboard-metric[data-url]:hover {
  color: #ff675c;
  cursor: pointer;
}

/* line 117, app/assets/stylesheets/temp.scss.erb */
.dashboard .dashboard-metric + .dashboard-metric {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  /* line 119, app/assets/stylesheets/temp.scss.erb */
  .dashboard, .dashboard tbody, .dashboard tr {
    display: block;
  }
  /* line 120, app/assets/stylesheets/temp.scss.erb */
  .dashboard td {
    display: block;
    width: auto !important;
    border-right: none !important;
  }
  /* line 122, app/assets/stylesheets/temp.scss.erb */
  .dashboard td:not(:last-of-type) {
    border-bottom: 1px solid #e5e6ee !important;
  }
}

/* line 128, app/assets/stylesheets/temp.scss.erb */
.dashboard.placeholder .skeleton-item {
  margin: auto;
}

/* line 130, app/assets/stylesheets/temp.scss.erb */
.dashboard.placeholder .skeleton-item.metric {
  height: 45px;
  width: 40%;
  margin-bottom: 15px;
}

/* line 131, app/assets/stylesheets/temp.scss.erb */
.dashboard.placeholder .skeleton-item.text {
  height: 20px;
  width: 70%;
}

/* line 132, app/assets/stylesheets/temp.scss.erb */
.dashboard.placeholder .skeleton-item.chart {
  height: 185px;
}

/* line 133, app/assets/stylesheets/temp.scss.erb */
.dashboard.placeholder .skeleton-item.table-cell {
  height: 20px;
  width: 175px;
}

/* line 138, app/assets/stylesheets/temp.scss.erb */
.dashboard-sm .dashboard-metric .bigger-text, .dashboard-sm .dashboard-metric .metric {
  font-size: 1.25rem;
}

/* line 141, app/assets/stylesheets/temp.scss.erb */
.dashboard-lg .dashboard-metric .bigger-text, .dashboard-lg .dashboard-metric .metric {
  font-size: 2rem;
}

/* line 144, app/assets/stylesheets/temp.scss.erb */
.booking-dates-metric {
  white-space: nowrap;
}

/* line 148, app/assets/stylesheets/temp.scss.erb */
table.dashboard {
  color: #a3a7b5;
  font-weight: 300;
}

/* line 150, app/assets/stylesheets/temp.scss.erb */
table.dashboard tr td {
  padding: 30px;
  border: 1px solid #d4d5e0;
}

/* line 153, app/assets/stylesheets/temp.scss.erb */
table.dashboard.table-sm tr td {
  padding: 1rem;
}

/* line 155, app/assets/stylesheets/temp.scss.erb */
table.bordered {
  border: 1px solid #d4d5e0;
}

/* line 158, app/assets/stylesheets/temp.scss.erb */
html {
  height: 100%;
}

/* line 159, app/assets/stylesheets/temp.scss.erb */
body.logged-in {
  background: 0.95rem;
  min-height: 100%;
  height: 100%;
}

/* line 161, app/assets/stylesheets/temp.scss.erb */
body.logged-in > .container-fluid {
  background: #ebedf2;
  padding: 0;
  margin: 0;
}

/* line 164, app/assets/stylesheets/temp.scss.erb */
body#admin {
  background: #e4e6eb;
}

/* line 168, app/assets/stylesheets/temp.scss.erb */
.modal-body fieldset.required {
  margin: -16px;
  margin-bottom: 16px;
  padding: 24px 16px;
  background: #f5f6fa;
  border-bottom: 1px solid #e5e6ee;
}

/* line 172, app/assets/stylesheets/temp.scss.erb */
.modal-body .alert + fieldset.required {
  margin-top: 0;
}

/* line 175, app/assets/stylesheets/temp.scss.erb */
*[data-toggle="popover"] .popover-content, *[data-toggle="popover"] .popover-template {
  display: none;
}

/* line 179, app/assets/stylesheets/temp.scss.erb */
.large-popover .popover-body {
  font-size: 0.95rem;
  padding: 30px;
  padding-top: calc(30px - (1rem /2));
}

/* line 184, app/assets/stylesheets/temp.scss.erb */
.large-popover .popover-body *:last-child {
  margin-bottom: 0px;
}

/* line 190, app/assets/stylesheets/temp.scss.erb */
.card .card-header {
  padding: 18.5px 30px;
}

/* line 191, app/assets/stylesheets/temp.scss.erb */
.card .card-footer {
  padding-left: 30px;
}

/* line 192, app/assets/stylesheets/temp.scss.erb */
.card .card-body {
  padding: 30px;
}

/* line 195, app/assets/stylesheets/temp.scss.erb */
.card-link {
  text-decoration: none;
}

/* line 199, app/assets/stylesheets/temp.scss.erb */
.card-item:hover {
  font-size: 107%;
  background-color: #e6e6e6;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  /* line 207, app/assets/stylesheets/temp.scss.erb */
  .card .card-body {
    padding: 20px;
  }
}

/* line 212, app/assets/stylesheets/temp.scss.erb */
table dl.info, table dl.info dd {
  margin-bottom: 7px;
}

/* line 216, app/assets/stylesheets/temp.scss.erb */
#page-header .btn.btn-primary {
  border: none;
}

/* line 217, app/assets/stylesheets/temp.scss.erb */
#page-header .page-actions {
  width: 44px;
}

/* line 218, app/assets/stylesheets/temp.scss.erb */
#page-header .btn-group {
  margin-left: 6px;
}

/* line 220, app/assets/stylesheets/temp.scss.erb */
#page-header .btn-group .btn:not(.dropdown-toggle-split):not(.page-actions) {
  min-width: 110px;
}

@media (max-width: 991px) {
  /* line 223, app/assets/stylesheets/temp.scss.erb */
  #page-header .container {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 224, app/assets/stylesheets/temp.scss.erb */
  #page-header .actions {
    order: 2;
    float: none;
    margin-top: 30px;
  }
}

/* line 228, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .card-body .card-body {
  padding: 30px;
}

/* line 229, app/assets/stylesheets/temp.scss.erb */
.card.multi-card > .card-body {
  padding: 0;
}

/* line 230, app/assets/stylesheets/temp.scss.erb */
.card.multi-card > .card-body > .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 231, app/assets/stylesheets/temp.scss.erb */
.card.multi-card > .card-body > .row > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 232, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .important {
  background-color: #f5f6fa;
}

/* line 233, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .required {
  background-color: #fafafc;
}

/* line 234, app/assets/stylesheets/temp.scss.erb */
.card.multi-card > .card-body > .row > [class*="col-"]:not(:last-of-type) {
  border-right: 1px solid #e5e6ee;
}

/* line 235, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .card-body > .row:last-of-type > [class*="col-"] > .form-group {
  margin-bottom: 0;
}

/* line 236, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .card-body > .row > [class*="col-"] > .row:last-of-type > [class*="col-"] > .form-group {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/temp.scss.erb */
.card.multi-card .card-body > .row:first-of-type > [class*="col-"] > .form-group label {
  margin-top: 0;
}

@media (max-width: 767px) {
  /* line 240, app/assets/stylesheets/temp.scss.erb */
  .card.multi-card .card-body .card-body {
    padding: 20px;
  }
  /* line 241, app/assets/stylesheets/temp.scss.erb */
  .card.multi-card .card-footer .btn {
    width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 244, app/assets/stylesheets/temp.scss.erb */
  .card.multi-card .card-footer .btn {
    width: 100%;
  }
  /* line 245, app/assets/stylesheets/temp.scss.erb */
  .card.multi-card > .card-body > .row > [class*="col-"]:not(:last-of-type) {
    border-right: none;
  }
}

/* line 248, app/assets/stylesheets/temp.scss.erb */
.caleran-container {
  font-family: inherit;
}

/* line 250, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input {
  border: 1px solid #e5e6ee;
  border-radius: 0;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar {
  border-right: 1px solid #e5e6ee;
}

/* line 255, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title {
  border-bottom: none;
}

/* line 257, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch {
  font-size: 15px;
  font-weight: 700;
}

/* line 258, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-month-switch:hover, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-title .caleran-year-switch:hover {
  color: #ff675c;
}

/* line 260, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container {
  padding: 1em;
  padding-top: 5px;
}

/* line 262, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-dayofweek {
  color: #ff675c;
  padding-bottom: 1em;
  white-space: nowrap;
}

/* line 263, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled {
  color: #e5e6ee;
}

/* line 264, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-disabled.caleran-not-in-month {
  color: #ffffff;
  cursor: default;
}

/* line 265, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected.caleran-disabled.caleran-not-in-month {
  color: #ffffff;
  background-color: #ffffff;
}

/* line 266, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-disabled.caleran-not-in-month {
  color: #ffffff;
  background-color: #ffffff;
}

/* line 267, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered {
  background-color: #f5f6fa;
}

/* line 268, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-weekend {
  color: #000000;
}

/* line 269, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-today {
  color: #ff675c !important;
}

/* line 270, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day:hover:not(.caleran-hovered):not(.caleran-selected) {
  background-color: #ebedf2;
}

/* line 271, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-disabled:hover:not(.caleran-hovered):not(.caleran-selected) {
  background-color: #ffffff;
}

/* line 272, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-first, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-hovered.caleran-hovered-last {
  border-radius: 0;
}

/* line 273, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-selected {
  color: #000000;
  background-color: #ebedf2;
}

/* line 274, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-selected, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-selected {
  background-color: #ff675c;
  border-radius: 0px;
}

/* line 275, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-start.caleran-selected span, .caleran-container .caleran-input .caleran-calendars .caleran-calendar .caleran-days-container .caleran-day.caleran-end.caleran-selected span {
  color: #ffffff;
  background-color: #ff675c;
}

/* line 279, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year {
  background-color: #f5f6fa;
}

/* line 280, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year:hover, .caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year.current {
  background-color: #ff675c;
}

/* line 281, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev, .caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next {
  color: #ff675c;
}

/* line 282, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-prev:hover, .caleran-container .caleran-input .caleran-calendars .caleran-year-selector .caleran-ys-year-next:hover {
  background-color: #ff675c;
}

/* line 285, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month {
  background-color: #f5f6fa;
}

/* line 286, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month:hover, .caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month.current {
  background-color: #ff675c;
}

/* line 287, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month-prev, .caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month-next {
  color: #ff675c;
}

/* line 288, app/assets/stylesheets/temp.scss.erb */
.caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month-prev:hover, .caleran-container .caleran-input .caleran-calendars .caleran-month-selector .caleran-ms-month-next:hover {
  background-color: #ff675c;
}

/* line 294, app/assets/stylesheets/temp.scss.erb */
.irs-line {
  background: #f5f6fa;
  border-radius: 2px;
  border: 1px solid #e5e6ee;
}

/* line 295, app/assets/stylesheets/temp.scss.erb */
.irs-single, .irs-from, .irs-to {
  background: none;
  color: #ff675c;
  font-weight: 700;
}

/* line 296, app/assets/stylesheets/temp.scss.erb */
.irs-bar, .irs-bar-edge {
  background: #ff675c;
  border-color: #ef5b51;
}

/* line 297, app/assets/stylesheets/temp.scss.erb */
.irs-grid-pol {
  background-color: #ff675c;
}

/* line 298, app/assets/stylesheets/temp.scss.erb */
.irs-slider {
  background: none;
  background-color: #ff675c;
  border: 2px solid white;
  width: 21px;
  height: 21px;
  top: 28px;
  box-shadow: none;
}

/* line 299, app/assets/stylesheets/temp.scss.erb */
.irs-slider:hover {
  background: #ff675c;
}

/* line 300, app/assets/stylesheets/temp.scss.erb */
.irs-slider.state_hover, .irs-slider:hover {
  background: #ff675c;
}

/* line 301, app/assets/stylesheets/temp.scss.erb */
.btn-link {
  color: #252d37 !important;
  text-decoration: underline #d4d5e0 !important;
  text-underline-position: under;
}

/* line 303, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox, .styled-radio-button {
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a grey background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

/* line 305, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label, .styled-checkbox .form-radio-label, .styled-radio-button .form-check-label, .styled-radio-button .form-radio-label {
  display: block;
  position: relative;
  padding-left: 46px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 306, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-radio-label.inline, .styled-radio-button .form-radio-label.inline {
  margin-top: 0;
  padding-left: 40px;
  display: inline-block;
  margin-right: 14px;
}

/* line 308, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label input, .styled-checkbox .form-radio-label input, .styled-radio-button .form-check-label input, .styled-radio-button .form-radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 310, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .checkmark, .styled-checkbox .radio-button, .styled-radio-button .checkmark, .styled-radio-button .radio-button {
  position: absolute;
  top: calc(50% - (30px / 2 ));
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #d4d5e0;
  border-radius: 3px;
  background-color: white;
}

/* line 311, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .radio-button, .styled-radio-button .radio-button {
  border-radius: 30px;
}

/* line 313, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label:hover input ~ .checkmark, .styled-checkbox .form-radio-label:hover input ~ .radio-button, .styled-radio-button .form-check-label:hover input ~ .checkmark, .styled-radio-button .form-radio-label:hover input ~ .radio-button {
  background-color: #f5f6fa;
}

/* line 315, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label input:checked ~ .checkmark, .styled-checkbox .form-radio-label input:checked ~ .radio-button, .styled-radio-button .form-check-label input:checked ~ .checkmark, .styled-radio-button .form-radio-label input:checked ~ .radio-button {
  background-color: #f5f6fa;
}

/* line 317, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .checkmark:after, .styled-checkbox .radio-button:after, .styled-radio-button .checkmark:after, .styled-radio-button .radio-button:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 319, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label input:checked ~ .checkmark:after, .styled-checkbox .form-radio-label input:checked ~ .radio-button:after, .styled-radio-button .form-check-label input:checked ~ .checkmark:after, .styled-radio-button .form-radio-label input:checked ~ .radio-button:after {
  display: block;
}

/* line 321, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox .form-check-label .checkmark:after, .styled-checkbox .form-radio-label .radio-button:after, .styled-radio-button .form-check-label .checkmark:after, .styled-radio-button .form-radio-label .radio-button:after {
  left: calc(50% - ( 6px / 2));
  top: calc(50% - ( 12px / 2) - 1px);
  width: 6px;
  height: 12px;
  border: solid #252d37;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 323, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox.styled-checkbox, .styled-checkbox.styled-radio-button, .styled-radio-button.styled-checkbox, .styled-radio-button.styled-radio-button {
  align-self: flex-end;
}

/* line 325, app/assets/stylesheets/temp.scss.erb */
.styled-checkbox.styled-checkbox .form-check-label, .styled-checkbox.styled-checkbox .form-radio-label, .styled-checkbox.styled-radio-button .form-check-label, .styled-checkbox.styled-radio-button .form-radio-label, .styled-radio-button.styled-checkbox .form-check-label, .styled-radio-button.styled-checkbox .form-radio-label, .styled-radio-button.styled-radio-button .form-check-label, .styled-radio-button.styled-radio-button .form-radio-label {
  padding-top: 11px;
  padding-bottom: 11px;
}

/* line 329, app/assets/stylesheets/temp.scss.erb */
.filter .styled-checkbox .form-check-label {
  color: #a3a7b5;
  font-weight: 300;
}

/* line 331, app/assets/stylesheets/temp.scss.erb */
.irs-grid-pol {
  background-color: #ff675c;
}

/* line 335, app/assets/stylesheets/temp.scss.erb */
#empty-photos {
  height: 340px;
}

/* line 337, app/assets/stylesheets/temp.scss.erb */
#empty-photos .row {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 342, app/assets/stylesheets/temp.scss.erb */
.empty-card .row .col-12 {
  text-align: center;
  padding: 20px;
}

/* line 344, app/assets/stylesheets/temp.scss.erb */
.empty-card .row .col-12 .btn {
  width: 110px;
}

/* line 349, app/assets/stylesheets/temp.scss.erb */
.form-header-spacing {
  margin-bottom: 1.4rem;
}

/* line 353, app/assets/stylesheets/temp.scss.erb */
.breadcrumb-item + .breadcrumb-item::before {
  background-image: url(/assets/icons/breadcrumbs-arrow-5c71e7ccfc9b6e8bdd797467dc40c6a207186d17159e8e197eb71365b5fa32a7.svg);
}

/* line 358, app/assets/stylesheets/temp.scss.erb */
section#changelog h2 {
  font-size: 1.25rem;
}

/* line 359, app/assets/stylesheets/temp.scss.erb */
section#changelog h3 {
  font-size: 1.1rem;
  color: #a3a7b5;
  margin-bottom: 0;
}

/* line 362, app/assets/stylesheets/temp.scss.erb */
.form-text-label {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

/* line 367, app/assets/stylesheets/temp.scss.erb */
.button-align-right {
  text-align: right;
}

/* line 371, app/assets/stylesheets/temp.scss.erb */
.form-check input[type="radio"] + label {
  margin-left: 0.25rem;
}

/* line 372, app/assets/stylesheets/temp.scss.erb */
.form-check label + input[type="radio"] {
  margin-left: 0.25rem;
}

/* line 375, app/assets/stylesheets/temp.scss.erb */
.skeleton-item {
  background: linear-gradient(-90deg, #ebedf2 0%, #f5f6fa 50%, #ebedf2 100%);
  background-size: 400% 400%;
  animation: skeleton 1.2s ease-in-out infinite;
}

@keyframes skeleton {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: -135% 0%;
  }
}

/* line 388, app/assets/stylesheets/temp.scss.erb */
.skeleton-item.email-long {
  height: 1em;
  width: 175px;
  margin-bottom: 0.75em;
}

/* line 393, app/assets/stylesheets/temp.scss.erb */
.skeleton-item.email-medium {
  height: 1em;
  width: 150px;
  margin-bottom: 0.75em;
}

/* line 398, app/assets/stylesheets/temp.scss.erb */
.skeleton-item.show-more {
  height: 1em;
  width: 100px;
}

/* line 404, app/assets/stylesheets/temp.scss.erb */
.transparent {
  color: transparent;
}

/* line 405, app/assets/stylesheets/temp.scss.erb */
.map-price {
  background-color: #ff675c;
  padding: 10px;
  line-height: 0.8;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 2px;
}

/* line 406, app/assets/stylesheets/temp.scss.erb */
.map-price:after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  background-color: #ff675c;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

/* line 407, app/assets/stylesheets/temp.scss.erb */
.map-price.highlighted, .map-price.highlighted:after {
  background-color: #ff8350;
}

/* line 409, app/assets/stylesheets/temp.scss.erb */
.timepicker .btn {
  min-height: 0;
  min-width: 0;
}

/* line 411, app/assets/stylesheets/temp.scss.erb */
.btn-mykey {
  border: none !important;
  background: linear-gradient(to bottom, #ff991c 0%, #ff675c 100%);
  color: black !important;
  font-weight: bold;
}

/* line 413, app/assets/stylesheets/temp.scss.erb */
.btn-mykey:hover {
  opacity: 0.9;
  color: white;
}

/* line 414, app/assets/stylesheets/temp.scss.erb */
.btn-mykey:focus {
  background-color: #ff8350;
}

/* line 417, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu {
  display: block !important;
  padding-right: 0 !important;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: white;
  transition: height 1s;
  z-index: 2000;
}

/* line 419, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .btn.menu-bottom-btn {
  display: none;
  border: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 53px;
  z-index: 99999;
}

/* line 420, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu.show {
  height: 100vh;
}

/* line 420, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu.show .menu-bottom-btn {
  display: block;
}

/* line 421, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .menu-container {
  display: flex;
  flex-flow: column;
  position: relative;
  height: 100%;
  overflow-y: auto;
}

/* line 423, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .menu-container .header {
  flex: 0 0 auto;
  position: sticky;
  top: 0px;
  height: 51px;
  border-bottom: 1px solid #e5e6ee;
  background-color: white;
  z-index: 10;
}

/* line 425, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .menu-container .header h3 {
  margin: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

/* line 426, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .menu-container .header .btn.btn-clear {
  background: none;
  border: none;
  color: #ff675c;
  margin-left: -72px;
  padding-left: 18px;
  padding-right: 18px;
  min-width: 0;
}

/* line 428, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .menu-container .menu-body {
  position: relative;
  flex: 1;
  padding-bottom: 0;
}

/* line 434, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .select2-container .select2-selection {
  min-height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

/* line 436, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .select2-container .select2-selection input, .fullscreen-menu .select2-container .select2-selection ul {
  margin-top: 0;
}

/* line 437, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .select2-container .select2-selection li {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}

/* line 439, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .select2-container .select2-selection__choice {
  background-color: #f5f6fa !important;
  border-color: #e5e6ee !important;
  border-radius: 2px !important;
  line-height: 30px;
}

/* line 441, app/assets/stylesheets/temp.scss.erb */
.fullscreen-menu .select2-container .select2-selection__choice .select2-selection__choice__remove {
  float: right;
  margin-left: 6px;
  margin-right: 0;
  font-size: 20px;
}

/* line 446, app/assets/stylesheets/temp.scss.erb */
.menu-close {
  position: absolute;
  left: 21px;
  cursor: pointer;
  height: 15px;
  width: 15px;
}

/* line 448, app/assets/stylesheets/temp.scss.erb */
.menu-close g {
  stroke: 0.95rem;
}

/* line 453, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container {
  float: none;
}

/* line 455, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-input {
  width: auto !important;
  max-width: 373px;
  border: none;
  margin: auto;
}

/* line 456, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-title {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  line-height: 44px;
}

/* line 459, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-next, .date-picker-menu .caleran-container .caleran-prev {
  margin-top: 0 !important;
}

/* line 461, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-next i:before, .date-picker-menu .caleran-container .caleran-prev i:before {
  display: inline-block;
}

/* line 463, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-prev i:before {
  content: url(/assets/icons/arrow-left-datepicker-021664e96fd34a20ce9eb0957d0edcb8f8960961373dace11c9984cd7926d6a2.svg);
}

/* line 464, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-next i:before {
  content: url(/assets/icons/arrow-right-datepicker-b2396a313a8655a38da8c838305ca9d0d59cbd21dc01a728d13a6c65fb37befb.svg);
}

/* line 465, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-calendars {
  display: block !important;
}

/* line 467, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-calendars .caleran-calendar {
  border-right: none;
}

/* line 469, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-day, .date-picker-menu .caleran-container .caleran-disabled {
  height: 48px;
  display: flex;
  align-items: center;
}

/* line 471, app/assets/stylesheets/temp.scss.erb */
.date-picker-menu .caleran-container .caleran-day span, .date-picker-menu .caleran-container .caleran-disabled span {
  width: 100%;
  font-size: 15px !important;
  line-height: 20px;
}

/* line 476, app/assets/stylesheets/temp.scss.erb */
#advanced_filters .container {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 478, app/assets/stylesheets/temp.scss.erb */
#advanced_filters .container .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 481, app/assets/stylesheets/temp.scss.erb */
.img-preview {
  max-height: 300px;
}

/* line 483, app/assets/stylesheets/temp.scss.erb */
.input-group.date-group .input-group-text {
  padding-right: 10px;
  padding-left: 10px;
  background-color: white !important;
  border-right: none !important;
}

/* line 484, app/assets/stylesheets/temp.scss.erb */
.input-group.date-group input:first-of-type {
  border-left: none;
  padding-left: 0;
}

/* line 486, app/assets/stylesheets/temp.scss.erb */
.preserve-lines {
  white-space: pre-line;
}

/* line 489, app/assets/stylesheets/temp.scss.erb */
#properties .alliance-member-svg {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 490, app/assets/stylesheets/temp.scss.erb */
#properties .property-box .heading h2 {
  padding-right: 25px;
}

/* line 494, app/assets/stylesheets/temp.scss.erb */
#property-show .main-card .card-header h2 {
  padding-right: 60px;
}

/* line 495, app/assets/stylesheets/temp.scss.erb */
#property-show .alliance-member-svg {
  right: 20px;
  top: 20px;
}

/* line 498, app/assets/stylesheets/temp.scss.erb */
.policy-box:not(.show) {
  display: block;
  overflow: hidden;
  height: 50px;
}

/* line 499, app/assets/stylesheets/temp.scss.erb */
.policy-box.collapse {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* line 500, app/assets/stylesheets/temp.scss.erb */
.policies a.collapsed::after {
  content: 'Read more';
}

/* line 501, app/assets/stylesheets/temp.scss.erb */
.policies a:not(.collapsed):not(.external)::after {
  content: 'Read less';
}

/* line 502, app/assets/stylesheets/temp.scss.erb */
a.collapsed[href="#booking-policies"]::after {
  content: 'View';
}

/* line 503, app/assets/stylesheets/temp.scss.erb */
a[href="#booking-policies"]:not(.collapsed)::after {
  Content: 'Close';
}

/* line 505, app/assets/stylesheets/temp.scss.erb */
.vertical-align-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 508, app/assets/stylesheets/temp.scss.erb */
.remark-content form {
  margin-top: -1rem;
}

/* line 509, app/assets/stylesheets/temp.scss.erb */
.remark-content .remarks-spacing {
  padding: 0 15px;
  word-break: break-word;
}

/* line 510, app/assets/stylesheets/temp.scss.erb */
.remark-content .card-body {
  margin: 0 -1rem;
  padding: 30px;
}

/* line 511, app/assets/stylesheets/temp.scss.erb */
.remark-content label {
  margin-top: 0;
}

/* line 512, app/assets/stylesheets/temp.scss.erb */
.remark-content div.buttons {
  min-height: 78px;
}

/* line 513, app/assets/stylesheets/temp.scss.erb */
.remark-content div.buttons a {
  position: absolute;
  right: 16px;
  margin-top: 12px !important;
}

/* line 515, app/assets/stylesheets/temp.scss.erb */
.remark-content .clear-remark-link {
  margin-bottom: -30px;
  padding-right: 105px;
}

/* line 516, app/assets/stylesheets/temp.scss.erb */
.remark-content .clear-remark-link span {
  color: #8d90a0;
  text-decoration: underline #d4d5e0;
  margin-bottom: 0;
  text-underline-position: under;
  cursor: pointer;
  position: absolute;
  right: 15px;
}

/* line 517, app/assets/stylesheets/temp.scss.erb */
.remark-content .clear-remark-link span:hover {
  color: #060809;
  text-decoration: underline;
}

/* line 522, app/assets/stylesheets/temp.scss.erb */
.remarks-icon-button {
  background-color: #ff675c;
  width: 28px;
  height: 28px;
  border-radius: 30px;
  color: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
}

/* line 523, app/assets/stylesheets/temp.scss.erb */
.remarks-icon-button:hover {
  text-decoration: none;
}

/* line 527, app/assets/stylesheets/temp.scss.erb */
.user-remarks-button {
  margin-top: -22px;
}

/* The container */
/* line 530, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: fit-content;
}

/* Hide the browser's default checkbox */
/* line 543, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
/* line 551, app/assets/stylesheets/temp.scss.erb */
.verify_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a greenish background color */
/* line 560, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox:hover input ~ .verify_checkmark {
  background-color: #008000;
  opacity: 0.3;
}

/* When the checkbox is checked, add a green background */
/* line 565, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox input:checked ~ .verify_checkmark {
  background-color: #008000;
  opacity: 0.5;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 570, app/assets/stylesheets/temp.scss.erb */
.verify_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 576, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox input:checked ~ .verify_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 580, app/assets/stylesheets/temp.scss.erb */
.verify_checkbox .verify_checkmark:after {
  left: 10px;
  top: 3px;
  width: 7px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 592, app/assets/stylesheets/temp.scss.erb */
.reminder-icon {
  display: inline-block;
  vertical-align: middle;
  color: #ff675c;
  margin-top: -10px;
  font-size: 12px;
  font-weight: bold;
}

/* line 596, app/assets/stylesheets/temp.scss.erb */
.red-icon {
  color: red !important;
}

/* line 601, app/assets/stylesheets/temp.scss.erb */
#sla .buttons {
  flex: 0 0 auto;
}

/* line 602, app/assets/stylesheets/temp.scss.erb */
#sla .modal-body {
  display: flex;
  flex-direction: column;
}

/* line 603, app/assets/stylesheets/temp.scss.erb */
#sla #service-level-agreement {
  padding: 30px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  /* line 607, app/assets/stylesheets/temp.scss.erb */
  #sla .modal-content {
    max-height: calc(100vh - 56px);
  }
  /* line 608, app/assets/stylesheets/temp.scss.erb */
  #sla .modal-body {
    max-height: 80vh;
  }
  /* line 609, app/assets/stylesheets/temp.scss.erb */
  #sla #service-level-agreement {
    max-height: 80vh;
  }
}

@media (min-width: 992px) {
  /* line 617, app/assets/stylesheets/temp.scss.erb */
  .scrolling-modal .modal-content {
    max-height: calc(100vh - 56px);
  }
  /* line 618, app/assets/stylesheets/temp.scss.erb */
  .scrolling-modal .modal-body {
    max-height: 80vh;
    display: flex;
    flex-direction: column;
  }
  /* line 620, app/assets/stylesheets/temp.scss.erb */
  .scrolling-modal .modal-body > .buttons, .scrolling-modal .modal-body > .modal-footer {
    flex: 0 0 auto;
  }
}

/* line 624, app/assets/stylesheets/temp.scss.erb */
.scrolling-modal .modal-overflow {
  overflow-y: auto;
  max-height: 80vh;
}

/* line 627, app/assets/stylesheets/temp.scss.erb */
.chat-now.pos-BottomRight {
  width: 1px;
  z-index: 1020 !important;
}

/* line 629, app/assets/stylesheets/temp.scss.erb */
.text-wrap {
  white-space: normal;
}

/* line 631, app/assets/stylesheets/temp.scss.erb */
a.nav-item.nav-link.insurance {
  color: #A72A21 !important;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 1.1em;
}

@media (min-width: 992px) {
  /* line 634, app/assets/stylesheets/temp.scss.erb */
  a.nav-item.nav-link.insurance {
    margin: auto;
  }
}

/* line 637, app/assets/stylesheets/temp.scss.erb */
.flex-grow-1 {
  flex-grow: 1;
}

/* line 639, app/assets/stylesheets/temp.scss.erb */
.commission-header-size-1 th {
  height: 15px !important;
}

/* line 640, app/assets/stylesheets/temp.scss.erb */
.commission-header-size-2 th {
  height: 30px !important;
}

/* line 642, app/assets/stylesheets/temp.scss.erb */
.lead-queue-icon-button {
  background-color: #808080;
  width: 28px;
  margin-top: 16px;
  margin-left: 5px;
  position: absolute;
  height: 28px;
  border-radius: 30px;
  color: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
}

/* line 643, app/assets/stylesheets/temp.scss.erb */
.lead-queue-icon-button:hover {
  text-decoration: none;
}

/* line 647, app/assets/stylesheets/temp.scss.erb */
.date-change-icon-button {
  background-color: #ff675c;
  width: 28px;
  margin-top: -5px;
  margin-left: 5px;
  position: absolute;
  height: 28px;
  border-radius: 30px;
  color: white !important;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  font-size: 12px;
  vertical-align: middle;
  text-decoration: none;
}

/* line 648, app/assets/stylesheets/temp.scss.erb */
.date-change-icon-button:hover {
  text-decoration: none;
}

/* line 652, app/assets/stylesheets/temp.scss.erb */
.date-change-icon-button.date-btn-ext {
  margin-top: -22px;
  margin-left: -15px;
}

/* line 656, app/assets/stylesheets/temp.scss.erb */
.fa.fa-chevron-down.date-change {
  color: #ff675c;
}

/* line 660, app/assets/stylesheets/temp.scss.erb */
.fa.fa-chevron-up.date-change {
  color: #54c98f;
}

/* line 665, app/assets/stylesheets/temp.scss.erb */
#admin-new-booking .summary p, .charge-form .summary p {
  margin: 0;
}

/* line 668, app/assets/stylesheets/temp.scss.erb */
#admin-new-booking .card.multi-card .card-body .card-body, .charge-form .card.multi-card .card-body .card-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 675, app/assets/stylesheets/temp.scss.erb */
#admin-new-booking .client-info, .charge-form .client-info {
  cursor: help;
  width: fit-content;
}

/* line 681, app/assets/stylesheets/temp.scss.erb */
.billing-popover {
  padding: 1em;
}

/* line 683, app/assets/stylesheets/temp.scss.erb */
.billing-popover .table.table-bordered.table-bordered-full {
  margin-bottom: 0;
}

/* line 688, app/assets/stylesheets/temp.scss.erb */
.dropdown-menu .dropdown-item svg {
  margin-right: 5px;
  margin-top: -5px;
}

/* line 690, app/assets/stylesheets/temp.scss.erb */
.hidden-location-fields.collapse.show {
  display: flex;
}

/* line 694, app/assets/stylesheets/temp.scss.erb */
#supplier-property-view-chart {
  margin: auto;
}

/* line 699, app/assets/stylesheets/temp.scss.erb */
.btn.btn-success.btn-book .fa {
  margin-left: 0;
}

/* line 702, app/assets/stylesheets/temp.scss.erb */
.dropdown-submenu {
  position: relative;
}

/* line 706, app/assets/stylesheets/temp.scss.erb */
.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 0.5em;
  top: 1.3em;
  border-top: 0.3em solid !important;
  border-right: 0.3em solid transparent !important;
  border-bottom: 0 !important;
  border-left: 0.3em solid transparent !important;
}

/* line 717, app/assets/stylesheets/temp.scss.erb */
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* line 724, app/assets/stylesheets/temp.scss.erb */
.map-div {
  padding-bottom: 2rem;
  flex-grow: 1;
}

/* line 729, app/assets/stylesheets/temp.scss.erb */
.housing-lead-map {
  height: 200px;
}

/* line 734, app/assets/stylesheets/temp.scss.erb */
.card-body dl.info:last-child {
  margin-bottom: 0;
}

/* line 737, app/assets/stylesheets/temp.scss.erb */
.card-body dl.info dd:last-of-type {
  margin-bottom: 0;
}

/* line 742, app/assets/stylesheets/temp.scss.erb */
table.table-bordered.property-modal {
  border: 1px solid #e5e6ee;
}

/* line 747, app/assets/stylesheets/temp.scss.erb */
#edit-billing-info .CodeMirror, #edit-billing-info .CodeMirror-scroll {
  min-height: 150px;
}

/* line 751, app/assets/stylesheets/temp.scss.erb */
.sticky {
  position: sticky !important;
  top: 0px;
  z-index: 1040;
}

/* line 757, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .hotel-photos {
  height: 350px;
}

/* line 759, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .hotel-photos .owl-height {
  height: 350px !important;
}

/* line 762, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .hotel-photos .owl-item img {
  margin: 0 auto;
  width: auto;
  height: 350px;
}

/* line 767, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .hotel-photos .owl-item h1 {
  font-size: 12px;
  position: absolute;
  background: #000;
  color: #fff;
  padding: 7px 10px;
  border-radius: 3px;
  opacity: 0.7;
}

/* line 777, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .logo {
  max-width: 100px;
}

/* line 780, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .btn-success {
  margin: 0px 0px;
}

/* line 783, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .pt-10 {
  padding-top: 10px;
}

/* line 786, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .btn-success:hover {
  font-weight: bold;
  color: #ffffff;
}

/* line 790, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .table tbody tr:first-of-type td {
  padding-top: 0.85rem;
}

/* line 797, app/assets/stylesheets/temp.scss.erb */
.guest_form .extras th, .guest_form .extras td {
  padding: 0px !important;
  height: 40px;
  vertical-align: middle;
}

/* line 803, app/assets/stylesheets/temp.scss.erb */
.guest_form ol {
  font-weight: bold;
}

/* line 806, app/assets/stylesheets/temp.scss.erb */
.guest_form li {
  padding-left: 7px;
  margin-bottom: 10px;
}

/* line 812, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .total-row {
  margin-bottom: 1em;
}

/* line 813, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .total-row:last-of-type {
  margin-bottom: 0;
  border-top: 1px solid #b5b3b3;
  padding-top: 7px;
}

/* line 815, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .room-photos {
  height: 250px;
}

/* line 817, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .room-photos .owl-height {
  height: 250px !important;
}

/* line 820, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .room-photos .owl-carousel .owl-item img {
  height: 250px;
}

/* line 824, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box.collapse:not(.show) .amenity:nth-child(n+5) {
  display: none;
}

/* line 825, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box:not(.show) {
  display: block;
}

/* line 829, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box a {
  display: inline-block;
  padding: 0.5em;
  height: 44px;
  vertical-align: bottom;
}

/* line 830, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box a.collapsed:after {
  content: "Show More";
}

/* line 831, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box a:not(.collapsed):after {
  content: "Show Less";
}

/* line 832, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .amenity-box .btn.btn-light.amenity {
  margin-top: 12px;
}

/* line 836, app/assets/stylesheets/temp.scss.erb */
.admin-hotel-room .card-header, .admin-hotel-room .card-body {
  padding: 10px 30px;
}

/* line 842, app/assets/stylesheets/temp.scss.erb */
#admin-hotel-filter .form-group.adjusted-input a {
  padding: 5px;
}

/* line 848, app/assets/stylesheets/temp.scss.erb */
#admin-hotel-filter.filter-show .form-group label {
  margin-top: 0;
}

/* line 851, app/assets/stylesheets/temp.scss.erb */
#admin-hotel-filter.filter-show .btn-primary.avail {
  margin-top: 2.25rem;
}

/* line 856, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .card-header, #admin-hotels-show .card-body {
  padding: 15px;
}

/* line 859, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .desc {
  max-height: 358px;
  overflow: auto;
}

/* line 863, app/assets/stylesheets/temp.scss.erb */
#admin-hotels-show .owl-nav div {
  background: #000000;
  padding: 8px 15px;
  border-radius: 50%;
}

/* line 871, app/assets/stylesheets/temp.scss.erb */
.payment-table-row a.collapse-link.collapsed:after {
  content: "Show More";
}

/* line 872, app/assets/stylesheets/temp.scss.erb */
.payment-table-row a.collapse-link:not(.collapsed):after {
  content: "Show Less";
}

@media (min-width: 1200px) {
  /* line 877, app/assets/stylesheets/temp.scss.erb */
  body.housing-lead-search .container {
    max-width: 1440px;
  }
}

/* line 879, app/assets/stylesheets/temp.scss.erb */
body.housing-lead-search .icon {
  margin: 5px;
}

/* line 884, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form {
  /* The popup bubble styling. */
  /* The parent of the bubble. A zero-height div at the top of the tip. */
  /* This element draws the tip. */
  /* JavaScript will position this div at the bottom of the popup tip. */
}

/* line 885, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form tbody .styled-checkbox .form-check-label {
  margin: 0;
}

/* line 886, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .centered-element {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 887, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .form-box {
  position: sticky;
  top: 0;
}

/* line 888, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .collapsing {
  transition: none;
}

/* line 889, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .supplier-collapse:not(.collapsed) svg {
  transform: rotate(180deg);
}

/* line 890, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .supplier-collapse {
  cursor: pointer;
}

/* line 891, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form tr.collapse {
  background: #f5f6fa;
}

@media (max-width: 991px) {
  /* line 891, app/assets/stylesheets/temp.scss.erb */
  #start-rfq-form tr.collapse {
    display: none;
    padding: 0;
  }
  /* line 894, app/assets/stylesheets/temp.scss.erb */
  #start-rfq-form tr.collapse.show {
    display: block;
  }
  /* line 895, app/assets/stylesheets/temp.scss.erb */
  #start-rfq-form tr.collapse td:not(.client-map-container) {
    padding: 0 15px;
  }
}

/* line 898, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .row.map-row {
  margin-right: -30px;
}

@media (min-width: 992px) {
  /* line 899, app/assets/stylesheets/temp.scss.erb */
  #start-rfq-form .row.map-row .map-column {
    margin-top: -15px;
    margin-bottom: -15px;
    padding-right: 0;
  }
}

/* line 904, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form tr:last-of-type td {
  padding-bottom: 1rem;
}

/* line 905, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .client-map-container {
  padding: 0;
  height: 200px;
}

/* line 908, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .popup-bubble {
  /* Position the bubble centred-above its parent. */
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  /* Style the bubble. */
  background-color: white;
  padding: 10px;
  border-radius: 2px;
  font-family: sans-serif;
  overflow-y: auto;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25);
}

/* line 913, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .popup-bubble a {
  text-decoration: none;
}

/* line 916, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .popup-bubble-anchor {
  /* Position the div a fixed distance above the tip. */
  position: absolute;
  width: 100%;
  bottom: 8px;
  left: 0;
}

/* line 921, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .popup-bubble-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /* Center the tip horizontally. */
  transform: translate(-50%, 0);
  /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
  width: 0;
  height: 0;
  /* The tip is 8px high, and 12px wide. */
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid white;
}

/* line 931, app/assets/stylesheets/temp.scss.erb */
#start-rfq-form .popup-container {
  cursor: auto;
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 200px;
}

/* line 938, app/assets/stylesheets/temp.scss.erb */
#quick-search {
  width: 250px;
}

/* line 939, app/assets/stylesheets/temp.scss.erb */
#quick-search .select2-selection__rendered .small {
  display: none;
}

/* line 942, app/assets/stylesheets/temp.scss.erb */
.gray-background {
  background: #f5f6fa;
}

/* line 944, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.header-content {
  margin-left: auto;
  border-bottom: 1px solid #d4d5e0;
}

/* line 945, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.header-content.button {
  padding: 8px;
}

/* line 946, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.header-content.status-badge {
  padding: 13px;
}

/* line 947, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.header-content.normal-text {
  padding: 13px;
  color: black;
  font-weight: 400;
}

/* line 949, app/assets/stylesheets/temp.scss.erb */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 952, app/assets/stylesheets/temp.scss.erb */
tr.disabled .styled-checkbox .form-check-label {
  cursor: auto;
}

/* line 953, app/assets/stylesheets/temp.scss.erb */
tr.disabled .styled-checkbox span.checkmark:after {
  border-color: #d4d5e0;
}

/* line 956, app/assets/stylesheets/temp.scss.erb */
.gray-border-bottom {
  border-bottom: 1px solid #d4d5e0;
}

/* line 958, app/assets/stylesheets/temp.scss.erb */
.p-40 {
  padding: 40px !important;
}

/* line 960, app/assets/stylesheets/temp.scss.erb */
.unset-min-height {
  min-height: unset;
}

/* line 963, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card p {
  margin-bottom: 0;
}

/* line 964, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .card-header {
  padding: 20px;
}

/* line 965, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .card-header h3 {
  font-size: 1rem;
  padding-right: 100px;
  display: inline-block;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}

/* line 966, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .card-body {
  padding: 20px;
}

/* line 967, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .quote-line {
  border-left: 1px solid #8d90a0;
  padding-left: 10px;
  margin-bottom: 0;
}

/* line 968, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .form-check-label {
  cursor: pointer;
}

/* line 970, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .reminder-buttons a {
  min-width: unset !important;
  min-height: unset !important;
  height: unset !important;
  width: unset !important;
  line-height: 1;
  font-weight: 300;
  padding: 0.35rem 0.6rem;
  font-size: 1.5rem;
}

/* line 971, app/assets/stylesheets/temp.scss.erb */
.card.reminder-card .reminder-buttons a.update svg {
  margin-top: -6px;
}

/* line 976, app/assets/stylesheets/temp.scss.erb */
.minh-100 {
  min-height: 100%;
}

/* line 978, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.errors {
  color: #ff675c;
}

/* line 980, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.errors.active {
  color: #ff675c;
}

/* line 981, app/assets/stylesheets/temp.scss.erb */
.nav-tabs .nav-link.errors i {
  margin-right: 5px;
  vertical-align: middle;
}

/* line 984, app/assets/stylesheets/temp.scss.erb */
span.btn.btn-dark {
  color: #ffffff;
}

/* line 986, app/assets/stylesheets/temp.scss.erb */
span.deselect-all-reminders {
  border-top: 1px solid #ffffff;
}

/* line 988, app/assets/stylesheets/temp.scss.erb */
#admin-property-filter fieldset {
  border: 1px solid #d4d5e0;
  padding: 3px 10px;
  border-radius: 3px;
}

/* line 993, app/assets/stylesheets/temp.scss.erb */
#admin-property-filter legend {
  width: auto;
  font-size: 0.9rem;
  color: #252d37;
}

/* line 999, app/assets/stylesheets/temp.scss.erb */
img.star {
  height: 20px;
  vertical-align: top;
}

/* line 1003, app/assets/stylesheets/temp.scss.erb */
.room_heading {
  background-color: #f5f6fa;
}

/* line 1006, app/assets/stylesheets/temp.scss.erb */
.property-box .d-block {
  display: inline !important;
}

/* line 1010, app/assets/stylesheets/temp.scss.erb */
.choice-box .form-control {
  margin: 7px 0px;
  padding: 0.25rem 1rem;
  min-height: 30px;
}

/* line 1016, app/assets/stylesheets/temp.scss.erb */
.ptable {
  width: 100%;
}

/* line 1019, app/assets/stylesheets/temp.scss.erb */
.ptable td {
  padding: 5px 4px;
  vertical-align: top;
}

/* line 1023, app/assets/stylesheets/temp.scss.erb */
[autocomplete="one-time-code"] {
  --magic-number: 50px;
  background-image: linear-gradient(#fff, #fff), url(/assets/icons/empty_grey_square-3e2b21eebaa8d4b31745327c250af1dd0d3f5572c75b9b36237de648bca55708.svg);
  background-size: var(--magic-number);
  background-position-x: right, left;
  background-repeat: no-repeat, repeat-x;
  border: 0;
  width: calc(7 * var(--magic-number));
  font-size: calc(0.6 * var(--magic-number));
  font-family: monospace;
  letter-spacing: calc(0.66 * var(--magic-number));
  padding-inline-start: calc(0.2 * var(--magic-number));
  box-sizing: border-box;
  overflow: hidden;
}

/* line 1040, app/assets/stylesheets/temp.scss.erb */
[autocomplete="one-time-code"]:focus {
  outline: none;
  background-size: var(--magic-number);
  background-position-x: right, left;
  background-repeat: no-repeat, repeat-x;
}

/* line 1047, app/assets/stylesheets/temp.scss.erb */
.m-r-100 {
  margin-right: 100px;
}

/* line 1051, app/assets/stylesheets/temp.scss.erb */
.color-gray-900,
.select2-selection__placeholder {
  color: #252d37 !important;
}

/* line 1056, app/assets/stylesheets/temp.scss.erb */
.transform-180 {
  transform: rotate(180deg);
}

/* line 1060, app/assets/stylesheets/temp.scss.erb */
.ml-23rem {
  margin-left: 23rem;
}

/********************************************************************************************************************/
/* line 3, app/assets/stylesheets/public.scss.erb */
#public_page {
  background-color: white;
  font-family: Lato;
  font-style: normal;
  font-stretch: normal;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  /********************************************************************************************************************/
  /********************************************************************************************************************/
  /********************************************************************************************************************/
  /********************************************************************************************************************/
  /********************************************************************************************************************/
  /********************************************************************************************************************/
  /********************************************************************************************************************/
}

/* line 9, app/assets/stylesheets/public.scss.erb */
#public_page #footer {
  flex: 0 0 auto;
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/public.scss.erb */
#public_page #content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

/* line 13, app/assets/stylesheets/public.scss.erb */
#public_page h1, #public_page .h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 300;
}

/* line 14, app/assets/stylesheets/public.scss.erb */
#public_page h2, #public_page .h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 300;
}

/* line 15, app/assets/stylesheets/public.scss.erb */
#public_page h3, #public_page .h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
}

/* line 17, app/assets/stylesheets/public.scss.erb */
#public_page h2.subject {
  font-size: 45px;
  line-height: 54px;
}

/* line 21, app/assets/stylesheets/public.scss.erb */
#public_page h1 *, #public_page .h1 *, #public_page h2 *, #public_page .h2 *, #public_page h3 *, #public_page .h3 *, #public_page h4 *, #public_page .h4 *, #public_page h5 *, #public_page .h5 *, #public_page h6 *, #public_page .h6 * {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/public.scss.erb */
#public_page .body {
  font-size: 18px;
  line-height: 1.5;
}

/* line 26, app/assets/stylesheets/public.scss.erb */
#public_page .body p:last-of-type {
  margin-bottom: 0;
}

/* line 31, app/assets/stylesheets/public.scss.erb */
#public_page .btn-white {
  border: 1px solid #e5e6ee;
  background-color: white;
}

/* line 32, app/assets/stylesheets/public.scss.erb */
#public_page .btn.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  width: 44px;
  height: 44px;
  padding-left: 0;
  padding-right: 0;
}

/* line 34, app/assets/stylesheets/public.scss.erb */
#public_page .margin-bottom {
  margin-bottom: 30px;
}

/* line 35, app/assets/stylesheets/public.scss.erb */
#public_page .gray-background {
  background-color: #eff0f5;
  padding: 30px;
}

/* line 37, app/assets/stylesheets/public.scss.erb */
#public_page .gray-background > .mykey-container:not(.card), #public_page .gray-background > .container:not(.card) {
  padding: 0;
}

@media (max-width: 991px) {
  /* line 35, app/assets/stylesheets/public.scss.erb */
  #public_page .gray-background {
    padding: 20px;
  }
}

/* line 41, app/assets/stylesheets/public.scss.erb */
#public_page .card-seperator {
  border-radius: 0;
  width: 100%;
  height: 1px;
  background: #ebedf2;
  color: #000000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.03);
}

/* line 42, app/assets/stylesheets/public.scss.erb */
#public_page .card-seperator-sm {
  width: 100px;
  margin: auto;
}

/* line 44, app/assets/stylesheets/public.scss.erb */
#public_page .flat-card {
  border-radius: 0;
  border: none;
  background-color: white;
}

/* line 45, app/assets/stylesheets/public.scss.erb */
#public_page .mykey-container {
  max-width: 1380px;
  margin: auto;
}

/* line 46, app/assets/stylesheets/public.scss.erb */
#public_page .mykey-container:not(.card) {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 51, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container {
  box-shadow: none;
  border: 1px solid #d4d5e0;
}

/* line 53, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container .pac-item {
  font-size: 15px;
  font-family: Lato;
  padding: 20px;
  line-height: 20px;
  font-weight: regular;
  color: #000000;
}

/* line 55, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container .pac-item .pac-icon.pac-icon-marker {
  display: none;
}

/* line 56, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container .pac-item .pac-item-query {
  font-size: 15px;
}

/* line 58, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container .pac-item:first-of-type {
  border-top: none;
}

/* line 59, app/assets/stylesheets/public.scss.erb */
#public_page .pac-container:after {
  display: none;
}

/* line 64, app/assets/stylesheets/public.scss.erb */
#public_page :not(.override-select-2-styles) .select2-dropdown {
  border-radius: 0px;
  border: none;
}

/* line 67, app/assets/stylesheets/public.scss.erb */
#public_page :not(.override-select-2-styles) .select2-dropdown .select2-results .select2-results__option {
  border: 1px solid #d4d5e0;
  border-top: none;
  text-align: center;
  font-size: 15px;
  padding: 20px;
  line-height: 20px;
  font-weight: regular;
  color: #000000;
}

/* line 68, app/assets/stylesheets/public.scss.erb */
#public_page :not(.override-select-2-styles) .select2-dropdown .select2-results .select2-results__option--highlighted {
  background-color: #fafafa;
}

/* line 69, app/assets/stylesheets/public.scss.erb */
#public_page :not(.override-select-2-styles) .select2-dropdown .select2-results .select2-results__option[aria-selected="true"] {
  display: none;
}

/* line 76, app/assets/stylesheets/public.scss.erb */
#public_page .page-header {
  border-radius: 0;
  min-height: 290px;
  color: #000000;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  /* line 76, app/assets/stylesheets/public.scss.erb */
  #public_page .page-header {
    min-height: 122px;
    height: auto;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 83, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-title {
  color: #000000;
  font-size: 70px;
  font-weight: 300;
  text-align: center;
  line-height: 105px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 83, app/assets/stylesheets/public.scss.erb */
  #public_page .page-header .page-title {
    font-size: 30px;
    line-height: 54px;
  }
}

/* line 87, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-subtitle1, #public_page .page-header .page-subtitle {
  color: #8d90a0;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 991px) {
  /* line 87, app/assets/stylesheets/public.scss.erb */
  #public_page .page-header .page-subtitle1, #public_page .page-header .page-subtitle {
    display: none;
  }
}

/* line 91, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-subtitle1 {
  color: #000000;
}

/* line 92, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-subtitle2 {
  line-height: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
}

/* line 94, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-sub-navbar {
  color: #8d90a0;
  font-size: 15px;
  text-align: center;
  width: 650px;
  margin: 30px auto 0 auto;
  padding-bottom: 14px;
}

/* line 96, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .page-sub-navbar a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 991px) {
  /* line 94, app/assets/stylesheets/public.scss.erb */
  #public_page .page-header .page-sub-navbar {
    margin-top: 18px;
  }
}

/* line 99, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .sub-nav-item-list {
  font-size: 0;
}

/* line 100, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .sub-nav-item {
  width: 130px;
  border-bottom: 1px solid #E5E6EE;
  padding-bottom: 11px;
  display: inline-block;
  font-size: 15px;
}

/* line 101, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .sub-nav-item.active-item {
  color: #000000;
  border-bottom: 2px solid #ff675c;
  padding-bottom: 10px;
}

/* line 102, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .sub-nav-item:hover:not(.active-item) {
  border-bottom: 1px solid #8d90a0;
  color: #000000;
}

/* line 104, app/assets/stylesheets/public.scss.erb */
#public_page .page-header #dropdownMenuLink {
  background-color: #E5E6EE;
  border: 1px solid #E5E6EE;
  border-radius: 20px;
  color: #252D37;
  min-width: 240px;
  transition: border-radius 0.25s;
  box-shadow: none;
}

/* line 105, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown.show #dropdownMenuLink {
  border-radius: 20px 20px 0 0;
  transition: none;
}

/* line 106, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu {
  margin: 0;
  min-width: 240px;
  background-color: #E5E6EE;
  padding: 0;
  border-radius: 0 0 20px 20px;
}

/* line 107, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  border-top: 1px solid #D8D8D8;
  color: #8d90a0;
  text-align: center;
}

/* line 108, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item:last-of-type {
  border-radius: 0 0 20px 20px;
}

/* line 109, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item.selected {
  color: #252D37;
}

/* line 110, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item:active {
  background-color: #E5E6EE;
}

/* line 117, app/assets/stylesheets/public.scss.erb */
#public_page .page-header #dropdownMenuLink {
  background-color: #E5E6EE;
  border: 1px solid #E5E6EE;
  border-radius: 20px;
  color: #252D37;
  min-width: 240px;
  transition: border-radius 0.25s;
  box-shadow: none;
}

/* line 118, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown.show #dropdownMenuLink {
  border-radius: 20px 20px 0 0;
  transition: none;
}

/* line 119, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu {
  margin: 0;
  min-width: 240px;
  background-color: #E5E6EE;
  padding: 0;
  border-radius: 0 0 20px 20px;
}

/* line 120, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  border-top: 1px solid #D8D8D8;
  color: #8d90a0;
  text-align: center;
  text-decoration: none;
}

/* line 121, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item:last-of-type {
  border-radius: 0 0 20px 20px;
}

/* line 122, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item.selected {
  color: #252D37;
}

/* line 123, app/assets/stylesheets/public.scss.erb */
#public_page .page-header .dropdown-menu .dropdown-item:active {
  background-color: #E5E6EE;
}

/* line 130, app/assets/stylesheets/public.scss.erb */
#public_page #errors {
  background: #eff0f5;
  color: #252d37;
  padding-top: 100px;
  padding-bottom: 100px;
}

/* line 133, app/assets/stylesheets/public.scss.erb */
#public_page #errors h2 {
  padding-top: 30px;
  font-size: 120px;
  line-height: 80px;
  font-weight: 100;
}

/* line 134, app/assets/stylesheets/public.scss.erb */
#public_page #errors .img {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 135, app/assets/stylesheets/public.scss.erb */
#public_page #errors .title {
  font-size: 26px;
  font-weight: 300;
}

/* line 136, app/assets/stylesheets/public.scss.erb */
#public_page #errors .message {
  font-size: 15px;
  color: #8d90a0;
}

/* line 137, app/assets/stylesheets/public.scss.erb */
#public_page #errors .page-buttons {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 137, app/assets/stylesheets/public.scss.erb */
#public_page #errors .page-buttons .btn.btn-primary {
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 130, app/assets/stylesheets/public.scss.erb */
  #public_page #errors {
    padding-top: 80px;
  }
  /* line 142, app/assets/stylesheets/public.scss.erb */
  #public_page #errors .img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* line 143, app/assets/stylesheets/public.scss.erb */
  #public_page #errors .title, #public_page #errors .message {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 144, app/assets/stylesheets/public.scss.erb */
  #public_page #errors .page-buttons {
    padding-bottom: 30px;
  }
}

/* line 151, app/assets/stylesheets/public.scss.erb */
#public_page #public-header {
  padding-top: 60px;
  padding-bottom: 0;
}

/* line 153, app/assets/stylesheets/public.scss.erb */
#public_page #public-header .close-icon {
  float: right;
}

/* line 159, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations, #public_page #thank-you, #public_page #confirmed, #public_page #new-housing-lead, #public_page #new-insurance-lead, #public_page #supplier-sign-up, #public_page #payment-infos, #public_page #public-header {
  flex: 1 1 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #eff0f5;
}

/* line 162, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations .page-header, #public_page #thank-you .page-header, #public_page #confirmed .page-header, #public_page #new-housing-lead .page-header, #public_page #new-insurance-lead .page-header, #public_page #supplier-sign-up .page-header, #public_page #payment-infos .page-header, #public_page #public-header .page-header {
  background: #eff0f5;
  box-shadow: none;
}

/* line 163, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations .page-subtitle1, #public_page #thank-you .page-subtitle1, #public_page #confirmed .page-subtitle1, #public_page #new-housing-lead .page-subtitle1, #public_page #new-insurance-lead .page-subtitle1, #public_page #supplier-sign-up .page-subtitle1, #public_page #payment-infos .page-subtitle1, #public_page #public-header .page-subtitle1 {
  color: #000000;
}

/* line 164, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations .card-body, #public_page #thank-you .card-body, #public_page #confirmed .card-body, #public_page #new-housing-lead .card-body, #public_page #new-insurance-lead .card-body, #public_page #supplier-sign-up .card-body, #public_page #payment-infos .card-body, #public_page #public-header .card-body {
  padding: 40px 40px 25px 40px;
}

/* line 165, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations .card-body + .card-body, #public_page #thank-you .card-body + .card-body, #public_page #confirmed .card-body + .card-body, #public_page #new-housing-lead .card-body + .card-body, #public_page #new-insurance-lead .card-body + .card-body, #public_page #supplier-sign-up .card-body + .card-body, #public_page #payment-infos .card-body + .card-body, #public_page #public-header .card-body + .card-body {
  padding-top: 0;
}

/* line 166, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations h3, #public_page #thank-you h3, #public_page #confirmed h3, #public_page #new-housing-lead h3, #public_page #new-insurance-lead h3, #public_page #supplier-sign-up h3, #public_page #payment-infos h3, #public_page #public-header h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

/* line 167, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations h3 img, #public_page #thank-you h3 img, #public_page #confirmed h3 img, #public_page #new-housing-lead h3 img, #public_page #new-insurance-lead h3 img, #public_page #supplier-sign-up h3 img, #public_page #payment-infos h3 img, #public_page #public-header h3 img {
  margin-right: 6px;
}

/* line 168, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations .form-control::placeholder, #public_page #thank-you .form-control::placeholder, #public_page #confirmed .form-control::placeholder, #public_page #new-housing-lead .form-control::placeholder, #public_page #new-insurance-lead .form-control::placeholder, #public_page #supplier-sign-up .form-control::placeholder, #public_page #payment-infos .form-control::placeholder, #public_page #public-header .form-control::placeholder {
  color: #252d37;
}

/* line 169, app/assets/stylesheets/public.scss.erb */
#public_page #authorizations p, #public_page #thank-you p, #public_page #confirmed p, #public_page #new-housing-lead p, #public_page #new-insurance-lead p, #public_page #supplier-sign-up p, #public_page #payment-infos p, #public_page #public-header p {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  color: #000000;
}

/* line 174, app/assets/stylesheets/public.scss.erb */
#new-insurance-lead .insurance-inquiry-help {
  height: 250px;
}

/* line 175, app/assets/stylesheets/public.scss.erb */
#new-insurance-lead .page-header {
  justify-content: left;
  text-align: left;
}

/* line 176, app/assets/stylesheets/public.scss.erb */
#new-insurance-lead .page-header .page-title {
  text-align: left;
}

@media (max-width: 991px) {
  /* line 175, app/assets/stylesheets/public.scss.erb */
  #new-insurance-lead .page-header {
    justify-content: center;
    text-align: center;
  }
  /* line 178, app/assets/stylesheets/public.scss.erb */
  #new-insurance-lead .page-header .page-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* line 181, app/assets/stylesheets/public.scss.erb */
  #new-insurance-lead .insurance-inquiry-help {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/********************************************************************************************************************/
/* line 187, app/assets/stylesheets/public.scss.erb */
#footer:before {
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  content: '';
  background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 2000px) {
  /* line 188, app/assets/stylesheets/public.scss.erb */
  #footer:before {
    width: 37%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 189, app/assets/stylesheets/public.scss.erb */
  #footer::before {
    width: 32%;
  }
}

@media screen and (max-width: 1060px) {
  /* line 190, app/assets/stylesheets/public.scss.erb */
  #footer::before {
    display: none;
  }
}

/* line 192, app/assets/stylesheets/public.scss.erb */
#footer.page-footer {
  background: url(/assets/footer-bg-c8f6207afd53041e9ceadd474e0f800b276c9be4cdf45ca871773b6e8cecf3bc.png);
  background-color: #000000;
  color: #bec0c3;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}

/* line 193, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .container.default-container {
  position: relative;
}

/* line 194, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-left {
  float: left;
}

/* line 195, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-right {
  float: right;
}

/* line 196, app/assets/stylesheets/public.scss.erb */
#footer.page-footer a {
  font-size: 17px;
  color: #bec0c3;
  text-decoration: none;
  transition: all .4s ease-in-out;
}

/* line 197, app/assets/stylesheets/public.scss.erb */
#footer.page-footer a:hover {
  color: #ff675c;
  opacity: 1;
}

/* line 198, app/assets/stylesheets/public.scss.erb */
#footer.page-footer strong {
  color: #ffffff;
}

/* line 199, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 200, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .menu li {
  display: block;
  float: left;
  padding-right: 22px;
  margin: 0 12px 0 0;
  background: url(/assets/footer-step-71cb6ffeec93ced84e6f144fab2f79bf3a87c8e921bc9ac0192b5afc7a41e475.png) no-repeat right center;
}

/* line 201, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .menu li:last-child {
  background: none;
  padding: 0;
  margin: 0;
}

/* line 203, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-logo {
  margin-bottom: 22px;
}

/* line 204, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-email, #footer.page-footer .footer-phone {
  color: #bec0c3;
  padding: 0 0 6px 0;
}

/* line 205, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-email a, #footer.page-footer .footer-phone a {
  font-size: 16px;
  line-height: 22px;
}

/* line 207, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-phone {
  padding-bottom: 0;
}

/* line 208, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .social-links {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}

/* line 209, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .social-links li {
  float: left;
  margin: 0 12px 0 0;
}

/* line 210, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .social-links li a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* line 212, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .menu2 {
  padding-top: 9px;
}

/* line 213, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .buttons {
  float: right;
}

/* line 214, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn-mykey {
  color: #ffffff;
  transition: none;
}

/* line 215, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn-mykey:hover {
  background: #ffffff;
  color: #000000 !important;
}

/* line 216, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn.btn-white {
  background: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
  transition: none;
  border: none;
}

/* line 217, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn.btn-white:hover {
  background: linear-gradient(to bottom, #ff991c 0%, #ff675c 100%) !important;
  color: #ffffff !important;
}

/* line 218, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn {
  margin-top: 25px;
}

/* line 219, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .btn.btn-white {
  margin-right: 12px;
}

/* line 220, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .footer-copyright {
  padding: 20px 0;
  margin: 43px 0 0;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #bec0c3;
}

/* line 221, app/assets/stylesheets/public.scss.erb */
#footer.page-footer .clear {
  clear: both;
}

@media screen and (max-width: 1060px) {
  /* line 223, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-left {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  /* line 224, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-right {
    float: none;
    padding: 14px 0 0;
  }
  /* line 225, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-logo {
    text-align: center;
    margin: 0 0 18px;
  }
  /* line 226, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-logo img, #footer.page-footer .footer-email, #footer.page-footer .footer-phone {
    vertical-align: top;
  }
  /* line 227, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-email, #footer.page-footer .footer-phone {
    padding-bottom: 0;
  }
  /* line 228, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .social-link {
    text-align: center;
    padding: 5px 0 0;
  }
  /* line 229, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .social-links li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  /* line 230, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .menu li a, #footer.page-footer .btn {
    font-size: 16px;
  }
  /* line 231, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .menu {
    float: none;
    padding: 2px 0 0;
    text-align: center;
  }
  /* line 232, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .menu li {
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  /* line 234, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .buttons {
    float: none;
    text-align: center;
  }
  /* line 235, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .footer-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 238, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .menu li {
    background: none;
    display: block;
    padding: 0;
    margin: 0;
  }
  /* line 239, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .btn {
    display: block;
  }
  /* line 240, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .btn.btn-white {
    margin-right: 0;
  }
  /* line 241, app/assets/stylesheets/public.scss.erb */
  #footer.page-footer .btn.btn-mykey {
    margin-top: 6px;
  }
}

/* line 245, app/assets/stylesheets/public.scss.erb */
.logged-in #footer {
  margin-top: 4rem;
}

/********************************************************************************************************************/
/* line 251, app/assets/stylesheets/public.scss.erb */
#credit-card-authorization-document {
  flex: 1 1 auto;
  background-color: #F5F5F9;
}

/* line 254, app/assets/stylesheets/public.scss.erb */
#credit-card-authorization-document .page-title {
  padding: 0 125px;
  position: relative;
}

/* line 256, app/assets/stylesheets/public.scss.erb */
#credit-card-authorization-document .page-title .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 120px;
}

@media (max-width: 991px) {
  /* line 254, app/assets/stylesheets/public.scss.erb */
  #credit-card-authorization-document .page-title {
    padding: 0 50px;
  }
  /* line 259, app/assets/stylesheets/public.scss.erb */
  #credit-card-authorization-document .page-title .btn {
    min-width: 44px;
    width: 44px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 262, app/assets/stylesheets/public.scss.erb */
#credit-card-authorization-document .card-body {
  padding: 30px 60px !important;
}

@media (max-width: 991px) {
  /* line 262, app/assets/stylesheets/public.scss.erb */
  #credit-card-authorization-document .card-body {
    padding: 30px !important;
  }
}

/* line 268, app/assets/stylesheets/public.scss.erb */
#credit-card-authorization-document .credit-card-table tbody {
  color: #252d37 !important;
  font-weight: bold;
}

/********************************************************************************************************************/
/* line 276, app/assets/stylesheets/public.scss.erb */
#supplier-info-confirmation h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

/* line 277, app/assets/stylesheets/public.scss.erb */
#supplier-info-confirmation h4 {
  font-size: 18px;
}

/* line 278, app/assets/stylesheets/public.scss.erb */
#supplier-info-confirmation .styled-checkbox:not(.payment-discount) .form-check-label {
  font-size: 18px;
}

/* line 279, app/assets/stylesheets/public.scss.erb */
#supplier-info-confirmation .styled-radio-button .form-radio-label {
  display: inline-block;
  padding-right: 30px;
  font-weight: 700;
}

/********************************************************************************************************************/
/* line 286, app/assets/stylesheets/public.scss.erb */
#service-level-agreement {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* line 288, app/assets/stylesheets/public.scss.erb */
#service-level-agreement .gray-background {
  flex-grow: 1;
}

/* line 289, app/assets/stylesheets/public.scss.erb */
#service-level-agreement .page-title {
  position: relative;
  padding: 0 50px;
}

/* line 291, app/assets/stylesheets/public.scss.erb */
#service-level-agreement .page-title .btn {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 120px;
}

@media (min-width: 992px) {
  /* line 289, app/assets/stylesheets/public.scss.erb */
  #service-level-agreement .page-title {
    padding: 0 125px;
  }
}

@media (max-width: 991px) {
  /* line 296, app/assets/stylesheets/public.scss.erb */
  #service-level-agreement .page-title .btn {
    min-width: 44px;
    width: 44px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  /* line 300, app/assets/stylesheets/public.scss.erb */
  #service-level-agreement .card-body {
    padding: 30px 60px !important;
  }
  /* line 301, app/assets/stylesheets/public.scss.erb */
  #service-level-agreement.confirm-info .sla-container {
    max-height: 1080px;
    overflow-y: auto;
  }
}

@media (max-width: 991px) {
  /* line 304, app/assets/stylesheets/public.scss.erb */
  #service-level-agreement .card-body h1 {
    font-size: 30px;
    line-height: 54px;
  }
}

/********************************************************************************************************************/
/* line 311, app/assets/stylesheets/public.scss.erb */
body.gray {
  background-color: #F5F5F9 !important;
}

/* line 315, app/assets/stylesheets/public.scss.erb */
.disable-div {
  pointer-events: none;
  opacity: 0.4;
}

/* line 1, app/assets/stylesheets/accessibility.scss */
.asw-menu {
  font-family: 'Lato';
  position: fixed;
  left: 20px;
  top: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 20px #00000080;
  opacity: 1;
  transition: .3s;
  z-index: 500000;
  overflow: hidden;
  background: #f9f9f9;
  width: 500px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.015em;
  height: calc(100% - 40px - 75px);
  color: #000;
}

/* line 21, app/assets/stylesheets/accessibility.scss */
.asw-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 18px;
  height: 60px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #dedede;
  color: #000;
}

/* line 33, app/assets/stylesheets/accessibility.scss */
.asw-menu-header > div {
  display: flex;
}

/* line 37, app/assets/stylesheets/accessibility.scss */
.asw-menu-header div[role="button"] {
  padding: 12px;
  cursor: pointer;
  color: #000;
}

/* line 43, app/assets/stylesheets/accessibility.scss */
.asw-menu-header div[role="button"]:hover {
  opacity: 0.8;
  color: #000;
}

/* line 48, app/assets/stylesheets/accessibility.scss */
.asw-card {
  margin: 0 15px 30px;
}

/* line 52, app/assets/stylesheets/accessibility.scss */
.asw-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

/* line 58, app/assets/stylesheets/accessibility.scss */
.asw-btn {
  aspect-ratio: 6 / 5;
  border-radius: 4px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #333;
  font-size: 16px !important;
  background: #fff;
  border: 1px solid #dedede;
  transition: all 0.3s ease;
  cursor: pointer;
  line-height: 1.4;
}

/* line 76, app/assets/stylesheets/accessibility.scss */
.asw-btn .asw-translate {
  font-size: 15px !important;
}

/* line 80, app/assets/stylesheets/accessibility.scss */
.asw-btn .material-icons {
  margin-bottom: 16px;
}

/* line 84, app/assets/stylesheets/accessibility.scss */
.asw-btn:hover {
  border-color: #419D4A;
}

/* line 88, app/assets/stylesheets/accessibility.scss */
.asw-btn.asw-selected {
  background: #419D4A;
  color: white;
  border-color: #419D4A;
}

/* line 94, app/assets/stylesheets/accessibility.scss */
.asw-menu-content {
  overflow-y: scroll;
  max-height: calc(100% - 80px);
  color: #333;
  padding: 15px 0;
}

/* line 101, app/assets/stylesheets/accessibility.scss */
.asw-widget,
.asw-menu {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* line 111, app/assets/stylesheets/accessibility.scss */
.asw-widget *,
.asw-menu * {
  box-sizing: border-box;
}

/* line 116, app/assets/stylesheets/accessibility.scss */
.asw-menu-btn {
  position: fixed;
  z-index: 00000;
  left: 0px;
  top: 200px;
  background: #4054b2;
  transition: .3s;
  align-items: center;
  justify-content: center;
  transform: scale(1);
  width: 54px;
  height: 54px;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}

/* line 134, app/assets/stylesheets/accessibility.scss */
.asw-menu-btn:hover {
  transform: scale(1.1);
}

/* line 137, app/assets/stylesheets/accessibility.scss */
.material-icons.md-36.white {
  font-size: 36px;
  color: #f9f9f9;
}

@font-face {
  font-family: 'OpenDyslexic3';
  src: url("https://website-widgets.pages.dev/fonts/OpenDyslexic3-Regular.woff") format("woff"), url("https://website-widgets.pages.dev/fonts/OpenDyslexic3-Regular.ttf") format("truetype");
}

@media only screen and (max-width: 560px) {
  /* line 145, app/assets/stylesheets/accessibility.scss */
  .asw-menu-btn {
    width: 38px;
    height: 38px;
  }
  /* line 150, app/assets/stylesheets/accessibility.scss */
  .asw-menu-btn svg {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
    max-width: 24px;
    max-height: 24px;
  }
}

@media only screen and (max-width: 560px) {
  /* line 161, app/assets/stylesheets/accessibility.scss */
  .asw-menu {
    width: calc(100% - 20px);
    left: 10px;
  }
}

@media only screen and (max-width: 420px) {
  /* line 168, app/assets/stylesheets/accessibility.scss */
  .asw-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }
  /* line 173, app/assets/stylesheets/accessibility.scss */
  .asw-menu {
    width: calc(100% - 20px);
    left: 10px;
  }
}

/* line 2, app/assets/stylesheets/skeleton.scss */
.loading-skeleton h1, .loading-skeleton h2, .loading-skeleton h3, .loading-skeleton h4, .loading-skeleton h5, .loading-skeleton h6,
.loading-skeleton p, .loading-skeleton li,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton .form-control {
  color: transparent;
  appearance: none;
  -webkit-appearance: none;
  background-color: #eee;
  border-color: #eee;
}

/* line 9, app/assets/stylesheets/skeleton.scss */
.loading-skeleton h1::placeholder, .loading-skeleton h2::placeholder, .loading-skeleton h3::placeholder, .loading-skeleton h4::placeholder, .loading-skeleton h5::placeholder, .loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder, .loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

/* line 21, app/assets/stylesheets/skeleton.scss */
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}

/* line 25, app/assets/stylesheets/skeleton.scss */
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.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}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.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)}.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}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.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}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.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}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.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}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.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}.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}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.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}.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}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.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)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.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)}.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}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.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}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.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}.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)}.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)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.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}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.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}.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}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

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

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ff675c;
  --orange: #ff8350;
  --yellow: #ffbe55;
  --green: #54c98f;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #a3a7b5;
  --gray-dark: #777884;
  --primary: #ff675c;
  --secondary: #e5e6ee;
  --success: #54c98f;
  --info: #007bff;
  --warning: #ffbe55;
  --danger: #ffebea;
  --light: #f5f6fa;
  --dark: #8d90a0;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Lato, Arial;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Lato, Arial;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #252d37;
  text-align: left;
  background-color: #ebedf2; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #252d37;
  text-decoration: underline #d4d5e0;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #060809;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 1rem 1rem;
  padding-bottom: 1rem 1rem;
  color: #a3a7b5;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 25px; }

h5, .h5 {
  font-size: 12px; }

h6, .h6 {
  font-size: 11px; }

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #a3a7b5; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #a3a7b5; }

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #252d37;
  border-radius: 0.1rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #252d37; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 1rem 1rem;
    vertical-align: top;
    border-top: 0 solid #e5e6ee; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #e5e6ee; }
  .table tbody + tbody {
    border-top: 0 solid #e5e6ee; }
  .table .table {
    background-color: #ebedf2; }

.table-sm th,
.table-sm td {
  padding: 0.5rem; }

.table-bordered {
  border: 0 solid #e5e6ee; }
  .table-bordered th,
  .table-bordered td {
    border: 0 solid #e5e6ee; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffd4d1; }

.table-primary-bold,
.table-primary-bold>th,
.table-primary-bold>td {
  background-color: #ffbcb8;
  font-weight: 700 !important;
  color: #484c52!important;}
  
.table-primaryred-bold,
.table-primaryred-bold>th,
.table-primaryred-bold>td {
  color: #484c52!important;
  background-color: #f55850;
  font-weight: 700 !important;}  

.table-hover .table-primary:hover {
  background-color: #ffbcb8; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #ffbcb8; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f8f8fa; }

.table-hover .table-secondary:hover {
  background-color: #e9e9ef; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e9e9ef; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #cff0e0; }

.table-hover .table-success:hover {
  background-color: #bcead3; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #bcead3; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8daff; }

.table-hover .table-info:hover {
  background-color: #9fcdff; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #9fcdff; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffedcf; }

.table-hover .table-warning:hover {
  background-color: #ffe3b6; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe3b6; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fff9f9; }

.table-hover .table-danger:hover {
  background-color: #ffe0e0; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #ffe0e0; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfe; }

.table-hover .table-light:hover {
  background-color: #e9e9f8; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #e9e9f8; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #dfe0e4; }

.table-hover .table-dark:hover {
  background-color: #d1d3d8; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #d1d3d8; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #ebedf2;
  background-color: #252d37;
  border-color: #34404e; }
.table .thead-light th {
  color: #8d90a0;
  background-color: #ebedf2;
  border-color: #e5e6ee; }

.table-dark {
  color: #ebedf2;
  background-color: #252d37; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #34404e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #8d90a0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e4e6eb;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #8d90a0;
    background-color: #ffffff;
    border-color: #ffdedc;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.25); }
  .form-control::placeholder {
    color: #a3a7b5;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #ebedf2;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.425rem + 2px); }
select.form-control:focus::-ms-value {
  color: #8d90a0;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.1875rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.15rem + 1px);
  padding-bottom: calc(0.15rem + 1px);
  font-size: 0.83125rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.15rem 0.75rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.546875rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 2rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.78125rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #a3a7b5; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #54c98f; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(84, 201, 143, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #54c98f; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #54c98f;
    box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #54c98f; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #54c98f; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #b5e8ce; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #7bd5a8; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(84, 201, 143, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #54c98f; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ffebea; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(255, 235, 234, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ffebea; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #ffebea;
    box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ffebea; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ffebea; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: white; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: white; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(255, 235, 234, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ffebea; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #ffffff !important;
  background-color: #ff675c;
  border-color: #ff675c; }
  .btn-primary:hover {
    color: #ffffff;
    background-color: #ff4336;
    border-color: #ff3729; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #ff675c;
    border-color: #ff675c; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ff3729;
    border-color: #ff2c1c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.5); }

.btn-secondary {
  color: #252d37;
  background-color: #e5e6ee;
  border-color: #e5e6ee; }
  .btn-secondary:hover {
    color: #252d37;
    background-color: #ced0df;
    border-color: #c6c8da; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 230, 238, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #252d37;
    background-color: #e5e6ee;
    border-color: #e5e6ee; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #252d37;
    background-color: #c6c8da;
    border-color: #bec1d5; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 230, 238, 0.5); }

.btn-success {
  color: #252d37;
  background-color: #54c98f;
  border-color: #54c98f; }
  .btn-success:hover {
    color: #ffffff !important;
    background-color: #3bbc7c;
    border-color: #38b276; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #252d37;
    background-color: #54c98f;
    border-color: #54c98f; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #38b276;
    border-color: #35a86f; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-warning {
  color: #252d37;
  background-color: #ffbe55;
  border-color: #ffbe55; }
  .btn-warning:hover {
    color: #252d37;
    background-color: #ffaf2f;
    border-color: #ffab22; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 190, 85, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #252d37;
    background-color: #ffbe55;
    border-color: #ffbe55; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #252d37;
    background-color: #ffab22;
    border-color: #ffa615; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 190, 85, 0.5); }

.btn-danger {
  color: #252d37;
  background-color: #ffebea;
  border-color: #ffebea; }
  .btn-danger:hover {
    color: #252d37;
    background-color: #ffc7c4;
    border-color: #ffbab7; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #252d37;
    background-color: #ffebea;
    border-color: #ffebea; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #252d37;
    background-color: #ffbab7;
    border-color: #ffaeaa; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.5); }

.btn-light {
  color: #252d37;
  background-color: #f5f6fa;
  border-color: #f5f6fa; }
  .btn-light:hover {
    color: #252d37;
    background-color: #dcdfed;
    border-color: #d3d7e9; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #252d37;
    background-color: #f5f6fa;
    border-color: #f5f6fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #252d37;
    background-color: #d3d7e9;
    border-color: #cbd0e5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #8d90a0;
  border-color: #8d90a0; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #787c8f;
    border-color: #727588; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 144, 160, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #8d90a0;
    border-color: #8d90a0; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #727588;
    border-color: #6c6f81; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 144, 160, 0.5); }

.btn-outline-primary {
  color: #ff675c;
  background-color: transparent;
  background-image: none;
  border-color: #ff675c; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #ff675c;
    border-color: #ff675c; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ff675c;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #ff675c;
    border-color: #ff675c; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.5); }

.btn-outline-secondary {
  color: #e5e6ee;
  background-color: transparent;
  background-image: none;
  border-color: #e5e6ee; }
  .btn-outline-secondary:hover {
    color: #252d37;
    background-color: #e5e6ee;
    border-color: #e5e6ee; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(229, 230, 238, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e5e6ee;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #252d37;
    background-color: #e5e6ee;
    border-color: #e5e6ee; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(229, 230, 238, 0.5); }

.btn-outline-success {
  color: #54c98f;
  background-color: transparent;
  background-image: none;
  border-color: #54c98f; }
  .btn-outline-success:hover {
    color: #252d37;
    background-color: #54c98f;
    border-color: #54c98f; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #54c98f;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #252d37;
    background-color: #54c98f;
    border-color: #54c98f; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(84, 201, 143, 0.5); }

.btn-outline-info {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-warning {
  color: #ffbe55;
  background-color: transparent;
  background-image: none;
  border-color: #ffbe55; }
  .btn-outline-warning:hover {
    color: #252d37;
    background-color: #ffbe55;
    border-color: #ffbe55; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 190, 85, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffbe55;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #252d37;
    background-color: #ffbe55;
    border-color: #ffbe55; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 190, 85, 0.5); }

.btn-outline-danger {
  color: #ffebea;
  background-color: transparent;
  background-image: none;
  border-color: #ffebea; }
  .btn-outline-danger:hover {
    color: #252d37;
    background-color: #ffebea;
    border-color: #ffebea; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ffebea;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #252d37;
    background-color: #ffebea;
    border-color: #ffebea; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 235, 234, 0.5); }

.btn-outline-light {
  color: #f5f6fa;
  background-color: transparent;
  background-image: none;
  border-color: #f5f6fa; }
  .btn-outline-light:hover {
    color: #252d37;
    background-color: #f5f6fa;
    border-color: #f5f6fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f5f6fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #252d37;
    background-color: #f5f6fa;
    border-color: #f5f6fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 246, 250, 0.5); }

.btn-outline-dark {
  color: #8d90a0;
  background-color: transparent;
  background-image: none;
  border-color: #8d90a0; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #8d90a0;
    border-color: #8d90a0; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(141, 144, 160, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #8d90a0;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #8d90a0;
    border-color: #8d90a0; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 144, 160, 0.5); }

.btn-link {
  font-weight: 400;
  color: #252d37;
  background-color: transparent; }
  .btn-link:hover {
    color: #060809;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #a3a7b5; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 2rem;
  font-size: 1.1875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.15rem 0.75rem;
  font-size: 0.83125rem;
  line-height: 1.5;
  border-radius: 0.1rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }
.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.95rem;
  color: #252d37;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.125rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #ebedf2; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #252d37;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  letter-spacing: normal; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1b2128;
    text-decoration: none;
    background-color: #f5f6fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff675c; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #a3a7b5;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.83125rem;
  color: #a3a7b5;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d90a0;
  text-align: center;
  white-space: nowrap;
  background-color: #ebedf2;
  border: 1px solid #e4e6eb;
  border-radius: 0.125rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #ff675c; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ebedf2, 0 0 0 0.2rem rgba(255, 103, 92, 0.25); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: white; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #a3a7b5; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #ebedf2; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #e5e6ee; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.125rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff675c; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff675c; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 103, 92, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 103, 92, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff675c; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 103, 92, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.425rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #8d90a0;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23777884' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e4e6eb;
  border-radius: 0.125rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #ffdedc;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 222, 220, 0.5); }
    .custom-select:focus::-ms-value {
      color: #8d90a0;
      background-color: #ffffff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #a3a7b5;
    background-color: #ebedf2; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.546875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.78125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.425rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.425rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #ffdedc;
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.25); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #ffdedc; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.425rem + 2px);
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #8d90a0;
  background-color: #ffffff;
  border: 1px solid #e4e6eb;
  border-radius: 0.125rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.425rem + 2px) - 1px * 2);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #8d90a0;
    content: "Browse";
    background-color: #ebedf2;
    border-left: 1px solid #e4e6eb;
    border-radius: 0 0.125rem 0.125rem 0; }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: inline-flex;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #a3a7b5; }

.nav-tabs {
  border-bottom: 1px solid #d4d5e0; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #d4d5e0; }
    .nav-tabs .nav-link.disabled {
      color: #a3a7b5;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #252d37;
    background-color: #ffffff;
    border-color: #d4d5e0 #d4d5e0 #ffffff #d4d5e0; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.125rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #ff675c; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.321875rem;
  padding-bottom: 0.321875rem;
  margin-right: 1rem;
  font-size: 1.1875rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.1875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.125rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #ffffff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #ffffff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #ffffff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #ffffff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #d4d5e0;
  border-radius: 0.125rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 1rem; }

.card-subtitle {
  margin-top: -0.5rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e5e6ee; }
  .card-header:first-child {
    border-radius: calc(0.125rem - 1px) calc(0.125rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 1rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e5e6ee; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.125rem - 1px) calc(0.125rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -1rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.125rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.125rem - 1px);
  border-top-right-radius: calc(0.125rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.125rem - 1px);
  border-bottom-left-radius: calc(0.125rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.125rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.125rem;
            border-top-right-radius: 0.125rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.125rem;
            border-bottom-left-radius: 0.125rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 1rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #ffffff;
  border-radius: 0.125rem; }

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1rem;
  padding-left: 1rem;
  color: #a3a7b5;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  height: 24px;
  width: 16px; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }
.breadcrumb-item.active {
  color: #a3a7b5; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.125rem;
  margin: auto;
  text-align: center;
  height: 100%;
}

.pagy-bootstrap > .pagination { 
  width: 100%;
}

.page-link {
  position: relative;
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8d90a0;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #e7e8f3; }
  .page-link:hover {
    color: #8d90a0;
    text-decoration: none;
    font-weight: bold;
    background-color: #f5f6fa;
    border-color: #e5e6ee; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 103, 92, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem; }
.page-item.active .page-link {
  z-index: 1;
  color: #8d90a0;
  background-color: #f5f6fa;
  border-color: #f5f6fa; }
.page-item.disabled .page-link {
  color: #a3a7b5;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #e5e6ee; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.1875rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.83125rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem; }

.badge {
  display: inline-block;
  padding: 0 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.125rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #ffffff;
  background-color: #ff675c; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff3729; }

.badge-secondary {
  color: #252d37;
  background-color: #e5e6ee; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #252d37;
    text-decoration: none;
    background-color: #c6c8da; }

.badge-success {
  color: #252d37;
  background-color: #54c98f; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #252d37;
    text-decoration: none;
    background-color: #38b276; }

.badge-info {
  color: #ffffff;
  background-color: #007bff; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0062cc; }

.badge-warning {
  color: #252d37;
  background-color: #ffbe55; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #252d37;
    text-decoration: none;
    background-color: #ffab22; }

.badge-danger {
  color: #252d37;
  background-color: #ffebea; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #252d37;
    text-decoration: none;
    background-color: #ffbab7; }

.badge-light {
  color: #252d37;
  background-color: #f5f6fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #252d37;
    text-decoration: none;
    background-color: #d3d7e9; }

.badge-dark {
  color: #ffffff;
  background-color: #8d90a0; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #727588; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #ebedf2;
  border-radius: 0.2rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.125rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.925rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #853630;
  background-color: #ffe1de;
  border-color: #ffd4d1; }
  .alert-primary hr {
    border-top-color: #ffbcb8; }
  .alert-primary .alert-link {
    color: #602722; }

.alert-secondary {
  color: #77787c;
  background-color: #fafafc;
  border-color: #f8f8fa; }
  .alert-secondary hr {
    border-top-color: #e9e9ef; }
  .alert-secondary .alert-link {
    color: #5e5f62; }

.alert-success {
  color: #2c694a;
  background-color: #ddf4e9;
  border-color: #cff0e0; }
  .alert-success hr {
    border-top-color: #bcead3; }
  .alert-success .alert-link {
    color: #1d4531; }

.alert-info {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-info hr {
    border-top-color: #9fcdff; }
  .alert-info .alert-link {
    color: #002752; }

.alert-warning {
  color: #85632c;
  background-color: #fff2dd;
  border-color: #ffedcf; }
  .alert-warning hr {
    border-top-color: #ffe3b6; }
  .alert-warning .alert-link {
    color: #5f461f; }

.alert-danger {
  color: #857a7a;
  background-color: #fffbfb;
  border-color: #fff9f9; }
  .alert-danger hr {
    border-top-color: #ffe0e0; }
  .alert-danger .alert-link {
    color: #6a6262; }

.alert-light {
  color: #7f8082;
  background-color: #fdfdfe;
  border-color: #fcfcfe; }
  .alert-light hr {
    border-top-color: #e9e9f8; }
  .alert-light .alert-link {
    color: #666768; }

.alert-dark {
  color: #494b53;
  background-color: #e8e9ec;
  border-color: #dfe0e4; }
  .alert-dark hr {
    border-top-color: #d1d3d8; }
  .alert-dark .alert-link {
    color: #313238; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.7125rem;
  background-color: #ebedf2;
  border-radius: 0.125rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-color: #ff675c;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #8d90a0;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #8d90a0;
    text-decoration: none;
    background-color: #f5f6fa; }
  .list-group-item-action:active {
    color: #252d37;
    background-color: #ebedf2; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #a3a7b5;
    background-color: #ffffff; }
  .list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #ff675c;
    border-color: #ff675c; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #853630;
  background-color: #ffd4d1; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #853630;
    background-color: #ffbcb8; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #853630;
    border-color: #853630; }

.list-group-item-secondary {
  color: #77787c;
  background-color: #f8f8fa; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #77787c;
    background-color: #e9e9ef; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #77787c;
    border-color: #77787c; }

.list-group-item-success {
  color: #2c694a;
  background-color: #cff0e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #2c694a;
    background-color: #bcead3; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2c694a;
    border-color: #2c694a; }

.list-group-item-info {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-warning {
  color: #85632c;
  background-color: #ffedcf; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #85632c;
    background-color: #ffe3b6; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #85632c;
    border-color: #85632c; }

.list-group-item-danger {
  color: #857a7a;
  background-color: #fff9f9; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #857a7a;
    background-color: #ffe0e0; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #857a7a;
    border-color: #857a7a; }

.list-group-item-light {
  color: #7f8082;
  background-color: #fcfcfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7f8082;
    background-color: #e9e9f8; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7f8082;
    border-color: #7f8082; }

.list-group-item-dark {
  color: #494b53;
  background-color: #dfe0e4; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #494b53;
    background-color: #d1d3d8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #494b53;
    border-color: #494b53; }

.close {
  float: right;
  font-size: 1.425rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #ebedf2;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #ebedf2; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Lato, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.83125rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  border-radius: 0.125rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Lato, Arial;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.83125rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.2rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.2rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.2rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.95rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #252d37; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease;
  backface-visibility: hidden;
  perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #ffffff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #ff675c !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #ff3729 !important; }

.bg-secondary {
  background-color: #e5e6ee !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #c6c8da !important; }

.bg-success {
  background-color: #54c98f !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #38b276 !important; }

.bg-info {
  background-color: #007bff !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0062cc !important; }

.bg-warning {
  background-color: #ffbe55 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ffab22 !important; }

.bg-danger {
  background-color: #ffebea !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ffbab7 !important; }

.bg-light {
  background-color: #f5f6fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d3d7e9 !important; }

.bg-dark {
  background-color: #8d90a0 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #727588 !important; }

.bg-white {
  background-color: #ffffff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #d4d5e0 !important; }

.border-top {
  border-top: 1px solid #d4d5e0 !important; }

.border-right {
  border-right: 1px solid #d4d5e0 !important; }

.border-bottom {
  border-bottom: 1px solid #d4d5e0 !important; }

.border-left {
  border-left: 1px solid #d4d5e0 !important; }

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

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #ff675c !important; }

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

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

.border-info {
  border-color: #007bff !important; }

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

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

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

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

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

.rounded {
  border-radius: 0.125rem !important; }

.rounded-top {
  border-top-left-radius: 0.125rem !important;
  border-top-right-radius: 0.125rem !important; }

.rounded-right {
  border-top-right-radius: 0.125rem !important;
  border-bottom-right-radius: 0.125rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-left {
  border-top-left-radius: 0.125rem !important;
  border-bottom-left-radius: 0.125rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

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

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

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

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

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

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

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

  .d-print-inline-flex {
    display: inline-flex !important; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

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

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

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

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

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

  .float-sm-right {
    float: right !important; }

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

  .float-xl-right {
    float: right !important; }

  .float-xl-none {
    float: none !important; } }
.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }

  .m-sm-1 {
    margin: 0.25rem !important; }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

  .m-sm-2 {
    margin: 0.5rem !important; }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

  .m-sm-3 {
    margin: 1rem !important; }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }

  .m-sm-4 {
    margin: 1.5rem !important; }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }

  .m-sm-5 {
    margin: 3rem !important; }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

  .p-sm-3 {
    padding: 1rem !important; }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

  .p-sm-4 {
    padding: 1.5rem !important; }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

  .p-sm-5 {
    padding: 3rem !important; }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-auto {
    margin: auto !important; }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

  .m-md-3 {
    margin: 1rem !important; }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

  .m-md-4 {
    margin: 1.5rem !important; }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

  .m-md-5 {
    margin: 3rem !important; }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

  .p-md-3 {
    padding: 1rem !important; }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

  .p-md-4 {
    padding: 1.5rem !important; }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

  .p-md-5 {
    padding: 3rem !important; }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

  .m-lg-3 {
    margin: 1rem !important; }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

  .m-lg-4 {
    margin: 1.5rem !important; }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

  .m-lg-5 {
    margin: 3rem !important; }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

  .p-lg-3 {
    padding: 1rem !important; }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

  .p-lg-4 {
    padding: 1.5rem !important; }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

  .p-lg-5 {
    padding: 3rem !important; }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }

  .m-xl-1 {
    margin: 0.25rem !important; }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

  .m-xl-2 {
    margin: 0.5rem !important; }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

  .m-xl-3 {
    margin: 1rem !important; }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }

  .m-xl-4 {
    margin: 1.5rem !important; }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }

  .m-xl-5 {
    margin: 3rem !important; }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }

  .p-xl-0 {
    padding: 0 !important; }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }

  .p-xl-1 {
    padding: 0.25rem !important; }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

  .p-xl-2 {
    padding: 0.5rem !important; }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

  .p-xl-3 {
    padding: 1rem !important; }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }

  .p-xl-4 {
    padding: 1.5rem !important; }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }

  .p-xl-5 {
    padding: 3rem !important; }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }

  .m-xl-auto {
    margin: auto !important; }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #ff675c !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ff3729 !important; }

.text-secondary {
  color: #e5e6ee !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #c6c8da !important; }

.text-success {
  color: #54c98f !important; }

a.text-success:hover, a.text-success:focus {
  color: #38b276 !important; }

.text-info {
  color: #007bff !important; }

a.text-info:hover, a.text-info:focus {
  color: #0062cc !important; }

.text-warning {
  color: #ffbe55 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ffab22 !important; }

.text-danger {
  color: #ffebea !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #ffbab7 !important; }

.text-light {
  color: #f5f6fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #d3d7e9 !important; }

.text-dark {
  color: #8d90a0 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #727588 !important; }

.text-muted {
  color: #a3a7b5 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }
/*!
 * MyKey's Bootstrap modifications.
 */
.badge {
  background: none;
  letter-spacing: normal;
  color: #545864;
  line-height: 0.9em;
  font-size: 15px;
  padding: 10px 20px; }

.badge::before {
  content: "• ";
  font-size: 1.25rem;
  position: relative;
  top: 1px; }

.badge-box {
  border: 1px solid #e5e6ee;
  color: #8d90a0;
  border-radius: 17px;
  text-transform: none;
  font-weight: 700;
  font-size: 15px;
  padding: 9px 20px; }

.badge-box::before {
  content: '• '; }

.badge-primary::before {
  color: #ff675c; }

.badge-secondary::before {
  color: #a3a7b5; }

.badge-success::before {
  color: #54c98f; }

.badge-danger::before {
  color: #ffbab7; }

.badge-warning::before {
  color: #ffbe55; }

.badge-info::before {
  color: #007bff; }

.badge-light::before {
  color: #d4d5e0; }

.badge-dark::before {
  color: #777884; }

.badge-box.badge-primary {
  border-color: #ff675c; }

.badge-box.badge-secondary {
  border-color: #a3a7b5; }

.badge-box.badge-success {
  border-color: #54c98f; }

.badge-box.badge-danger {
  border-color: #ffd3d1; }

.badge-box.badge-warning {
  border-color: #ffbe55; }

.badge-box.badge-info {
  border-color: #007bff; }

.badge-box.badge-light {
  border-color: #d4d5e0; }

.badge-box.badge-dark {
  border-color: #777884; }

.badge-inverse {
  border-width: 0;
  vertical-align: middle;
  padding: 0.25rem 0.75rem;
  text-transform: none;
  font-family: Lato;
  font-weight: 500;
  line-height: 1rem; }

.badge-inverse::before {
  content: ''; }

.badge-inverse.badge-primary {
  background: #ff675c;
  color: #ffffff; }

.badge-inverse.badge-secondary {
  background: #a3a7b5;
  color: #ffffff; }

.badge-inverse.badge-success {
  background: #54c98f;
  color: #ffffff; }

.badge-inverse.badge-danger {
  background: #ffebea; }

.badge-inverse.badge-warning {
  background: #ffbe55;
  color: #ffffff; }

.badge-inverse.badge-info {
  background: #007bff;
  color: #ffffff; }

.badge-inverse.badge-light {
  background: #f5f6fa;
  color: #777884; }

.badge-inverse.badge-dark {
  background: #777884;
  color: #ffffff; }

.badge + .badge {
  margin-left: 1rem; }

.badge-box + .badge-box {
  margin-left: 0.25rem; }

.btn {
  text-decoration: none;
  min-height: 44px;
  min-width: 130px; }
  .btn svg {
    vertical-align: middle; }
  .btn .caret {
    margin-left: 0.25rem; }

.btn.btn-sm, .btn-group-sm > .btn, .btn.btn-lg, .btn-group-lg > .btn, .btn.btn-icon {
  min-width: auto;
  min-height: 44px; }

.btn.btn-icon {
  width: 56px;
  height: 44px; }

.btn.table-grey {
  border-radius: 0.125rem;
  background-color: #f5f6fa; }

.btn.table-grey-button {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  color: #252d37 !important;
  border: 1px solid #e5e6ee;
  padding: 0.5rem; }

.btn.table-grey-highlight {
  cursor: auto !important; }

.btn.btn-lg svg, .btn-group-lg > .btn svg {
  vertical-align: baseline; }

.btn-secondary {
  border-color: #e5e6ee;
  background: #f5f6fa; }

.btn-success {
  color: #ffffff; }

.btn-warning {
  color: #ffffff; }

.btn-light {
  background: #f5f6fa; }

.btn-primary:hover {
  background: #ef5b51; }

.btn-secondary:hover {
  background: #ebedf2; }

.btn-danger:hover {
  background: #ef5b51; }

.btn-warning:hover {
  background: #ffaf55; }

.btn-success:hover {
  background: #4abc84; }

.btn-light:hover {
  background: #ebedf2;
  border-color: #e5e6ee; }

.btn-warning.active {
  color: #ffffff !important; }

.btn-primary.active {
  background-color: #ef5b51 !important; }

.btn > .fa {
  margin: 0.125rem; }

.btn-group .btn-primary {
  border-color: #ef5b51; }
.btn-group .btn-dark {
  border-color: #9b9eac; }
.btn-group .btn-success {
  border-color: #4abc84; }
.btn-group .btn-warning {
  border-color: #ffaf55; }
.btn-group .btn-light.dropdown-toggle-split {
  border-left-color: #e5e6ee; }
.btn-group .dropdown-menu .dropdown-item {
  text-decoration: none; }
.btn-group .dropdown-menu .dropdown-item:hover {
  background: #ebedf2; }

.btn-group-vertical .btn-primary {
  border-color: #ef5b51; }
.btn-group-vertical .btn-dark {
  border-color: #9b9eac; }
.btn-group-vertical .btn-success {
  border-color: #4abc84; }
.btn-group-vertical .btn-warning {
  border-color: #ffaf55; }
.btn-group-vertical .btn + .btn-light {
  border-top-color: #e5e6ee; }

.btn.dropdown-toggle svg {
  vertical-align: middle; }

.btn.dropdown-toggle::after {
  display: none; }

.btn.dropdown-toggle-split::after {
  display: none; }

.dropdown-toggle.page-actions::after {
  display: none; }

.btn + .btn {
  margin-left: 0.25rem; }

.btn + .btn-group {
  margin-left: 0.25rem; }

.btn-group + .btn {
  margin-left: 0.25rem; }

.btn-group + .btn-group {
  margin-left: 0.25rem; }

span.btn {
  color: #252d37; }

.btn.dropdown-toggle-split {
  min-height: 44px;
  min-width: 56px; }

.btn.dropdown-toggle:not(.dropdown-toggle-split, .page-actions, .btn-icon) {
  min-width: 110px; }

.card {
  margin: 0 0 2rem 0; }
  .card .card-header {
    background: none;
    padding: 18.5px 30px; }
    .card .card-header h3 {
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 700;
      font-family: Lato;
      letter-spacing: 1.2px;
      margin: 0;
      display: inline; }
    .card .card-header .card-subtitle {
      font-family: Lato;
      text-transform: none;
      font-weight: 300;
      font-size: 0.9rem;
      letter-spacing: 1px;
      display: block;
      margin-top: 0.25rem; }
    .card .card-header .actions {
      position: absolute;
      top: 0;
      right: 0;
      margin: 0.75rem 0.75rem;
      text-transform: none;
      font-family: Lato;
      letter-spacing: 1px; }
  .card .card-footer {
    background: #f5f6fa;
    font-size: 0.95rem; }
  .card .card-body + .card-body {
    border-top: 1px solid #e5e6ee; }
  .card .table + .card-body {
    border-top: 1px solid #d4d5e0; }

form {
  font-weight: 500; }
  form label {
    font-weight: 400;
    margin: 0.5rem 0 0.25rem 0; }
  form .form-control {
    font-family: Lato;
    font-weight: 400;
    color: #252d37;
    border-color: #d4d5e0;
    min-height: 44px; }
  form .form-control:focus {
    color: #252d37;
    box-shadow: none;
    border-color: #8d90a0; }
  form .form-control::placeholder {
    font-weight: 300;
    color: #a3a7b5; }
  form .form-control.selectize-mykey {
    border: none;
    background: transparent;
    padding: 0; }
  form .input-group-text {
    border-color: #d4d5e0; }
  form .field_with_errors * {
    color: #ff675c; }
  form .field_with_errors .form-control {
    border-color: #ff675c; }
  form .selectize-control {
    border: none;
    background: transparent;
    padding: 0; }
    form .selectize-control .selectize-input {
      box-shadow: none;
      padding: 0.5rem 1rem;
      border-radius: 0.125rem;
      border-color: #d4d5e0;
      font-size: 0.95rem;
      line-height: 1.5em; }
      form .selectize-control .selectize-input donotuse.input {
        width: inherit !important; }
      form .selectize-control .selectize-input input::placeholder {
        font-size: 0.95rem;
        color: #a3a7b5;
        font-family: Lato;
        font-weight: 300; }
    form .selectize-control .selectize-dropdown {
      background: #ffffff;
      z-index: 100;
      font-size: 0.95rem;
      line-height: 1.5em; }

form.filter {
  margin-bottom: 0.5rem; }
  form.filter .form-control {
    border-color: #d4d5e0; }
  form.filter input[type="submit"] {
    width: 100%; }
  form.filter .filter-toggle {
    display: block;
    color: #8d90a0;
    font-size: 0.9rem;
    font-weight: 500; }

.select2 .select2-selection {
  outline: none;
  border-color: #d4d5e0;
  border-radius: 0.125rem;
  min-height: 44px;
  padding: 0.5rem 1rem; }
  .select2 .select2-selection .select2-selection__rendered {
    line-height: 1.5rem;
    padding: 0; }
    .select2 .select2-selection .select2-selection__rendered .select2-selection__placeholder {
      font-weight: 300; }
    .select2 .select2-selection .select2-selection__rendered .select2-selection__clear {
      margin-right: 0.75rem; }
    .select2 .select2-selection .select2-selection__rendered .select2-search__field::placeholder {
      font-weight: 300;
      color: #a3a7b5; }
  .select2 .select2-selection .select2-selection__arrow {
    top: 0.5rem;
    right: 0.5rem; }
.select2 .select2-selection--multiple {
  padding-top: 0;
  padding-bottom: 0; }
  .select2 .select2-selection--multiple .select2-selection__rendered {
    margin-top: 0.125rem; }
.select2 .select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: none;
  border-color: #8d90a0;
  transition: border-color 0.15s ease-in-out; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
  border: 1px solid #8d90a0;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out; }

div.collapse-wrapper {
  padding-top: 1em; }

div.hidden-filters {
  margin-top: -2rem;
  border-bottom: 0.5px solid #d4d5e0;
  background: #f5f6fa;
  margin-left: calc(-1 * ((100vw - 100%) / 2));
  margin-right: calc(-1 * ((100vw - 100%) / 2)); }

div.arrow-down-wrapper {
  margin-bottom: 1em;
  position: relative; }

div.arrow-down::before {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #d4d5e0;
  font-size: 0;
  line-height: 0;
  margin-bottom: -13px;
  content: '';
  position: absolute; }

div.arrow-down::after {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #f5f6fa;
  font-size: 0;
  line-height: 0;
  margin-bottom: -12px;
  content: '';
  position: absolute;
  margin-left: 1px; }

.arrow-space {
  margin-top: 1.5em; }

#filter-toggle {
  margin: 0; }

#page-menu {
  background: white;
  border-bottom: 1px solid #d4d5e0; }
  #page-menu .container {
    justify-content: normal; }
  #page-menu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.10em;
    text-decoration: none;
    font-weight: 400;
    color: #545864;
    padding: 10px 8px;
    border: 1px solid white;
    border-bottom: none;
    position: relative;
    z-index: 102; }
    #page-menu ul.navbar-nav li.nav-item a.nav-link svg {
      vertical-align: top; }
  #page-menu ul.navbar-nav li.nav-item div.dropdown-menu {
    background: #f5f6fa;
    border-color: #e5e6ee;
    margin-top: -1px;
    padding: 0;
    z-index: 101; }
    #page-menu ul.navbar-nav li.nav-item div.dropdown-menu a {
      font-size: 0.95em;
      font-weight: 400;
      color: #545864;
      text-decoration: none;
      padding: 0.75rem 20px;
      line-height: 1.25em;
      vertical-align: middle; }
    #page-menu ul.navbar-nav li.nav-item div.dropdown-menu a:hover {
      color: #252d37;
      background: #ffffff; }
    #page-menu ul.navbar-nav li.nav-item div.dropdown-menu hr {
      margin: 0.5rem 0; }
  #page-menu ul.navbar-nav li.nav-item.show a.nav-link {
    background: #f5f6fa;
    border-color: #e5e6ee;
    color: #252d37; }
  #page-menu ul.navbar-nav .dropdown-toggle::after {
    border: none; }

#footer-admin a {
  font-family: Lato, Arial !important; }

.capsule {
  position: relative;
  background: #f5f6fa;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 0.9rem;
  color: #8d90a0;
  min-height: 40px;
  border: 1px solid #ebedf2;
  border-radius: 0.125rem; }
  .capsule strong {
    font-weight: 500;
    color: #252d37; }
  .capsule .capsule-actions {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    height: 100%;
    background: #f5f6fa;
    vertical-align: middle;
    padding: 0 0.5rem; }
    .capsule .capsule-actions a.btn {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      height: 40px;
      min-height: 40px;
      min-width: 56px; }

.capsule:hover .capsule-actions {
  visibility: visible; }

svg {
  vertical-align: middle; }

a {
  text-underline-position: under; }

body {
  overflow-x: hidden; }

#footer a {
  color: #a3a7b5; }

.modal .modal-content .modal-header .modal-title {
  color: #252d37; }
  .modal .modal-content .modal-header .modal-title h5 {
    font-family: Lato;
    font-size: 1.5rem;
    text-transform: none;
    letter-spacing: normal; }
  .modal .modal-content .modal-header .modal-title .subtitle {
    font-size: 1.1rem;
    font-weight: 300; }
.modal .modal-content .modal-header button.close {
  background: #f5f6fa;
  margin: 0;
  padding: 0.35rem 0.6rem;
  border: 1px solid #e4e6eb;
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  color: #252d37;
  font-weight: 300; }
.modal .modal-content .modal-footer, .modal .modal-content .buttons {
  background: #f5f6fa;
  border-top: 1px solid #e5e6ee;
  border-radius: 0 0 0.125rem 0.125rem;
  justify-content: space-between; }
.modal .modal-content .buttons {
  margin: 1rem -1rem -1rem -1rem;
  padding: 1rem;
  display: flex; }
  .modal .modal-content .buttons * {
    margin: auto 0; }
  .modal .modal-content .buttons .btn {
    padding-left: 2rem;
    padding-right: 2rem; }

.modal-xl {
  max-width: 1140px; }

#app-menu {
  background: white;
  height: 60px;
  border-bottom: 1px solid #d4d5e0; }
  #app-menu .nav {
    margin: auto; }
    #app-menu .nav .nav-item {
      line-height: 20px;
      font-weight: 400;
      padding: 10px 0; }
      #app-menu .nav .nav-item a.nav-link {
        text-decoration: none;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 0 0.5rem;
        border: 1px solid white; }
        #app-menu .nav .nav-item a.nav-link svg {
          vertical-align: top; }
      #app-menu .nav .nav-item a.nav-link:hover {
        background: #f5f6fa;
        color: #777884;
        border-color: #d4d5e0;
        border-radius: 0.125rem; }

#page-menu {
  padding: 0; }
  #page-menu .container {
    max-width: 1260px;
    display: block; }
  #page-menu .navbar-nav .nav-item svg, #page-menu .navbar-nav .nav-item .fa {
    margin-right: 0;
    font-size: 1em; }
  #page-menu .navbar-nav.user-profile .dropdown-menu {
    min-width: 100%; }

#page-header {
  background: white;
  padding: 2rem 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d4d5e0;
  min-height: 105px; }
  #page-header .actions {
    float: right; }
  #page-header .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  #page-header .btn.dropdown-toggle-split {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  #page-header .btn.page-actions {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

nav.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  color: #252d37; }
  nav.breadcrumbs a {
    text-decoration: none;
    color: #252d37; }
  nav.breadcrumbs a:hover {
    color: #ff8350; }
  nav.breadcrumbs .active {
    font-weight: 400;
    color: #777884; }
  nav.breadcrumbs ol.breadcrumb {
    display: block; }
    nav.breadcrumbs ol.breadcrumb li {
      display: inline; }

.nav-tabs {
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #d4d5e0;
  border-radius: 0.125rem 0.125rem 0 0; }
  .nav-tabs .nav-link {
    border: none;
    position: relative;
    z-index: 6;
    padding: 1.25rem 	1.875rem;
    text-decoration: none;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: black;
    font-family: Lato;
    font-weight: 700; }
    .nav-tabs .nav-link svg {
      vertical-align: top; }
  .nav-tabs a.nav-link.active {
    z-index: 10;
    border-bottom: 2px solid #ff675c; }
  .nav-tabs .nav-tabs-header {
    margin-right: auto;
    border-bottom: 1px solid #d4d5e0;
    color: black;
    font-size: 13px;
    font-weight: 900; }
  @media screen and (max-width: 991px) {
    .nav-tabs .nav-link {
      width: 100%;
      border-bottom: 1px solid #d4d5e0;
      background-color: #f5f6fa; }
      .nav-tabs .nav-link:not(.active) {
        margin-bottom: 0; }
      .nav-tabs .nav-link.active {
        order: 1000; }
    .nav-tabs .nav-tabs-header {
      background-color: inherit; } }

.pagination-parent .pagination {
  border: 1px solid #d4d5e0;
  background-color: #ffffff;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0; }
  .pagination-parent .pagination .page-item {
    width: 100%;
    text-align: center;
    height: 70px;
    padding: 0;
    display: flex; }
    .pagination-parent .pagination .page-item .page-link {
      text-decoration: none;
      border: none;
      width: 40px;
      line-height: 40px;
      padding: 0;
      margin: auto;
      align-self: center; }
    .pagination-parent .pagination .page-item .page-link:focus {
      border: 0;
      box-shadow: none; }
  .pagination-parent .pagination .page-item:first-of-type, .pagination-parent .pagination .page-item:last-of-type {
    flex-direction: column; }
    .pagination-parent .pagination .page-item:first-of-type .page-link, .pagination-parent .pagination .page-item:last-of-type .page-link {
      line-height: 70px;
      margin: 0;
      align-self: auto; }
  .pagination-parent .pagination .page-item:first-of-type {
    margin-right: 2rem;
    align-items: flex-start; }
  .pagination-parent .pagination .page-item:last-of-type {
    margin-left: 2rem;
    align-items: flex-end; }
  .pagination-parent .pagination .page-item:last-child, .pagination-parent .pagination .page-item:first-child {
    min-width: 50px; }
    .pagination-parent .pagination .page-item:last-child .page-link, .pagination-parent .pagination .page-item:first-child .page-link {
      width: 50px;
      background: #f5f6fa; }
      .pagination-parent .pagination .page-item:last-child .page-link i, .pagination-parent .pagination .page-item:first-child .page-link i {
        vertical-align: middle;
        color: #d4d2e0;
        font-size: 2.5rem; }
  .pagination-parent .pagination .page-item:last-child {
    border-left: 1px solid #d4d5e0;
    background-color: #f5f6fa; }
    .pagination-parent .pagination .page-item:last-child .page-link {
      border-left: none; }
  .pagination-parent .pagination .page-item:first-child {
    border-right: 1px solid #d4d5e0;
    background-color: #f5f6fa; }
    .pagination-parent .pagination .page-item:first-child .page-link {
      border-right: none; }
  @media (min-width: 1248px) {
    .pagination-parent .pagination .page-item:last-child, .pagination-parent .pagination .page-item:first-child {
      min-width: 100px; }
      .pagination-parent .pagination .page-item:last-child .page-link, .pagination-parent .pagination .page-item:first-child .page-link {
        width: 99px; } }
  @media (min-width: 1024px) and (max-width: 1247px) {
    .pagination-parent .pagination .page-item:last-child, .pagination-parent .pagination .page-item:first-child {
      min-width: 75px; }
      .pagination-parent .pagination .page-item:last-child .page-link, .pagination-parent .pagination .page-item:first-child .page-link {
        width: 74px; } }
  @media (max-width: 768px) {
    .pagination-parent .pagination li:nth-child(n+8) {
      display: none; }
    .pagination-parent .pagination li:nth-last-child(-n + 3) {
      display: flex; }
    .pagination-parent .pagination .page-item:last-child, .pagination-parent .pagination .page-item:first-child {
      min-width: 50px; }
      .pagination-parent .pagination .page-item:last-child .page-link, .pagination-parent .pagination .page-item:first-child .page-link {
        width: 49px; } }
  @media (max-width: 480px) {
    .pagination-parent .pagination li:nth-child(n+5) {
      display: none; }
    .pagination-parent .pagination li:nth-last-child(-n + 3) {
      display: flex; }
    .pagination-parent .pagination .page-item:last-child, .pagination-parent .pagination .page-item:first-child {
      min-width: 25px; }
      .pagination-parent .pagination .page-item:last-child .page-link, .pagination-parent .pagination .page-item:first-child .page-link {
        width: 24px; } }

.table tr th:first-child, .table td:first-child {
  padding-left: 1.85rem; }
.table tr th:last-child, .table td:last-child {
  padding-right: 1.85rem; }
.table .fa, .table svg {
  margin-right: 0; }
.table thead {
  font-family: Lato;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1.32px; }
  .table thead tr th, .table thead tr td {
    border-bottom: 1px solid #e5e6ee;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    height: 60px; }
  .table thead tr th {
    text-transform: uppercase; }
.table tbody {
  color: #252d37; }
  .table tbody th, .table tbody td {
    vertical-align: top; }
  .table tbody aa {
    color: #252d37;
    text-decoration: none; }
  .table tbody a:hover {
    color: #ff675c; }
  .table tbody .btn {
    margin: -0.5rem 0; }
  .table tbody tr:first-of-type td, .table tbody tr:first-of-type th {
    padding-top: 1.85rem; }
  .table tbody tr:last-of-type td, .table tbody tr:last-of-type th {
    padding-bottom: 1.85rem; }
  .table tbody tr:hover a.btn-light {
    background: #ff675c;
    border-color: #ff675c;
    color: #f5f6fa !important; }
.table tfoot {
  background: #f5f6fa;
  padding: 0 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.2px; }
  .table tfoot tr {
    padding: 0 1rem; }
    .table tfoot tr th {
      text-transform: uppercase;
      color: #252d37;
      font-size: 0.75rem;
      vertical-align: middle; }
    .table tfoot tr td {
      color: #8d90a0;
      vertical-align: middle; }
    .table tfoot tr a.btn {
      letter-spacing: normal; }
  .table tfoot tr:first-of-type th, .table tfoot tr:first-of-type td {
    border-top: 1px solid #e5e6ee; }
.table tfoot.light {
  background: #ffffff; }
  .table tfoot.light tr th, .table tfoot.light tr td {
    color: #252d37; }

.card .table {
  margin-bottom: 0; }
  .card .table tbody tr:last-of-type th, .card .table tbody tr:last-of-type td {
    border-bottom: none; }

.table-striped tbody tr:nth-of-type(odd) th, .table-striped tbody tr:nth-of-type(odd) td {
  background: #f5f6fa; }
.table-striped tbody tr:nth-of-type(odd) a.btn-light {
  background: #ebedf2;
  border-color: #e5e6ee; }
.table-striped tbody tr:nth-of-type(odd):hover a.btn-light {
  background: #ff675c;
  color: #f5f6fa; }

.table-hover tbody tr:hover th, .table-hover tbody tr:hover td {
  background: #f5f6fa; }

.table-bordered {
  border-collapse: true; }
  .table-bordered tr th:first-of-type, .table-bordered tr td:first-of-type {
    border-left: none; }
  .table-bordered tr th:last-of-type, .table-bordered tr td:last-of-type {
    border-right: none; }
  .table-bordered tr th, .table-bordered tr td {
    border-width: 1px !important;
    border-left: none;
    border-right: none; }

.card .table-bordered tr:first-of-type th, .card .table-bordered tr:first-of-type td {
  border-top: none; }

table.table-bordered-full tr th, table.table-bordered-full tr td {
  border: 1px solid #e5e6ee; }

.table-grouped tbody {
  border-width: 1px !important;
  border-left: none;
  border-right: none; }

h3 {
  font-family: Lato; }

h4 {
  color: #a3a7b5; }

h5 {
  font-family: Lato;
  font-weight: 900;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 0.75rem; }

h6 {
  font-family: Lato;
  font-weight: 700;
  letter-spacing: 1.32px;
  text-transform: uppercase;
  font-size: 0.7rem; }

ul, ol {
  margin-left: 0.25rem;
  padding: 0.5rem 0 0.5rem 1rem;
  list-style-position: outside; }
  ul li, ol li {
    padding-left: 0; }

dl.info dt {
  margin-bottom: 0.25rem;
  color: #252d37; }
dl.info dd {
  margin-bottom: 1rem; }

dl.info.info-horizontal dt {
  float: left;
  width: 125px;
  border-top: 1px solid #e5e6ee;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0rem; }
dl.info.info-horizontal dd {
  margin-left: 125px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1rem 0rem;
  border-top: 1px solid #e5e6ee; }
dl.info.info-horizontal dt:first-of-type, dl.info.info-horizontal dd:first-of-type {
  border: none; }
dl.info.info-horizontal dl.info.info-horizontal {
  margin-top: -1rem;
  margin-bottom: -1rem; }

dl.info.info-horizontal-sm dt {
  width: 75px; }
dl.info.info-horizontal-sm dd {
  margin-left: 75px; }

dl.info.info-horizontal-lg dt {
  width: 200px; }
dl.info.info-horizontal-lg dd {
  margin-left: 200px; }

/*# sourceMappingURL=bootstrap.css.map */

/*# Styling the On/Off lead_toggle made for mykey account managers*/
.lead_toggle {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 29px;
}

.lead_toggle input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #ED820E;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.mykey-notes-box {
  resize: vertical;
  min-height: 50px; 
  max-height: 100px; 
  overflow: auto;
  background-color: whitesmoke; 
  border: 1px solid #ccc;
  color: #000;
  padding: 0px; 
  box-shadow: none;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
