.leaflet-control-geocoder{border-radius:4px;background:#fff;min-width:26px;min-height:26px}.leaflet-touch .leaflet-control-geocoder{min-width:30px;min-height:30px}.leaflet-control-geocoder a,.leaflet-control-geocoder .leaflet-control-geocoder-icon{border-bottom:none;display:inline-block}.leaflet-control-geocoder .leaflet-control-geocoder-alternatives a{width:inherit;height:inherit;line-height:inherit}.leaflet-control-geocoder a:hover,.leaflet-control-geocoder .leaflet-control-geocoder-icon:hover{border-bottom:none;display:inline-block}.leaflet-control-geocoder-form{display:none;vertical-align:middle}.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form{display:inline-block}.leaflet-control-geocoder-form input{font-size:120%;border:0;background-color:transparent;width:246px}.leaflet-control-geocoder-icon{border-radius:4px;width:26px;height:26px;border:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 13l3.4 6.6c.6 1.1 2.5-.4 2-1.2l-4-6.2z'/%3E%3Ccircle cx='10.8' cy='8.9' r='3.9' fill='none' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;cursor:pointer}.leaflet-touch .leaflet-control-geocoder-icon{width:30px;height:30px}.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='%23000' stroke-linecap='round' stroke-width='1.6' viewBox='0 0 24 24'%3E%3Cdefs/%3E%3Cg%3E%3Cpath stroke-opacity='.1' d='M14 8.4l3-5'/%3E%3Cpath stroke-opacity='.2' d='M15.6 10l5-3'/%3E%3Cpath stroke-opacity='.3' d='M16.2 12H22'/%3E%3Cpath stroke-opacity='.4' d='M15.6 14l5 3m-6.5-1.4l2.9 5'/%3E%3Cpath stroke-opacity='.5' d='M12 16.2V22m-2-6.4l-3 5'/%3E%3Cpath stroke-opacity='.6' d='M8.4 14l-5 3'/%3E%3Cpath stroke-opacity='.7' d='M7.8 12H2'/%3E%3Cpath stroke-opacity='.8' d='M8.4 10l-5-3'/%3E%3Cpath stroke-opacity='.9' d='M10 8.4l-3-5'/%3E%3Cpath d='M12 7.8V2'/%3E%3CanimateTransform attributeName='transform' calcMode='discrete' dur='1s' repeatCount='indefinite' type='rotate' values='0 12 12;30 12 12;60 12 12;90 12 12;120 12 12;150 12 12;180 12 12;210 12 12;240 12 12;270 12 12;300 12 12;330 12 12'/%3E%3C/g%3E%3C/svg%3E")}.leaflet-control-geocoder-form-no-error{display:none}.leaflet-control-geocoder-form input:focus{outline:none}.leaflet-control-geocoder-form button{display:none}.leaflet-control-geocoder-error{margin-top:8px;margin-left:8px;display:block;color:#444}.leaflet-control-geocoder-alternatives{display:block;width:272px;list-style:none;padding:0;margin:0}.leaflet-control-geocoder-alternatives-minimized{display:none;height:0}.leaflet-control-geocoder-alternatives li{white-space:nowrap;display:block;overflow:hidden;padding:5px 8px;text-overflow:ellipsis;border-bottom:1px solid #ccc;cursor:pointer}.leaflet-control-geocoder-alternatives li a,.leaflet-control-geocoder-alternatives li a:hover{width:inherit;height:inherit;line-height:inherit;background:inherit;border-radius:inherit;text-align:left}.leaflet-control-geocoder-alternatives li:last-child{border-bottom:none}.leaflet-control-geocoder-alternatives li:hover,.leaflet-control-geocoder-selected{background-color:#f5f5f5}.leaflet-control-geocoder-address-context{color:#666}
/* line 2, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown {
  position: relative;
  margin-bottom: 8px;
}

/* line 7, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle {
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 13, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle:hover {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 19, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] {
  color: white;
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
}

/* line 25, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-right: 40px;
  font-size: 1rem !important;
}

/* line 34, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-icon {
  font-size: 18px;
  color: #64748b;
  transition: color 0.3s ease;
}

/* line 40, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
  color: white;
}

/* line 44, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] {
  color: white;
}

/* line 48, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-arrow {
  font-size: 14px;
  color: #94a3b8;
  transition: all 0.3s ease;
  position: absolute;
  right: 2px;
  top: 50%;
  padding: 8px;
  transform: translateY(-50%);
}

/* line 59, app/assets/stylesheets/components/_left_menu.scss */
.transactions-arrow-placemnt {
  right: -40%;
}

/* line 63, app/assets/stylesheets/components/_left_menu.scss */
.users-management-arrow {
  right: -11%;
}

/* line 67, app/assets/stylesheets/components/_left_menu.scss */
.anchor-management-arrow {
  right: -6%;
}

/* line 71, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  color: white;
}

/* line 75, app/assets/stylesheets/components/_left_menu.scss */
.modern-collapse {
  margin: 3px;
  border-radius: 0.375rem;
  background: white;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 85, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-menu-content {
  padding: 2px;
  background: color-mix(in srgb, var(--nav-purple-color) 20%, white 50%);
}

/* line 90, app/assets/stylesheets/components/_left_menu.scss */
.subnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 96, app/assets/stylesheets/components/_left_menu.scss */
.subnav-item {
  margin: 2px;
  width: 98%;
}

/* line 101, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  color: #334155;
  transform: translateX(4px);
}

/* line 119, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active {
  color: #1e40af;
  font-weight: 600;
}

/* line 124, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* line 134, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  transform: scale(1.1);
}

/* line 138, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon-wrapper {
  transform: scale(1.1);
}

/* line 146, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon {
  font-size: 16px;
  color: #64748b;
  transition: color 0.2s ease;
}

/* line 152, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon {
  color: #334155;
}

/* line 156, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active .subnav-icon {
  color: white;
}

/* line 160, app/assets/stylesheets/components/_left_menu.scss */
.subnav-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

/* line 166, app/assets/stylesheets/components/_left_menu.scss */
.subnav-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
  opacity: 0;
  transition: all 0.2s ease;
}

/* line 175, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  opacity: 1;
}

/* line 179, app/assets/stylesheets/components/_left_menu.scss */
.subnav-indicator {
  opacity: 1;
  background: var(--nav-purple-color);
}

/* line 184, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active .subnav-indicator {
  opacity: 1;
  background: #ffffff;
}

@-webkit-keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 202, app/assets/stylesheets/components/_left_menu.scss */
  .modern-dropdown .dropdown-toggle {
    padding: 10px 12px;
  }
  /* line 206, app/assets/stylesheets/components/_left_menu.scss */
  .subnav-link {
    padding: 10px 12px;
  }
  /* line 210, app/assets/stylesheets/components/_left_menu.scss */
  .subnav-text {
    font-size: 13px;
  }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container img.leaflet-tile {
	/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
	mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */

@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		color-adjust: exact;
		     print-color-adjust: exact;
		}
	}
/* line 1, app/assets/stylesheets/partials/_application.scss */
:root {
  --green-text-color: #00cf23;
  --black-color: #000;
  --light-gray-color: #EFF0F2;
  --white-color: #fff;
  --darker-blue-color: #5E5972;
  --signin-label-color: #706C82;
  --input-placeholder-color: #B9B9C3;
  --btn-blue: #253A65;
  --btn-purple: #164276;
  --lighter-blue-color: #EAEAFA;
  --nav-purple-color: #164276;
  --gray-btn-color: #dddddd;
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #4723D9;
  --first-color-light: #AFA5D9;
  --white-color: #ffffff;
  --normal-font-size: 1rem;
  --mb-font: "Roboto";
  --mb-font-size: 16px;
  --z-fixed: 100;
  --bg-mehroon: #E01f24;
  --sidebar-bg-color: #E21201E;
  --gray-bg: #f5f5f5;
  --error: #FF0000;
  --bs-btn-padding-x: 2.75rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  --body-background: #f2f2f2;
  --back-delete-button:#F24A4A;
  --btn-active-color: #4A0C54;
}

/* line 51, app/assets/stylesheets/partials/_application.scss */
#countdown {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  margin-top: 2px;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 63, app/assets/stylesheets/partials/_application.scss */
.countdown-finished {
  color: #ff0000;
}

/* line 67, app/assets/stylesheets/partials/_application.scss */
#logo-image {
  background-size: 100%;
  width: 13rem;
  min-height: 3.3rem;
}

/* line 74, app/assets/stylesheets/partials/_application.scss */
.reverted_color {
  background-color: #B0B0B0 !important;
}

/* line 78, app/assets/stylesheets/partials/_application.scss */
.expired-row {
  background-color: #d3d3d3;
  /* Light gray */
}

/* line 82, app/assets/stylesheets/partials/_application.scss */
.nav-item .svg-icon {
  width: 20px;
  /* Adjust as needed */
  height: 20px;
  /* Adjust as needed */
  fill: currentColor;
}

/* line 88, app/assets/stylesheets/partials/_application.scss */
body {
  font-family: var(--mb-font) !important;
  font-size: var(--mb-font-size) !important;
  color: var(--text-color-top) !important;
}

/* line 94, app/assets/stylesheets/partials/_application.scss */
.bg-nav-light-gray {
  background-color: var(--sidebar-bg-color);
}

/* line 98, app/assets/stylesheets/partials/_application.scss */
.h-100vh {
  height: 100vh;
}

/* line 102, app/assets/stylesheets/partials/_application.scss */
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 107, app/assets/stylesheets/partials/_application.scss */
.focus-outline:focus {
  outline: #013660 auto 1px !important;
  /* Default outline color */
}

/* line 111, app/assets/stylesheets/partials/_application.scss */
.meezan-focus:focus {
  outline: #701e7d auto 1px !important;
}

/* line 115, app/assets/stylesheets/partials/_application.scss */
.albaraka-focus:focus {
  outline: #d95c05 auto 1px !important;
}

/* line 119, app/assets/stylesheets/partials/_application.scss */
.bok-focus:focus {
  outline: #164276 auto 1px !important;
}

/* line 123, app/assets/stylesheets/partials/_application.scss */
.meezan-cstm-btn {
  background-color: #701e7d !important;
  border-color: #701e7d !important;
  color: white !important;
}

/* line 129, app/assets/stylesheets/partials/_application.scss */
.bok-cstm-btn {
  background-color: #164276 !important;
  border-color: #164276 !important;
  color: white !important;
}

/* line 135, app/assets/stylesheets/partials/_application.scss */
.fauree-cstm-btn {
  background-color: #013660 !important;
  border-color: #013660 !important;
  color: white !important;
}

/* line 141, app/assets/stylesheets/partials/_application.scss */
.albaraka-cstm-btn {
  background-color: #d95c05 !important;
  border-color: #d95c05 !important;
  color: white !important;
}

/* line 147, app/assets/stylesheets/partials/_application.scss */
.table-heading-margin {
  margin: 1rem 1rem -1rem 1rem !important;
  padding-top: 1rem !important;
}

/* line 152, app/assets/stylesheets/partials/_application.scss */
.form-signin {
  width: 100%;
  max-width: 460px;
  padding: 35px;
  margin: auto;
  position: relative;
}

/* line 160, app/assets/stylesheets/partials/_application.scss */
.form-switch .form-check-input {
  width: 2em !important;
  height: 1em;
  margin-left: -1.5em;
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/partials/_application.scss */
.form-switch .form-check-input:checked {
  background-color: #007bff;
}

/* line 171, app/assets/stylesheets/partials/_application.scss */
.form-check-input:checked {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  width: 2em !important;
}

/* line 177, app/assets/stylesheets/partials/_application.scss */
.form-signin a {
  font-size: 12px;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/partials/_application.scss */
.form-signin-box a {
  font-size: 12px;
  text-decoration: none;
}

/* line 187, app/assets/stylesheets/partials/_application.scss */
.my-4 {
  font-size: 1.3rem;
}

/* line 191, app/assets/stylesheets/partials/_application.scss */
.form-signin h1 {
  font-size: 25px;
}

/* line 195, app/assets/stylesheets/partials/_application.scss */
.form-signin label, .form-signin p {
  font-size: 12px;
}

/* line 199, app/assets/stylesheets/partials/_application.scss */
.form-signin-box h1 {
  font-size: 25px;
}

/* line 203, app/assets/stylesheets/partials/_application.scss */
.form-signin-box label, .form-signin-box p {
  font-size: 12px;
}

/* line 207, app/assets/stylesheets/partials/_application.scss */
.top-reactangle {
  top: 0;
  left: 0;
}

/* line 212, app/assets/stylesheets/partials/_application.scss */
.bottom-reactangle {
  bottom: 0;
  right: 0;
}

/* line 217, app/assets/stylesheets/partials/_application.scss */
.reactangle {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--light-gray-color);
  border-radius: 2rem;
}

/* line 225, app/assets/stylesheets/partials/_application.scss */
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

/* line 230, app/assets/stylesheets/partials/_application.scss */
.reactangle-border {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid var(--lighter-blue-color);
  border-radius: 2rem;
}

/* line 238, app/assets/stylesheets/partials/_application.scss */
.top-reactangle-border {
  left: 6rem;
}

/* line 242, app/assets/stylesheets/partials/_application.scss */
.bottom-reactangle-border {
  bottom: -2rem;
  right: 6rem;
}

/* line 247, app/assets/stylesheets/partials/_application.scss */
.form-signin-box {
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
  border-radius: 1rem;
  padding: 7rem 2rem;
  box-shadow: 0px 0px 25px #ccc;
}

/* line 256, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control {
  font-size: 12px;
  padding: .7rem 1rem;
}

/* line 261, app/assets/stylesheets/partials/_application.scss */
.btn-blue {
  background-color: var(--btn-purple);
  border-color: var(--btn-purple);
  color: var(--white-color);
}

/* line 267, app/assets/stylesheets/partials/_application.scss */
.btn-blue:hover {
  background-color: var(--btn-purple);
  border-color: var(--btn-purple);
  color: var(--white-color);
  text-decoration: none;
}

/* line 274, app/assets/stylesheets/partials/_application.scss */
.form-signin small {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/partials/_application.scss */
.form-signin .anchor {
  font-size: 12px;
  text-decoration: none;
}

/* line 283, app/assets/stylesheets/partials/_application.scss */
.form-signin .anchor:hover {
  text-decoration: underline;
}

/* line 287, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
}

/* line 291, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control::-moz-placeholder {
  color: var(--input-placeholder-color);
}

/* line 295, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control:-ms-input-placeholder {
  color: var(--input-placeholder-color);
}

/* line 299, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control:-moz-placeholder {
  color: var(--input-placeholder-color);
}

/* line 303, app/assets/stylesheets/partials/_application.scss */
.hide {
  display: none;
}

/* line 307, app/assets/stylesheets/partials/_application.scss */
.six-digit-input {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* line 311, app/assets/stylesheets/partials/_application.scss */
.font-10 {
  font-size: 10px !important;
}

/* line 315, app/assets/stylesheets/partials/_application.scss */
.bg-nav-blue {
  background-color: var(--sidebar-bg-color);
}

/* line 319, app/assets/stylesheets/partials/_application.scss */
.yellow-panel {
  background: var(--nav-purple-color);
  border-radius: 0.6rem;
  padding: 0.5rem;
  box-shadow: 3px 1px 8px #ccc;
}

/* line 326, app/assets/stylesheets/partials/_application.scss */
.language-panel .btn {
  padding: 0.6rem 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: var(--links-color);
  display: flex;
  color: var(--white-color);
}

/* line 334, app/assets/stylesheets/partials/_application.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent !important;
}

/* line 340, app/assets/stylesheets/partials/_application.scss */
.image-width {
  max-width: 2.5% !important;
  margin-left: 5px;
}

/* line 345, app/assets/stylesheets/partials/_application.scss */
.form-switch {
  background-color: transparent !important;
}

/* line 349, app/assets/stylesheets/partials/_application.scss */
.user-dropdown .btn {
  background-color: var(--links-color);
  border-radius: 2rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: flex;
  color: var(--white-color);
}

/* line 357, app/assets/stylesheets/partials/_application.scss */
.ic-notification {
  color: var(--white-color);
}

/* line 361, app/assets/stylesheets/partials/_application.scss */
.language-panel .btn::after, .user-dropdown .btn::after, .sort-by-panel .btn::after {
  display: none;
}

/* line 365, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link {
  color: var(--nav-purple-color);
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.375rem !important;
}

/* line 377, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 382, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link i {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

/* line 392, app/assets/stylesheets/partials/_application.scss */
.table-data {
  word-break: break-all;
}

/* line 396, app/assets/stylesheets/partials/_application.scss */
.ic-dashboard {
  background: url(/assets/ic-dashboard2-9392b2f2c2063b791bee6ff1fb26ad34f1d6c4b3d2ac8db02504ce876368ff32.svg);
}

/* line 400, app/assets/stylesheets/partials/_application.scss */
.ic-suppliers {
  background: url(/assets/ic-supplier2-ea326f2798bd813876239144b4f9d28186801ea1b19978e7a5f8c11962b071f7.svg);
}

/* line 404, app/assets/stylesheets/partials/_application.scss */
.ic-outbound-logs {
  background: url(/assets/api-icon-577cafccbfd8e3514c7a0abfdf891c646fb89707bab3a14929e7786b496742ef.svg);
}

/* line 408, app/assets/stylesheets/partials/_application.scss */
.ic-api-icon {
  background: url(/assets/api-logs-fbcc57916dbe9c28f49b237f4db09028b398910d5ed9ef1faef34e038a813454.svg);
}

/* line 412, app/assets/stylesheets/partials/_application.scss */
.ic-inbound-logs {
  background: url(/assets/inbound-icon-0a81252c2a197bfc9547ee767224e8b4efdb6b8361882c71bdfd6ba6ae69559b.svg);
}

/* line 416, app/assets/stylesheets/partials/_application.scss */
.ic-purchase-order {
  background: url(/assets/ic-po2-3566976f0ee2673d56a1f0cf43e8d114aef541b23a71aa97693d94f55d6b2e0e.svg);
}

/* line 420, app/assets/stylesheets/partials/_application.scss */
.ic-delivery-order {
  background: url(/assets/ic-do-fe6c1978c6a62bcaafa6e78fe12c26bc6456868c4981a2d7bf70bf04cf97716a.svg);
}

/* line 424, app/assets/stylesheets/partials/_application.scss */
.ic-sale-order {
  background: url(/assets/ic-sale-order-0e688ed0b24aa3306db96da6eb46394d0762f4888c492d958e92caa6f3ea4ceb.svg);
}

/* line 428, app/assets/stylesheets/partials/_application.scss */
.ic-offer-to-sell {
  background: url(/assets/offer-to-sell-3ec2c1b522e5e9632a6cabb92cbc0a8d8c3c515ce6a363b00e48798717718bed.svg);
}

/* line 432, app/assets/stylesheets/partials/_application.scss */
.ic-grn {
  background: url(/assets/ic-grn-901f78ca6ae54349f77c6f7bd9de56ed0e8366a8ae9417623b5a9d46e005efb3.svg);
}

/* line 436, app/assets/stylesheets/partials/_application.scss */
.ic-sroc {
  background: url(/assets/ic-sroc-6da986cbb545f8b94395c8548c2cf7a305e794b865d6c3cbc44327e5e347182c.svg);
}

/* line 440, app/assets/stylesheets/partials/_application.scss */
.ic-invoices {
  background: url(/assets/ic-invoice2-f448f7a1f493cdefa02b3d057799207a2e3bd79befdd4862ce96ed92c802518a.svg);
}

/* line 444, app/assets/stylesheets/partials/_application.scss */
.ic-payment-request {
  background: url(/assets/ic-epr2-daf7ebbea5d23853e5181b6416e3daebb0eda94628731485a023e0a5e25c638e.svg);
}

/* line 448, app/assets/stylesheets/partials/_application.scss */
.ic-discount {
  background: url(/assets/ic-discount2-6574c82c5d9523da8fa44d86dcb6ce54d3d76135807b71974bc200ab88775c3e.svg);
}

/* line 452, app/assets/stylesheets/partials/_application.scss */
.ic-cash-limit {
  background: url(/assets/ic-cash-limit-e5dc9280ae17855771b275e5728e8068e1998544319191fe7961c47cedd78411.svg);
}

/* line 456, app/assets/stylesheets/partials/_application.scss */
.ic-reports {
  background: url(/assets/ic-report-94b73f4394049267f0fd56e2bc6a1f1d29a5b407fbcfbaf49840c5ef332fb311.svg);
}

/* line 460, app/assets/stylesheets/partials/_application.scss */
.ic-eye {
  background: url(/assets/ic-eye-0e435de5e42613007eedb3f36e3ecb9c27638896cf00fe43bd250269654bb309.svg);
}

/* line 464, app/assets/stylesheets/partials/_application.scss */
.ic-settings {
  background: url(/assets/ic-gear2-89b61802cf8e55bb74cbca89f970ddd0143d292796c5aa233070635e94e3addc.svg);
}

/* line 468, app/assets/stylesheets/partials/_application.scss */
.ic-user-management {
  background: url(/assets/ic-usermgt2-04dae609409de8e142c6ed8ba9b1a834d517b583eb01b258902c40fe0109a548.svg);
}

/* line 472, app/assets/stylesheets/partials/_application.scss */
.ic-roles {
  background: url(/assets/ic-role2-8681ca1873999cdd424d54485e0318b21dd85ecf703efca5ecb1f36cecbebf7b.svg);
}

/* line 476, app/assets/stylesheets/partials/_application.scss */
.ic-rights {
  background: url(/assets/ic-user-loc-c3bc8f2c243d26abf3d24a0d4c16cdcc15a8fe2eddb3aa7159ad404e83e4f2df.svg);
}

/* line 480, app/assets/stylesheets/partials/_application.scss */
.ic-user {
  background: url(/assets/ic-user-loc2-0b8b166cf0d79873e7f9429db0fe2b5beac375fbf59566cd2a83e8b6d61ad7c9.svg);
}

/* line 484, app/assets/stylesheets/partials/_application.scss */
.ic-anchor-profile {
  background: url(/assets/ic-anchor-profile-14d23c89c316446c4bb62339b265369e2a49b31f7f240757afcd0d99e392c44e.svg);
}

/* line 488, app/assets/stylesheets/partials/_application.scss */
.ic-permissions {
  background: url(/assets/ic-user-permissions-41a9e0673facb32612aa366e7535735fb93392dadeafb19b77045e014d62ab23.svg);
}

/* line 492, app/assets/stylesheets/partials/_application.scss */
.ic-credit-limit {
  background: url(/assets/ic-credit-limits-dac3dd691775eac6fab8fe961052d57da82f23a759bc9c2ba8d709552ecf34e8.svg);
}

/* line 496, app/assets/stylesheets/partials/_application.scss */
.ic-rate-management {
  background: url(/assets/ic-rate-managment-29e6e293f3997cf3ace63797bd702d5f01b11804b7ec8649ae0665564ab251fe.svg);
}

/* line 500, app/assets/stylesheets/partials/_application.scss */
.ic-tijarah-model {
  background: url(/assets/ic-tijarah-model-6b37194829f3c800caaa0dd0eec4e084a55320b13cbcb2f253e1effad3edcc02.svg);
}

/* line 504, app/assets/stylesheets/partials/_application.scss */
.ic-supplier-program {
  background: url(/assets/ic-supplier-program-de336af4e81454044e8ddbf483b33cf1d5417389a0a09b9d8811fc02c6b4e7ab.svg);
}

/* line 508, app/assets/stylesheets/partials/_application.scss */
.ic-supplier-location {
  background: url(/assets/ic-supplier-location-ccc461d8ea14b3c226858b41915e46ff9cd245781b6e9e9b07a9b6c81b8dc2e7.svg);
}

/* line 512, app/assets/stylesheets/partials/_application.scss */
.ic-permission {
  background: url(/assets/ic-loc2-d5fed01f80366ceb17d570a1597e3662a02657b779a24c466956d5764d019deb.svg);
}

/* line 516, app/assets/stylesheets/partials/_application.scss */
.sidebar-heading {
  color: var(--input-placeholder-color);
}

/* line 520, app/assets/stylesheets/partials/_application.scss */
.ic-anchor-program {
  background: url(/assets/ic-anchor-program-4a9b419db6b452c05fe0eb7b96b4eab7db0e87ba99e56dab9c0dab1c5cb0fde7.svg);
}

/* line 524, app/assets/stylesheets/partials/_application.scss */
.esg-logo {
  background: url(/assets/esg-2f8a3057f4afb0df89254984f18c53eda9c4fd2fc18dd9d4fcdb549f474a27bd.svg);
}

/* line 528, app/assets/stylesheets/partials/_application.scss */
.ic-reports-logo {
  background: url(/assets/reports-logo-c8a2f34e03b2f7c5469bb66f294de074e3b385cb2a1c3dde74128eb44add7ccf.svg);
}

/* line 532, app/assets/stylesheets/partials/_application.scss */
.ic-csv-logo {
  background: url(/assets/csv-logo-345665c303dbb2614e456b6666605f2115ced6a05f67866e14446688dd60a530.svg);
}

/* line 536, app/assets/stylesheets/partials/_application.scss */
.ic-units {
  background: url(/assets/ic-units-570634996280b56eb7c87af3d54857c2b0b3527fdb4fc26919d7dec643aadc64.svg);
}

/* line 540, app/assets/stylesheets/partials/_application.scss */
.ic-financier {
  background: url(/assets/ic-financier-5ea2d324c9a50e8a6d0dd6c7ddce4852e57784588d47463954ea29eb058d1bef.svg);
}

/* line 544, app/assets/stylesheets/partials/_application.scss */
.ic-finance-rules {
  background: url(/assets/ic-finance-rules-22ff38791f65c7a6da05679c02c7b71a7cabc733d8c9c17933fff2d3cfd5c582.svg);
}

/* line 548, app/assets/stylesheets/partials/_application.scss */
.ic-transactions {
  background: url(/assets/transactios-5f6369610586306ced0daa5e4ca432f2aecbf5d45dadfe98ae0d460e23b67711.svg);
}

/* line 553, app/assets/stylesheets/partials/_application.scss */
.btn-yellow, .btn-yellow:hover {
  color: var(--white-color);
  background-color: var(--red-color);
  border-color: var(--red-color);
}

/* line 559, app/assets/stylesheets/partials/_application.scss */
.btn-light-gray, .btn-light-gray:hover {
  color: var(--black-color);
  background-color: var(--gray-btn-color);
  border-color: --gray-btn-color;
}

/* line 565, app/assets/stylesheets/partials/_application.scss */
.column-gap-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* line 569, app/assets/stylesheets/partials/_application.scss */
.bg-purple-wave {
  background: url(/images/purple-curve.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 6rem;
}

/* line 575, app/assets/stylesheets/partials/_application.scss */
.bg-orange-wave {
  background: url(/images/orange-wave.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 6rem;
}

/* line 581, app/assets/stylesheets/partials/_application.scss */
.green-text {
  color: var(--green-text-color);
}

/* line 585, app/assets/stylesheets/partials/_application.scss */
#sidebarMenu {
  height: calc(100vh - -69px);
  overflow: auto;
}

/* line 590, app/assets/stylesheets/partials/_application.scss */
.main-logo {
  border-bottom: 5px solid var(--white-color);
  /*  background: var(--nav-purple-color);*/
  padding: 2rem 1rem 0rem 0.5rem;
}

/* line 596, app/assets/stylesheets/partials/_application.scss */
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem !important;
}

/* line 602, app/assets/stylesheets/partials/_application.scss */
.table-wrap .darkgreen {
  background-color: #057625;
  color: white;
}

/* line 607, app/assets/stylesheets/partials/_application.scss */
.table-wrap .btn-green {
  background-color: #08bf3c;
  color: white;
}

/* line 612, app/assets/stylesheets/partials/_application.scss */
th, td {
  text-align: left;
  padding: 8px;
  font-size: 1rem !important;
}

/* line 618, app/assets/stylesheets/partials/_application.scss */
.text-align-center {
  text-align: center;
}

/* line 622, app/assets/stylesheets/partials/_application.scss */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 626, app/assets/stylesheets/partials/_application.scss */
.bg-mehroon {
  background-color: var(--bg-mehroon) !important;
}

/* line 630, app/assets/stylesheets/partials/_application.scss */
#wrapper {
  padding-left: 0;
  transition: all 0.6s ease;
}

/* line 638, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled {
  padding-left: 320px;
}

/* line 642, app/assets/stylesheets/partials/_application.scss */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 350px;
  width: 0;
  height: 100%;
  margin-left: -350px;
  overflow-y: auto;
  background-color: var(--white-color);
  box-shadow: 3px 1px 8px #ccc;
  transition: all 0.5s ease;
}

/* line 658, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 0;
}

/* line 662, app/assets/stylesheets/partials/_application.scss */
#page-content-wrapper {
  position: absolute;
  padding: 1rem;
}

/* line 667, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: 80px;
}

/* line 672, app/assets/stylesheets/partials/_application.scss */
.subnav {
  padding: 0 0 0 2.5rem;
}

/* line 676, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav {
  padding: 0;
}

/* line 680, app/assets/stylesheets/partials/_application.scss */
.subnav1 {
  padding: 0 0 0 2.5rem;
}

/* line 684, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav1 {
  padding: 0;
}

/* line 688, app/assets/stylesheets/partials/_application.scss */
.subnav2 {
  padding: 0 0 0 2.5rem;
}

/* line 692, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav2 {
  padding: 0;
}

/* line 696, app/assets/stylesheets/partials/_application.scss */
.subnav3 {
  padding: 0 0 0 2.5rem;
}

/* line 700, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav3 {
  padding: 0;
}

/* line 704, app/assets/stylesheets/partials/_application.scss */
.subnav4 {
  padding: 0 0 0 2.5rem;
}

/* line 708, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav4 {
  padding: 0;
}

/* line 712, app/assets/stylesheets/partials/_application.scss */
.subnav5 {
  padding: 0 0 0 2.5rem;
}

/* line 716, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav5 {
  padding: 0;
}

/* line 720, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input {
  display: table-cell;
}

/* line 724, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input .selected-flag {
  z-index: 4;
}

/* line 728, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input .country-list {
  z-index: 5;
}

/* line 732, app/assets/stylesheets/partials/_application.scss */
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  width: 90%;
}

@media (min-width: 1200px) {
  /* line 741, app/assets/stylesheets/partials/_application.scss */
  .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/* line 748, app/assets/stylesheets/partials/_application.scss */
img {
  max-width: 100%;
}

/* line 752, app/assets/stylesheets/partials/_application.scss */
#page-content-wrapper .my-4 {
  font-size: 1.3rem !important;
}

/* line 756, app/assets/stylesheets/partials/_application.scss */
.cstm-btn {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  text-decoration: none;
}

/* line 763, app/assets/stylesheets/partials/_application.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 769, app/assets/stylesheets/partials/_application.scss */
.cstm-btn1 {
  background-color: var(--bg-mehroon) !important;
  border-color: var(--bg-mehroon) !important;
  color: white !important;
}

/* line 775, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2 {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.5rem !important;
  min-width: 10rem;
}

/* line 783, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2-small {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.5rem !important;
  min-width: 6rem;
}

/* line 791, app/assets/stylesheets/partials/_application.scss */
.ml-btn {
  margin-left: 0.4rem;
}

/* line 795, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2:active {
  background-color: var(--btn-active-color) !important;
}

/* line 799, app/assets/stylesheets/partials/_application.scss */
.cstm-btn3 {
  background-color: var(--back-delete-button) !important;
  border-color: var(--back-delete-button) !important;
  padding: 0.5rem !important;
  min-width: 10rem;
  color: white !important;
}

/* line 807, app/assets/stylesheets/partials/_application.scss */
.cstm-btn3-small {
  background-color: var(--back-delete-button) !important;
  border-color: var(--back-delete-button) !important;
  padding: 0.5rem !important;
  min-width: 6rem;
  color: white !important;
}

/* line 815, app/assets/stylesheets/partials/_application.scss */
.primary-color {
  color: var(--nav-purple-color);
}

/* line 819, app/assets/stylesheets/partials/_application.scss */
.padd-top {
  padding-top: 10px;
}

/* line 823, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row:nth-child(even), .space-adjust .row:nth-child(even) {
  background-color: var(--gray-bg);
}

/* line 827, app/assets/stylesheets/partials/_application.scss */
.remove-btn {
  margin-top: 2.3rem;
  margin-left: 2rem;
}

/* line 832, app/assets/stylesheets/partials/_application.scss */
.pull-right {
  float: right;
}

/* line 836, app/assets/stylesheets/partials/_application.scss */
.mt-13 {
  margin-top: 13px;
}

/* line 840, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

/* line 845, app/assets/stylesheets/partials/_application.scss */
.space-adjust .row {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

/* line 850, app/assets/stylesheets/partials/_application.scss */
#error_explanation {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 857, app/assets/stylesheets/partials/_application.scss */
.alert {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: #dc3545;
  top: 0;
}

/* line 870, app/assets/stylesheets/partials/_application.scss */
.success {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: green;
  top: 0;
}

/* line 883, app/assets/stylesheets/partials/_application.scss */
.notice {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: var(--nav-purple-color);
  top: 0;
}

/* line 896, app/assets/stylesheets/partials/_application.scss */
.align-table-content {
  -moz-text-align-last: center;
       text-align-last: center;
}

/* line 900, app/assets/stylesheets/partials/_application.scss */
.page-link {
  color: var(--nav-purple-color);
}

/* line 904, app/assets/stylesheets/partials/_application.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--nav-purple-color);
  border-color: var(--nav-purple-color);
}

/* line 911, app/assets/stylesheets/partials/_application.scss */
.page-link:hover {
  z-index: 2;
  background-color: var(--red-color);
  color: var(--bs-white);
  border-color: var(--red-color);
}

/* line 918, app/assets/stylesheets/partials/_application.scss */
.table-overflow-hidden {
  overflow-x: hidden;
}

/* line 922, app/assets/stylesheets/partials/_application.scss */
.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 929, app/assets/stylesheets/partials/_application.scss */
.error ul {
  padding-left: 1rem;
}

/* line 933, app/assets/stylesheets/partials/_application.scss */
input.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 941, app/assets/stylesheets/partials/_application.scss */
select.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 949, app/assets/stylesheets/partials/_application.scss */
.invalid-feedback li {
  display: block;
}

/* line 953, app/assets/stylesheets/partials/_application.scss */
.invalid-feedback ul {
  padding-left: 0;
}

/* line 957, app/assets/stylesheets/partials/_application.scss */
.color-picker {
  height: 2.2rem !important;
}

/* line 961, app/assets/stylesheets/partials/_application.scss */
.bi-person-x-fill {
  color: red;
}

/* line 965, app/assets/stylesheets/partials/_application.scss */
li.checkbox {
  display: block;
}

/* line 969, app/assets/stylesheets/partials/_application.scss */
.all-checkbox-label {
  font-weight: bold;
}

/* line 973, app/assets/stylesheets/partials/_application.scss */
.bi-trash {
  color: var(--red-color);
}

/* line 977, app/assets/stylesheets/partials/_application.scss */
.cstm-add-item-btn {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.3rem 2rem 0.3rem 2rem !important;
  text-decoration: none;
}

/* line 985, app/assets/stylesheets/partials/_application.scss */
.cstm-add-item-btn:active {
  background-color: var(--btn-active-color) !important;
}

/*.cstm-delete-item-btn{
  background-color: var(--red-color) !important;
border-color: var(--nav-purple-color)!important;
color: white !important;
  padding: 0.3rem 2rem 0.3rem 2rem !important;
text-decoration: none;
}*/
/* line 996, app/assets/stylesheets/partials/_application.scss */
.trash-icon {
  font-size: large;
}

/* line 1000, app/assets/stylesheets/partials/_application.scss */
.header-text {
  color: var(--white-color);
}

/* line 1004, app/assets/stylesheets/partials/_application.scss */
.profile-icon {
  width: 2rem;
}

/* line 1008, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-2af8fbfa14451c016af5b8affbd5b52fb282de64637f5759fd9aa45874088e05.svg);
}

/* line 1013, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting_asc:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-2af8fbfa14451c016af5b8affbd5b52fb282de64637f5759fd9aa45874088e05.svg);
}

/* line 1018, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting_desc:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-alt-47b65650c0cb87640e32e456d2f0d8a9e169bd90c70f9f374f70e948c0613926.svg);
}

/* line 1023, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend {
  display: flex;
  overflow: auto;
  padding: 0 10px;
}

/* line 1029, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top {
  flex-wrap: wrap;
}

/* line 1033, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
  flex-direction: column;
  bottom: 0;
}

/* line 1038, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
  justify-content: flex-start;
}

/* line 1042, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
  justify-content: center;
}

/* line 1046, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
  justify-content: flex-end;
}

/* line 1050, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-series {
  cursor: pointer;
  line-height: normal;
}

/* line 1055, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
  display: flex;
  align-items: center;
}

/* line 1060, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-text {
  font-size: 10px !important;
}

/* line 1064, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-text *, .apexcharts-legend-marker * {
  pointer-events: none;
}

/* line 1068, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-marker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-style: solid;
}

/* line 1076, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: inline-block;
}

/* line 1080, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-series.apexcharts-no-click {
  cursor: auto;
}

/* line 1084, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
  display: none !important;
}

/* line 1088, app/assets/stylesheets/partials/_application.scss */
.apexcharts-inactive-legend {
  opacity: 0.45;
}

/* line 1092, app/assets/stylesheets/partials/_application.scss */
.apexcharts-datalabels-group text {
  font-size: 0.8rem !important;
}

/* line 1096, app/assets/stylesheets/partials/_application.scss */
.dt-bootstrap5 {
  overflow: auto;
}

/* line 1100, app/assets/stylesheets/partials/_application.scss */
.nested-fields {
  flex-wrap: nowrap !important;
  overflow: scroll;
  height: 100px;
}

/* line 1106, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar {
  height: 5px;
  top: 10px;
}

/* line 1111, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

/* line 1115, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--input-placeholder-color);
  width: 10px;
}

/* line 1121, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-bg);
}

/* line 1125, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar:vertical {
  display: none;
}

/* line 1129, app/assets/stylesheets/partials/_application.scss */
.submit_button, .paid-modal-btn {
  display: none;
}

/* line 1133, app/assets/stylesheets/partials/_application.scss */
.dataTables_wrapper {
  padding-top: 2%;
}

/* line 1137, app/assets/stylesheets/partials/_application.scss */
.dataTables_length {
  display: flex;
  justify-content: start;
  width: 50% !important;
  float: left;
}

/*.dataTables_length label {
  display: flex;
  flex-direction: column;
}
*/
/* line 1150, app/assets/stylesheets/partials/_application.scss */
.dataTables_info {
  margin-top: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: left;
}

/* line 1156, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  display: flex;
  justify-content: center;
}

/* line 1161, app/assets/stylesheets/partials/_application.scss */
.card {
  box-shadow: 3px 1px 8px #ccc !important;
  border: 0rem solid transparent !important;
}

/* line 1166, app/assets/stylesheets/partials/_application.scss */
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

/* line 1171, app/assets/stylesheets/partials/_application.scss */
.modal-dialog {
  margin-top: 20% !important;
}

/* line 1175, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input[type="search"] {
  margin-left: 10px;
}

/* line 1179, app/assets/stylesheets/partials/_application.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 1184, app/assets/stylesheets/partials/_application.scss */
.absolute-position {
  position: absolute !important;
}

/* line 1188, app/assets/stylesheets/partials/_application.scss */
.dropdown-menu {
  background-color: white;
  border: 1px solid #dee2e6;
  display: none;
  margin-top: 5px;
  position: absolute;
  z-index: 1;
  background: var(--white-color);
  border-radius: 0.6rem;
  padding: 0 !important;
  box-shadow: 3px 1px 8px #ccc;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 1202, app/assets/stylesheets/partials/_application.scss */
tr:nth-child(even) {
  background-color: transparent !important;
}

/* line 1206, app/assets/stylesheets/partials/_application.scss */
.dropdown-items {
  display: block;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--nav-purple-color) !important;
  margin: 1px;
  border-radius: 0.5rem;
}

/* line 1216, app/assets/stylesheets/partials/_application.scss */
.dropdown-item {
  display: block !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  color: var(--nav-purple-color) !important;
  margin: 1px !important;
  border-radius: 0.5rem !important;
  text-align: inherit !important;
  white-space: nowrap !important;
}

/* line 1228, app/assets/stylesheets/partials/_application.scss */
.dropdown-items-submit {
  background: transparent !important;
  border: 0px !important;
  width: 100% !important;
}

/* line 1234, app/assets/stylesheets/partials/_application.scss */
a:hover {
  background: var(--body-background);
}

/* line 1238, app/assets/stylesheets/partials/_application.scss */
.show {
  display: block;
}

/* line 1242, app/assets/stylesheets/partials/_application.scss */
.doc-display {
  display: flex;
  padding-top: 20px;
}

/* line 1247, app/assets/stylesheets/partials/_application.scss */
.col-md-7 {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 1253, app/assets/stylesheets/partials/_application.scss */
.chart-3 {
  height: 300px !important;
}

/* line 1257, app/assets/stylesheets/partials/_application.scss */
.ml-1 {
  margin-left: 1rem;
}

/* line 1260, app/assets/stylesheets/partials/_application.scss */
.card-box {
  height: 160px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

/* line 1268, app/assets/stylesheets/partials/_application.scss */
.custom-modal .modal-content {
  transform: translateY(-30%);
}

/* line 1272, app/assets/stylesheets/partials/_application.scss */
.body-style {
  background: var(--body-background);
  font-family: var(--mb-font) !important;
  font-size: var(--mb-font-size) !important;
}

/* line 1278, app/assets/stylesheets/partials/_application.scss */
.form-control:focus {
  color: var(--btn-purple) !important;
  outline: var(--btn-purple) auto 1px;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1284, app/assets/stylesheets/partials/_application.scss */
.form-select:focus {
  outline: var(--btn-purple) auto 1px !important;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1289, app/assets/stylesheets/partials/_application.scss */
.form-check-input:focus {
  outline: var(--btn-purple) auto 1px !important;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1294, app/assets/stylesheets/partials/_application.scss */
.form-check-input {
  width: 40px !important;
  height: 24px !important;
}

/* line 1299, app/assets/stylesheets/partials/_application.scss */
.trash-icon {
  font-size: 24px !important;
}

/* line 1304, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input[type="search"]:focus {
  outline: var(--btn-purple) auto 1px !important;
}

/* line 1308, app/assets/stylesheets/partials/_application.scss */
.sidenav-heading {
  display: flex;
  justify-content: center;
  margin-left: 7px;
  color: var(--btn-purple);
}

/* line 1316, app/assets/stylesheets/partials/_application.scss */
.form-check-input {
  margin-top: 0.2rem !important;
  width: 20px !important;
  height: 20px !important;
}

/* line 1325, app/assets/stylesheets/partials/_application.scss */
.dataTables_length {
  display: flex;
  justify-content: start;
  width: 50% !important;
  float: left;
  margin-left: 1% !important;
}

/*.dataTables_length label {
  display: flex;
  flex-direction: column;
}
*/
/* line 1339, app/assets/stylesheets/partials/_application.scss */
.dataTables_info {
  margin-top: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: left;
  margin-left: 1% !important;
}

/* line 1346, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  display: flex;
  justify-content: center;
}

/* line 1351, app/assets/stylesheets/partials/_application.scss */
.index-page-heading {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem !important;
}

/* line 1357, app/assets/stylesheets/partials/_application.scss */
.paginate_button {
  color: var(--nav-purple-color) !important;
  text-decoration: none;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #dee2e6;
  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;
  background-color: #dbdade78;
  border-radius: 0.375rem !important;
  margin-left: 5px !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
}

/* line 1382, app/assets/stylesheets/partials/_application.scss */
.paginate_button:hover {
  z-index: 2 !important;
  color: #5d596c !important;
  background-color: #d7d6da !important;
  border-color: transparent !important;
}

/* line 1390, app/assets/stylesheets/partials/_application.scss */
.align-right {
  display: flex;
  text-align: end;
}

/* line 1395, app/assets/stylesheets/partials/_application.scss */
.close-btn {
  padding: 0.3rem !important;
  min-width: 4rem;
  color: var(--red-color) !important;
}

/* line 1401, app/assets/stylesheets/partials/_application.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

/* line 1408, app/assets/stylesheets/partials/_application.scss */
.deleted-row {
  background-color: #fbbaba !important;
}

/* line 1412, app/assets/stylesheets/partials/_application.scss */
.row-ui {
  border: 8px solid #b5c2ce00;
  border-radius: 14px !important;
  margin: 2px !important;
  box-shadow: 5px 5px 9px 5px #ccc;
  background-color: #f2f2f200 !important;
}

/* line 1420, app/assets/stylesheets/partials/_application.scss */
.form-sections {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 1430, app/assets/stylesheets/partials/_application.scss */
.form-container {
  border: 2px solid #ccc !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  background-color: #ffffff !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 1439, app/assets/stylesheets/partials/_application.scss */
.address-containers {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
}

/* line 1447, app/assets/stylesheets/partials/_application.scss */
.address-containers-ots {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px 0px 0px 0px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
}

/* line 1455, app/assets/stylesheets/partials/_application.scss */
.ml-15px {
  margin-left: 15px !important;
}

/* line 1459, app/assets/stylesheets/partials/_application.scss */
.justify-between {
  display: flex;
  justify-content: space-between;
}

/* line 1464, app/assets/stylesheets/partials/_application.scss */
.table-style {
  background: var(--white-color);
  border-radius: 0.6rem;
  padding-bottom: 25px !important;
  box-shadow: 3px 1px 8px #ccc;
  margin-top: 2rem;
}

/* line 1472, app/assets/stylesheets/partials/_application.scss */
.table-style-ots {
  background: var(--white-color);
  border-radius: 0.6rem;
  padding: 0 !important;
  box-shadow: 3px 1px 8px #ccc;
  margin-top: 0.7rem;
}

/* line 1480, app/assets/stylesheets/partials/_application.scss */
.table {
  border-color: #dbdade !important;
  border-top: 1.5px solid #dbdade !important;
  margin-top: 15px !important;
}

/* line 1486, app/assets/stylesheets/partials/_application.scss */
.dataTables_wrapper {
  padding-top: 1% !important;
}

/* line 1490, app/assets/stylesheets/partials/_application.scss */
.odd {
  background-color: transparent !important;
}

/* line 1494, app/assets/stylesheets/partials/_application.scss */
.even {
  background-color: transparent !important;
}

/* line 1498, app/assets/stylesheets/partials/_application.scss */
.th, td {
  text-align: center !important;
  padding: 8px;
  font-size: 1rem !important;
}

/* line 1504, app/assets/stylesheets/partials/_application.scss */
.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

/* line 1508, app/assets/stylesheets/partials/_application.scss */
.dataTables_length select {
  font-size: 16px !important;
  padding: 8px 15px !important;
  border: 1.5px solid #dbdade !important;
  border-radius: 0.375rem !important;
  transition: border-color .15s !important;
  background-color: #fff !important;
}

/* line 1517, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input {
  width: 300px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 15px;
  padding: 8px 15px !important;
  border: 1.5px solid #dbdade !important;
  border-radius: 0.375rem !important;
  transition: border-color .15s !important;
  background-color: #fff !important;
}

/* line 1529, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  padding-bottom: 1%;
}

/* line 1533, app/assets/stylesheets/partials/_application.scss */
.paginate_button.disabled {
  z-index: 3;
  color: #a5a3ae !important;
  background-color: #e2e1e7 !important;
  border: 0px solid transparent !important;
  border-radius: 0.375rem !important;
  text-align: center !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
  margin-right: 0px !important;
}

/* line 1545, app/assets/stylesheets/partials/_application.scss */
.paginate_button.disabled:hover {
  z-index: 2 !important;
  color: #a5a3ae !important;
  background-color: #e2e1e7 !important;
  border-color: transparent !important;
}

/* line 1552, app/assets/stylesheets/partials/_application.scss */
.paginate_button.current {
  z-index: 3;
  color: #fff !important;
  background-color: var(--nav-purple-color);
  border-color: var(--nav-purple-color);
  border-radius: 0.375rem !important;
  text-align: center !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
  margin-right: 0px !important;
}

/* line 1563, app/assets/stylesheets/partials/_application.scss */
.paginate_button.current {
  color: #fff !important;
  background-color: var(--nav-purple-color) !important;
}

/* line 1568, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row:nth-child(even), .space-adjust .row:nth-child(even) {
  background-color: transparent !important;
}

/* line 1572, app/assets/stylesheets/partials/_application.scss */
.table > :not(caption) > * > * {
  text-align: center !important;
}

/* line 1576, app/assets/stylesheets/partials/_application.scss */
.css-s18byi {
  height: 100% !important;
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1582, app/assets/stylesheets/partials/_application.scss */
.css-145lt8w {
  border-radius: 5px !important;
}

/* line 1586, app/assets/stylesheets/partials/_application.scss */
.img, svg {
  border-radius: 0.6rem !important;
}

/* line 1590, app/assets/stylesheets/partials/_application.scss */
#chart_div {
  width: 100%;
  margin: 0 auto;
}

/* line 1595, app/assets/stylesheets/partials/_application.scss */
.css-1q2h7u5.Mui-selected {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1599, app/assets/stylesheets/partials/_application.scss */
.css-c29qve {
  margin-bottom: 12px !important;
}

/* line 1603, app/assets/stylesheets/partials/_application.scss */
.css-1anx036 {
  font-size: 1rem !important;
}

/* line 1607, app/assets/stylesheets/partials/_application.scss */
.css-1g6ez5y {
  font-size: 1rem !important;
  border-radius: 5px !important;
  padding: 5px !important;
}

/* line 1613, app/assets/stylesheets/partials/_application.scss */
.css-s5wd9q {
  margin-bottom: 40px !important;
}

/* line 1617, app/assets/stylesheets/partials/_application.scss */
.css-1qw96cp:last-child {
  padding-bottom: 0px !important;
}

/* line 1621, app/assets/stylesheets/partials/_application.scss */
.css-1huncxq {
  padding: 10px 10px 0px 10px !important;
}

/* line 1625, app/assets/stylesheets/partials/_application.scss */
.css-1wyf3ua {
  border-radius: 4px !important;
}

/* line 1629, app/assets/stylesheets/partials/_application.scss */
.filter-size {
  width: 205px !important;
}

/* line 1633, app/assets/stylesheets/partials/_application.scss */
.css-zp5d6d {
  font-size: 1.25rem !important;
}

/* line 1637, app/assets/stylesheets/partials/_application.scss */
.css-zq6grw {
  font-size: 1.25rem !important;
}

/* line 1641, app/assets/stylesheets/partials/_application.scss */
.css-1xvinid {
  font-size: 1.125rem !important;
}

/* line 1645, app/assets/stylesheets/partials/_application.scss */
.css-1g3izzu {
  font-size: 1.25rem !important;
}

/* line 1663, app/assets/stylesheets/partials/_application.scss */
#sidebar-wrapper {
  border-radius: 1.5rem 1.5rem 1.5rem 0rem !important;
}

/* line 1667, app/assets/stylesheets/partials/_application.scss */
.form-section-user {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
  margin: 1rem 0rem 1rem 0rem !important;
}

/* line 1676, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-root"] {
  border-radius: 1rem !important;
  height: 1rem !important;
}

/* line 1681, app/assets/stylesheets/partials/_application.scss */
.css-114amhd-MuiPaper-root-MuiCard-root {
  padding-bottom: 0rem !important;
}

/* line 1685, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-bar"] {
  border-radius: 1rem !important;
}

/* line 1689, app/assets/stylesheets/partials/_application.scss */
.linear-graphs {
  margin: 1rem 1rem 0.5rem 1rem !important;
  padding: 1px !important;
}

/* line 1694, app/assets/stylesheets/partials/_application.scss */
.css-bhp9pd-MuiPaper-root-MuiCard-root {
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1699, app/assets/stylesheets/partials/_application.scss */
.css-114amhd-MuiPaper-root-MuiCard-root {
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1704, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70% !important;
}

/* line 1708, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single {
  height: 37px !important;
  font-size: 1em !important;
  padding-top: 5px !important;
  border: 1px solid #d1d0d0 !important;
  font-weight: 400 !important;
}

/* line 1716, app/assets/stylesheets/partials/_application.scss */
.tawk-min-container .tawk-min-container .tawk-button {
  display: none !important;
}

/* line 1720, app/assets/stylesheets/partials/_application.scss */
.tawk-min-container .tawk-button-circle .tawk-button-large {
  display: none !important;
}

/* line 1724, app/assets/stylesheets/partials/_application.scss */
.tawk-bubble-text-container {
  inset: 4px -6px auto auto !important;
  width: 9.5rem !important;
  background: white !important;
}

/* line 1730, app/assets/stylesheets/partials/_application.scss */
.tawk-button {
  display: none !important;
}

/* line 1734, app/assets/stylesheets/partials/_application.scss */
.tawk-flex {
  inset: 4px -6px auto auto !important;
  width: 9.5rem !important;
  background: white !important;
}

/* line 1740, app/assets/stylesheets/partials/_application.scss */
.tawk-text-italic {
  color: #013660 !important;
  background: #a7caed !important;
  padding: 0.5rem !important;
  border-radius: 1rem !important;
}

/* line 1747, app/assets/stylesheets/partials/_application.scss */
#tawk-bubble-text {
  color: #013660 !important;
  background: #a7caed !important;
  padding: 0.5rem !important;
  border-radius: 1rem !important;
}

/* line 1754, app/assets/stylesheets/partials/_application.scss */
.dt-buttons {
  float: right;
  margin-right: 1% !important;
}

/* line 1759, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter {
  display: flex;
  justify-content: end;
  margin-right: 1% !important;
}

/* Optional: Style for hover effect on links */
/* line 1767, app/assets/stylesheets/partials/_application.scss */
.nav-link:hover {
  background-color: #e0e0e0;
  /* Change this to your desired hover background color */
  color: #555;
  /* Change this to your desired hover text color */
  /* Add any other styles for the hover effect */
}

/* line 1773, app/assets/stylesheets/partials/_application.scss */
.nav-link.active {
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
  color: #fff !important;
  border-radius: 0.375rem !important;
}

/* line 1782, app/assets/stylesheets/partials/_application.scss */
.notification_main .dataTables_length, .notification_main .dataTables_filter, .notification_main .dataTables_info, .notification_main .dataTables_paginate.paging_simple_numbers {
  display: none;
}

/* line 1786, app/assets/stylesheets/partials/_application.scss */
.notification_main .table-responsive tbody input.form-check-input:checked {
  background-color: #013660 !important;
  border-color: #013660 !important;
}

/* line 1791, app/assets/stylesheets/partials/_application.scss */
.notification_main .table-responsive tbody input.form-check-input:focus {
  border-color: #013660 !important;
}

/* line 1795, app/assets/stylesheets/partials/_application.scss */
.right-0 {
  right: 0 !important;
  transform: translate3d(10px, 45.5px, 0px) !important;
}

/* line 1800, app/assets/stylesheets/partials/_application.scss */
.table.table-striped.border-top.text-left .text-nowrap.sorting.sorting_asc, tbody .odd .text-nowrap.sorting_1, tbody .even .text-nowrap.sorting_1 {
  text-align: left !important;
}

/* line 1804, app/assets/stylesheets/partials/_application.scss */
.rejection-modal-btn, .paid-modal-btn {
  display: none;
}

/* line 1808, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

/* line 1836, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 1840, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: 0.65;
}

/* line 1846, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:focus {
  color: #164276 !important;
  outline: none;
}

/* line 1851, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 520px) {
  /* line 1857, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .step-trigger {
    flex-direction: column;
    padding: 10px;
  }
}

/* line 1863, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-label {
  display: inline-block;
  margin: 0.25rem;
}

/* line 1868, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-header {
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  /* line 1876, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}

/* line 1881, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-line,
.bs-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}

@media (max-width: 400px) {
  /* line 1892, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-line,
.bs-stepper .line {
    flex-basis: 20px;
  }
}

/* line 1898, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  margin: 0.25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757d;
  border-radius: 1em;
}

/* line 1915, app/assets/stylesheets/partials/_application.scss */
.active .bs-stepper-circle {
  background-color: #164276;
}

/* line 1919, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-content {
  padding: 0 20px 20px;
}

@media (max-width: 520px) {
  /* line 1924, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-content {
    padding: 0;
  }
}

/* line 1928, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical {
  display: flex;
}

/* line 1933, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

/* line 1941, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
  display: block;
}

/* line 1946, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}

/* line 1952, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
  display: none;
}

/* line 1957, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .content.fade,
.bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity;
}

/* line 1964, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

/* line 1970, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}

/* line 1976, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
  display: block;
}

/* line 1981, app/assets/stylesheets/partials/_application.scss */
.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}

/* line 1986, app/assets/stylesheets/partials/_application.scss */
.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

/* line 1992, app/assets/stylesheets/partials/_application.scss */
.bs-stepper {
  border-radius: 0.375rem;
}

/* line 1995, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .line {
  flex: 0;
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  margin: 0;
}

/* line 2002, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header {
  padding: 1.5rem 1.5rem;
}

/* line 2005, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger {
  padding: 0 1rem;
  flex-wrap: nowrap;
  gap: 1rem;
  font-weight: 500;
}

/* line 2011, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin: 0;
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  display: inline-grid;
  font-weight: 500;
  font-size: 0.9375rem;
}

/* line 2021, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  line-height: 1;
  font-weight: 500;
}

/* line 2025, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

/* line 2030, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger:hover {
  background-color: transparent;
}

/* line 2033, app/assets/stylesheets/partials/_application.scss */
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-left: 0;
}

/* line 2036, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-right: 0;
}

/* line 2039, app/assets/stylesheets/partials/_application.scss */
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-right: 0;
}

/* line 2042, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-left: 0;
}

/* line 2045, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 2055, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-content {
  padding: 1.5rem 1.5rem;
}

/* line 2058, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header {
  min-width: 18rem;
}

/* line 2061, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step .step-trigger {
  padding: 0.5rem 0;
}

/* line 2064, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step:first-child .step-trigger {
  padding-top: 0;
}

/* line 2067, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step:last-child .step-trigger {
  padding-bottom: 0;
}

/* line 2070, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .line {
  position: relative;
  min-height: 1px;
}

/* line 2074, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-content {
  width: 100%;
}

/* line 2077, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-content .content:not(.active) {
  display: none;
}

/* line 2080, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical.wizard-icons .step {
  text-align: center;
  padding: 0.75rem 0;
}

/* line 2084, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header {
  justify-content: space-around;
}

/* line 2087, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger {
  flex-direction: column;
  gap: 0.5rem;
}

/* line 2091, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon svg {
  height: 3.125rem;
  width: 3.125rem;
}

/* line 2095, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon i {
  font-size: 1.6rem;
}

/* line 2098, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-label {
  font-weight: 400;
}

/* line 2101, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern .bs-stepper-header {
  border-bottom: none !important;
}

/* line 2104, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern .bs-stepper-content {
  border-radius: 0.375rem;
}

/* line 2107, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-right: none !important;
}

/* line 2111, app/assets/stylesheets/partials/_application.scss */
#wizard-create-app.vertical .bs-stepper-header {
  min-width: 15rem;
}

/* line 2115, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper {
  background-color: #fff;
}

/* line 2118, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper:not(.wizard-modern) {
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

/* line 2121, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header {
  border-bottom: 1px solid #dbdade;
}

/* line 2124, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .line i {
  color: #a5a3ae;
}

/* line 2127, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .bs-stepper-title,
.light-style .bs-stepper .bs-stepper-header .bs-stepper-label {
  color: #5d596c;
}

/* line 2131, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
  color: #a5a3ae !important;
}

/* line 2134, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  background-color: #f1f0f2;
  color: #6f6b7d;
}

/* line 2138, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

/* line 2141, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
.light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
  color: #a5a3ae;
}

/* line 2145, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .step-trigger:focus {
  color: #5d596c;
}

/* line 2148, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  /* line 2152, app/assets/stylesheets/partials/_application.scss */
  .light-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #dbdade;
  }
}

/* line 2158, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-modern {
  background-color: transparent;
}

/* line 2161, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #fff;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

/* line 2165, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #6f6b7d;
}

/* line 2168, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
  fill: #6f6b7d;
}

/* line 2171, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
  color: #6f6b7d;
}

/* line 2175, app/assets/stylesheets/partials/_application.scss */
.light-style[dir=rtl] .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #dbdade;
}

/* line 2179, app/assets/stylesheets/partials/_application.scss */
html.light-style:not([dir=rtl]) .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #dbdade;
}

/* line 2183, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper {
  background-color: #2f3349;
}

/* line 2186, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header {
  border-bottom: 1px solid #434968;
}

/* line 2189, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .line i {
  color: #7983bb;
}

/* line 2192, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-label,
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-title {
  color: #cfd3ec;
}

/* line 2196, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
  color: #7983bb !important;
}

/* line 2199, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  background-color: #363b54;
  color: #b6bee3;
}

/* line 2203, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}

/* line 2206, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
.dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
  color: #7983bb;
}

/* line 2210, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .step-trigger:focus {
  color: #cfd3ec;
}

/* line 2213, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  /* line 2217, app/assets/stylesheets/partials/_application.scss */
  .dark-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #434968;
  }
}

/* line 2223, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-modern {
  background-color: transparent;
}

/* line 2226, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #2f3349;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
}

/* line 2230, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
  color: #b6bee3;
}

/* line 2233, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #b6bee3;
}

/* line 2236, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
  color: #b6bee3;
}

/* line 2240, app/assets/stylesheets/partials/_application.scss */
.dark-style[dir=rtl] .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #434968;
}

/* line 2244, app/assets/stylesheets/partials/_application.scss */
html.dark-style:not([dir=rtl]) .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #434968;
}

/* line 2248, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-content .btn-next:not(.btn-submit) i,
[dir=rtl] .bs-stepper .bs-stepper-content .btn-prev i {
  transform: rotate(180deg);
}

/* line 2252, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
  right: 50%;
}

/* line 2255, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-left: none !important;
}

@media (min-width: 992px) {
  /* line 2259, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper .bs-stepper-header .line i {
    transform: rotate(180deg);
  }
}

@media (max-width: 991.98px) {
  /* line 2264, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0;
    margin-right: 1rem;
  }
  /* line 2268, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper.wizard-icons .bs-stepper-header .line:before {
    margin-right: 0.75rem;
  }
}

@media (max-width: 991.98px) {
  /* line 2274, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 2278, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step .step-trigger {
    padding: 0.5rem 0;
    flex-direction: row;
  }
  /* line 2282, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0.35rem;
  }
  /* line 2285, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
    padding-top: 0;
  }
  /* line 2288, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
    padding-bottom: 0;
  }
  /* line 2291, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical {
    flex-direction: column;
  }
  /* line 2294, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical .bs-stepper-header {
    align-items: flex-start;
  }
  /* line 2297, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
    left: 0.75rem;
    margin-left: 0;
  }
  /* line 2301, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper:not(.vertical) .bs-stepper-header .line i {
    display: none;
  }
  /* line 2304, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
    margin-top: 0.5rem;
  }
}

@media (max-width: 520px) {
  /* line 2309, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-header {
    margin: 0;
  }
}

/* line 2313, app/assets/stylesheets/partials/_application.scss */
#wizard-create-app.vertical .bs-stepper-header {
  min-width: 15rem;
}

/* line 2320, app/assets/stylesheets/partials/_application.scss */
.file-upload-container {
  font-family: Arial, sans-serif;
  color: #333;
}

/* line 2325, app/assets/stylesheets/partials/_application.scss */
.header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 2331, app/assets/stylesheets/partials/_application.scss */
.basic-section {
  border: 1px solid #ddd;
  padding: 20px;
}

/* line 2336, app/assets/stylesheets/partials/_application.scss */
.basic-section h2 {
  margin-top: 0;
}

/* line 2340, app/assets/stylesheets/partials/_application.scss */
.drop-zone {
  border: 1px dashed #ddd;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* line 2348, app/assets/stylesheets/partials/_application.scss */
.dropzone {
  width: 100%;
  height: 450px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 6px;
  border: 2px dashed rgba(47, 43, 61, 0.16);
  margin-bottom: 2rem;
}

/* line 2365, app/assets/stylesheets/partials/_application.scss */
.dropzone img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 6px;
}

/* line 2374, app/assets/stylesheets/partials/_application.scss */
.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 2384, app/assets/stylesheets/partials/_application.scss */
.upload-icon {
  font-size: 48px;
  color: #ccc;
}

/* line 2389, app/assets/stylesheets/partials/_application.scss */
.drop-zone-content p {
  margin: 10px 0;
}

/* line 2393, app/assets/stylesheets/partials/_application.scss */
.disclaimer {
  font-size: 12px;
  color: #888;
}

/* line 2398, app/assets/stylesheets/partials/_application.scss */
.file-preview {
  margin-top: 20px;
}

/* line 2402, app/assets/stylesheets/partials/_application.scss */
.file-preview h4 {
  margin-bottom: 10px;
}

/* line 2406, app/assets/stylesheets/partials/_application.scss */
.file-preview ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 2413, app/assets/stylesheets/partials/_application.scss */
.file-preview li {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 2419, app/assets/stylesheets/partials/_application.scss */
.preview-image {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}

/* line 2428, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 15px;
  background: transparent !important;
  border: transparent !important;
}

/* line 2437, app/assets/stylesheets/partials/_application.scss */
.error-message {
  color: #dc3545;
}

/* line 2440, app/assets/stylesheets/partials/_application.scss */
.progress {
  width: 100%;
  height: 20px;
  background-color: lightgrey;
}

/* line 2446, app/assets/stylesheets/partials/_application.scss */
.progress-bar {
  height: 100%;
  background-color: #013660;
  -webkit-animation: progressAnimation 2s ease-in-out forwards;
          animation: progressAnimation 2s ease-in-out forwards;
}

/* line 2452, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-bar"] {
  border-radius: 1rem !important;
}

/* line 2456, app/assets/stylesheets/partials/_application.scss */
.nav-link.active {
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
  color: #fff !important;
  border-radius: 0.375rem !important;
}

/* Hide up/down arrows for WebKit browsers (Chrome, Safari) */
/* line 2464, app/assets/stylesheets/partials/_application.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide up/down arrows for Firefox */
/* line 2471, app/assets/stylesheets/partials/_application.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 2475, app/assets/stylesheets/partials/_application.scss */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  padding-top: 20px;
}

/* line 2486, app/assets/stylesheets/partials/_application.scss */
.sidenav .accordion {
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
  color: #818181;
  background-color: #111;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* line 2498, app/assets/stylesheets/partials/_application.scss */
.sidenav .accordion:hover {
  background-color: #575757;
}

/* line 2502, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel {
  display: none;
  background-color: #262626;
  overflow: hidden;
}

/* line 2508, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* line 2517, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel a:hover {
  background-color: #575757;
}

/* line 2521, app/assets/stylesheets/partials/_application.scss */
.table-responsive {
  margin: 20px 0;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow-x: auto;
}

/* line 2528, app/assets/stylesheets/partials/_application.scss */
.custom-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

/* line 2535, app/assets/stylesheets/partials/_application.scss */
.custom-table th,
.custom-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 2542, app/assets/stylesheets/partials/_application.scss */
.custom-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
  color: #495057;
}

/* line 2549, app/assets/stylesheets/partials/_application.scss */
.custom-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 2553, app/assets/stylesheets/partials/_application.scss */
.custom-table td {
  background-color: #ffffff;
}

/* line 2557, app/assets/stylesheets/partials/_application.scss */
.custom-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 2561, app/assets/stylesheets/partials/_application.scss */
.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-size: 1.5em;
  background-color: #282c34;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 40%;
  margin: 2px auto;
}

/* line 2576, app/assets/stylesheets/partials/_application.scss */
.countdown-text {
  color: var(--nav-purple-color) !important;
  margin-top: 0.5rem !important;
}

/* line 2581, app/assets/stylesheets/partials/_application.scss */
.countdown-timer span {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--nav-purple-color);
  border-radius: 5px;
  margin: 0 5px;
}

/* line 2589, app/assets/stylesheets/partials/_application.scss */
.countdown-timer .countdown-finished {
  background-color: #ff4d4d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 2596, app/assets/stylesheets/partials/_application.scss */
.fade:not(.show) {
  opacity: 1;
}

/* line 2600, app/assets/stylesheets/partials/_application.scss */
.modal-primary-color {
  color: var(--nav-purple-color);
}

/* Container */
/* line 2611, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
}

/* Tile or badge css */
/* line 2619, app/assets/stylesheets/partials/_application.scss */
.badge {
  --bs-badge-padding-x: 0.65em !important;
  --bs-badge-padding-y: 0.55em !important;
  --bs-badge-font-size: 0.85em !important;
  --bs-badge-font-weight: 580 !important;
  margin: 0.1rem 0.3rem 0.1rem 0rem !important;
}

/* Input Field */
/* line 2628, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown input {
  padding: 0px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

/* Dropdown menu */
/* line 2637, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  z-index: 1000;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
}

/* Dropdown items */
/* line 2650, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}

/* line 2655, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu li:hover {
  background-color: #f1f1f1;
}

/* line 2661, app/assets/stylesheets/partials/_application.scss */
.select2-container {
  width: 100% !important;
}

/* line 2665, app/assets/stylesheets/partials/_application.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* line 2673, app/assets/stylesheets/partials/_application.scss */
.select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
}

/* line 2683, app/assets/stylesheets/partials/_application.scss */
.select2-selection__choice {
  background-color: #0d6efd !important;
  color: white !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin: 2px;
  font-size: 14px;
  --bs-badge-padding-x: 0.65em !important;
  --bs-badge-padding-y: 0.55em !important;
  --bs-badge-font-size: 0.85em !important;
  --bs-badge-font-weight: 580 !important;
  margin: 0.1rem 0.3rem 0.1rem 0rem !important;
}

/* line 2698, app/assets/stylesheets/partials/_application.scss */
.select2-search--inline .select2-search__field {
  padding: 5px;
  width: auto !important;
  margin-left: 2px;
}

/* line 2704, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;
}

/* line 2710, app/assets/stylesheets/partials/_application.scss */
.select2-container .select2-search--inline {
  float: none !important;
}

/* line 2714, app/assets/stylesheets/partials/_application.scss */
.select2-dropdown .select2-dropdown--above {
  width: 23.5% !important;
}

/* line 2718, app/assets/stylesheets/partials/_application.scss */
select2-container select2-container--default select2-container--open {
  position: absolute !important;
  top: 74% !important;
  left: 32.6% !important;
}

/* line 2724, app/assets/stylesheets/partials/_application.scss */
.select2-container--open .select2-dropdown--below {
  margin-top: 4.2% !important;
  margin-left: 6.5% !important;
}

/* line 2729, app/assets/stylesheets/partials/_application.scss */
.select2-selection__choice__remove {
  background-color: #0d6efd !important;
  color: white !important;
  border: 1px solid #0d6efd !important;
  margin-right: 5px !important;
  border-radius: 2px !important;
  margin-left: -5px !important;
}

/* line 2738, app/assets/stylesheets/partials/_application.scss */
.select2-search--inline .select2-search__field {
  display: none !important;
}

/* line 2742, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px !important;
}

/*Submit Anchor Modal CSS*/
/* line 2747, app/assets/stylesheets/partials/_application.scss */
.fade-background {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 2751, app/assets/stylesheets/partials/_application.scss */
.large-checkbox {
  width: 13px;
  height: 13px;
  transform: scale(1.5);
  margin: 5px;
}

/* Custom CSS for the transaction activity */
/* line 2759, app/assets/stylesheets/partials/_application.scss */
.completed-step {
  color: #164276 !important;
}

/* line 2763, app/assets/stylesheets/partials/_application.scss */
.shipping-activity-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: auto;
}

/* line 2771, app/assets/stylesheets/partials/_application.scss */
.timeline-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* line 2778, app/assets/stylesheets/partials/_application.scss */
.timeline {
  position: relative;
  padding-left: 20px;
}

/* line 2783, app/assets/stylesheets/partials/_application.scss */
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

/* line 2790, app/assets/stylesheets/partials/_application.scss */
.timeline-icon {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 10px;
}

/* line 2799, app/assets/stylesheets/partials/_application.scss */
.timeline-item.completed .timeline-icon {
  background-color: transparent;
}

/* line 2803, app/assets/stylesheets/partials/_application.scss */
.timeline-item.pending .timeline-icon {
  background-color: transparent;
}

/* line 2807, app/assets/stylesheets/partials/_application.scss */
.timeline-content {
  flex: 1;
}

/* line 2811, app/assets/stylesheets/partials/_application.scss */
.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2817, app/assets/stylesheets/partials/_application.scss */
.timeline-step {
  font-weight: bold;
  color: #333;
}

/* line 2822, app/assets/stylesheets/partials/_application.scss */
.timeline-date {
  font-size: 12px;
  color: #999;
}

/* line 2827, app/assets/stylesheets/partials/_application.scss */
.timeline-description {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

/* line 2833, app/assets/stylesheets/partials/_application.scss */
.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #ddd;
  left: 12px;
  top: 35px;
}

/* line 2843, app/assets/stylesheets/partials/_application.scss */
.timeline-item.completed:not(:last-child)::after {
  background-color: #164276;
}

/* line 2847, app/assets/stylesheets/partials/_application.scss */
.written-offers {
  margin-left: 40px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
}

/* line 2853, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item {
  margin-top: 10px;
}

/* line 2857, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item.completed .timeline-step {
  color: #164276;
}

/* line 2861, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item.pending .timeline-step {
  color: #FF9800;
}

/* line 2865, app/assets/stylesheets/partials/_application.scss */
.written-offer-items {
  margin-left: 40px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
}

/* line 2871, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item {
  margin-top: 10px;
}

/* line 2875, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item.completed .timeline-step {
  color: #164276;
}

/* line 2879, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item.pending .timeline-step {
  color: #FF9800;
}
@media (min-width: 320px) and (max-width: 767.98px) {
  /* line 2, app/assets/stylesheets/partials/_responsive.scss */
  .table-scroll-mobile {
    overflow: auto;
    max-width: 100%;
  }
  /* line 7, app/assets/stylesheets/partials/_responsive.scss */
  .table-scroll-mobile thead, .table-scroll-mobile tbody, .table-scroll-mobile tfoot, .table-scroll-mobile tr, .table-scroll-mobile td, .table-scroll-mobile th {
    white-space: nowrap;
  }
  /* line 11, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-buttons a {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.4rem;
    width: 6rem;
    line-height: 1.2rem;
  }
  /* line 18, app/assets/stylesheets/partials/_responsive.scss */
  .mob-top-margin {
    margin-top: 1rem;
  }
  /* line 22, app/assets/stylesheets/partials/_responsive.scss */
  .col {
    flex: 1 1 auto;
    margin-bottom: 1rem;
  }
  /* line 27, app/assets/stylesheets/partials/_responsive.scss */
  .text-align-center-mobile {
    text-align: center;
  }
  /* line 31, app/assets/stylesheets/partials/_responsive.scss */
  .form-signin .form-control {
    padding: 0.3rem 0;
    text-align: center;
    font-size: 1rem;
  }
  /* line 37, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 43, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 47, app/assets/stylesheets/partials/_responsive.scss */
  .sidebar h {
    font-size: 12px;
    margin-left: -65px;
  }
  /* line 52, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper i {
    width: 20px;
    height: 28px;
  }
  /* line 57, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    margin-left: 60px;
  }
  /* line 61, app/assets/stylesheets/partials/_responsive.scss */
  .Small-nav .btn-outline-warning {
    margin-top: 10px;
  }
  /* line 65, app/assets/stylesheets/partials/_responsive.scss */
  .yellow-panel {
    padding: 0;
  }
  /* line 69, app/assets/stylesheets/partials/_responsive.scss */
  .toggled span {
    visibility: hidden;
  }
  /* line 73, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 77, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 50px;
  }
  /* line 81, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 50px;
  }
  /* line 85, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-nav-gap {
    -moz-column-gap: .5rem;
         column-gap: .5rem;
    justify-content: space-between !important;
  }
  /* line 90, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-hide {
    display: none;
  }
  /* line 94, app/assets/stylesheets/partials/_responsive.scss */
  .nav-notification-icon {
    padding: 0 !important;
    font-size: 22px;
  }
  /* line 99, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 1rem 1rem 1rem .5rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/partials/_responsive.scss */
  .subnav {
    padding: 0;
  }
  /* line 108, app/assets/stylesheets/partials/_responsive.scss */
  .subnav1 {
    padding: 0;
  }
  /* line 112, app/assets/stylesheets/partials/_responsive.scss */
  .subnav2 {
    padding: 0;
  }
  /* line 116, app/assets/stylesheets/partials/_responsive.scss */
  .even-bg-gray .row:nth-child(even) {
    background-color: #fff;
  }
  /* line 119, app/assets/stylesheets/partials/_responsive.scss */
  .dataTables_paginate {
    margin-top: 6rem;
  }
  /* line 122, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0rem 0.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  /* line 130, app/assets/stylesheets/partials/_responsive.scss */
  .toggled span {
    visibility: visible;
  }
  /* line 134, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 320px;
    padding-right: 20px;
  }
  /* line 139, app/assets/stylesheets/partials/_responsive.scss */
  .even-bg-gray .row:nth-child(even) {
    background-color: #fff;
  }
  /* line 143, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-right: 20px;
  }
  /* line 147, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 80px;
  }
  /* line 151, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 220px;
  }
  /* line 155, app/assets/stylesheets/partials/_responsive.scss */
  .main-nav {
    min-width: 200px;
  }
  /* line 159, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled span {
    display: block;
  }
  /* line 163, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 56px;
  }
  /* line 167, app/assets/stylesheets/partials/_responsive.scss */
  .main-nav .nav-item .nav-link i {
    width: 30px;
    height: 30px;
  }
  /* line 172, app/assets/stylesheets/partials/_responsive.scss */
  .subnav {
    padding: 0;
  }
  /* line 176, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 200px;
  }
  /* line 180, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 1rem 0;
    position: relative;
  }
  /* line 185, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 190, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0.4rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  /* line 197, app/assets/stylesheets/partials/_responsive.scss */
  html {
    zoom: 80%;
  }
  /* line 200, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 280px;
  }
  /* line 204, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 208, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 76px;
  }
  /* line 212, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled a span {
    visibility: visible;
    display: none;
  }
  /* line 217, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled i {
    /* float:right; */
  }
  /* line 222, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  /* line 227, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  /* line 232, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 280px;
  }
  /* line 235, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0.4rem 0.7rem;
  }
}

/* line 240, app/assets/stylesheets/partials/_responsive.scss */
.block {
  display: block;
  width: 100%;
  border: none;
  background-color: f9b935;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

/*
* Pages Mixins
*/

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step-line,
.swal2-progress-steps[class] .swal2-active-progress-step,
.swal2-progress-steps[class] .swal2-progress-step {
  background: #164276;
  color: #fff;
}

.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step,
.swal2-progress-steps[class] .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #eae8fd;
}


.bs-stepper .step.active .bs-stepper-circle {
  background-color: #164276;
  color: #fff;
}
.bs-stepper .step.active .bs-stepper-icon svg {
  fill: #164276 !important;
}
.bs-stepper .step.active .bs-stepper-icon i,
.bs-stepper .step.active .bs-stepper-label {
  color: #164276 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-circle {
  background-color: #f4f3fe !important;
  color: #aba4f6 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon svg {
  fill: #164276 !important;
}
.bs-stepper .step.crossed .step-trigger .bs-stepper-icon i {
  color: #164276 !important;
}
.bs-stepper.wizard-icons .step.crossed .bs-stepper-label {
  color: #164276 !important;
}
.bs-stepper.wizard-icons .step.crossed + .line i {
  color: #164276;
}
/* Source: https://github.com/select2/select2/blob/develop/dist/css/select2.min.css */
.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;-moz-user-select:none;-ms-user-select:none;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{background-color:rgba(0,0,0,0);border:none;font-size:1em}.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;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;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;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{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;height:26px;margin-right:20px;padding-right:0px}.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 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.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__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 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:rgba(0,0,0,0);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 .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--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.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:linear-gradient(to bottom, white 50%, #eeeeee 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;height:26px;margin-right:20px}.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:linear-gradient(to bottom, #eeeeee 50%, #cccccc 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 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);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:rgba(0,0,0,0);border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);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:linear-gradient(to bottom, white 0%, #eeeeee 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:linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.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;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.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 rgba(0,0,0,0)}.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--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{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}
@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, if configured) 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
 * 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.
 *


 */
/*!
   * Bootstrap  v5.2.2 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url(/assets/select2/dist/css/select2-9b01ca41135b49f1b1c063c324aa3bac01c012268f62fe5f43e0b3291dbe56fc.css);
@import url(/assets/bootstrap-daterangepicker/daterangepicker-d9b208e461516e9f08b58d9088ab72c5911bb39afc63e5499459921cbee30f84.css);
/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_root.scss */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  h1, .h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  h2, .h2 {
    font-size: 2rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  h3, .h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  h4, .h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h5, .h5 {
  font-size: 1.25rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
h6, .h6 {
  font-size: 1rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
small, .small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
mark, .mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg);
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 243, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: var(--bs-link-color);
  text-decoration: underline;
}

/* line 247, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  color: var(--bs-link-hover-color);
}

/* line 259, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 281, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 290, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 303, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 308, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 315, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 327, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 366, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 382, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 389, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 405, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 417, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 428, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 434, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 451, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 458, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 466, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 473, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 484, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 496, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 496, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 505, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 513, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 523, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 554, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 560, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 568, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 575, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 581, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 589, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 599, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 608, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-1 {
    font-size: 5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-2 {
    font-size: 4.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-3 {
    font-size: 4rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-4 {
    font-size: 3.5rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-5 {
    font-size: 3rem;
  }
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  /* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
  .display-6 {
    font-size: 2.5rem;
  }
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item {
  display: inline-block;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote > :last-child {
  margin-bottom: 0;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_type.scss */
.blockquote-footer::before {
  content: "\2014\00A0";
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_images.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_images.scss */
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.375rem;
  max-width: 100%;
  height: auto;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_images.scss */
.figure {
  display: inline-block;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_images.scss */
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_images.scss */
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-sm, .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  /* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_containers.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody {
  vertical-align: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table > thead {
  vertical-align: bottom;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-group-divider {
  border-top: 2px solid currentcolor;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.caption-top {
  caption-side: top;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_table-variants.scss */
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  /* line 159, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 76, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

/* line 174, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 0.375rem;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border-radius: 0.375rem;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: #e9ecef;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
     color-adjust: exact;
          print-color-adjust: exact;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 94, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 169, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder, .form-floating > .form-control-plaintext:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder), .form-floating > .form-control-plaintext:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 161, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem;
}

/* line 205, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: #212529;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: 0.375rem;
  --bs-dropdown-border-width: 1px;
  --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 195, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 212, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 234, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-toolbar .input-group {
  width: auto;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group {
  border-radius: 0.375rem;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.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;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_button-group.scss */
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: none;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  background-color: transparent;
  border-color: transparent;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 166, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 169, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(0, 0, 0, 0.55);
  --bs-navbar-hover-color: rgba(0, 0, 0, 0.7);
  --bs-navbar-disabled-color: rgba(0, 0, 0, 0.3);
  --bs-navbar-active-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-brand-hover-color: rgba(0, 0, 0, 0.9);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(0, 0, 0, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .show > .nav-link,
.navbar-nav .nav-link.active {
  color: var(--bs-navbar-active-color);
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 182, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 204, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 208, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 223, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 242, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 267, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #fff;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}

/* line 147, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

/* line 181, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}

@media (min-width: 576px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  /* line 190, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  /* line 202, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 205, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  /* line 217, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_card.scss */
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-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, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button {
    transition: none;
  }
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
  .accordion-button::after {
    transition: none;
  }
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:hover {
  z-index: 2;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-header {
  margin-bottom: 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:not(:first-of-type) {
  border-top: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 109, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}

/* line 114, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-collapse {
  border-width: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_accordion.scss */
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_breadcrumb.scss */
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
  .page-link {
    transition: none;
  }
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_pagination.scss */
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_badge.scss */
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_badge.scss */
.badge:empty {
  display: none;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_badge.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: #084298;
  --bs-alert-bg: #cfe2ff;
  --bs-alert-border-color: #b6d4fe;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-primary .alert-link {
  color: #06357a;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: #41464b;
  --bs-alert-bg: #e2e3e5;
  --bs-alert-border-color: #d3d6d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-secondary .alert-link {
  color: #34383c;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: #0f5132;
  --bs-alert-bg: #d1e7dd;
  --bs-alert-border-color: #badbcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-success .alert-link {
  color: #0c4128;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: #055160;
  --bs-alert-bg: #cff4fc;
  --bs-alert-border-color: #b6effb;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-info .alert-link {
  color: #04414d;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: #664d03;
  --bs-alert-bg: #fff3cd;
  --bs-alert-border-color: #ffecb5;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-warning .alert-link {
  color: #523e02;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: #842029;
  --bs-alert-bg: #f8d7da;
  --bs-alert-border-color: #f5c2c7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-danger .alert-link {
  color: #6a1a21;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: #636464;
  --bs-alert-bg: #fefefe;
  --bs-alert-border-color: #fdfdfe;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-light .alert-link {
  color: #4f5050;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: #141619;
  --bs-alert-bg: #d3d3d4;
  --bs-alert-border-color: #bcbebf;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_alert.scss */
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
.progress {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 0.375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 32, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar {
    transition: none;
  }
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_progress.scss */
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #fff;
  --bs-list-group-border-color: rgba(0, 0, 0, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: #f8f9fa;
  --bs-list-group-action-active-color: #212529;
  --bs-list-group-action-active-bg: #e9ecef;
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #fff;
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

/* line 84, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}

/* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

/* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal {
  flex-direction: row;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 768px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 992px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1200px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

@media (min-width: 1400px) {
  /* line 126, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  /* line 130, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  /* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  /* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush {
  border-radius: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast.showing {
  opacity: 0;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast:not(.show) {
  display: none;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_toasts.scss */
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 134, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 157, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  /* line 184, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 190, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 196, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 214, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 231, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: #fff;
  --bs-tooltip-bg: #000;
  --bs-tooltip-border-radius: 0.375rem;
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  padding: var(--bs-tooltip-arrow-height);
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 58, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 72, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 83, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: 0;
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 113, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: #fff;
  --bs-popover-border-width: 1px;
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: 0.5rem;
  --bs-popover-inner-border-radius: calc(0.5rem - 1px);
  --bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: ;
  --bs-popover-header-bg: #f0f0f0;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: #212529;
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel.pointer-event {
  touch-action: pan-y;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-item {
    transition: none;
  }
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
/* line 46, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
/* line 64, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 77, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev {
  left: 0;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next {
  right: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
/* line 146, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 173, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  opacity: 1;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

/* line 217, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

/* line 222, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-dark .carousel-caption {
  color: #000;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  -webkit-animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
          animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  /* line 80, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_spinners.scss */
  .spinner-border,
.spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #fff;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  /* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}

@media (min-width: 576px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  /* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  /* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}

@media (min-width: 992px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    transition: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}

@media (min-width: 1200px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
  }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    transition: none;
  }
}

@media (max-width: 1399.98px) {
  /* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  /* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  /* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  /* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  /* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  /* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}

@media (min-width: 1400px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  /* line 100, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
  .offcanvas {
    transition: none;
  }
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}

/* line 63, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}

/* line 73, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.offcanvas-backdrop.show {
  opacity: 0.5;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_offcanvas.scss */
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-xs {
  min-height: .6em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-sm {
  min-height: .8em;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-lg {
  min-height: 1.2em;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite;
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/_placeholders.scss */
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
          mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite;
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_color-bg.scss */
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(33, 37, 41, var(--bs-bg-opacity, 1)) !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary {
  color: #0d6efd !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-primary:hover, .link-primary:focus {
  color: #0a58ca !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary {
  color: #6c757d !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-secondary:hover, .link-secondary:focus {
  color: #565e64 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success {
  color: #198754 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-success:hover, .link-success:focus {
  color: #146c43 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info {
  color: #0dcaf0 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-info:hover, .link-info:focus {
  color: #3dd5f3 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning {
  color: #ffc107 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-warning:hover, .link-warning:focus {
  color: #ffcd39 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger {
  color: #dc3545 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-danger:hover, .link-danger:focus {
  color: #b02a37 !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light {
  color: #f8f9fa !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-light:hover, .link-light:focus {
  color: #f9fafb !important;
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark {
  color: #212529 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_colored-links.scss */
.link-dark:hover, .link-dark:focus {
  color: #1a1e21 !important;
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio {
  position: relative;
  width: 100%;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_ratio.scss */
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

/* line 3, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  /* line 30, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_position.scss */
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_stacks.scss */
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_visually-hidden.scss */
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_stretched-link.scss */
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_text-truncation.scss */
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/helpers/_vr.scss */
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-baseline {
  vertical-align: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-top {
  vertical-align: top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-middle {
  vertical-align: middle !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-bottom {
  vertical-align: bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-bottom {
  vertical-align: text-bottom !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-text-top {
  vertical-align: text-top !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-start {
  float: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-end {
  float: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.float-none {
  float: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-0 {
  opacity: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.opacity-100 {
  opacity: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-auto {
  overflow: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-visible {
  overflow: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline {
  display: inline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-block {
  display: inline-block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-block {
  display: block !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-grid {
  display: grid !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table {
  display: table !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-row {
  display: table-row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-table-cell {
  display: table-cell !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-flex {
  display: flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-inline-flex {
  display: inline-flex !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.d-none {
  display: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.shadow-none {
  box-shadow: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-static {
  position: static !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-relative {
  position: relative !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-absolute {
  position: absolute !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-fixed {
  position: fixed !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-0 {
  top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-50 {
  top: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.top-100 {
  top: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-0 {
  bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-50 {
  bottom: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bottom-100 {
  bottom: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-0 {
  left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-50 {
  left: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.start-100 {
  left: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-0 {
  right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-50 {
  right: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.end-100 {
  right: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle {
  transform: translate(-50%, -50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-x {
  transform: translateX(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.translate-middle-y {
  transform: translateY(-50%) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-0 {
  border: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-top-0 {
  border-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-end-0 {
  border-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-bottom-0 {
  border-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-start-0 {
  border-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-1 {
  --bs-border-width: 1px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-2 {
  --bs-border-width: 2px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-3 {
  --bs-border-width: 3px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-4 {
  --bs-border-width: 4px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-5 {
  --bs-border-width: 5px;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.border-opacity-100 {
  --bs-border-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-25 {
  width: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-50 {
  width: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-75 {
  width: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-100 {
  width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.w-auto {
  width: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mw-100 {
  max-width: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vw-100 {
  width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vw-100 {
  min-width: 100vw !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-25 {
  height: 25% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-50 {
  height: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-75 {
  height: 75% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-100 {
  height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.h-auto {
  height: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mh-100 {
  max-height: 100% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.vh-100 {
  height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.min-vh-100 {
  min-height: 100vh !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-fill {
  flex: 1 1 auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row {
  flex-direction: row !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap {
  flex-wrap: wrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-nowrap {
  flex-wrap: nowrap !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-start {
  justify-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-end {
  justify-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-between {
  justify-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-around {
  justify-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.justify-content-evenly {
  justify-content: space-evenly !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-start {
  align-items: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-end {
  align-items: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-center {
  align-items: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-baseline {
  align-items: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-items-stretch {
  align-items: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-start {
  align-content: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-end {
  align-content: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-center {
  align-content: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-between {
  align-content: space-between !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-around {
  align-content: space-around !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-content-stretch {
  align-content: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-auto {
  align-self: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-start {
  align-self: flex-start !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-end {
  align-self: flex-end !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-center {
  align-self: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-baseline {
  align-self: baseline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.align-self-stretch {
  align-self: stretch !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-first {
  order: -1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-0 {
  order: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-1 {
  order: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-2 {
  order: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-3 {
  order: 3 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-4 {
  order: 4 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-5 {
  order: 5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.order-last {
  order: 6 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-0 {
  margin: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-1 {
  margin: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-2 {
  margin: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-3 {
  margin: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-4 {
  margin: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-5 {
  margin: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.m-auto {
  margin: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-3 {
  margin-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-4 {
  margin-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-5 {
  margin-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mt-auto {
  margin-top: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-0 {
  margin-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-1 {
  margin-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-2 {
  margin-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-3 {
  margin-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-4 {
  margin-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-5 {
  margin-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.me-auto {
  margin-right: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-3 {
  margin-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-5 {
  margin-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-0 {
  margin-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-1 {
  margin-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-2 {
  margin-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-3 {
  margin-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-4 {
  margin-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-5 {
  margin-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ms-auto {
  margin-left: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-0 {
  padding: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-1 {
  padding: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-2 {
  padding: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-3 {
  padding: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-4 {
  padding: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.p-5 {
  padding: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-3 {
  padding-top: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-4 {
  padding-top: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pt-5 {
  padding-top: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-0 {
  padding-right: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-1 {
  padding-right: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-2 {
  padding-right: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-3 {
  padding-right: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-4 {
  padding-right: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-5 {
  padding-right: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-3 {
  padding-bottom: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-4 {
  padding-bottom: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pb-5 {
  padding-bottom: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-0 {
  padding-left: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-1 {
  padding-left: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-2 {
  padding-left: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-3 {
  padding-left: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-4 {
  padding-left: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.ps-5 {
  padding-left: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-0 {
  gap: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-1 {
  gap: 0.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-2 {
  gap: 0.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-3 {
  gap: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-4 {
  gap: 1.5rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.gap-5 {
  gap: 3rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-5 {
  font-size: 1.25rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fs-6 {
  font-size: 1rem !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-italic {
  font-style: italic !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fst-normal {
  font-style: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-light {
  font-weight: 300 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-lighter {
  font-weight: lighter !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-normal {
  font-weight: 400 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bold {
  font-weight: 700 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-semibold {
  font-weight: 600 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.fw-bolder {
  font-weight: bolder !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-1 {
  line-height: 1 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-sm {
  line-height: 1.25 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-base {
  line-height: 1.5 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.lh-lg {
  line-height: 2 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-start {
  text-align: left !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-end {
  text-align: right !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-center {
  text-align: center !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-none {
  text-decoration: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-underline {
  text-decoration: underline !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-wrap {
  white-space: normal !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-none {
  pointer-events: none !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.pe-auto {
  pointer-events: auto !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-0 {
  border-radius: 0 !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-circle {
  border-radius: 50% !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.visible {
  visibility: visible !important;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-sm-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-sm-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-sm-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-sm-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-sm-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-sm-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-sm-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-sm-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-sm-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-md-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-md-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-md-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-md-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-md-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-md-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-md-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-md-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-md-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-lg-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-lg-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-lg-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-lg-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-lg-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-lg-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-lg-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-lg-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-lg-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-start {
    float: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-end {
    float: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .float-xxl-none {
    float: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-xxl-none {
    display: none !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row {
    flex-direction: row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column {
    flex-direction: column !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-center {
    align-items: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-center {
    align-content: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-center {
    align-self: center !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-first {
    order: -1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-0 {
    order: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-1 {
    order: 1 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-2 {
    order: 2 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-3 {
    order: 3 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-4 {
    order: 4 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-5 {
    order: 5 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .order-xxl-last {
    order: 6 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-0 {
    margin: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-3 {
    margin: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-5 {
    margin: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .m-xxl-auto {
    margin: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .me-xxl-auto {
    margin-right: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-0 {
    padding: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-3 {
    padding: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .p-xxl-5 {
    padding: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-0 {
    gap: 0 !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-start {
    text-align: left !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-end {
    text-align: right !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-1 {
    font-size: 2.5rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-2 {
    font-size: 2rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-3 {
    font-size: 1.75rem !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline {
    display: inline !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-block {
    display: inline-block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-block {
    display: block !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-grid {
    display: grid !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table {
    display: table !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-row {
    display: table-row !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-table-cell {
    display: table-cell !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-flex {
    display: flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  /* line 67, ../usr/local/bundle/gems/bootstrap-5.2.2/assets/stylesheets/bootstrap/mixins/_utilities.scss */
  .d-print-none {
    display: none !important;
  }
}

/* line 1, app/assets/stylesheets/partials/_application.scss */
:root {
  --green-text-color: #00cf23;
  --black-color: #000;
  --light-gray-color: #EFF0F2;
  --white-color: #fff;
  --darker-blue-color: #5E5972;
  --signin-label-color: #706C82;
  --input-placeholder-color: #B9B9C3;
  --btn-blue: #253A65;
  --btn-purple: #164276;
  --lighter-blue-color: #EAEAFA;
  --nav-purple-color: #164276;
  --gray-btn-color: #dddddd;
  --header-height: 3rem;
  --nav-width: 68px;
  --first-color: #4723D9;
  --first-color-light: #AFA5D9;
  --white-color: #ffffff;
  --normal-font-size: 1rem;
  --mb-font: "Roboto";
  --mb-font-size: 16px;
  --z-fixed: 100;
  --bg-mehroon: #E01f24;
  --sidebar-bg-color: #E21201E;
  --gray-bg: #f5f5f5;
  --error: #FF0000;
  --bs-btn-padding-x: 2.75rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  --body-background: #f2f2f2;
  --back-delete-button:#F24A4A;
  --btn-active-color: #4A0C54;
}

/* line 51, app/assets/stylesheets/partials/_application.scss */
#countdown {
  font-size: 1.5em;
  color: #ffffff;
  text-align: center;
  margin-top: 2px;
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* line 63, app/assets/stylesheets/partials/_application.scss */
.countdown-finished {
  color: #ff0000;
}

/* line 67, app/assets/stylesheets/partials/_application.scss */
#logo-image {
  background-size: 100%;
  width: 13rem;
  min-height: 3.3rem;
}

/* line 74, app/assets/stylesheets/partials/_application.scss */
.reverted_color {
  background-color: #B0B0B0 !important;
}

/* line 78, app/assets/stylesheets/partials/_application.scss */
.expired-row {
  background-color: #d3d3d3;
  /* Light gray */
}

/* line 82, app/assets/stylesheets/partials/_application.scss */
.nav-item .svg-icon {
  width: 20px;
  /* Adjust as needed */
  height: 20px;
  /* Adjust as needed */
  fill: currentColor;
}

/* line 88, app/assets/stylesheets/partials/_application.scss */
body {
  font-family: var(--mb-font) !important;
  font-size: var(--mb-font-size) !important;
  color: var(--text-color-top) !important;
}

/* line 94, app/assets/stylesheets/partials/_application.scss */
.bg-nav-light-gray {
  background-color: var(--sidebar-bg-color);
}

/* line 98, app/assets/stylesheets/partials/_application.scss */
.h-100vh {
  height: 100vh;
}

/* line 102, app/assets/stylesheets/partials/_application.scss */
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 107, app/assets/stylesheets/partials/_application.scss */
.focus-outline:focus {
  outline: #013660 auto 1px !important;
  /* Default outline color */
}

/* line 111, app/assets/stylesheets/partials/_application.scss */
.meezan-focus:focus {
  outline: #701e7d auto 1px !important;
}

/* line 115, app/assets/stylesheets/partials/_application.scss */
.albaraka-focus:focus {
  outline: #d95c05 auto 1px !important;
}

/* line 119, app/assets/stylesheets/partials/_application.scss */
.bok-focus:focus {
  outline: #164276 auto 1px !important;
}

/* line 123, app/assets/stylesheets/partials/_application.scss */
.meezan-cstm-btn {
  background-color: #701e7d !important;
  border-color: #701e7d !important;
  color: white !important;
}

/* line 129, app/assets/stylesheets/partials/_application.scss */
.bok-cstm-btn {
  background-color: #164276 !important;
  border-color: #164276 !important;
  color: white !important;
}

/* line 135, app/assets/stylesheets/partials/_application.scss */
.fauree-cstm-btn {
  background-color: #013660 !important;
  border-color: #013660 !important;
  color: white !important;
}

/* line 141, app/assets/stylesheets/partials/_application.scss */
.albaraka-cstm-btn {
  background-color: #d95c05 !important;
  border-color: #d95c05 !important;
  color: white !important;
}

/* line 147, app/assets/stylesheets/partials/_application.scss */
.table-heading-margin {
  margin: 1rem 1rem -1rem 1rem !important;
  padding-top: 1rem !important;
}

/* line 152, app/assets/stylesheets/partials/_application.scss */
.form-signin {
  width: 100%;
  max-width: 460px;
  padding: 35px;
  margin: auto;
  position: relative;
}

/* line 160, app/assets/stylesheets/partials/_application.scss */
.form-switch .form-check-input {
  width: 2em !important;
  height: 1em;
  margin-left: -1.5em;
  cursor: pointer;
}

/* line 167, app/assets/stylesheets/partials/_application.scss */
.form-switch .form-check-input:checked {
  background-color: #007bff;
}

/* line 171, app/assets/stylesheets/partials/_application.scss */
.form-check-input:checked {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  width: 2em !important;
}

/* line 177, app/assets/stylesheets/partials/_application.scss */
.form-signin a {
  font-size: 12px;
  text-decoration: none;
}

/* line 182, app/assets/stylesheets/partials/_application.scss */
.form-signin-box a {
  font-size: 12px;
  text-decoration: none;
}

/* line 187, app/assets/stylesheets/partials/_application.scss */
.my-4 {
  font-size: 1.3rem;
}

/* line 191, app/assets/stylesheets/partials/_application.scss */
.form-signin h1, .form-signin .h1 {
  font-size: 25px;
}

/* line 195, app/assets/stylesheets/partials/_application.scss */
.form-signin label, .form-signin p {
  font-size: 12px;
}

/* line 199, app/assets/stylesheets/partials/_application.scss */
.form-signin-box h1, .form-signin-box .h1 {
  font-size: 25px;
}

/* line 203, app/assets/stylesheets/partials/_application.scss */
.form-signin-box label, .form-signin-box p {
  font-size: 12px;
}

/* line 207, app/assets/stylesheets/partials/_application.scss */
.top-reactangle {
  top: 0;
  left: 0;
}

/* line 212, app/assets/stylesheets/partials/_application.scss */
.bottom-reactangle {
  bottom: 0;
  right: 0;
}

/* line 217, app/assets/stylesheets/partials/_application.scss */
.reactangle {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: var(--light-gray-color);
  border-radius: 2rem;
}

/* line 225, app/assets/stylesheets/partials/_application.scss */
.disabled-link {
  pointer-events: none;
  opacity: 0.5;
}

/* line 230, app/assets/stylesheets/partials/_application.scss */
.reactangle-border {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid var(--lighter-blue-color);
  border-radius: 2rem;
}

/* line 238, app/assets/stylesheets/partials/_application.scss */
.top-reactangle-border {
  left: 6rem;
}

/* line 242, app/assets/stylesheets/partials/_application.scss */
.bottom-reactangle-border {
  bottom: -2rem;
  right: 6rem;
}

/* line 247, app/assets/stylesheets/partials/_application.scss */
.form-signin-box {
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
  border-radius: 1rem;
  padding: 7rem 2rem;
  box-shadow: 0px 0px 25px #ccc;
}

/* line 256, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control {
  font-size: 12px;
  padding: .7rem 1rem;
}

/* line 261, app/assets/stylesheets/partials/_application.scss */
.btn-blue {
  background-color: var(--btn-purple);
  border-color: var(--btn-purple);
  color: var(--white-color);
}

/* line 267, app/assets/stylesheets/partials/_application.scss */
.btn-blue:hover {
  background-color: var(--btn-purple);
  border-color: var(--btn-purple);
  color: var(--white-color);
  text-decoration: none;
}

/* line 274, app/assets/stylesheets/partials/_application.scss */
.form-signin small, .form-signin .small {
  font-size: 12px;
}

/* line 278, app/assets/stylesheets/partials/_application.scss */
.form-signin .anchor {
  font-size: 12px;
  text-decoration: none;
}

/* line 283, app/assets/stylesheets/partials/_application.scss */
.form-signin .anchor:hover {
  text-decoration: underline;
}

/* line 287, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control::-webkit-input-placeholder {
  color: var(--input-placeholder-color);
}

/* line 291, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control::-moz-placeholder {
  color: var(--input-placeholder-color);
}

/* line 295, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control:-ms-input-placeholder {
  color: var(--input-placeholder-color);
}

/* line 299, app/assets/stylesheets/partials/_application.scss */
.form-signin .form-control:-moz-placeholder {
  color: var(--input-placeholder-color);
}

/* line 303, app/assets/stylesheets/partials/_application.scss */
.hide {
  display: none;
}

/* line 307, app/assets/stylesheets/partials/_application.scss */
.six-digit-input {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* line 311, app/assets/stylesheets/partials/_application.scss */
.font-10 {
  font-size: 10px !important;
}

/* line 315, app/assets/stylesheets/partials/_application.scss */
.bg-nav-blue {
  background-color: var(--sidebar-bg-color);
}

/* line 319, app/assets/stylesheets/partials/_application.scss */
.yellow-panel {
  background: var(--nav-purple-color);
  border-radius: 0.6rem;
  padding: 0.5rem;
  box-shadow: 3px 1px 8px #ccc;
}

/* line 326, app/assets/stylesheets/partials/_application.scss */
.language-panel .btn {
  padding: 0.6rem 1rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  color: var(--links-color);
  display: flex;
  color: var(--white-color);
}

/* line 334, app/assets/stylesheets/partials/_application.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: transparent !important;
}

/* line 340, app/assets/stylesheets/partials/_application.scss */
.image-width {
  max-width: 2.5% !important;
  margin-left: 5px;
}

/* line 345, app/assets/stylesheets/partials/_application.scss */
.form-switch {
  background-color: transparent !important;
}

/* line 349, app/assets/stylesheets/partials/_application.scss */
.user-dropdown .btn {
  background-color: var(--links-color);
  border-radius: 2rem;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  display: flex;
  color: var(--white-color);
}

/* line 357, app/assets/stylesheets/partials/_application.scss */
.ic-notification {
  color: var(--white-color);
}

/* line 361, app/assets/stylesheets/partials/_application.scss */
.language-panel .btn::after, .user-dropdown .btn::after, .sort-by-panel .btn::after {
  display: none;
}

/* line 365, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link {
  color: var(--nav-purple-color);
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1rem;
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0.375rem !important;
}

/* line 377, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 382, app/assets/stylesheets/partials/_application.scss */
.main-nav .nav-item .nav-link i {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}

/* line 392, app/assets/stylesheets/partials/_application.scss */
.table-data {
  word-break: break-all;
}

/* line 396, app/assets/stylesheets/partials/_application.scss */
.ic-dashboard {
  background: url(/assets/ic-dashboard2-9392b2f2c2063b791bee6ff1fb26ad34f1d6c4b3d2ac8db02504ce876368ff32.svg);
}

/* line 400, app/assets/stylesheets/partials/_application.scss */
.ic-suppliers {
  background: url(/assets/ic-supplier2-ea326f2798bd813876239144b4f9d28186801ea1b19978e7a5f8c11962b071f7.svg);
}

/* line 404, app/assets/stylesheets/partials/_application.scss */
.ic-outbound-logs {
  background: url(/assets/api-icon-577cafccbfd8e3514c7a0abfdf891c646fb89707bab3a14929e7786b496742ef.svg);
}

/* line 408, app/assets/stylesheets/partials/_application.scss */
.ic-api-icon {
  background: url(/assets/api-logs-fbcc57916dbe9c28f49b237f4db09028b398910d5ed9ef1faef34e038a813454.svg);
}

/* line 412, app/assets/stylesheets/partials/_application.scss */
.ic-inbound-logs {
  background: url(/assets/inbound-icon-0a81252c2a197bfc9547ee767224e8b4efdb6b8361882c71bdfd6ba6ae69559b.svg);
}

/* line 416, app/assets/stylesheets/partials/_application.scss */
.ic-purchase-order {
  background: url(/assets/ic-po2-3566976f0ee2673d56a1f0cf43e8d114aef541b23a71aa97693d94f55d6b2e0e.svg);
}

/* line 420, app/assets/stylesheets/partials/_application.scss */
.ic-delivery-order {
  background: url(/assets/ic-do-fe6c1978c6a62bcaafa6e78fe12c26bc6456868c4981a2d7bf70bf04cf97716a.svg);
}

/* line 424, app/assets/stylesheets/partials/_application.scss */
.ic-sale-order {
  background: url(/assets/ic-sale-order-0e688ed0b24aa3306db96da6eb46394d0762f4888c492d958e92caa6f3ea4ceb.svg);
}

/* line 428, app/assets/stylesheets/partials/_application.scss */
.ic-offer-to-sell {
  background: url(/assets/offer-to-sell-3ec2c1b522e5e9632a6cabb92cbc0a8d8c3c515ce6a363b00e48798717718bed.svg);
}

/* line 432, app/assets/stylesheets/partials/_application.scss */
.ic-grn {
  background: url(/assets/ic-grn-901f78ca6ae54349f77c6f7bd9de56ed0e8366a8ae9417623b5a9d46e005efb3.svg);
}

/* line 436, app/assets/stylesheets/partials/_application.scss */
.ic-sroc {
  background: url(/assets/ic-sroc-6da986cbb545f8b94395c8548c2cf7a305e794b865d6c3cbc44327e5e347182c.svg);
}

/* line 440, app/assets/stylesheets/partials/_application.scss */
.ic-invoices {
  background: url(/assets/ic-invoice2-f448f7a1f493cdefa02b3d057799207a2e3bd79befdd4862ce96ed92c802518a.svg);
}

/* line 444, app/assets/stylesheets/partials/_application.scss */
.ic-payment-request {
  background: url(/assets/ic-epr2-daf7ebbea5d23853e5181b6416e3daebb0eda94628731485a023e0a5e25c638e.svg);
}

/* line 448, app/assets/stylesheets/partials/_application.scss */
.ic-discount {
  background: url(/assets/ic-discount2-6574c82c5d9523da8fa44d86dcb6ce54d3d76135807b71974bc200ab88775c3e.svg);
}

/* line 452, app/assets/stylesheets/partials/_application.scss */
.ic-cash-limit {
  background: url(/assets/ic-cash-limit-e5dc9280ae17855771b275e5728e8068e1998544319191fe7961c47cedd78411.svg);
}

/* line 456, app/assets/stylesheets/partials/_application.scss */
.ic-reports {
  background: url(/assets/ic-report-94b73f4394049267f0fd56e2bc6a1f1d29a5b407fbcfbaf49840c5ef332fb311.svg);
}

/* line 460, app/assets/stylesheets/partials/_application.scss */
.ic-eye {
  background: url(/assets/ic-eye-0e435de5e42613007eedb3f36e3ecb9c27638896cf00fe43bd250269654bb309.svg);
}

/* line 464, app/assets/stylesheets/partials/_application.scss */
.ic-settings {
  background: url(/assets/ic-gear2-89b61802cf8e55bb74cbca89f970ddd0143d292796c5aa233070635e94e3addc.svg);
}

/* line 468, app/assets/stylesheets/partials/_application.scss */
.ic-user-management {
  background: url(/assets/ic-usermgt2-04dae609409de8e142c6ed8ba9b1a834d517b583eb01b258902c40fe0109a548.svg);
}

/* line 472, app/assets/stylesheets/partials/_application.scss */
.ic-roles {
  background: url(/assets/ic-role2-8681ca1873999cdd424d54485e0318b21dd85ecf703efca5ecb1f36cecbebf7b.svg);
}

/* line 476, app/assets/stylesheets/partials/_application.scss */
.ic-rights {
  background: url(/assets/ic-user-loc-c3bc8f2c243d26abf3d24a0d4c16cdcc15a8fe2eddb3aa7159ad404e83e4f2df.svg);
}

/* line 480, app/assets/stylesheets/partials/_application.scss */
.ic-user {
  background: url(/assets/ic-user-loc2-0b8b166cf0d79873e7f9429db0fe2b5beac375fbf59566cd2a83e8b6d61ad7c9.svg);
}

/* line 484, app/assets/stylesheets/partials/_application.scss */
.ic-anchor-profile {
  background: url(/assets/ic-anchor-profile-14d23c89c316446c4bb62339b265369e2a49b31f7f240757afcd0d99e392c44e.svg);
}

/* line 488, app/assets/stylesheets/partials/_application.scss */
.ic-permissions {
  background: url(/assets/ic-user-permissions-41a9e0673facb32612aa366e7535735fb93392dadeafb19b77045e014d62ab23.svg);
}

/* line 492, app/assets/stylesheets/partials/_application.scss */
.ic-credit-limit {
  background: url(/assets/ic-credit-limits-dac3dd691775eac6fab8fe961052d57da82f23a759bc9c2ba8d709552ecf34e8.svg);
}

/* line 496, app/assets/stylesheets/partials/_application.scss */
.ic-rate-management {
  background: url(/assets/ic-rate-managment-29e6e293f3997cf3ace63797bd702d5f01b11804b7ec8649ae0665564ab251fe.svg);
}

/* line 500, app/assets/stylesheets/partials/_application.scss */
.ic-tijarah-model {
  background: url(/assets/ic-tijarah-model-6b37194829f3c800caaa0dd0eec4e084a55320b13cbcb2f253e1effad3edcc02.svg);
}

/* line 504, app/assets/stylesheets/partials/_application.scss */
.ic-supplier-program {
  background: url(/assets/ic-supplier-program-de336af4e81454044e8ddbf483b33cf1d5417389a0a09b9d8811fc02c6b4e7ab.svg);
}

/* line 508, app/assets/stylesheets/partials/_application.scss */
.ic-supplier-location {
  background: url(/assets/ic-supplier-location-ccc461d8ea14b3c226858b41915e46ff9cd245781b6e9e9b07a9b6c81b8dc2e7.svg);
}

/* line 512, app/assets/stylesheets/partials/_application.scss */
.ic-permission {
  background: url(/assets/ic-loc2-d5fed01f80366ceb17d570a1597e3662a02657b779a24c466956d5764d019deb.svg);
}

/* line 516, app/assets/stylesheets/partials/_application.scss */
.sidebar-heading {
  color: var(--input-placeholder-color);
}

/* line 520, app/assets/stylesheets/partials/_application.scss */
.ic-anchor-program {
  background: url(/assets/ic-anchor-program-4a9b419db6b452c05fe0eb7b96b4eab7db0e87ba99e56dab9c0dab1c5cb0fde7.svg);
}

/* line 524, app/assets/stylesheets/partials/_application.scss */
.esg-logo {
  background: url(/assets/esg-2f8a3057f4afb0df89254984f18c53eda9c4fd2fc18dd9d4fcdb549f474a27bd.svg);
}

/* line 528, app/assets/stylesheets/partials/_application.scss */
.ic-reports-logo {
  background: url(/assets/reports-logo-c8a2f34e03b2f7c5469bb66f294de074e3b385cb2a1c3dde74128eb44add7ccf.svg);
}

/* line 532, app/assets/stylesheets/partials/_application.scss */
.ic-csv-logo {
  background: url(/assets/csv-logo-345665c303dbb2614e456b6666605f2115ced6a05f67866e14446688dd60a530.svg);
}

/* line 536, app/assets/stylesheets/partials/_application.scss */
.ic-units {
  background: url(/assets/ic-units-570634996280b56eb7c87af3d54857c2b0b3527fdb4fc26919d7dec643aadc64.svg);
}

/* line 540, app/assets/stylesheets/partials/_application.scss */
.ic-financier {
  background: url(/assets/ic-financier-5ea2d324c9a50e8a6d0dd6c7ddce4852e57784588d47463954ea29eb058d1bef.svg);
}

/* line 544, app/assets/stylesheets/partials/_application.scss */
.ic-finance-rules {
  background: url(/assets/ic-finance-rules-22ff38791f65c7a6da05679c02c7b71a7cabc733d8c9c17933fff2d3cfd5c582.svg);
}

/* line 548, app/assets/stylesheets/partials/_application.scss */
.ic-transactions {
  background: url(/assets/transactios-5f6369610586306ced0daa5e4ca432f2aecbf5d45dadfe98ae0d460e23b67711.svg);
}

/* line 553, app/assets/stylesheets/partials/_application.scss */
.btn-yellow, .btn-yellow:hover {
  color: var(--white-color);
  background-color: var(--red-color);
  border-color: var(--red-color);
}

/* line 559, app/assets/stylesheets/partials/_application.scss */
.btn-light-gray, .btn-light-gray:hover {
  color: var(--black-color);
  background-color: var(--gray-btn-color);
  border-color: --gray-btn-color;
}

/* line 565, app/assets/stylesheets/partials/_application.scss */
.column-gap-1 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* line 569, app/assets/stylesheets/partials/_application.scss */
.bg-purple-wave {
  background: url(/images/purple-curve.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 6rem;
}

/* line 575, app/assets/stylesheets/partials/_application.scss */
.bg-orange-wave {
  background: url(/images/orange-wave.png) no-repeat bottom;
  background-size: 100%;
  padding-bottom: 6rem;
}

/* line 581, app/assets/stylesheets/partials/_application.scss */
.green-text {
  color: var(--green-text-color);
}

/* line 585, app/assets/stylesheets/partials/_application.scss */
#sidebarMenu {
  height: calc(100vh - -69px);
  overflow: auto;
}

/* line 590, app/assets/stylesheets/partials/_application.scss */
.main-logo {
  border-bottom: 5px solid var(--white-color);
  /*  background: var(--nav-purple-color);*/
  padding: 2rem 1rem 0rem 0.5rem;
}

/* line 596, app/assets/stylesheets/partials/_application.scss */
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem !important;
}

/* line 602, app/assets/stylesheets/partials/_application.scss */
.table-wrap .darkgreen {
  background-color: #057625;
  color: white;
}

/* line 607, app/assets/stylesheets/partials/_application.scss */
.table-wrap .btn-green {
  background-color: #08bf3c;
  color: white;
}

/* line 612, app/assets/stylesheets/partials/_application.scss */
th, td {
  text-align: left;
  padding: 8px;
  font-size: 1rem !important;
}

/* line 618, app/assets/stylesheets/partials/_application.scss */
.text-align-center {
  text-align: center;
}

/* line 622, app/assets/stylesheets/partials/_application.scss */
tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 626, app/assets/stylesheets/partials/_application.scss */
.bg-mehroon {
  background-color: var(--bg-mehroon) !important;
}

/* line 630, app/assets/stylesheets/partials/_application.scss */
#wrapper {
  padding-left: 0;
  transition: all 0.6s ease;
}

/* line 638, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled {
  padding-left: 320px;
}

/* line 642, app/assets/stylesheets/partials/_application.scss */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 350px;
  width: 0;
  height: 100%;
  margin-left: -350px;
  overflow-y: auto;
  background-color: var(--white-color);
  box-shadow: 3px 1px 8px #ccc;
  transition: all 0.5s ease;
}

/* line 658, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 0;
}

/* line 662, app/assets/stylesheets/partials/_application.scss */
#page-content-wrapper {
  position: absolute;
  padding: 1rem;
}

/* line 667, app/assets/stylesheets/partials/_application.scss */
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-left: 80px;
}

/* line 672, app/assets/stylesheets/partials/_application.scss */
.subnav {
  padding: 0 0 0 2.5rem;
}

/* line 676, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav {
  padding: 0;
}

/* line 680, app/assets/stylesheets/partials/_application.scss */
.subnav1 {
  padding: 0 0 0 2.5rem;
}

/* line 684, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav1 {
  padding: 0;
}

/* line 688, app/assets/stylesheets/partials/_application.scss */
.subnav2 {
  padding: 0 0 0 2.5rem;
}

/* line 692, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav2 {
  padding: 0;
}

/* line 696, app/assets/stylesheets/partials/_application.scss */
.subnav3 {
  padding: 0 0 0 2.5rem;
}

/* line 700, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav3 {
  padding: 0;
}

/* line 704, app/assets/stylesheets/partials/_application.scss */
.subnav4 {
  padding: 0 0 0 2.5rem;
}

/* line 708, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav4 {
  padding: 0;
}

/* line 712, app/assets/stylesheets/partials/_application.scss */
.subnav5 {
  padding: 0 0 0 2.5rem;
}

/* line 716, app/assets/stylesheets/partials/_application.scss */
.toggled .subnav5 {
  padding: 0;
}

/* line 720, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input {
  display: table-cell;
}

/* line 724, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input .selected-flag {
  z-index: 4;
}

/* line 728, app/assets/stylesheets/partials/_application.scss */
.intl-tel-input .country-list {
  z-index: 5;
}

/* line 732, app/assets/stylesheets/partials/_application.scss */
.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  width: 90%;
}

@media (min-width: 1200px) {
  /* line 741, app/assets/stylesheets/partials/_application.scss */
  .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

/* line 748, app/assets/stylesheets/partials/_application.scss */
img {
  max-width: 100%;
}

/* line 752, app/assets/stylesheets/partials/_application.scss */
#page-content-wrapper .my-4 {
  font-size: 1.3rem !important;
}

/* line 756, app/assets/stylesheets/partials/_application.scss */
.cstm-btn {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  text-decoration: none;
}

/* line 763, app/assets/stylesheets/partials/_application.scss */
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem;
}

/* line 769, app/assets/stylesheets/partials/_application.scss */
.cstm-btn1 {
  background-color: var(--bg-mehroon) !important;
  border-color: var(--bg-mehroon) !important;
  color: white !important;
}

/* line 775, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2 {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.5rem !important;
  min-width: 10rem;
}

/* line 783, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2-small {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.5rem !important;
  min-width: 6rem;
}

/* line 791, app/assets/stylesheets/partials/_application.scss */
.ml-btn {
  margin-left: 0.4rem;
}

/* line 795, app/assets/stylesheets/partials/_application.scss */
.cstm-btn2:active {
  background-color: var(--btn-active-color) !important;
}

/* line 799, app/assets/stylesheets/partials/_application.scss */
.cstm-btn3 {
  background-color: var(--back-delete-button) !important;
  border-color: var(--back-delete-button) !important;
  padding: 0.5rem !important;
  min-width: 10rem;
  color: white !important;
}

/* line 807, app/assets/stylesheets/partials/_application.scss */
.cstm-btn3-small {
  background-color: var(--back-delete-button) !important;
  border-color: var(--back-delete-button) !important;
  padding: 0.5rem !important;
  min-width: 6rem;
  color: white !important;
}

/* line 815, app/assets/stylesheets/partials/_application.scss */
.primary-color {
  color: var(--nav-purple-color);
}

/* line 819, app/assets/stylesheets/partials/_application.scss */
.padd-top {
  padding-top: 10px;
}

/* line 823, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row:nth-child(even), .space-adjust .row:nth-child(even) {
  background-color: var(--gray-bg);
}

/* line 827, app/assets/stylesheets/partials/_application.scss */
.remove-btn {
  margin-top: 2.3rem;
  margin-left: 2rem;
}

/* line 832, app/assets/stylesheets/partials/_application.scss */
.pull-right {
  float: right;
}

/* line 836, app/assets/stylesheets/partials/_application.scss */
.mt-13 {
  margin-top: 13px;
}

/* line 840, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row {
  padding-top: .3rem;
  padding-bottom: .3rem;
}

/* line 845, app/assets/stylesheets/partials/_application.scss */
.space-adjust .row {
  padding-top: .6rem;
  padding-bottom: .6rem;
}

/* line 850, app/assets/stylesheets/partials/_application.scss */
#error_explanation {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 857, app/assets/stylesheets/partials/_application.scss */
.alert {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: #dc3545;
  top: 0;
}

/* line 870, app/assets/stylesheets/partials/_application.scss */
.success {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: green;
  top: 0;
}

/* line 883, app/assets/stylesheets/partials/_application.scss */
.notice {
  position: absolute;
  padding: 2rem 2rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  text-align: center;
  width: 100%;
  z-index: 3;
  color: white;
  background-color: var(--nav-purple-color);
  top: 0;
}

/* line 896, app/assets/stylesheets/partials/_application.scss */
.align-table-content {
  -moz-text-align-last: center;
       text-align-last: center;
}

/* line 900, app/assets/stylesheets/partials/_application.scss */
.page-link {
  color: var(--nav-purple-color);
}

/* line 904, app/assets/stylesheets/partials/_application.scss */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--nav-purple-color);
  border-color: var(--nav-purple-color);
}

/* line 911, app/assets/stylesheets/partials/_application.scss */
.page-link:hover {
  z-index: 2;
  background-color: var(--red-color);
  color: var(--bs-white);
  border-color: var(--red-color);
}

/* line 918, app/assets/stylesheets/partials/_application.scss */
.table-overflow-hidden {
  overflow-x: hidden;
}

/* line 922, app/assets/stylesheets/partials/_application.scss */
.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

/* line 929, app/assets/stylesheets/partials/_application.scss */
.error ul {
  padding-left: 1rem;
}

/* line 933, app/assets/stylesheets/partials/_application.scss */
input.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 941, app/assets/stylesheets/partials/_application.scss */
select.error {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 949, app/assets/stylesheets/partials/_application.scss */
.invalid-feedback li {
  display: block;
}

/* line 953, app/assets/stylesheets/partials/_application.scss */
.invalid-feedback ul {
  padding-left: 0;
}

/* line 957, app/assets/stylesheets/partials/_application.scss */
.color-picker {
  height: 2.2rem !important;
}

/* line 961, app/assets/stylesheets/partials/_application.scss */
.bi-person-x-fill {
  color: red;
}

/* line 965, app/assets/stylesheets/partials/_application.scss */
li.checkbox {
  display: block;
}

/* line 969, app/assets/stylesheets/partials/_application.scss */
.all-checkbox-label {
  font-weight: bold;
}

/* line 973, app/assets/stylesheets/partials/_application.scss */
.bi-trash {
  color: var(--red-color);
}

/* line 977, app/assets/stylesheets/partials/_application.scss */
.cstm-add-item-btn {
  background-color: var(--nav-purple-color) !important;
  border-color: var(--nav-purple-color) !important;
  color: white !important;
  padding: 0.3rem 2rem 0.3rem 2rem !important;
  text-decoration: none;
}

/* line 985, app/assets/stylesheets/partials/_application.scss */
.cstm-add-item-btn:active {
  background-color: var(--btn-active-color) !important;
}

/*.cstm-delete-item-btn{
  background-color: var(--red-color) !important;
border-color: var(--nav-purple-color)!important;
color: white !important;
  padding: 0.3rem 2rem 0.3rem 2rem !important;
text-decoration: none;
}*/
/* line 996, app/assets/stylesheets/partials/_application.scss */
.trash-icon {
  font-size: large;
}

/* line 1000, app/assets/stylesheets/partials/_application.scss */
.header-text {
  color: var(--white-color);
}

/* line 1004, app/assets/stylesheets/partials/_application.scss */
.profile-icon {
  width: 2rem;
}

/* line 1008, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-2af8fbfa14451c016af5b8affbd5b52fb282de64637f5759fd9aa45874088e05.svg);
}

/* line 1013, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting_asc:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-2af8fbfa14451c016af5b8affbd5b52fb282de64637f5759fd9aa45874088e05.svg);
}

/* line 1018, app/assets/stylesheets/partials/_application.scss */
table.dataTable thead .sorting_desc:before {
  padding-right: 2%;
  content: url(/assets/sort-alpha-down-alt-47b65650c0cb87640e32e456d2f0d8a9e169bd90c70f9f374f70e948c0613926.svg);
}

/* line 1023, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend {
  display: flex;
  overflow: auto;
  padding: 0 10px;
}

/* line 1029, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom, .apexcharts-legend.apx-legend-position-top {
  flex-wrap: wrap;
}

/* line 1033, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
  flex-direction: column;
  bottom: 0;
}

/* line 1038, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-left, .apexcharts-legend.apx-legend-position-top.apexcharts-align-left, .apexcharts-legend.apx-legend-position-right, .apexcharts-legend.apx-legend-position-left {
  justify-content: flex-start;
}

/* line 1042, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-center, .apexcharts-legend.apx-legend-position-top.apexcharts-align-center {
  justify-content: center;
}

/* line 1046, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom.apexcharts-align-right, .apexcharts-legend.apx-legend-position-top.apexcharts-align-right {
  justify-content: flex-end;
}

/* line 1050, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-series {
  cursor: pointer;
  line-height: normal;
}

/* line 1055, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apx-legend-position-bottom .apexcharts-legend-series, .apexcharts-legend.apx-legend-position-top .apexcharts-legend-series {
  display: flex;
  align-items: center;
}

/* line 1060, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-text {
  font-size: 10px !important;
}

/* line 1064, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-text *, .apexcharts-legend-marker * {
  pointer-events: none;
}

/* line 1068, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-marker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 3px;
  border-style: solid;
}

/* line 1076, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend.apexcharts-align-right .apexcharts-legend-series, .apexcharts-legend.apexcharts-align-left .apexcharts-legend-series {
  display: inline-block;
}

/* line 1080, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend-series.apexcharts-no-click {
  cursor: auto;
}

/* line 1084, app/assets/stylesheets/partials/_application.scss */
.apexcharts-legend .apexcharts-hidden-zero-series, .apexcharts-legend .apexcharts-hidden-null-series {
  display: none !important;
}

/* line 1088, app/assets/stylesheets/partials/_application.scss */
.apexcharts-inactive-legend {
  opacity: 0.45;
}

/* line 1092, app/assets/stylesheets/partials/_application.scss */
.apexcharts-datalabels-group text {
  font-size: 0.8rem !important;
}

/* line 1096, app/assets/stylesheets/partials/_application.scss */
.dt-bootstrap5 {
  overflow: auto;
}

/* line 1100, app/assets/stylesheets/partials/_application.scss */
.nested-fields {
  flex-wrap: nowrap !important;
  overflow: scroll;
  height: 100px;
}

/* line 1106, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar {
  height: 5px;
  top: 10px;
}

/* line 1111, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

/* line 1115, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: var(--input-placeholder-color);
  width: 10px;
}

/* line 1121, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar-thumb:hover {
  background-color: var(--gray-bg);
}

/* line 1125, app/assets/stylesheets/partials/_application.scss */
.nested-fields::-webkit-scrollbar:vertical {
  display: none;
}

/* line 1129, app/assets/stylesheets/partials/_application.scss */
.submit_button, .paid-modal-btn {
  display: none;
}

/* line 1133, app/assets/stylesheets/partials/_application.scss */
.dataTables_wrapper {
  padding-top: 2%;
}

/* line 1137, app/assets/stylesheets/partials/_application.scss */
.dataTables_length {
  display: flex;
  justify-content: start;
  width: 50% !important;
  float: left;
}

/*.dataTables_length label {
  display: flex;
  flex-direction: column;
}
*/
/* line 1150, app/assets/stylesheets/partials/_application.scss */
.dataTables_info {
  margin-top: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: left;
}

/* line 1156, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  display: flex;
  justify-content: center;
}

/* line 1161, app/assets/stylesheets/partials/_application.scss */
.card {
  box-shadow: 3px 1px 8px #ccc !important;
  border: 0rem solid transparent !important;
}

/* line 1166, app/assets/stylesheets/partials/_application.scss */
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

/* line 1171, app/assets/stylesheets/partials/_application.scss */
.modal-dialog {
  margin-top: 20% !important;
}

/* line 1175, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input[type="search"] {
  margin-left: 10px;
}

/* line 1179, app/assets/stylesheets/partials/_application.scss */
.dropdown {
  position: relative;
  display: inline-block;
}

/* line 1184, app/assets/stylesheets/partials/_application.scss */
.absolute-position {
  position: absolute !important;
}

/* line 1188, app/assets/stylesheets/partials/_application.scss */
.dropdown-menu {
  background-color: white;
  border: 1px solid #dee2e6;
  display: none;
  margin-top: 5px;
  position: absolute;
  z-index: 1;
  background: var(--white-color);
  border-radius: 0.6rem;
  padding: 0 !important;
  box-shadow: 3px 1px 8px #ccc;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}

/* line 1202, app/assets/stylesheets/partials/_application.scss */
tr:nth-child(even) {
  background-color: transparent !important;
}

/* line 1206, app/assets/stylesheets/partials/_application.scss */
.dropdown-items {
  display: block;
  font-size: 14px;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--nav-purple-color) !important;
  margin: 1px;
  border-radius: 0.5rem;
}

/* line 1216, app/assets/stylesheets/partials/_application.scss */
.dropdown-item {
  display: block !important;
  font-size: 14px !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
  color: var(--nav-purple-color) !important;
  margin: 1px !important;
  border-radius: 0.5rem !important;
  text-align: inherit !important;
  white-space: nowrap !important;
}

/* line 1228, app/assets/stylesheets/partials/_application.scss */
.dropdown-items-submit {
  background: transparent !important;
  border: 0px !important;
  width: 100% !important;
}

/* line 1234, app/assets/stylesheets/partials/_application.scss */
a:hover {
  background: var(--body-background);
}

/* line 1238, app/assets/stylesheets/partials/_application.scss */
.show {
  display: block;
}

/* line 1242, app/assets/stylesheets/partials/_application.scss */
.doc-display {
  display: flex;
  padding-top: 20px;
}

/* line 1247, app/assets/stylesheets/partials/_application.scss */
.col-md-7 {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* line 1253, app/assets/stylesheets/partials/_application.scss */
.chart-3 {
  height: 300px !important;
}

/* line 1257, app/assets/stylesheets/partials/_application.scss */
.ml-1 {
  margin-left: 1rem;
}

/* line 1260, app/assets/stylesheets/partials/_application.scss */
.card-box {
  height: 160px !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
}

/* line 1268, app/assets/stylesheets/partials/_application.scss */
.custom-modal .modal-content {
  transform: translateY(-30%);
}

/* line 1272, app/assets/stylesheets/partials/_application.scss */
.body-style {
  background: var(--body-background);
  font-family: var(--mb-font) !important;
  font-size: var(--mb-font-size) !important;
}

/* line 1278, app/assets/stylesheets/partials/_application.scss */
.form-control:focus {
  color: var(--btn-purple) !important;
  outline: var(--btn-purple) auto 1px;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1284, app/assets/stylesheets/partials/_application.scss */
.form-select:focus {
  outline: var(--btn-purple) auto 1px !important;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1289, app/assets/stylesheets/partials/_application.scss */
.form-check-input:focus {
  outline: var(--btn-purple) auto 1px !important;
  box-shadow: 0 0 0 0.25rem transparent !important;
}

/* line 1294, app/assets/stylesheets/partials/_application.scss */
.form-check-input {
  width: 40px !important;
  height: 24px !important;
}

/* line 1299, app/assets/stylesheets/partials/_application.scss */
.trash-icon {
  font-size: 24px !important;
}

/* line 1304, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input[type="search"]:focus {
  outline: var(--btn-purple) auto 1px !important;
}

/* line 1308, app/assets/stylesheets/partials/_application.scss */
.sidenav-heading {
  display: flex;
  justify-content: center;
  margin-left: 7px;
  color: var(--btn-purple);
}

/* line 1316, app/assets/stylesheets/partials/_application.scss */
.form-check-input {
  margin-top: 0.2rem !important;
  width: 20px !important;
  height: 20px !important;
}

/* line 1325, app/assets/stylesheets/partials/_application.scss */
.dataTables_length {
  display: flex;
  justify-content: start;
  width: 50% !important;
  float: left;
  margin-left: 1% !important;
}

/*.dataTables_length label {
  display: flex;
  flex-direction: column;
}
*/
/* line 1339, app/assets/stylesheets/partials/_application.scss */
.dataTables_info {
  margin-top: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: left;
  margin-left: 1% !important;
}

/* line 1346, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  display: flex;
  justify-content: center;
}

/* line 1351, app/assets/stylesheets/partials/_application.scss */
.index-page-heading {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem !important;
}

/* line 1357, app/assets/stylesheets/partials/_application.scss */
.paginate_button {
  color: var(--nav-purple-color) !important;
  text-decoration: none;
  display: inline-block;
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #dee2e6;
  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;
  background-color: #dbdade78;
  border-radius: 0.375rem !important;
  margin-left: 5px !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
}

/* line 1382, app/assets/stylesheets/partials/_application.scss */
.paginate_button:hover {
  z-index: 2 !important;
  color: #5d596c !important;
  background-color: #d7d6da !important;
  border-color: transparent !important;
}

/* line 1390, app/assets/stylesheets/partials/_application.scss */
.align-right {
  display: flex;
  text-align: end;
}

/* line 1395, app/assets/stylesheets/partials/_application.scss */
.close-btn {
  padding: 0.3rem !important;
  min-width: 4rem;
  color: var(--red-color) !important;
}

/* line 1401, app/assets/stylesheets/partials/_application.scss */
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10rem;
}

/* line 1408, app/assets/stylesheets/partials/_application.scss */
.deleted-row {
  background-color: #fbbaba !important;
}

/* line 1412, app/assets/stylesheets/partials/_application.scss */
.row-ui {
  border: 8px solid #b5c2ce00;
  border-radius: 14px !important;
  margin: 2px !important;
  box-shadow: 5px 5px 9px 5px #ccc;
  background-color: #f2f2f200 !important;
}

/* line 1420, app/assets/stylesheets/partials/_application.scss */
.form-sections {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 1430, app/assets/stylesheets/partials/_application.scss */
.form-container {
  border: 2px solid #ccc !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  background-color: #ffffff !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 1439, app/assets/stylesheets/partials/_application.scss */
.address-containers {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
}

/* line 1447, app/assets/stylesheets/partials/_application.scss */
.address-containers-ots {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px 0px 0px 0px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
}

/* line 1455, app/assets/stylesheets/partials/_application.scss */
.ml-15px {
  margin-left: 15px !important;
}

/* line 1459, app/assets/stylesheets/partials/_application.scss */
.justify-between {
  display: flex;
  justify-content: space-between;
}

/* line 1464, app/assets/stylesheets/partials/_application.scss */
.table-style {
  background: var(--white-color);
  border-radius: 0.6rem;
  padding-bottom: 25px !important;
  box-shadow: 3px 1px 8px #ccc;
  margin-top: 2rem;
}

/* line 1472, app/assets/stylesheets/partials/_application.scss */
.table-style-ots {
  background: var(--white-color);
  border-radius: 0.6rem;
  padding: 0 !important;
  box-shadow: 3px 1px 8px #ccc;
  margin-top: 0.7rem;
}

/* line 1480, app/assets/stylesheets/partials/_application.scss */
.table {
  border-color: #dbdade !important;
  border-top: 1.5px solid #dbdade !important;
  margin-top: 15px !important;
}

/* line 1486, app/assets/stylesheets/partials/_application.scss */
.dataTables_wrapper {
  padding-top: 1% !important;
}

/* line 1490, app/assets/stylesheets/partials/_application.scss */
.odd {
  background-color: transparent !important;
}

/* line 1494, app/assets/stylesheets/partials/_application.scss */
.even {
  background-color: transparent !important;
}

/* line 1498, app/assets/stylesheets/partials/_application.scss */
.th, td {
  text-align: center !important;
  padding: 8px;
  font-size: 1rem !important;
}

/* line 1504, app/assets/stylesheets/partials/_application.scss */
.table > :not(caption) > * > * {
  padding: 1rem 0.5rem;
}

/* line 1508, app/assets/stylesheets/partials/_application.scss */
.dataTables_length select {
  font-size: 16px !important;
  padding: 8px 15px !important;
  border: 1.5px solid #dbdade !important;
  border-radius: 0.375rem !important;
  transition: border-color .15s !important;
  background-color: #fff !important;
}

/* line 1517, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter input {
  width: 300px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 15px;
  padding: 8px 15px !important;
  border: 1.5px solid #dbdade !important;
  border-radius: 0.375rem !important;
  transition: border-color .15s !important;
  background-color: #fff !important;
}

/* line 1529, app/assets/stylesheets/partials/_application.scss */
.dataTables_paginate {
  padding-bottom: 1%;
}

/* line 1533, app/assets/stylesheets/partials/_application.scss */
.paginate_button.disabled {
  z-index: 3;
  color: #a5a3ae !important;
  background-color: #e2e1e7 !important;
  border: 0px solid transparent !important;
  border-radius: 0.375rem !important;
  text-align: center !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
  margin-right: 0px !important;
}

/* line 1545, app/assets/stylesheets/partials/_application.scss */
.paginate_button.disabled:hover {
  z-index: 2 !important;
  color: #a5a3ae !important;
  background-color: #e2e1e7 !important;
  border-color: transparent !important;
}

/* line 1552, app/assets/stylesheets/partials/_application.scss */
.paginate_button.current {
  z-index: 3;
  color: #fff !important;
  background-color: var(--nav-purple-color);
  border-color: var(--nav-purple-color);
  border-radius: 0.375rem !important;
  text-align: center !important;
  min-width: calc(2.4275rem + calc(0px * 2)) !important;
  margin-right: 0px !important;
}

/* line 1563, app/assets/stylesheets/partials/_application.scss */
.paginate_button.current {
  color: #fff !important;
  background-color: var(--nav-purple-color) !important;
}

/* line 1568, app/assets/stylesheets/partials/_application.scss */
.even-bg-gray .row:nth-child(even), .space-adjust .row:nth-child(even) {
  background-color: transparent !important;
}

/* line 1572, app/assets/stylesheets/partials/_application.scss */
.table > :not(caption) > * > * {
  text-align: center !important;
}

/* line 1576, app/assets/stylesheets/partials/_application.scss */
.css-s18byi {
  height: 100% !important;
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1582, app/assets/stylesheets/partials/_application.scss */
.css-145lt8w {
  border-radius: 5px !important;
}

/* line 1586, app/assets/stylesheets/partials/_application.scss */
.img, svg {
  border-radius: 0.6rem !important;
}

/* line 1590, app/assets/stylesheets/partials/_application.scss */
#chart_div {
  width: 100%;
  margin: 0 auto;
}

/* line 1595, app/assets/stylesheets/partials/_application.scss */
.css-1q2h7u5.Mui-selected {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 1599, app/assets/stylesheets/partials/_application.scss */
.css-c29qve {
  margin-bottom: 12px !important;
}

/* line 1603, app/assets/stylesheets/partials/_application.scss */
.css-1anx036 {
  font-size: 1rem !important;
}

/* line 1607, app/assets/stylesheets/partials/_application.scss */
.css-1g6ez5y {
  font-size: 1rem !important;
  border-radius: 5px !important;
  padding: 5px !important;
}

/* line 1613, app/assets/stylesheets/partials/_application.scss */
.css-s5wd9q {
  margin-bottom: 40px !important;
}

/* line 1617, app/assets/stylesheets/partials/_application.scss */
.css-1qw96cp:last-child {
  padding-bottom: 0px !important;
}

/* line 1621, app/assets/stylesheets/partials/_application.scss */
.css-1huncxq {
  padding: 10px 10px 0px 10px !important;
}

/* line 1625, app/assets/stylesheets/partials/_application.scss */
.css-1wyf3ua {
  border-radius: 4px !important;
}

/* line 1629, app/assets/stylesheets/partials/_application.scss */
.filter-size {
  width: 205px !important;
}

/* line 1633, app/assets/stylesheets/partials/_application.scss */
.css-zp5d6d {
  font-size: 1.25rem !important;
}

/* line 1637, app/assets/stylesheets/partials/_application.scss */
.css-zq6grw {
  font-size: 1.25rem !important;
}

/* line 1641, app/assets/stylesheets/partials/_application.scss */
.css-1xvinid {
  font-size: 1.125rem !important;
}

/* line 1645, app/assets/stylesheets/partials/_application.scss */
.css-1g3izzu {
  font-size: 1.25rem !important;
}

/* line 1663, app/assets/stylesheets/partials/_application.scss */
#sidebar-wrapper {
  border-radius: 1.5rem 1.5rem 1.5rem 0rem !important;
}

/* line 1667, app/assets/stylesheets/partials/_application.scss */
.form-section-user {
  border: 2px solid transparent !important;
  border-radius: 0.6rem !important;
  padding: 15px;
  box-shadow: 1px 1px 4px 1px #ccc;
  background-color: #ffffff !important;
  margin: 1rem 0rem 1rem 0rem !important;
}

/* line 1676, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-root"] {
  border-radius: 1rem !important;
  height: 1rem !important;
}

/* line 1681, app/assets/stylesheets/partials/_application.scss */
.css-114amhd-MuiPaper-root-MuiCard-root {
  padding-bottom: 0rem !important;
}

/* line 1685, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-bar"] {
  border-radius: 1rem !important;
}

/* line 1689, app/assets/stylesheets/partials/_application.scss */
.linear-graphs {
  margin: 1rem 1rem 0.5rem 1rem !important;
  padding: 1px !important;
}

/* line 1694, app/assets/stylesheets/partials/_application.scss */
.css-bhp9pd-MuiPaper-root-MuiCard-root {
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1699, app/assets/stylesheets/partials/_application.scss */
.css-114amhd-MuiPaper-root-MuiCard-root {
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
}

/* line 1704, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 70% !important;
}

/* line 1708, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single {
  height: 37px !important;
  font-size: 1em !important;
  padding-top: 5px !important;
  border: 1px solid #d1d0d0 !important;
  font-weight: 400 !important;
}

/* line 1716, app/assets/stylesheets/partials/_application.scss */
.tawk-min-container .tawk-min-container .tawk-button {
  display: none !important;
}

/* line 1720, app/assets/stylesheets/partials/_application.scss */
.tawk-min-container .tawk-button-circle .tawk-button-large {
  display: none !important;
}

/* line 1724, app/assets/stylesheets/partials/_application.scss */
.tawk-bubble-text-container {
  inset: 4px -6px auto auto !important;
  width: 9.5rem !important;
  background: white !important;
}

/* line 1730, app/assets/stylesheets/partials/_application.scss */
.tawk-button {
  display: none !important;
}

/* line 1734, app/assets/stylesheets/partials/_application.scss */
.tawk-flex {
  inset: 4px -6px auto auto !important;
  width: 9.5rem !important;
  background: white !important;
}

/* line 1740, app/assets/stylesheets/partials/_application.scss */
.tawk-text-italic {
  color: #013660 !important;
  background: #a7caed !important;
  padding: 0.5rem !important;
  border-radius: 1rem !important;
}

/* line 1747, app/assets/stylesheets/partials/_application.scss */
#tawk-bubble-text {
  color: #013660 !important;
  background: #a7caed !important;
  padding: 0.5rem !important;
  border-radius: 1rem !important;
}

/* line 1754, app/assets/stylesheets/partials/_application.scss */
.dt-buttons {
  float: right;
  margin-right: 1% !important;
}

/* line 1759, app/assets/stylesheets/partials/_application.scss */
.dataTables_filter {
  display: flex;
  justify-content: end;
  margin-right: 1% !important;
}

/* Optional: Style for hover effect on links */
/* line 1767, app/assets/stylesheets/partials/_application.scss */
.nav-link:hover {
  background-color: #e0e0e0;
  /* Change this to your desired hover background color */
  color: #555;
  /* Change this to your desired hover text color */
  /* Add any other styles for the hover effect */
}

/* line 1773, app/assets/stylesheets/partials/_application.scss */
.nav-link.active {
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
  color: #fff !important;
  border-radius: 0.375rem !important;
}

/* line 1782, app/assets/stylesheets/partials/_application.scss */
.notification_main .dataTables_length, .notification_main .dataTables_filter, .notification_main .dataTables_info, .notification_main .dataTables_paginate.paging_simple_numbers {
  display: none;
}

/* line 1786, app/assets/stylesheets/partials/_application.scss */
.notification_main .table-responsive tbody input.form-check-input:checked {
  background-color: #013660 !important;
  border-color: #013660 !important;
}

/* line 1791, app/assets/stylesheets/partials/_application.scss */
.notification_main .table-responsive tbody input.form-check-input:focus {
  border-color: #013660 !important;
}

/* line 1795, app/assets/stylesheets/partials/_application.scss */
.right-0 {
  right: 0 !important;
  transform: translate3d(10px, 45.5px, 0px) !important;
}

/* line 1800, app/assets/stylesheets/partials/_application.scss */
.table.table-striped.border-top.text-left .text-nowrap.sorting.sorting_asc, tbody .odd .text-nowrap.sorting_1, tbody .even .text-nowrap.sorting_1 {
  text-align: left !important;
}

/* line 1804, app/assets/stylesheets/partials/_application.scss */
.rejection-modal-btn, .paid-modal-btn {
  display: none;
}

/* line 1808, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

/* line 1836, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 1840, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
  pointer-events: none;
  opacity: 0.65;
}

/* line 1846, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:focus {
  color: #164276 !important;
  outline: none;
}

/* line 1851, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .step-trigger:hover {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.06);
}

@media (max-width: 520px) {
  /* line 1857, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .step-trigger {
    flex-direction: column;
    padding: 10px;
  }
}

/* line 1863, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-label {
  display: inline-block;
  margin: 0.25rem;
}

/* line 1868, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-header {
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  /* line 1876, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-header {
    margin: 0 -10px;
    text-align: center;
  }
}

/* line 1881, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-line,
.bs-stepper .line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}

@media (max-width: 400px) {
  /* line 1892, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-line,
.bs-stepper .line {
    flex-basis: 20px;
  }
}

/* line 1898, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  padding: 0.5em 0;
  margin: 0.25rem;
  line-height: 1em;
  color: #fff;
  background-color: #6c757d;
  border-radius: 1em;
}

/* line 1915, app/assets/stylesheets/partials/_application.scss */
.active .bs-stepper-circle {
  background-color: #164276;
}

/* line 1919, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-content {
  padding: 0 20px 20px;
}

@media (max-width: 520px) {
  /* line 1924, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-content {
    padding: 0;
  }
}

/* line 1928, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical {
  display: flex;
}

/* line 1933, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}

/* line 1941, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
  display: block;
}

/* line 1946, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
  display: block;
  visibility: hidden;
}

/* line 1952, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
  display: none;
}

/* line 1957, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .content.fade,
.bs-stepper-pane.fade {
  visibility: hidden;
  transition-duration: 0.3s;
  transition-property: opacity;
}

/* line 1964, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
  visibility: visible;
  opacity: 1;
}

/* line 1970, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
  display: block;
  visibility: visible;
}

/* line 1976, app/assets/stylesheets/partials/_application.scss */
.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
  display: block;
}

/* line 1981, app/assets/stylesheets/partials/_application.scss */
.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
  display: none;
}

/* line 1986, app/assets/stylesheets/partials/_application.scss */
.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
  visibility: hidden;
}

/* line 1992, app/assets/stylesheets/partials/_application.scss */
.bs-stepper {
  border-radius: 0.375rem;
}

/* line 1995, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .line {
  flex: 0;
  min-width: auto;
  min-height: auto;
  background-color: transparent;
  margin: 0;
}

/* line 2002, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header {
  padding: 1.5rem 1.5rem;
}

/* line 2005, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger {
  padding: 0 1rem;
  flex-wrap: nowrap;
  gap: 1rem;
  font-weight: 500;
}

/* line 2011, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
  margin: 0;
  max-width: 224px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  display: inline-grid;
  font-weight: 500;
  font-size: 0.9375rem;
}

/* line 2021, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-title {
  line-height: 1;
  font-weight: 500;
}

/* line 2025, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label .bs-stepper-subtitle {
  font-size: 0.8125rem;
  font-weight: 400;
  margin-top: 0.25rem;
}

/* line 2030, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .step-trigger:hover {
  background-color: transparent;
}

/* line 2033, app/assets/stylesheets/partials/_application.scss */
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-left: 0;
}

/* line 2036, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
  padding-right: 0;
}

/* line 2039, app/assets/stylesheets/partials/_application.scss */
html:not([dir=rtl]) .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-right: 0;
}

/* line 2042, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
  padding-left: 0;
}

/* line 2045, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}

/* line 2055, app/assets/stylesheets/partials/_application.scss */
.bs-stepper .bs-stepper-content {
  padding: 1.5rem 1.5rem;
}

/* line 2058, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header {
  min-width: 18rem;
}

/* line 2061, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step .step-trigger {
  padding: 0.5rem 0;
}

/* line 2064, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step:first-child .step-trigger {
  padding-top: 0;
}

/* line 2067, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .step:last-child .step-trigger {
  padding-bottom: 0;
}

/* line 2070, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-header .line {
  position: relative;
  min-height: 1px;
}

/* line 2074, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-content {
  width: 100%;
}

/* line 2077, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical .bs-stepper-content .content:not(.active) {
  display: none;
}

/* line 2080, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.vertical.wizard-icons .step {
  text-align: center;
  padding: 0.75rem 0;
}

/* line 2084, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header {
  justify-content: space-around;
}

/* line 2087, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger {
  flex-direction: column;
  gap: 0.5rem;
}

/* line 2091, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon svg {
  height: 3.125rem;
  width: 3.125rem;
}

/* line 2095, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-icon i {
  font-size: 1.6rem;
}

/* line 2098, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-icons .bs-stepper-header .step-trigger .bs-stepper-label {
  font-weight: 400;
}

/* line 2101, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern .bs-stepper-header {
  border-bottom: none !important;
}

/* line 2104, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern .bs-stepper-content {
  border-radius: 0.375rem;
}

/* line 2107, app/assets/stylesheets/partials/_application.scss */
.bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-right: none !important;
}

/* line 2111, app/assets/stylesheets/partials/_application.scss */
#wizard-create-app.vertical .bs-stepper-header {
  min-width: 15rem;
}

/* line 2115, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper {
  background-color: #fff;
}

/* line 2118, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper:not(.wizard-modern) {
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

/* line 2121, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header {
  border-bottom: 1px solid #dbdade;
}

/* line 2124, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .line i {
  color: #a5a3ae;
}

/* line 2127, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .bs-stepper-title,
.light-style .bs-stepper .bs-stepper-header .bs-stepper-label {
  color: #5d596c;
}

/* line 2131, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
  color: #a5a3ae !important;
}

/* line 2134, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  background-color: #f1f0f2;
  color: #6f6b7d;
}

/* line 2138, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(165, 163, 174, 0.3);
}

/* line 2141, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
.light-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
  color: #a5a3ae;
}

/* line 2145, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper .step-trigger:focus {
  color: #5d596c;
}

/* line 2148, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  /* line 2152, app/assets/stylesheets/partials/_application.scss */
  .light-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #dbdade;
  }
}

/* line 2158, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-modern {
  background-color: transparent;
}

/* line 2161, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #fff;
  box-shadow: 0 0.25rem 1.125rem rgba(75, 70, 92, 0.1);
}

/* line 2165, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #6f6b7d;
}

/* line 2168, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
  fill: #6f6b7d;
}

/* line 2171, app/assets/stylesheets/partials/_application.scss */
.light-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
  color: #6f6b7d;
}

/* line 2175, app/assets/stylesheets/partials/_application.scss */
.light-style[dir=rtl] .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #dbdade;
}

/* line 2179, app/assets/stylesheets/partials/_application.scss */
html.light-style:not([dir=rtl]) .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #dbdade;
}

/* line 2183, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper {
  background-color: #2f3349;
}

/* line 2186, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header {
  border-bottom: 1px solid #434968;
}

/* line 2189, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .line i {
  color: #7983bb;
}

/* line 2192, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-label,
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-title {
  color: #cfd3ec;
}

/* line 2196, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .bs-stepper-label .bs-stepper-subtitle {
  color: #7983bb !important;
}

/* line 2199, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step:not(.active) .bs-stepper-circle {
  background-color: #363b54;
  color: #b6bee3;
}

/* line 2203, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step.active .bs-stepper-circle {
  box-shadow: 0 0.125rem 0.25rem rgba(15, 20, 34, 0.4);
}

/* line 2206, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-label,
.dark-style .bs-stepper .bs-stepper-header .step.crossed .bs-stepper-title {
  color: #7983bb;
}

/* line 2210, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper .step-trigger:focus {
  color: #cfd3ec;
}

/* line 2213, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.vertical .bs-stepper-header {
  border-bottom: none;
}

@media (max-width: 991.98px) {
  /* line 2217, app/assets/stylesheets/partials/_application.scss */
  .dark-style .bs-stepper.vertical .bs-stepper-header {
    border-right: none !important;
    border-left: none !important;
    border-bottom: 1px solid #434968;
  }
}

/* line 2223, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-modern {
  background-color: transparent;
}

/* line 2226, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-modern .bs-stepper-content {
  background-color: #2f3349;
  box-shadow: 0 0.25rem 1.25rem rgba(15, 20, 34, 0.4);
}

/* line 2230, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon i {
  color: #b6bee3;
}

/* line 2233, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
  fill: #b6bee3;
}

/* line 2236, app/assets/stylesheets/partials/_application.scss */
.dark-style .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-label {
  color: #b6bee3;
}

/* line 2240, app/assets/stylesheets/partials/_application.scss */
.dark-style[dir=rtl] .bs-stepper.vertical .bs-stepper-header {
  border-left: 1px solid #434968;
}

/* line 2244, app/assets/stylesheets/partials/_application.scss */
html.dark-style:not([dir=rtl]) .bs-stepper.vertical .bs-stepper-header {
  border-right: 1px solid #434968;
}

/* line 2248, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper .bs-stepper-content .btn-next:not(.btn-submit) i,
[dir=rtl] .bs-stepper .bs-stepper-content .btn-prev i {
  transform: rotate(180deg);
}

/* line 2252, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
  right: 50%;
}

/* line 2255, app/assets/stylesheets/partials/_application.scss */
[dir=rtl] .bs-stepper.wizard-modern.vertical .bs-stepper-header {
  border-left: none !important;
}

@media (min-width: 992px) {
  /* line 2259, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper .bs-stepper-header .line i {
    transform: rotate(180deg);
  }
}

@media (max-width: 991.98px) {
  /* line 2264, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0;
    margin-right: 1rem;
  }
  /* line 2268, app/assets/stylesheets/partials/_application.scss */
  [dir=rtl] .bs-stepper.wizard-icons .bs-stepper-header .line:before {
    margin-right: 0.75rem;
  }
}

@media (max-width: 991.98px) {
  /* line 2274, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 2278, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step .step-trigger {
    padding: 0.5rem 0;
    flex-direction: row;
  }
  /* line 2282, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step .step-trigger .bs-stepper-label {
    margin-left: 0.35rem;
  }
  /* line 2285, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step:first-child .step-trigger {
    padding-top: 0;
  }
  /* line 2288, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper .bs-stepper-header .step:last-child .step-trigger {
    padding-bottom: 0;
  }
  /* line 2291, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical {
    flex-direction: column;
  }
  /* line 2294, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical .bs-stepper-header {
    align-items: flex-start;
  }
  /* line 2297, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.vertical.wizard-icons .bs-stepper-header .line:before {
    left: 0.75rem;
    margin-left: 0;
  }
  /* line 2301, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper:not(.vertical) .bs-stepper-header .line i {
    display: none;
  }
  /* line 2304, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper.wizard-icons .bs-stepper-header .bs-stepper-icon svg {
    margin-top: 0.5rem;
  }
}

@media (max-width: 520px) {
  /* line 2309, app/assets/stylesheets/partials/_application.scss */
  .bs-stepper-header {
    margin: 0;
  }
}

/* line 2313, app/assets/stylesheets/partials/_application.scss */
#wizard-create-app.vertical .bs-stepper-header {
  min-width: 15rem;
}

/* line 2320, app/assets/stylesheets/partials/_application.scss */
.file-upload-container {
  font-family: Arial, sans-serif;
  color: #333;
}

/* line 2325, app/assets/stylesheets/partials/_application.scss */
.header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* line 2331, app/assets/stylesheets/partials/_application.scss */
.basic-section {
  border: 1px solid #ddd;
  padding: 20px;
}

/* line 2336, app/assets/stylesheets/partials/_application.scss */
.basic-section h2, .basic-section .h2 {
  margin-top: 0;
}

/* line 2340, app/assets/stylesheets/partials/_application.scss */
.drop-zone {
  border: 1px dashed #ddd;
  padding: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

/* line 2348, app/assets/stylesheets/partials/_application.scss */
.dropzone {
  width: 100%;
  height: 450px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 6px;
  border: 2px dashed rgba(47, 43, 61, 0.16);
  margin-bottom: 2rem;
}

/* line 2365, app/assets/stylesheets/partials/_application.scss */
.dropzone img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 6px;
}

/* line 2374, app/assets/stylesheets/partials/_application.scss */
.file-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 2384, app/assets/stylesheets/partials/_application.scss */
.upload-icon {
  font-size: 48px;
  color: #ccc;
}

/* line 2389, app/assets/stylesheets/partials/_application.scss */
.drop-zone-content p {
  margin: 10px 0;
}

/* line 2393, app/assets/stylesheets/partials/_application.scss */
.disclaimer {
  font-size: 12px;
  color: #888;
}

/* line 2398, app/assets/stylesheets/partials/_application.scss */
.file-preview {
  margin-top: 20px;
}

/* line 2402, app/assets/stylesheets/partials/_application.scss */
.file-preview h4, .file-preview .h4 {
  margin-bottom: 10px;
}

/* line 2406, app/assets/stylesheets/partials/_application.scss */
.file-preview ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

/* line 2413, app/assets/stylesheets/partials/_application.scss */
.file-preview li {
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

/* line 2419, app/assets/stylesheets/partials/_application.scss */
.preview-image {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 5px;
}

/* line 2428, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 15px;
  background: transparent !important;
  border: transparent !important;
}

/* line 2437, app/assets/stylesheets/partials/_application.scss */
.error-message {
  color: #dc3545;
}

/* line 2440, app/assets/stylesheets/partials/_application.scss */
.progress {
  width: 100%;
  height: 20px;
  background-color: lightgrey;
}

/* line 2446, app/assets/stylesheets/partials/_application.scss */
.progress-bar {
  height: 100%;
  background-color: #013660;
  -webkit-animation: progressAnimation 2s ease-in-out forwards;
          animation: progressAnimation 2s ease-in-out forwards;
}

/* line 2452, app/assets/stylesheets/partials/_application.scss */
[class*="MuiLinearProgress-bar"] {
  border-radius: 1rem !important;
}

/* line 2456, app/assets/stylesheets/partials/_application.scss */
.nav-link.active {
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
  color: #fff !important;
  border-radius: 0.375rem !important;
}

/* Hide up/down arrows for WebKit browsers (Chrome, Safari) */
/* line 2464, app/assets/stylesheets/partials/_application.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide up/down arrows for Firefox */
/* line 2471, app/assets/stylesheets/partials/_application.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/* line 2475, app/assets/stylesheets/partials/_application.scss */
.sidenav {
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  padding-top: 20px;
}

/* line 2486, app/assets/stylesheets/partials/_application.scss */
.sidenav .accordion {
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
  color: #818181;
  background-color: #111;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* line 2498, app/assets/stylesheets/partials/_application.scss */
.sidenav .accordion:hover {
  background-color: #575757;
}

/* line 2502, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel {
  display: none;
  background-color: #262626;
  overflow: hidden;
}

/* line 2508, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel a {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* line 2517, app/assets/stylesheets/partials/_application.scss */
.sidenav .panel a:hover {
  background-color: #575757;
}

/* line 2521, app/assets/stylesheets/partials/_application.scss */
.table-responsive {
  margin: 20px 0;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  overflow-x: auto;
}

/* line 2528, app/assets/stylesheets/partials/_application.scss */
.custom-table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}

/* line 2535, app/assets/stylesheets/partials/_application.scss */
.custom-table th,
.custom-table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

/* line 2542, app/assets/stylesheets/partials/_application.scss */
.custom-table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  background-color: #f8f9fa;
  color: #495057;
}

/* line 2549, app/assets/stylesheets/partials/_application.scss */
.custom-table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* line 2553, app/assets/stylesheets/partials/_application.scss */
.custom-table td {
  background-color: #ffffff;
}

/* line 2557, app/assets/stylesheets/partials/_application.scss */
.custom-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 2561, app/assets/stylesheets/partials/_application.scss */
.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Arial', sans-serif;
  font-size: 1.5em;
  background-color: #282c34;
  color: #ffffff;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  width: 40%;
  margin: 2px auto;
}

/* line 2576, app/assets/stylesheets/partials/_application.scss */
.countdown-text {
  color: var(--nav-purple-color) !important;
  margin-top: 0.5rem !important;
}

/* line 2581, app/assets/stylesheets/partials/_application.scss */
.countdown-timer span {
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--nav-purple-color);
  border-radius: 5px;
  margin: 0 5px;
}

/* line 2589, app/assets/stylesheets/partials/_application.scss */
.countdown-timer .countdown-finished {
  background-color: #ff4d4d;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}

/* line 2596, app/assets/stylesheets/partials/_application.scss */
.fade:not(.show) {
  opacity: 1;
}

/* line 2600, app/assets/stylesheets/partials/_application.scss */
.modal-primary-color {
  color: var(--nav-purple-color);
}

/* Container */
/* line 2611, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown {
  position: relative;
  width: 100%;
  margin-top: 10px;
  padding: 5px;
}

/* Tile or badge css */
/* line 2619, app/assets/stylesheets/partials/_application.scss */
.badge {
  --bs-badge-padding-x: 0.65em !important;
  --bs-badge-padding-y: 0.55em !important;
  --bs-badge-font-size: 0.85em !important;
  --bs-badge-font-weight: 580 !important;
  margin: 0.1rem 0.3rem 0.1rem 0rem !important;
}

/* Input Field */
/* line 2628, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown input {
  padding: 0px !important;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

/* Dropdown menu */
/* line 2637, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu {
  position: absolute;
  width: 100%;
  z-index: 1000;
  max-height: 280px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 4px;
  padding: 0;
}

/* Dropdown items */
/* line 2650, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu li {
  padding: 10px;
  cursor: pointer;
}

/* line 2655, app/assets/stylesheets/partials/_application.scss */
.form-control.dropdown .dropdown-menu li:hover {
  background-color: #f1f1f1;
}

/* line 2661, app/assets/stylesheets/partials/_application.scss */
.select2-container {
  width: 100% !important;
}

/* line 2665, app/assets/stylesheets/partials/_application.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
}

/* line 2673, app/assets/stylesheets/partials/_application.scss */
.select2-selection--multiple {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  min-height: 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
}

/* line 2683, app/assets/stylesheets/partials/_application.scss */
.select2-selection__choice {
  background-color: #0d6efd !important;
  color: white !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  margin: 2px;
  font-size: 14px;
  --bs-badge-padding-x: 0.65em !important;
  --bs-badge-padding-y: 0.55em !important;
  --bs-badge-font-size: 0.85em !important;
  --bs-badge-font-weight: 580 !important;
  margin: 0.1rem 0.3rem 0.1rem 0rem !important;
}

/* line 2698, app/assets/stylesheets/partials/_application.scss */
.select2-search--inline .select2-search__field {
  padding: 5px;
  width: auto !important;
  margin-left: 2px;
}

/* line 2704, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;
}

/* line 2710, app/assets/stylesheets/partials/_application.scss */
.select2-container .select2-search--inline {
  float: none !important;
}

/* line 2714, app/assets/stylesheets/partials/_application.scss */
.select2-dropdown .select2-dropdown--above {
  width: 23.5% !important;
}

/* line 2718, app/assets/stylesheets/partials/_application.scss */
select2-container select2-container--default select2-container--open {
  position: absolute !important;
  top: 74% !important;
  left: 32.6% !important;
}

/* line 2724, app/assets/stylesheets/partials/_application.scss */
.select2-container--open .select2-dropdown--below {
  margin-top: 4.2% !important;
  margin-left: 6.5% !important;
}

/* line 2729, app/assets/stylesheets/partials/_application.scss */
.select2-selection__choice__remove {
  background-color: #0d6efd !important;
  color: white !important;
  border: 1px solid #0d6efd !important;
  margin-right: 5px !important;
  border-radius: 2px !important;
  margin-left: -5px !important;
}

/* line 2738, app/assets/stylesheets/partials/_application.scss */
.select2-search--inline .select2-search__field {
  display: none !important;
}

/* line 2742, app/assets/stylesheets/partials/_application.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 5px !important;
}

/*Submit Anchor Modal CSS*/
/* line 2747, app/assets/stylesheets/partials/_application.scss */
.fade-background {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 2751, app/assets/stylesheets/partials/_application.scss */
.large-checkbox {
  width: 13px;
  height: 13px;
  transform: scale(1.5);
  margin: 5px;
}

/* Custom CSS for the transaction activity */
/* line 2759, app/assets/stylesheets/partials/_application.scss */
.completed-step {
  color: #164276 !important;
}

/* line 2763, app/assets/stylesheets/partials/_application.scss */
.shipping-activity-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: auto;
}

/* line 2771, app/assets/stylesheets/partials/_application.scss */
.timeline-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}

/* line 2778, app/assets/stylesheets/partials/_application.scss */
.timeline {
  position: relative;
  padding-left: 20px;
}

/* line 2783, app/assets/stylesheets/partials/_application.scss */
.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

/* line 2790, app/assets/stylesheets/partials/_application.scss */
.timeline-icon {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 10px;
}

/* line 2799, app/assets/stylesheets/partials/_application.scss */
.timeline-item.completed .timeline-icon {
  background-color: transparent;
}

/* line 2803, app/assets/stylesheets/partials/_application.scss */
.timeline-item.pending .timeline-icon {
  background-color: transparent;
}

/* line 2807, app/assets/stylesheets/partials/_application.scss */
.timeline-content {
  flex: 1;
}

/* line 2811, app/assets/stylesheets/partials/_application.scss */
.timeline-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 2817, app/assets/stylesheets/partials/_application.scss */
.timeline-step {
  font-weight: bold;
  color: #333;
}

/* line 2822, app/assets/stylesheets/partials/_application.scss */
.timeline-date {
  font-size: 12px;
  color: #999;
}

/* line 2827, app/assets/stylesheets/partials/_application.scss */
.timeline-description {
  margin-top: 5px;
  font-size: 14px;
  color: #666;
}

/* line 2833, app/assets/stylesheets/partials/_application.scss */
.timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 70%;
  background-color: #ddd;
  left: 12px;
  top: 35px;
}

/* line 2843, app/assets/stylesheets/partials/_application.scss */
.timeline-item.completed:not(:last-child)::after {
  background-color: #164276;
}

/* line 2847, app/assets/stylesheets/partials/_application.scss */
.written-offers {
  margin-left: 40px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
}

/* line 2853, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item {
  margin-top: 10px;
}

/* line 2857, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item.completed .timeline-step {
  color: #164276;
}

/* line 2861, app/assets/stylesheets/partials/_application.scss */
.written-offers .timeline-item.pending .timeline-step {
  color: #FF9800;
}

/* line 2865, app/assets/stylesheets/partials/_application.scss */
.written-offer-items {
  margin-left: 40px;
  padding-left: 10px;
  border-left: 2px solid #ddd;
}

/* line 2871, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item {
  margin-top: 10px;
}

/* line 2875, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item.completed .timeline-step {
  color: #164276;
}

/* line 2879, app/assets/stylesheets/partials/_application.scss */
.written-offer-items .timeline-item.pending .timeline-step {
  color: #FF9800;
}

@media (min-width: 320px) and (max-width: 767.98px) {
  /* line 2, app/assets/stylesheets/partials/_responsive.scss */
  .table-scroll-mobile {
    overflow: auto;
    max-width: 100%;
  }
  /* line 7, app/assets/stylesheets/partials/_responsive.scss */
  .table-scroll-mobile thead, .table-scroll-mobile tbody, .table-scroll-mobile tfoot, .table-scroll-mobile tr, .table-scroll-mobile td, .table-scroll-mobile th {
    white-space: nowrap;
  }
  /* line 11, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-buttons a {
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.4rem;
    width: 6rem;
    line-height: 1.2rem;
  }
  /* line 18, app/assets/stylesheets/partials/_responsive.scss */
  .mob-top-margin {
    margin-top: 1rem;
  }
  /* line 22, app/assets/stylesheets/partials/_responsive.scss */
  .col {
    flex: 1 1 auto;
    margin-bottom: 1rem;
  }
  /* line 27, app/assets/stylesheets/partials/_responsive.scss */
  .text-align-center-mobile {
    text-align: center;
  }
  /* line 31, app/assets/stylesheets/partials/_responsive.scss */
  .form-signin .form-control {
    padding: 0.3rem 0;
    text-align: center;
    font-size: 1rem;
  }
  /* line 37, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 43, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 47, app/assets/stylesheets/partials/_responsive.scss */
  .sidebar h {
    font-size: 12px;
    margin-left: -65px;
  }
  /* line 52, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper i {
    width: 20px;
    height: 28px;
  }
  /* line 57, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    margin-left: 60px;
  }
  /* line 61, app/assets/stylesheets/partials/_responsive.scss */
  .Small-nav .btn-outline-warning {
    margin-top: 10px;
  }
  /* line 65, app/assets/stylesheets/partials/_responsive.scss */
  .yellow-panel {
    padding: 0;
  }
  /* line 69, app/assets/stylesheets/partials/_responsive.scss */
  .toggled span {
    visibility: hidden;
  }
  /* line 73, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 77, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 50px;
  }
  /* line 81, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 50px;
  }
  /* line 85, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-nav-gap {
    -moz-column-gap: .5rem;
         column-gap: .5rem;
    justify-content: space-between !important;
  }
  /* line 90, app/assets/stylesheets/partials/_responsive.scss */
  .mobile-hide {
    display: none;
  }
  /* line 94, app/assets/stylesheets/partials/_responsive.scss */
  .nav-notification-icon {
    padding: 0 !important;
    font-size: 22px;
  }
  /* line 99, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 1rem 1rem 1rem .5rem;
    position: relative;
  }
  /* line 104, app/assets/stylesheets/partials/_responsive.scss */
  .subnav {
    padding: 0;
  }
  /* line 108, app/assets/stylesheets/partials/_responsive.scss */
  .subnav1 {
    padding: 0;
  }
  /* line 112, app/assets/stylesheets/partials/_responsive.scss */
  .subnav2 {
    padding: 0;
  }
  /* line 116, app/assets/stylesheets/partials/_responsive.scss */
  .even-bg-gray .row:nth-child(even) {
    background-color: #fff;
  }
  /* line 119, app/assets/stylesheets/partials/_responsive.scss */
  .dataTables_paginate {
    margin-top: 6rem;
  }
  /* line 122, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0rem 0.3rem;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  /* line 130, app/assets/stylesheets/partials/_responsive.scss */
  .toggled span {
    visibility: visible;
  }
  /* line 134, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 320px;
    padding-right: 20px;
  }
  /* line 139, app/assets/stylesheets/partials/_responsive.scss */
  .even-bg-gray .row:nth-child(even) {
    background-color: #fff;
  }
  /* line 143, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-right: 20px;
  }
  /* line 147, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 80px;
  }
  /* line 151, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 220px;
  }
  /* line 155, app/assets/stylesheets/partials/_responsive.scss */
  .main-nav {
    min-width: 200px;
  }
  /* line 159, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled span {
    display: block;
  }
  /* line 163, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 56px;
  }
  /* line 167, app/assets/stylesheets/partials/_responsive.scss */
  .main-nav .nav-item .nav-link i {
    width: 30px;
    height: 30px;
  }
  /* line 172, app/assets/stylesheets/partials/_responsive.scss */
  .subnav {
    padding: 0;
  }
  /* line 176, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 200px;
  }
  /* line 180, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 1rem 0;
    position: relative;
  }
  /* line 185, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 190, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0.4rem 0.5rem;
  }
}

@media (min-width: 1024px) {
  /* line 197, app/assets/stylesheets/partials/_responsive.scss */
  html {
    zoom: 80%;
  }
  /* line 200, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper {
    padding-left: 280px;
  }
  /* line 204, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 208, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 76px;
  }
  /* line 212, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled a span {
    visibility: visible;
    display: none;
  }
  /* line 217, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled i {
    /* float:right; */
  }
  /* line 222, app/assets/stylesheets/partials/_responsive.scss */
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  /* line 227, app/assets/stylesheets/partials/_responsive.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
  /* line 232, app/assets/stylesheets/partials/_responsive.scss */
  #sidebar-wrapper {
    width: 280px;
  }
  /* line 235, app/assets/stylesheets/partials/_responsive.scss */
  .paginate_button {
    padding: 0.4rem 0.7rem;
  }
}

/* line 240, app/assets/stylesheets/partials/_responsive.scss */
.block {
  display: block;
  width: 100%;
  border: none;
  background-color: f9b935;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url('./fonts/"bootstrap-icons".woff2?8d200481aa7f02a2d63a331fc782cfaf') format("woff2"), url('./fonts/"bootstrap-icons".woff?8d200481aa7f02a2d63a331fc782cfaf') format("woff");
}

/* line 13, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1885, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-123::before {
  content: "";
}

/* line 1886, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alarm-fill::before {
  content: "";
}

/* line 1887, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alarm::before {
  content: "";
}

/* line 1888, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-bottom::before {
  content: "";
}

/* line 1889, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-center::before {
  content: "";
}

/* line 1890, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-end::before {
  content: "";
}

/* line 1891, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-middle::before {
  content: "";
}

/* line 1892, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-start::before {
  content: "";
}

/* line 1893, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-align-top::before {
  content: "";
}

/* line 1894, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alt::before {
  content: "";
}

/* line 1895, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-app-indicator::before {
  content: "";
}

/* line 1896, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-app::before {
  content: "";
}

/* line 1897, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-archive-fill::before {
  content: "";
}

/* line 1898, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-archive::before {
  content: "";
}

/* line 1899, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-down::before {
  content: "";
}

/* line 1900, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-left::before {
  content: "";
}

/* line 1901, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-right::before {
  content: "";
}

/* line 1902, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-90deg-up::before {
  content: "";
}

/* line 1903, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-down::before {
  content: "";
}

/* line 1904, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-left::before {
  content: "";
}

/* line 1905, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-right::before {
  content: "";
}

/* line 1906, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-bar-up::before {
  content: "";
}

/* line 1907, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-clockwise::before {
  content: "";
}

/* line 1908, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-counterclockwise::before {
  content: "";
}

/* line 1909, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-circle-fill::before {
  content: "";
}

/* line 1910, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-circle::before {
  content: "";
}

/* line 1911, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-circle-fill::before {
  content: "";
}

/* line 1912, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-circle::before {
  content: "";
}

/* line 1913, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-square-fill::before {
  content: "";
}

/* line 1914, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left-square::before {
  content: "";
}

/* line 1915, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-left::before {
  content: "";
}

/* line 1916, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-circle-fill::before {
  content: "";
}

/* line 1917, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-circle::before {
  content: "";
}

/* line 1918, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-square-fill::before {
  content: "";
}

/* line 1919, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right-square::before {
  content: "";
}

/* line 1920, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-right::before {
  content: "";
}

/* line 1921, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-short::before {
  content: "";
}

/* line 1922, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-square-fill::before {
  content: "";
}

/* line 1923, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-square::before {
  content: "";
}

/* line 1924, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down-up::before {
  content: "";
}

/* line 1925, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-down::before {
  content: "";
}

/* line 1926, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-circle-fill::before {
  content: "";
}

/* line 1927, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-circle::before {
  content: "";
}

/* line 1928, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-right::before {
  content: "";
}

/* line 1929, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-short::before {
  content: "";
}

/* line 1930, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-square-fill::before {
  content: "";
}

/* line 1931, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left-square::before {
  content: "";
}

/* line 1932, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-left::before {
  content: "";
}

/* line 1933, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-repeat::before {
  content: "";
}

/* line 1934, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-return-left::before {
  content: "";
}

/* line 1935, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-return-right::before {
  content: "";
}

/* line 1936, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-circle-fill::before {
  content: "";
}

/* line 1937, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-circle::before {
  content: "";
}

/* line 1938, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-short::before {
  content: "";
}

/* line 1939, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-square-fill::before {
  content: "";
}

/* line 1940, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right-square::before {
  content: "";
}

/* line 1941, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-right::before {
  content: "";
}

/* line 1942, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-circle-fill::before {
  content: "";
}

/* line 1943, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-circle::before {
  content: "";
}

/* line 1944, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-circle-fill::before {
  content: "";
}

/* line 1945, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-circle::before {
  content: "";
}

/* line 1946, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-square-fill::before {
  content: "";
}

/* line 1947, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left-square::before {
  content: "";
}

/* line 1948, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-left::before {
  content: "";
}

/* line 1949, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-circle-fill::before {
  content: "";
}

/* line 1950, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-circle::before {
  content: "";
}

/* line 1951, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-square-fill::before {
  content: "";
}

/* line 1952, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right-square::before {
  content: "";
}

/* line 1953, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-right::before {
  content: "";
}

/* line 1954, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-short::before {
  content: "";
}

/* line 1955, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-square-fill::before {
  content: "";
}

/* line 1956, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up-square::before {
  content: "";
}

/* line 1957, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-up::before {
  content: "";
}

/* line 1958, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-angle-contract::before {
  content: "";
}

/* line 1959, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-angle-expand::before {
  content: "";
}

/* line 1960, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-collapse::before {
  content: "";
}

/* line 1961, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-expand::before {
  content: "";
}

/* line 1962, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-fullscreen::before {
  content: "";
}

/* line 1963, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrows-move::before {
  content: "";
}

/* line 1964, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-aspect-ratio-fill::before {
  content: "";
}

/* line 1965, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-aspect-ratio::before {
  content: "";
}

/* line 1966, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-asterisk::before {
  content: "";
}

/* line 1967, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-at::before {
  content: "";
}

/* line 1968, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-award-fill::before {
  content: "";
}

/* line 1969, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-award::before {
  content: "";
}

/* line 1970, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-back::before {
  content: "";
}

/* line 1971, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-fill::before {
  content: "";
}

/* line 1972, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-reverse-fill::before {
  content: "";
}

/* line 1973, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace-reverse::before {
  content: "";
}

/* line 1974, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-backspace::before {
  content: "";
}

/* line 1975, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-3d-fill::before {
  content: "";
}

/* line 1976, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-3d::before {
  content: "";
}

/* line 1977, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-4k-fill::before {
  content: "";
}

/* line 1978, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-4k::before {
  content: "";
}

/* line 1979, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-8k-fill::before {
  content: "";
}

/* line 1980, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-8k::before {
  content: "";
}

/* line 1981, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ad-fill::before {
  content: "";
}

/* line 1982, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ad::before {
  content: "";
}

/* line 1983, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ar-fill::before {
  content: "";
}

/* line 1984, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-ar::before {
  content: "";
}

/* line 1985, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-cc-fill::before {
  content: "";
}

/* line 1986, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-cc::before {
  content: "";
}

/* line 1987, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-hd-fill::before {
  content: "";
}

/* line 1988, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-hd::before {
  content: "";
}

/* line 1989, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-tm-fill::before {
  content: "";
}

/* line 1990, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-tm::before {
  content: "";
}

/* line 1991, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vo-fill::before {
  content: "";
}

/* line 1992, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vo::before {
  content: "";
}

/* line 1993, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vr-fill::before {
  content: "";
}

/* line 1994, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-vr::before {
  content: "";
}

/* line 1995, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-wc-fill::before {
  content: "";
}

/* line 1996, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-wc::before {
  content: "";
}

/* line 1997, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-check-fill::before {
  content: "";
}

/* line 1998, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-check::before {
  content: "";
}

/* line 1999, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-dash-fill::before {
  content: "";
}

/* line 2000, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-dash::before {
  content: "";
}

/* line 2001, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-fill::before {
  content: "";
}

/* line 2002, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-plus-fill::before {
  content: "";
}

/* line 2003, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-plus::before {
  content: "";
}

/* line 2004, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-x-fill::before {
  content: "";
}

/* line 2005, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-x::before {
  content: "";
}

/* line 2006, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag::before {
  content: "";
}

/* line 2007, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-fill::before {
  content: "";
}

/* line 2008, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-line-fill::before {
  content: "";
}

/* line 2009, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-line::before {
  content: "";
}

/* line 2010, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart-steps::before {
  content: "";
}

/* line 2011, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bar-chart::before {
  content: "";
}

/* line 2012, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket-fill::before {
  content: "";
}

/* line 2013, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket::before {
  content: "";
}

/* line 2014, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket2-fill::before {
  content: "";
}

/* line 2015, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket2::before {
  content: "";
}

/* line 2016, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket3-fill::before {
  content: "";
}

/* line 2017, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-basket3::before {
  content: "";
}

/* line 2018, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-charging::before {
  content: "";
}

/* line 2019, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-full::before {
  content: "";
}

/* line 2020, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery-half::before {
  content: "";
}

/* line 2021, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-battery::before {
  content: "";
}

/* line 2022, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-fill::before {
  content: "";
}

/* line 2023, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell::before {
  content: "";
}

/* line 2024, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bezier::before {
  content: "";
}

/* line 2025, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bezier2::before {
  content: "";
}

/* line 2026, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bicycle::before {
  content: "";
}

/* line 2027, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-binoculars-fill::before {
  content: "";
}

/* line 2028, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-binoculars::before {
  content: "";
}

/* line 2029, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-blockquote-left::before {
  content: "";
}

/* line 2030, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-blockquote-right::before {
  content: "";
}

/* line 2031, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book-fill::before {
  content: "";
}

/* line 2032, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book-half::before {
  content: "";
}

/* line 2033, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-book::before {
  content: "";
}

/* line 2034, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-check-fill::before {
  content: "";
}

/* line 2035, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-check::before {
  content: "";
}

/* line 2036, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-dash-fill::before {
  content: "";
}

/* line 2037, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-dash::before {
  content: "";
}

/* line 2038, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-fill::before {
  content: "";
}

/* line 2039, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-heart-fill::before {
  content: "";
}

/* line 2040, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-heart::before {
  content: "";
}

/* line 2041, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-plus-fill::before {
  content: "";
}

/* line 2042, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-plus::before {
  content: "";
}

/* line 2043, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-star-fill::before {
  content: "";
}

/* line 2044, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-star::before {
  content: "";
}

/* line 2045, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-x-fill::before {
  content: "";
}

/* line 2046, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark-x::before {
  content: "";
}

/* line 2047, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmark::before {
  content: "";
}

/* line 2048, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmarks-fill::before {
  content: "";
}

/* line 2049, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookmarks::before {
  content: "";
}

/* line 2050, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bookshelf::before {
  content: "";
}

/* line 2051, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap-fill::before {
  content: "";
}

/* line 2052, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap-reboot::before {
  content: "";
}

/* line 2053, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bootstrap::before {
  content: "";
}

/* line 2054, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-all::before {
  content: "";
}

/* line 2055, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-bottom::before {
  content: "";
}

/* line 2056, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-center::before {
  content: "";
}

/* line 2057, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-inner::before {
  content: "";
}

/* line 2058, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-left::before {
  content: "";
}

/* line 2059, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-middle::before {
  content: "";
}

/* line 2060, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-outer::before {
  content: "";
}

/* line 2061, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-right::before {
  content: "";
}

/* line 2062, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-style::before {
  content: "";
}

/* line 2063, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-top::before {
  content: "";
}

/* line 2064, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border-width::before {
  content: "";
}

/* line 2065, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-border::before {
  content: "";
}

/* line 2066, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bounding-box-circles::before {
  content: "";
}

/* line 2067, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bounding-box::before {
  content: "";
}

/* line 2068, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down-left::before {
  content: "";
}

/* line 2069, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down-right::before {
  content: "";
}

/* line 2070, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-down::before {
  content: "";
}

/* line 2071, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down-left::before {
  content: "";
}

/* line 2072, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down-right::before {
  content: "";
}

/* line 2073, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-down::before {
  content: "";
}

/* line 2074, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-left::before {
  content: "";
}

/* line 2075, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-right::before {
  content: "";
}

/* line 2076, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up-left::before {
  content: "";
}

/* line 2077, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up-right::before {
  content: "";
}

/* line 2078, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-in-up::before {
  content: "";
}

/* line 2079, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-left::before {
  content: "";
}

/* line 2080, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-right::before {
  content: "";
}

/* line 2081, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up-left::before {
  content: "";
}

/* line 2082, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up-right::before {
  content: "";
}

/* line 2083, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-arrow-up::before {
  content: "";
}

/* line 2084, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-seam::before {
  content: "";
}

/* line 2085, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box::before {
  content: "";
}

/* line 2086, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-braces::before {
  content: "";
}

/* line 2087, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bricks::before {
  content: "";
}

/* line 2088, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-briefcase-fill::before {
  content: "";
}

/* line 2089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-briefcase::before {
  content: "";
}

/* line 2090, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-high-fill::before {
  content: "";
}

/* line 2091, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-high::before {
  content: "";
}

/* line 2092, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-low-fill::before {
  content: "";
}

/* line 2093, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-alt-low::before {
  content: "";
}

/* line 2094, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-high-fill::before {
  content: "";
}

/* line 2095, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-high::before {
  content: "";
}

/* line 2096, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-low-fill::before {
  content: "";
}

/* line 2097, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brightness-low::before {
  content: "";
}

/* line 2098, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-broadcast-pin::before {
  content: "";
}

/* line 2099, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-broadcast::before {
  content: "";
}

/* line 2100, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brush-fill::before {
  content: "";
}

/* line 2101, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-brush::before {
  content: "";
}

/* line 2102, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bucket-fill::before {
  content: "";
}

/* line 2103, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bucket::before {
  content: "";
}

/* line 2104, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bug-fill::before {
  content: "";
}

/* line 2105, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bug::before {
  content: "";
}

/* line 2106, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-building::before {
  content: "";
}

/* line 2107, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bullseye::before {
  content: "";
}

/* line 2108, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calculator-fill::before {
  content: "";
}

/* line 2109, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calculator::before {
  content: "";
}

/* line 2110, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-check-fill::before {
  content: "";
}

/* line 2111, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-check::before {
  content: "";
}

/* line 2112, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-date-fill::before {
  content: "";
}

/* line 2113, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-date::before {
  content: "";
}

/* line 2114, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-day-fill::before {
  content: "";
}

/* line 2115, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-day::before {
  content: "";
}

/* line 2116, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-event-fill::before {
  content: "";
}

/* line 2117, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-event::before {
  content: "";
}

/* line 2118, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-fill::before {
  content: "";
}

/* line 2119, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-minus-fill::before {
  content: "";
}

/* line 2120, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-minus::before {
  content: "";
}

/* line 2121, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-month-fill::before {
  content: "";
}

/* line 2122, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-month::before {
  content: "";
}

/* line 2123, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-plus-fill::before {
  content: "";
}

/* line 2124, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-plus::before {
  content: "";
}

/* line 2125, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-range-fill::before {
  content: "";
}

/* line 2126, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-range::before {
  content: "";
}

/* line 2127, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-week-fill::before {
  content: "";
}

/* line 2128, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-week::before {
  content: "";
}

/* line 2129, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-x-fill::before {
  content: "";
}

/* line 2130, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-x::before {
  content: "";
}

/* line 2131, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar::before {
  content: "";
}

/* line 2132, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-check-fill::before {
  content: "";
}

/* line 2133, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-check::before {
  content: "";
}

/* line 2134, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-date-fill::before {
  content: "";
}

/* line 2135, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-date::before {
  content: "";
}

/* line 2136, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-day-fill::before {
  content: "";
}

/* line 2137, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-day::before {
  content: "";
}

/* line 2138, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-event-fill::before {
  content: "";
}

/* line 2139, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-event::before {
  content: "";
}

/* line 2140, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-fill::before {
  content: "";
}

/* line 2141, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-minus-fill::before {
  content: "";
}

/* line 2142, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-minus::before {
  content: "";
}

/* line 2143, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-month-fill::before {
  content: "";
}

/* line 2144, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-month::before {
  content: "";
}

/* line 2145, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-plus-fill::before {
  content: "";
}

/* line 2146, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-plus::before {
  content: "";
}

/* line 2147, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-range-fill::before {
  content: "";
}

/* line 2148, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-range::before {
  content: "";
}

/* line 2149, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-week-fill::before {
  content: "";
}

/* line 2150, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-week::before {
  content: "";
}

/* line 2151, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-x-fill::before {
  content: "";
}

/* line 2152, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-x::before {
  content: "";
}

/* line 2153, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2::before {
  content: "";
}

/* line 2154, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-event-fill::before {
  content: "";
}

/* line 2155, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-event::before {
  content: "";
}

/* line 2156, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-fill::before {
  content: "";
}

/* line 2157, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-range-fill::before {
  content: "";
}

/* line 2158, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-range::before {
  content: "";
}

/* line 2159, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-week-fill::before {
  content: "";
}

/* line 2160, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3-week::before {
  content: "";
}

/* line 2161, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar3::before {
  content: "";
}

/* line 2162, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-event::before {
  content: "";
}

/* line 2163, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-range::before {
  content: "";
}

/* line 2164, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4-week::before {
  content: "";
}

/* line 2165, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar4::before {
  content: "";
}

/* line 2166, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-fill::before {
  content: "";
}

/* line 2167, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-reels-fill::before {
  content: "";
}

/* line 2168, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-reels::before {
  content: "";
}

/* line 2169, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-fill::before {
  content: "";
}

/* line 2170, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-off-fill::before {
  content: "";
}

/* line 2171, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video-off::before {
  content: "";
}

/* line 2172, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera-video::before {
  content: "";
}

/* line 2173, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera::before {
  content: "";
}

/* line 2174, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-camera2::before {
  content: "";
}

/* line 2175, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capslock-fill::before {
  content: "";
}

/* line 2176, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capslock::before {
  content: "";
}

/* line 2177, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-checklist::before {
  content: "";
}

/* line 2178, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-heading::before {
  content: "";
}

/* line 2179, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-image::before {
  content: "";
}

/* line 2180, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-list::before {
  content: "";
}

/* line 2181, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-card-text::before {
  content: "";
}

/* line 2182, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-fill::before {
  content: "";
}

/* line 2183, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-square-fill::before {
  content: "";
}

/* line 2184, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down-square::before {
  content: "";
}

/* line 2185, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-down::before {
  content: "";
}

/* line 2186, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-fill::before {
  content: "";
}

/* line 2187, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-square-fill::before {
  content: "";
}

/* line 2188, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left-square::before {
  content: "";
}

/* line 2189, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-left::before {
  content: "";
}

/* line 2190, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-fill::before {
  content: "";
}

/* line 2191, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-square-fill::before {
  content: "";
}

/* line 2192, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right-square::before {
  content: "";
}

/* line 2193, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-right::before {
  content: "";
}

/* line 2194, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-fill::before {
  content: "";
}

/* line 2195, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-square-fill::before {
  content: "";
}

/* line 2196, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up-square::before {
  content: "";
}

/* line 2197, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-caret-up::before {
  content: "";
}

/* line 2198, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-check-fill::before {
  content: "";
}

/* line 2199, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-check::before {
  content: "";
}

/* line 2200, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-dash-fill::before {
  content: "";
}

/* line 2201, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-dash::before {
  content: "";
}

/* line 2202, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-fill::before {
  content: "";
}

/* line 2203, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-plus-fill::before {
  content: "";
}

/* line 2204, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-plus::before {
  content: "";
}

/* line 2205, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-x-fill::before {
  content: "";
}

/* line 2206, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart-x::before {
  content: "";
}

/* line 2207, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart::before {
  content: "";
}

/* line 2208, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart2::before {
  content: "";
}

/* line 2209, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart3::before {
  content: "";
}

/* line 2210, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cart4::before {
  content: "";
}

/* line 2211, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash-stack::before {
  content: "";
}

/* line 2212, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash::before {
  content: "";
}

/* line 2213, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cast::before {
  content: "";
}

/* line 2214, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-dots-fill::before {
  content: "";
}

/* line 2215, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-dots::before {
  content: "";
}

/* line 2216, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-fill::before {
  content: "";
}

/* line 2217, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-dots-fill::before {
  content: "";
}

/* line 2218, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-dots::before {
  content: "";
}

/* line 2219, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-fill::before {
  content: "";
}

/* line 2220, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-quote-fill::before {
  content: "";
}

/* line 2221, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-quote::before {
  content: "";
}

/* line 2222, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-text-fill::before {
  content: "";
}

/* line 2223, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-text::before {
  content: "";
}

/* line 2224, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left::before {
  content: "";
}

/* line 2225, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-quote-fill::before {
  content: "";
}

/* line 2226, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-quote::before {
  content: "";
}

/* line 2227, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-dots-fill::before {
  content: "";
}

/* line 2228, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-dots::before {
  content: "";
}

/* line 2229, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-fill::before {
  content: "";
}

/* line 2230, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-quote-fill::before {
  content: "";
}

/* line 2231, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-quote::before {
  content: "";
}

/* line 2232, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-text-fill::before {
  content: "";
}

/* line 2233, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-text::before {
  content: "";
}

/* line 2234, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right::before {
  content: "";
}

/* line 2235, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-dots-fill::before {
  content: "";
}

/* line 2236, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-dots::before {
  content: "";
}

/* line 2237, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-fill::before {
  content: "";
}

/* line 2238, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-quote-fill::before {
  content: "";
}

/* line 2239, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-quote::before {
  content: "";
}

/* line 2240, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-text-fill::before {
  content: "";
}

/* line 2241, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-text::before {
  content: "";
}

/* line 2242, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square::before {
  content: "";
}

/* line 2243, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-text-fill::before {
  content: "";
}

/* line 2244, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-text::before {
  content: "";
}

/* line 2245, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat::before {
  content: "";
}

/* line 2246, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-all::before {
  content: "";
}

/* line 2247, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-circle-fill::before {
  content: "";
}

/* line 2248, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-circle::before {
  content: "";
}

/* line 2249, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-square-fill::before {
  content: "";
}

/* line 2250, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-square::before {
  content: "";
}

/* line 2251, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check::before {
  content: "";
}

/* line 2252, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-all::before {
  content: "";
}

/* line 2253, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-circle::before {
  content: "";
}

/* line 2254, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2-square::before {
  content: "";
}

/* line 2255, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check2::before {
  content: "";
}

/* line 2256, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-contract::before {
  content: "";
}

/* line 2257, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-down::before {
  content: "";
}

/* line 2258, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-expand::before {
  content: "";
}

/* line 2259, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-left::before {
  content: "";
}

/* line 2260, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-right::before {
  content: "";
}

/* line 2261, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-bar-up::before {
  content: "";
}

/* line 2262, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-down::before {
  content: "";
}

/* line 2263, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-left::before {
  content: "";
}

/* line 2264, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-right::before {
  content: "";
}

/* line 2265, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-compact-up::before {
  content: "";
}

/* line 2266, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-contract::before {
  content: "";
}

/* line 2267, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-down::before {
  content: "";
}

/* line 2268, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-left::before {
  content: "";
}

/* line 2269, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-right::before {
  content: "";
}

/* line 2270, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-double-up::before {
  content: "";
}

/* line 2271, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-down::before {
  content: "";
}

/* line 2272, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-expand::before {
  content: "";
}

/* line 2273, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-left::before {
  content: "";
}

/* line 2274, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-right::before {
  content: "";
}

/* line 2275, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chevron-up::before {
  content: "";
}

/* line 2276, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-fill::before {
  content: "";
}

/* line 2277, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-half::before {
  content: "";
}

/* line 2278, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle-square::before {
  content: "";
}

/* line 2279, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-circle::before {
  content: "";
}

/* line 2280, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-check::before {
  content: "";
}

/* line 2281, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-data::before {
  content: "";
}

/* line 2282, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-minus::before {
  content: "";
}

/* line 2283, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-plus::before {
  content: "";
}

/* line 2284, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-x::before {
  content: "";
}

/* line 2285, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard::before {
  content: "";
}

/* line 2286, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock-fill::before {
  content: "";
}

/* line 2287, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock-history::before {
  content: "";
}

/* line 2288, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clock::before {
  content: "";
}

/* line 2289, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-down-fill::before {
  content: "";
}

/* line 2290, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-down::before {
  content: "";
}

/* line 2291, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-up-fill::before {
  content: "";
}

/* line 2292, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-arrow-up::before {
  content: "";
}

/* line 2293, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-check-fill::before {
  content: "";
}

/* line 2294, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-check::before {
  content: "";
}

/* line 2295, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-download-fill::before {
  content: "";
}

/* line 2296, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-download::before {
  content: "";
}

/* line 2297, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-drizzle-fill::before {
  content: "";
}

/* line 2298, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-drizzle::before {
  content: "";
}

/* line 2299, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fill::before {
  content: "";
}

/* line 2300, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog-fill::before {
  content: "";
}

/* line 2301, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog::before {
  content: "";
}

/* line 2302, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog2-fill::before {
  content: "";
}

/* line 2303, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-fog2::before {
  content: "";
}

/* line 2304, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-hail-fill::before {
  content: "";
}

/* line 2305, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-hail::before {
  content: "";
}

/* line 2306, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze-1::before {
  content: "";
}

/* line 2307, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze-fill::before {
  content: "";
}

/* line 2308, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze::before {
  content: "";
}

/* line 2309, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze2-fill::before {
  content: "";
}

/* line 2310, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-fill::before {
  content: "";
}

/* line 2311, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-rain-fill::before {
  content: "";
}

/* line 2312, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning-rain::before {
  content: "";
}

/* line 2313, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-lightning::before {
  content: "";
}

/* line 2314, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-minus-fill::before {
  content: "";
}

/* line 2315, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-minus::before {
  content: "";
}

/* line 2316, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-moon-fill::before {
  content: "";
}

/* line 2317, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-moon::before {
  content: "";
}

/* line 2318, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-plus-fill::before {
  content: "";
}

/* line 2319, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-plus::before {
  content: "";
}

/* line 2320, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-fill::before {
  content: "";
}

/* line 2321, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-heavy-fill::before {
  content: "";
}

/* line 2322, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain-heavy::before {
  content: "";
}

/* line 2323, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-rain::before {
  content: "";
}

/* line 2324, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-slash-fill::before {
  content: "";
}

/* line 2325, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-slash::before {
  content: "";
}

/* line 2326, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sleet-fill::before {
  content: "";
}

/* line 2327, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sleet::before {
  content: "";
}

/* line 2328, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-snow-fill::before {
  content: "";
}

/* line 2329, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-snow::before {
  content: "";
}

/* line 2330, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sun-fill::before {
  content: "";
}

/* line 2331, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-sun::before {
  content: "";
}

/* line 2332, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-upload-fill::before {
  content: "";
}

/* line 2333, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-upload::before {
  content: "";
}

/* line 2334, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud::before {
  content: "";
}

/* line 2335, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clouds-fill::before {
  content: "";
}

/* line 2336, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clouds::before {
  content: "";
}

/* line 2337, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloudy-fill::before {
  content: "";
}

/* line 2338, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloudy::before {
  content: "";
}

/* line 2339, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code-slash::before {
  content: "";
}

/* line 2340, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code-square::before {
  content: "";
}

/* line 2341, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-code::before {
  content: "";
}

/* line 2342, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-fill::before {
  content: "";
}

/* line 2343, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-play-fill::before {
  content: "";
}

/* line 2344, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection-play::before {
  content: "";
}

/* line 2345, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-collection::before {
  content: "";
}

/* line 2346, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-columns-gap::before {
  content: "";
}

/* line 2347, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-columns::before {
  content: "";
}

/* line 2348, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-command::before {
  content: "";
}

/* line 2349, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-compass-fill::before {
  content: "";
}

/* line 2350, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-compass::before {
  content: "";
}

/* line 2351, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cone-striped::before {
  content: "";
}

/* line 2352, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cone::before {
  content: "";
}

/* line 2353, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-controller::before {
  content: "";
}

/* line 2354, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cpu-fill::before {
  content: "";
}

/* line 2355, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cpu::before {
  content: "";
}

/* line 2356, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-back-fill::before {
  content: "";
}

/* line 2357, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-back::before {
  content: "";
}

/* line 2358, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-front-fill::before {
  content: "";
}

/* line 2359, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-2-front::before {
  content: "";
}

/* line 2360, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card-fill::before {
  content: "";
}

/* line 2361, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-credit-card::before {
  content: "";
}

/* line 2362, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-crop::before {
  content: "";
}

/* line 2363, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-fill::before {
  content: "";
}

/* line 2364, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-straw::before {
  content: "";
}

/* line 2365, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup::before {
  content: "";
}

/* line 2366, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor-fill::before {
  content: "";
}

/* line 2367, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor-text::before {
  content: "";
}

/* line 2368, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cursor::before {
  content: "";
}

/* line 2369, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle-dotted::before {
  content: "";
}

/* line 2370, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle-fill::before {
  content: "";
}

/* line 2371, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-circle::before {
  content: "";
}

/* line 2372, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square-dotted::before {
  content: "";
}

/* line 2373, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square-fill::before {
  content: "";
}

/* line 2374, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-square::before {
  content: "";
}

/* line 2375, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash::before {
  content: "";
}

/* line 2376, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-2-fill::before {
  content: "";
}

/* line 2377, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-2::before {
  content: "";
}

/* line 2378, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-3-fill::before {
  content: "";
}

/* line 2379, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diagram-3::before {
  content: "";
}

/* line 2380, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond-fill::before {
  content: "";
}

/* line 2381, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond-half::before {
  content: "";
}

/* line 2382, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-diamond::before {
  content: "";
}

/* line 2383, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-1-fill::before {
  content: "";
}

/* line 2384, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-1::before {
  content: "";
}

/* line 2385, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-2-fill::before {
  content: "";
}

/* line 2386, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-2::before {
  content: "";
}

/* line 2387, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-3-fill::before {
  content: "";
}

/* line 2388, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-3::before {
  content: "";
}

/* line 2389, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-4-fill::before {
  content: "";
}

/* line 2390, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-4::before {
  content: "";
}

/* line 2391, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-5-fill::before {
  content: "";
}

/* line 2392, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-5::before {
  content: "";
}

/* line 2393, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-6-fill::before {
  content: "";
}

/* line 2394, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dice-6::before {
  content: "";
}

/* line 2395, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-disc-fill::before {
  content: "";
}

/* line 2396, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-disc::before {
  content: "";
}

/* line 2397, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-discord::before {
  content: "";
}

/* line 2398, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-display-fill::before {
  content: "";
}

/* line 2399, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-display::before {
  content: "";
}

/* line 2400, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-distribute-horizontal::before {
  content: "";
}

/* line 2401, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-distribute-vertical::before {
  content: "";
}

/* line 2402, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-closed-fill::before {
  content: "";
}

/* line 2403, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-closed::before {
  content: "";
}

/* line 2404, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-open-fill::before {
  content: "";
}

/* line 2405, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-door-open::before {
  content: "";
}

/* line 2406, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dot::before {
  content: "";
}

/* line 2407, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-download::before {
  content: "";
}

/* line 2408, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet-fill::before {
  content: "";
}

/* line 2409, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet-half::before {
  content: "";
}

/* line 2410, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-droplet::before {
  content: "";
}

/* line 2411, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-earbuds::before {
  content: "";
}

/* line 2412, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel-fill::before {
  content: "";
}

/* line 2413, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel::before {
  content: "";
}

/* line 2414, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg-fill::before {
  content: "";
}

/* line 2415, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg-fried::before {
  content: "";
}

/* line 2416, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-egg::before {
  content: "";
}

/* line 2417, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eject-fill::before {
  content: "";
}

/* line 2418, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eject::before {
  content: "";
}

/* line 2419, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-angry-fill::before {
  content: "";
}

/* line 2420, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-angry::before {
  content: "";
}

/* line 2421, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-dizzy-fill::before {
  content: "";
}

/* line 2422, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-dizzy::before {
  content: "";
}

/* line 2423, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-expressionless-fill::before {
  content: "";
}

/* line 2424, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-expressionless::before {
  content: "";
}

/* line 2425, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-frown-fill::before {
  content: "";
}

/* line 2426, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-frown::before {
  content: "";
}

/* line 2427, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-heart-eyes-fill::before {
  content: "";
}

/* line 2428, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-heart-eyes::before {
  content: "";
}

/* line 2429, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-laughing-fill::before {
  content: "";
}

/* line 2430, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-laughing::before {
  content: "";
}

/* line 2431, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-neutral-fill::before {
  content: "";
}

/* line 2432, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-neutral::before {
  content: "";
}

/* line 2433, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-fill::before {
  content: "";
}

/* line 2434, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-upside-down-fill::before {
  content: "";
}

/* line 2435, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile-upside-down::before {
  content: "";
}

/* line 2436, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-smile::before {
  content: "";
}

/* line 2437, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-sunglasses-fill::before {
  content: "";
}

/* line 2438, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-sunglasses::before {
  content: "";
}

/* line 2439, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-wink-fill::before {
  content: "";
}

/* line 2440, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-wink::before {
  content: "";
}

/* line 2441, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-fill::before {
  content: "";
}

/* line 2442, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-fill::before {
  content: "";
}

/* line 2443, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open::before {
  content: "";
}

/* line 2444, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope::before {
  content: "";
}

/* line 2445, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eraser-fill::before {
  content: "";
}

/* line 2446, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eraser::before {
  content: "";
}

/* line 2447, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-circle-fill::before {
  content: "";
}

/* line 2448, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-circle::before {
  content: "";
}

/* line 2449, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-diamond-fill::before {
  content: "";
}

/* line 2450, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-diamond::before {
  content: "";
}

/* line 2451, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-octagon-fill::before {
  content: "";
}

/* line 2452, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-octagon::before {
  content: "";
}

/* line 2453, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-square-fill::before {
  content: "";
}

/* line 2454, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-square::before {
  content: "";
}

/* line 2455, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-triangle-fill::before {
  content: "";
}

/* line 2456, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-triangle::before {
  content: "";
}

/* line 2457, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation::before {
  content: "";
}

/* line 2458, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclude::before {
  content: "";
}

/* line 2459, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-fill::before {
  content: "";
}

/* line 2460, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-slash-fill::before {
  content: "";
}

/* line 2461, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye-slash::before {
  content: "";
}

/* line 2462, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eye::before {
  content: "";
}

/* line 2463, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eyedropper::before {
  content: "";
}

/* line 2464, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-eyeglasses::before {
  content: "";
}

/* line 2465, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-facebook::before {
  content: "";
}

/* line 2466, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-down-fill::before {
  content: "";
}

/* line 2467, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-down::before {
  content: "";
}

/* line 2468, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-up-fill::before {
  content: "";
}

/* line 2469, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-arrow-up::before {
  content: "";
}

/* line 2470, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-bar-graph-fill::before {
  content: "";
}

/* line 2471, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-bar-graph::before {
  content: "";
}

/* line 2472, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-binary-fill::before {
  content: "";
}

/* line 2473, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-binary::before {
  content: "";
}

/* line 2474, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-break-fill::before {
  content: "";
}

/* line 2475, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-break::before {
  content: "";
}

/* line 2476, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-check-fill::before {
  content: "";
}

/* line 2477, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-check::before {
  content: "";
}

/* line 2478, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-code-fill::before {
  content: "";
}

/* line 2479, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-code::before {
  content: "";
}

/* line 2480, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-diff-fill::before {
  content: "";
}

/* line 2481, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-diff::before {
  content: "";
}

/* line 2482, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-down-fill::before {
  content: "";
}

/* line 2483, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-down::before {
  content: "";
}

/* line 2484, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-up-fill::before {
  content: "";
}

/* line 2485, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-arrow-up::before {
  content: "";
}

/* line 2486, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-bar-graph-fill::before {
  content: "";
}

/* line 2487, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-bar-graph::before {
  content: "";
}

/* line 2488, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-binary-fill::before {
  content: "";
}

/* line 2489, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-binary::before {
  content: "";
}

/* line 2490, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-break-fill::before {
  content: "";
}

/* line 2491, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-break::before {
  content: "";
}

/* line 2492, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-check-fill::before {
  content: "";
}

/* line 2493, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-check::before {
  content: "";
}

/* line 2494, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-code-fill::before {
  content: "";
}

/* line 2495, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-code::before {
  content: "";
}

/* line 2496, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-diff-fill::before {
  content: "";
}

/* line 2497, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-diff::before {
  content: "";
}

/* line 2498, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-easel-fill::before {
  content: "";
}

/* line 2499, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-easel::before {
  content: "";
}

/* line 2500, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-excel-fill::before {
  content: "";
}

/* line 2501, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-excel::before {
  content: "";
}

/* line 2502, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-fill::before {
  content: "";
}

/* line 2503, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-font-fill::before {
  content: "";
}

/* line 2504, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-font::before {
  content: "";
}

/* line 2505, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-image-fill::before {
  content: "";
}

/* line 2506, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-image::before {
  content: "";
}

/* line 2507, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock-fill::before {
  content: "";
}

/* line 2508, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock::before {
  content: "";
}

/* line 2509, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock2-fill::before {
  content: "";
}

/* line 2510, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-lock2::before {
  content: "";
}

/* line 2511, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-medical-fill::before {
  content: "";
}

/* line 2512, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-medical::before {
  content: "";
}

/* line 2513, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-minus-fill::before {
  content: "";
}

/* line 2514, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-minus::before {
  content: "";
}

/* line 2515, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-music-fill::before {
  content: "";
}

/* line 2516, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-music::before {
  content: "";
}

/* line 2517, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-person-fill::before {
  content: "";
}

/* line 2518, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-person::before {
  content: "";
}

/* line 2519, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-play-fill::before {
  content: "";
}

/* line 2520, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-play::before {
  content: "";
}

/* line 2521, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-plus-fill::before {
  content: "";
}

/* line 2522, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-plus::before {
  content: "";
}

/* line 2523, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-post-fill::before {
  content: "";
}

/* line 2524, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-post::before {
  content: "";
}

/* line 2525, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ppt-fill::before {
  content: "";
}

/* line 2526, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ppt::before {
  content: "";
}

/* line 2527, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-richtext-fill::before {
  content: "";
}

/* line 2528, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-richtext::before {
  content: "";
}

/* line 2529, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ruled-fill::before {
  content: "";
}

/* line 2530, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-ruled::before {
  content: "";
}

/* line 2531, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-slides-fill::before {
  content: "";
}

/* line 2532, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-slides::before {
  content: "";
}

/* line 2533, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet-fill::before {
  content: "";
}

/* line 2534, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-spreadsheet::before {
  content: "";
}

/* line 2535, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-text-fill::before {
  content: "";
}

/* line 2536, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-text::before {
  content: "";
}

/* line 2537, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-word-fill::before {
  content: "";
}

/* line 2538, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-word::before {
  content: "";
}

/* line 2539, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-x-fill::before {
  content: "";
}

/* line 2540, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-x::before {
  content: "";
}

/* line 2541, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-zip-fill::before {
  content: "";
}

/* line 2542, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-zip::before {
  content: "";
}

/* line 2543, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark::before {
  content: "";
}

/* line 2544, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-easel-fill::before {
  content: "";
}

/* line 2545, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-easel::before {
  content: "";
}

/* line 2546, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-excel-fill::before {
  content: "";
}

/* line 2547, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-excel::before {
  content: "";
}

/* line 2548, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-fill::before {
  content: "";
}

/* line 2549, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-font-fill::before {
  content: "";
}

/* line 2550, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-font::before {
  content: "";
}

/* line 2551, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-image-fill::before {
  content: "";
}

/* line 2552, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-image::before {
  content: "";
}

/* line 2553, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock-fill::before {
  content: "";
}

/* line 2554, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock::before {
  content: "";
}

/* line 2555, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock2-fill::before {
  content: "";
}

/* line 2556, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-lock2::before {
  content: "";
}

/* line 2557, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-medical-fill::before {
  content: "";
}

/* line 2558, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-medical::before {
  content: "";
}

/* line 2559, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-minus-fill::before {
  content: "";
}

/* line 2560, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-minus::before {
  content: "";
}

/* line 2561, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-music-fill::before {
  content: "";
}

/* line 2562, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-music::before {
  content: "";
}

/* line 2563, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-person-fill::before {
  content: "";
}

/* line 2564, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-person::before {
  content: "";
}

/* line 2565, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-play-fill::before {
  content: "";
}

/* line 2566, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-play::before {
  content: "";
}

/* line 2567, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-plus-fill::before {
  content: "";
}

/* line 2568, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-plus::before {
  content: "";
}

/* line 2569, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-post-fill::before {
  content: "";
}

/* line 2570, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-post::before {
  content: "";
}

/* line 2571, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ppt-fill::before {
  content: "";
}

/* line 2572, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ppt::before {
  content: "";
}

/* line 2573, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-richtext-fill::before {
  content: "";
}

/* line 2574, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-richtext::before {
  content: "";
}

/* line 2575, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ruled-fill::before {
  content: "";
}

/* line 2576, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-ruled::before {
  content: "";
}

/* line 2577, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-slides-fill::before {
  content: "";
}

/* line 2578, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-slides::before {
  content: "";
}

/* line 2579, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-spreadsheet-fill::before {
  content: "";
}

/* line 2580, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-spreadsheet::before {
  content: "";
}

/* line 2581, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-text-fill::before {
  content: "";
}

/* line 2582, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-text::before {
  content: "";
}

/* line 2583, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-word-fill::before {
  content: "";
}

/* line 2584, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-word::before {
  content: "";
}

/* line 2585, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-x-fill::before {
  content: "";
}

/* line 2586, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-x::before {
  content: "";
}

/* line 2587, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-zip-fill::before {
  content: "";
}

/* line 2588, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-zip::before {
  content: "";
}

/* line 2589, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file::before {
  content: "";
}

/* line 2590, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-files-alt::before {
  content: "";
}

/* line 2591, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-files::before {
  content: "";
}

/* line 2592, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-film::before {
  content: "";
}

/* line 2593, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-circle-fill::before {
  content: "";
}

/* line 2594, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-circle::before {
  content: "";
}

/* line 2595, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-left::before {
  content: "";
}

/* line 2596, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-right::before {
  content: "";
}

/* line 2597, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-square-fill::before {
  content: "";
}

/* line 2598, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter-square::before {
  content: "";
}

/* line 2599, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filter::before {
  content: "";
}

/* line 2600, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flag-fill::before {
  content: "";
}

/* line 2601, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flag::before {
  content: "";
}

/* line 2602, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower1::before {
  content: "";
}

/* line 2603, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower2::before {
  content: "";
}

/* line 2604, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-flower3::before {
  content: "";
}

/* line 2605, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-check::before {
  content: "";
}

/* line 2606, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-fill::before {
  content: "";
}

/* line 2607, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-minus::before {
  content: "";
}

/* line 2608, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-plus::before {
  content: "";
}

/* line 2609, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-symlink-fill::before {
  content: "";
}

/* line 2610, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-symlink::before {
  content: "";
}

/* line 2611, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder-x::before {
  content: "";
}

/* line 2612, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder::before {
  content: "";
}

/* line 2613, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder2-open::before {
  content: "";
}

/* line 2614, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-folder2::before {
  content: "";
}

/* line 2615, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fonts::before {
  content: "";
}

/* line 2616, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-forward-fill::before {
  content: "";
}

/* line 2617, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-forward::before {
  content: "";
}

/* line 2618, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-front::before {
  content: "";
}

/* line 2619, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fullscreen-exit::before {
  content: "";
}

/* line 2620, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fullscreen::before {
  content: "";
}

/* line 2621, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-funnel-fill::before {
  content: "";
}

/* line 2622, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-funnel::before {
  content: "";
}

/* line 2623, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-fill::before {
  content: "";
}

/* line 2624, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-wide-connected::before {
  content: "";
}

/* line 2625, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear-wide::before {
  content: "";
}

/* line 2626, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gear::before {
  content: "";
}

/* line 2627, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gem::before {
  content: "";
}

/* line 2628, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-alt-fill::before {
  content: "";
}

/* line 2629, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-alt::before {
  content: "";
}

/* line 2630, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo-fill::before {
  content: "";
}

/* line 2631, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-geo::before {
  content: "";
}

/* line 2632, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gift-fill::before {
  content: "";
}

/* line 2633, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gift::before {
  content: "";
}

/* line 2634, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-github::before {
  content: "";
}

/* line 2635, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe::before {
  content: "";
}

/* line 2636, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-globe2::before {
  content: "";
}

/* line 2637, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-google::before {
  content: "";
}

/* line 2638, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-down::before {
  content: "";
}

/* line 2639, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-up::before {
  content: "";
}

/* line 2640, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-1x2-fill::before {
  content: "";
}

/* line 2641, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-1x2::before {
  content: "";
}

/* line 2642, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2-gap-fill::before {
  content: "";
}

/* line 2643, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2-gap::before {
  content: "";
}

/* line 2644, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x2::before {
  content: "";
}

/* line 2645, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3-gap-fill::before {
  content: "";
}

/* line 2646, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3-gap::before {
  content: "";
}

/* line 2647, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-3x3::before {
  content: "";
}

/* line 2648, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid-fill::before {
  content: "";
}

/* line 2649, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grid::before {
  content: "";
}

/* line 2650, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grip-horizontal::before {
  content: "";
}

/* line 2651, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-grip-vertical::before {
  content: "";
}

/* line 2652, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hammer::before {
  content: "";
}

/* line 2653, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-fill::before {
  content: "";
}

/* line 2654, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-thumb-fill::before {
  content: "";
}

/* line 2655, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index-thumb::before {
  content: "";
}

/* line 2656, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-index::before {
  content: "";
}

/* line 2657, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-down-fill::before {
  content: "";
}

/* line 2658, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-down::before {
  content: "";
}

/* line 2659, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-up-fill::before {
  content: "";
}

/* line 2660, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hand-thumbs-up::before {
  content: "";
}

/* line 2661, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-handbag-fill::before {
  content: "";
}

/* line 2662, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-handbag::before {
  content: "";
}

/* line 2663, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hash::before {
  content: "";
}

/* line 2664, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-fill::before {
  content: "";
}

/* line 2665, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-network-fill::before {
  content: "";
}

/* line 2666, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-network::before {
  content: "";
}

/* line 2667, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-rack-fill::before {
  content: "";
}

/* line 2668, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-rack::before {
  content: "";
}

/* line 2669, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-stack-fill::before {
  content: "";
}

/* line 2670, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd-stack::before {
  content: "";
}

/* line 2671, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdd::before {
  content: "";
}

/* line 2672, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headphones::before {
  content: "";
}

/* line 2673, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headset::before {
  content: "";
}

/* line 2674, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-fill::before {
  content: "";
}

/* line 2675, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-half::before {
  content: "";
}

/* line 2676, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart::before {
  content: "";
}

/* line 2677, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon-fill::before {
  content: "";
}

/* line 2678, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon-half::before {
  content: "";
}

/* line 2679, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heptagon::before {
  content: "";
}

/* line 2680, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon-fill::before {
  content: "";
}

/* line 2681, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon-half::before {
  content: "";
}

/* line 2682, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hexagon::before {
  content: "";
}

/* line 2683, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-bottom::before {
  content: "";
}

/* line 2684, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-split::before {
  content: "";
}

/* line 2685, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass-top::before {
  content: "";
}

/* line 2686, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hourglass::before {
  content: "";
}

/* line 2687, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-door-fill::before {
  content: "";
}

/* line 2688, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-door::before {
  content: "";
}

/* line 2689, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-fill::before {
  content: "";
}

/* line 2690, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house::before {
  content: "";
}

/* line 2691, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hr::before {
  content: "";
}

/* line 2692, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hurricane::before {
  content: "";
}

/* line 2693, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image-alt::before {
  content: "";
}

/* line 2694, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image-fill::before {
  content: "";
}

/* line 2695, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-image::before {
  content: "";
}

/* line 2696, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-images::before {
  content: "";
}

/* line 2697, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inbox-fill::before {
  content: "";
}

/* line 2698, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inbox::before {
  content: "";
}

/* line 2699, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inboxes-fill::before {
  content: "";
}

/* line 2700, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-inboxes::before {
  content: "";
}

/* line 2701, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-circle-fill::before {
  content: "";
}

/* line 2702, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-circle::before {
  content: "";
}

/* line 2703, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-square-fill::before {
  content: "";
}

/* line 2704, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-square::before {
  content: "";
}

/* line 2705, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info::before {
  content: "";
}

/* line 2706, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-input-cursor-text::before {
  content: "";
}

/* line 2707, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-input-cursor::before {
  content: "";
}

/* line 2708, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-instagram::before {
  content: "";
}

/* line 2709, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-intersect::before {
  content: "";
}

/* line 2710, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-album::before {
  content: "";
}

/* line 2711, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-arrow-down::before {
  content: "";
}

/* line 2712, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-arrow-up::before {
  content: "";
}

/* line 2713, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-bookmark-fill::before {
  content: "";
}

/* line 2714, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-bookmark::before {
  content: "";
}

/* line 2715, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-check::before {
  content: "";
}

/* line 2716, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-code::before {
  content: "";
}

/* line 2717, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-medical::before {
  content: "";
}

/* line 2718, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-minus::before {
  content: "";
}

/* line 2719, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-plus::before {
  content: "";
}

/* line 2720, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-richtext::before {
  content: "";
}

/* line 2721, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-text::before {
  content: "";
}

/* line 2722, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal-x::before {
  content: "";
}

/* line 2723, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journal::before {
  content: "";
}

/* line 2724, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-journals::before {
  content: "";
}

/* line 2725, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-joystick::before {
  content: "";
}

/* line 2726, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify-left::before {
  content: "";
}

/* line 2727, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify-right::before {
  content: "";
}

/* line 2728, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-justify::before {
  content: "";
}

/* line 2729, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-kanban-fill::before {
  content: "";
}

/* line 2730, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-kanban::before {
  content: "";
}

/* line 2731, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-key-fill::before {
  content: "";
}

/* line 2732, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-key::before {
  content: "";
}

/* line 2733, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-keyboard-fill::before {
  content: "";
}

/* line 2734, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-keyboard::before {
  content: "";
}

/* line 2735, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ladder::before {
  content: "";
}

/* line 2736, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lamp-fill::before {
  content: "";
}

/* line 2737, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lamp::before {
  content: "";
}

/* line 2738, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-laptop-fill::before {
  content: "";
}

/* line 2739, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-laptop::before {
  content: "";
}

/* line 2740, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layer-backward::before {
  content: "";
}

/* line 2741, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layer-forward::before {
  content: "";
}

/* line 2742, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers-fill::before {
  content: "";
}

/* line 2743, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers-half::before {
  content: "";
}

/* line 2744, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layers::before {
  content: "";
}

/* line 2745, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-inset-reverse::before {
  content: "";
}

/* line 2746, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-inset::before {
  content: "";
}

/* line 2747, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar-reverse::before {
  content: "";
}

/* line 2748, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-sidebar::before {
  content: "";
}

/* line 2749, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-split::before {
  content: "";
}

/* line 2750, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-sidebar-reverse::before {
  content: "";
}

/* line 2751, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-sidebar::before {
  content: "";
}

/* line 2752, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-window-reverse::before {
  content: "";
}

/* line 2753, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-text-window::before {
  content: "";
}

/* line 2754, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-three-columns::before {
  content: "";
}

/* line 2755, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-layout-wtf::before {
  content: "";
}

/* line 2756, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-life-preserver::before {
  content: "";
}

/* line 2757, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-fill::before {
  content: "";
}

/* line 2758, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-off-fill::before {
  content: "";
}

/* line 2759, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb-off::before {
  content: "";
}

/* line 2760, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightbulb::before {
  content: "";
}

/* line 2761, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-charge-fill::before {
  content: "";
}

/* line 2762, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-charge::before {
  content: "";
}

/* line 2763, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning-fill::before {
  content: "";
}

/* line 2764, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lightning::before {
  content: "";
}

/* line 2765, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-link-45deg::before {
  content: "";
}

/* line 2766, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-link::before {
  content: "";
}

/* line 2767, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-linkedin::before {
  content: "";
}

/* line 2768, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-check::before {
  content: "";
}

/* line 2769, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-nested::before {
  content: "";
}

/* line 2770, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-ol::before {
  content: "";
}

/* line 2771, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-stars::before {
  content: "";
}

/* line 2772, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-task::before {
  content: "";
}

/* line 2773, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-ul::before {
  content: "";
}

/* line 2774, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list::before {
  content: "";
}

/* line 2775, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lock-fill::before {
  content: "";
}

/* line 2776, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lock::before {
  content: "";
}

/* line 2777, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox::before {
  content: "";
}

/* line 2778, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mailbox2::before {
  content: "";
}

/* line 2779, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-map-fill::before {
  content: "";
}

/* line 2780, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-map::before {
  content: "";
}

/* line 2781, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-markdown-fill::before {
  content: "";
}

/* line 2782, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-markdown::before {
  content: "";
}

/* line 2783, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mask::before {
  content: "";
}

/* line 2784, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-megaphone-fill::before {
  content: "";
}

/* line 2785, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-megaphone::before {
  content: "";
}

/* line 2786, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-app-fill::before {
  content: "";
}

/* line 2787, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-app::before {
  content: "";
}

/* line 2788, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-fill::before {
  content: "";
}

/* line 2789, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-wide-fill::before {
  content: "";
}

/* line 2790, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button-wide::before {
  content: "";
}

/* line 2791, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-button::before {
  content: "";
}

/* line 2792, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-down::before {
  content: "";
}

/* line 2793, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-menu-up::before {
  content: "";
}

/* line 2794, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-fill::before {
  content: "";
}

/* line 2795, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-mute-fill::before {
  content: "";
}

/* line 2796, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic-mute::before {
  content: "";
}

/* line 2797, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mic::before {
  content: "";
}

/* line 2798, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-minecart-loaded::before {
  content: "";
}

/* line 2799, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-minecart::before {
  content: "";
}

/* line 2800, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moisture::before {
  content: "";
}

/* line 2801, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-fill::before {
  content: "";
}

/* line 2802, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-stars-fill::before {
  content: "";
}

/* line 2803, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon-stars::before {
  content: "";
}

/* line 2804, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-moon::before {
  content: "";
}

/* line 2805, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse-fill::before {
  content: "";
}

/* line 2806, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse::before {
  content: "";
}

/* line 2807, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse2-fill::before {
  content: "";
}

/* line 2808, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse2::before {
  content: "";
}

/* line 2809, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse3-fill::before {
  content: "";
}

/* line 2810, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mouse3::before {
  content: "";
}

/* line 2811, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note-beamed::before {
  content: "";
}

/* line 2812, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note-list::before {
  content: "";
}

/* line 2813, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-note::before {
  content: "";
}

/* line 2814, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-player-fill::before {
  content: "";
}

/* line 2815, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-music-player::before {
  content: "";
}

/* line 2816, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-newspaper::before {
  content: "";
}

/* line 2817, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-minus-fill::before {
  content: "";
}

/* line 2818, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-minus::before {
  content: "";
}

/* line 2819, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-plus-fill::before {
  content: "";
}

/* line 2820, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-node-plus::before {
  content: "";
}

/* line 2821, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nut-fill::before {
  content: "";
}

/* line 2822, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nut::before {
  content: "";
}

/* line 2823, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon-fill::before {
  content: "";
}

/* line 2824, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon-half::before {
  content: "";
}

/* line 2825, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-octagon::before {
  content: "";
}

/* line 2826, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-option::before {
  content: "";
}

/* line 2827, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-outlet::before {
  content: "";
}

/* line 2828, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paint-bucket::before {
  content: "";
}

/* line 2829, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette-fill::before {
  content: "";
}

/* line 2830, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette::before {
  content: "";
}

/* line 2831, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-palette2::before {
  content: "";
}

/* line 2832, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paperclip::before {
  content: "";
}

/* line 2833, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paragraph::before {
  content: "";
}

/* line 2834, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-check-fill::before {
  content: "";
}

/* line 2835, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-check::before {
  content: "";
}

/* line 2836, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-exclamation-fill::before {
  content: "";
}

/* line 2837, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-exclamation::before {
  content: "";
}

/* line 2838, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-minus-fill::before {
  content: "";
}

/* line 2839, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-minus::before {
  content: "";
}

/* line 2840, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-plus-fill::before {
  content: "";
}

/* line 2841, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-plus::before {
  content: "";
}

/* line 2842, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-question-fill::before {
  content: "";
}

/* line 2843, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-patch-question::before {
  content: "";
}

/* line 2844, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-btn-fill::before {
  content: "";
}

/* line 2845, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-btn::before {
  content: "";
}

/* line 2846, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-circle-fill::before {
  content: "";
}

/* line 2847, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-circle::before {
  content: "";
}

/* line 2848, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause-fill::before {
  content: "";
}

/* line 2849, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pause::before {
  content: "";
}

/* line 2850, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-peace-fill::before {
  content: "";
}

/* line 2851, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-peace::before {
  content: "";
}

/* line 2852, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pen-fill::before {
  content: "";
}

/* line 2853, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pen::before {
  content: "";
}

/* line 2854, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil-fill::before {
  content: "";
}

/* line 2855, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil-square::before {
  content: "";
}

/* line 2856, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pencil::before {
  content: "";
}

/* line 2857, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon-fill::before {
  content: "";
}

/* line 2858, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon-half::before {
  content: "";
}

/* line 2859, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pentagon::before {
  content: "";
}

/* line 2860, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-people-fill::before {
  content: "";
}

/* line 2861, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-people::before {
  content: "";
}

/* line 2862, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-percent::before {
  content: "";
}

/* line 2863, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-badge-fill::before {
  content: "";
}

/* line 2864, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-badge::before {
  content: "";
}

/* line 2865, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-bounding-box::before {
  content: "";
}

/* line 2866, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-check-fill::before {
  content: "";
}

/* line 2867, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-check::before {
  content: "";
}

/* line 2868, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-circle::before {
  content: "";
}

/* line 2869, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-dash-fill::before {
  content: "";
}

/* line 2870, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-dash::before {
  content: "";
}

/* line 2871, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-fill::before {
  content: "";
}

/* line 2872, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-lines-fill::before {
  content: "";
}

/* line 2873, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-plus-fill::before {
  content: "";
}

/* line 2874, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-plus::before {
  content: "";
}

/* line 2875, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-square::before {
  content: "";
}

/* line 2876, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-x-fill::before {
  content: "";
}

/* line 2877, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-x::before {
  content: "";
}

/* line 2878, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person::before {
  content: "";
}

/* line 2879, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-fill::before {
  content: "";
}

/* line 2880, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-landscape-fill::before {
  content: "";
}

/* line 2881, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-landscape::before {
  content: "";
}

/* line 2882, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-vibrate-fill::before {
  content: "";
}

/* line 2883, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-vibrate::before {
  content: "";
}

/* line 2884, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone::before {
  content: "";
}

/* line 2885, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pie-chart-fill::before {
  content: "";
}

/* line 2886, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pie-chart::before {
  content: "";
}

/* line 2887, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-angle-fill::before {
  content: "";
}

/* line 2888, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-angle::before {
  content: "";
}

/* line 2889, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-fill::before {
  content: "";
}

/* line 2890, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin::before {
  content: "";
}

/* line 2891, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pip-fill::before {
  content: "";
}

/* line 2892, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pip::before {
  content: "";
}

/* line 2893, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-btn-fill::before {
  content: "";
}

/* line 2894, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-btn::before {
  content: "";
}

/* line 2895, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-circle-fill::before {
  content: "";
}

/* line 2896, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-circle::before {
  content: "";
}

/* line 2897, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play-fill::before {
  content: "";
}

/* line 2898, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-play::before {
  content: "";
}

/* line 2899, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plug-fill::before {
  content: "";
}

/* line 2900, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plug::before {
  content: "";
}

/* line 2901, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle-dotted::before {
  content: "";
}

/* line 2902, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle-fill::before {
  content: "";
}

/* line 2903, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-circle::before {
  content: "";
}

/* line 2904, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square-dotted::before {
  content: "";
}

/* line 2905, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square-fill::before {
  content: "";
}

/* line 2906, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-square::before {
  content: "";
}

/* line 2907, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus::before {
  content: "";
}

/* line 2908, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-power::before {
  content: "";
}

/* line 2909, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-printer-fill::before {
  content: "";
}

/* line 2910, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-printer::before {
  content: "";
}

/* line 2911, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-puzzle-fill::before {
  content: "";
}

/* line 2912, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-puzzle::before {
  content: "";
}

/* line 2913, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-circle-fill::before {
  content: "";
}

/* line 2914, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-circle::before {
  content: "";
}

/* line 2915, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-diamond-fill::before {
  content: "";
}

/* line 2916, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-diamond::before {
  content: "";
}

/* line 2917, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-octagon-fill::before {
  content: "";
}

/* line 2918, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-octagon::before {
  content: "";
}

/* line 2919, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-square-fill::before {
  content: "";
}

/* line 2920, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-square::before {
  content: "";
}

/* line 2921, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question::before {
  content: "";
}

/* line 2922, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rainbow::before {
  content: "";
}

/* line 2923, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-receipt-cutoff::before {
  content: "";
}

/* line 2924, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-receipt::before {
  content: "";
}

/* line 2925, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-0::before {
  content: "";
}

/* line 2926, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-1::before {
  content: "";
}

/* line 2927, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-2::before {
  content: "";
}

/* line 2928, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-3::before {
  content: "";
}

/* line 2929, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reception-4::before {
  content: "";
}

/* line 2930, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-btn-fill::before {
  content: "";
}

/* line 2931, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-btn::before {
  content: "";
}

/* line 2932, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-circle-fill::before {
  content: "";
}

/* line 2933, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-circle::before {
  content: "";
}

/* line 2934, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record-fill::before {
  content: "";
}

/* line 2935, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record::before {
  content: "";
}

/* line 2936, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record2-fill::before {
  content: "";
}

/* line 2937, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-record2::before {
  content: "";
}

/* line 2938, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-all-fill::before {
  content: "";
}

/* line 2939, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-all::before {
  content: "";
}

/* line 2940, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply-fill::before {
  content: "";
}

/* line 2941, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reply::before {
  content: "";
}

/* line 2942, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rss-fill::before {
  content: "";
}

/* line 2943, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rss::before {
  content: "";
}

/* line 2944, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rulers::before {
  content: "";
}

/* line 2945, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save-fill::before {
  content: "";
}

/* line 2946, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save::before {
  content: "";
}

/* line 2947, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save2-fill::before {
  content: "";
}

/* line 2948, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-save2::before {
  content: "";
}

/* line 2949, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-scissors::before {
  content: "";
}

/* line 2950, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-screwdriver::before {
  content: "";
}

/* line 2951, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search::before {
  content: "";
}

/* line 2952, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-segmented-nav::before {
  content: "";
}

/* line 2953, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-server::before {
  content: "";
}

/* line 2954, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-share-fill::before {
  content: "";
}

/* line 2955, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-share::before {
  content: "";
}

/* line 2956, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-check::before {
  content: "";
}

/* line 2957, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-exclamation::before {
  content: "";
}

/* line 2958, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-check::before {
  content: "";
}

/* line 2959, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-exclamation::before {
  content: "";
}

/* line 2960, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-minus::before {
  content: "";
}

/* line 2961, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-plus::before {
  content: "";
}

/* line 2962, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill-x::before {
  content: "";
}

/* line 2963, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-fill::before {
  content: "";
}

/* line 2964, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-lock-fill::before {
  content: "";
}

/* line 2965, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-lock::before {
  content: "";
}

/* line 2966, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-minus::before {
  content: "";
}

/* line 2967, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-plus::before {
  content: "";
}

/* line 2968, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-shaded::before {
  content: "";
}

/* line 2969, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-slash-fill::before {
  content: "";
}

/* line 2970, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-slash::before {
  content: "";
}

/* line 2971, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield-x::before {
  content: "";
}

/* line 2972, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shield::before {
  content: "";
}

/* line 2973, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shift-fill::before {
  content: "";
}

/* line 2974, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shift::before {
  content: "";
}

/* line 2975, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shop-window::before {
  content: "";
}

/* line 2976, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shop::before {
  content: "";
}

/* line 2977, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-shuffle::before {
  content: "";
}

/* line 2978, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-2-fill::before {
  content: "";
}

/* line 2979, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-2::before {
  content: "";
}

/* line 2980, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-fill::before {
  content: "";
}

/* line 2981, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-split-fill::before {
  content: "";
}

/* line 2982, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost-split::before {
  content: "";
}

/* line 2983, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signpost::before {
  content: "";
}

/* line 2984, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim-fill::before {
  content: "";
}

/* line 2985, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sim::before {
  content: "";
}

/* line 2986, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-btn-fill::before {
  content: "";
}

/* line 2987, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-btn::before {
  content: "";
}

/* line 2988, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-circle-fill::before {
  content: "";
}

/* line 2989, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-circle::before {
  content: "";
}

/* line 2990, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward-fill::before {
  content: "";
}

/* line 2991, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-backward::before {
  content: "";
}

/* line 2992, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-btn-fill::before {
  content: "";
}

/* line 2993, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-btn::before {
  content: "";
}

/* line 2994, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-circle-fill::before {
  content: "";
}

/* line 2995, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-circle::before {
  content: "";
}

/* line 2996, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end-fill::before {
  content: "";
}

/* line 2997, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-end::before {
  content: "";
}

/* line 2998, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-btn-fill::before {
  content: "";
}

/* line 2999, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-btn::before {
  content: "";
}

/* line 3000, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-circle-fill::before {
  content: "";
}

/* line 3001, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-circle::before {
  content: "";
}

/* line 3002, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward-fill::before {
  content: "";
}

/* line 3003, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-forward::before {
  content: "";
}

/* line 3004, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-btn-fill::before {
  content: "";
}

/* line 3005, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-btn::before {
  content: "";
}

/* line 3006, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-circle-fill::before {
  content: "";
}

/* line 3007, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-circle::before {
  content: "";
}

/* line 3008, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start-fill::before {
  content: "";
}

/* line 3009, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skip-start::before {
  content: "";
}

/* line 3010, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slack::before {
  content: "";
}

/* line 3011, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-circle-fill::before {
  content: "";
}

/* line 3012, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-circle::before {
  content: "";
}

/* line 3013, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-square-fill::before {
  content: "";
}

/* line 3014, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-square::before {
  content: "";
}

/* line 3015, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash::before {
  content: "";
}

/* line 3016, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders::before {
  content: "";
}

/* line 3017, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-smartwatch::before {
  content: "";
}

/* line 3018, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow::before {
  content: "";
}

/* line 3019, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow2::before {
  content: "";
}

/* line 3020, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snow3::before {
  content: "";
}

/* line 3021, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-down-alt::before {
  content: "";
}

/* line 3022, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-down::before {
  content: "";
}

/* line 3023, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-up-alt::before {
  content: "";
}

/* line 3024, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-alpha-up::before {
  content: "";
}

/* line 3025, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-down-alt::before {
  content: "";
}

/* line 3026, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-down::before {
  content: "";
}

/* line 3027, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-down-alt::before {
  content: "";
}

/* line 3028, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-down::before {
  content: "";
}

/* line 3029, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-up-alt::before {
  content: "";
}

/* line 3030, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-numeric-up::before {
  content: "";
}

/* line 3031, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-up-alt::before {
  content: "";
}

/* line 3032, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sort-up::before {
  content: "";
}

/* line 3033, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-soundwave::before {
  content: "";
}

/* line 3034, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speaker-fill::before {
  content: "";
}

/* line 3035, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speaker::before {
  content: "";
}

/* line 3036, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speedometer::before {
  content: "";
}

/* line 3037, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-speedometer2::before {
  content: "";
}

/* line 3038, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-spellcheck::before {
  content: "";
}

/* line 3039, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square-fill::before {
  content: "";
}

/* line 3040, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square-half::before {
  content: "";
}

/* line 3041, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-square::before {
  content: "";
}

/* line 3042, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stack::before {
  content: "";
}

/* line 3043, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star-fill::before {
  content: "";
}

/* line 3044, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star-half::before {
  content: "";
}

/* line 3045, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-star::before {
  content: "";
}

/* line 3046, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stars::before {
  content: "";
}

/* line 3047, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stickies-fill::before {
  content: "";
}

/* line 3048, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stickies::before {
  content: "";
}

/* line 3049, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sticky-fill::before {
  content: "";
}

/* line 3050, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sticky::before {
  content: "";
}

/* line 3051, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-btn-fill::before {
  content: "";
}

/* line 3052, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-btn::before {
  content: "";
}

/* line 3053, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-circle-fill::before {
  content: "";
}

/* line 3054, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-circle::before {
  content: "";
}

/* line 3055, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop-fill::before {
  content: "";
}

/* line 3056, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stop::before {
  content: "";
}

/* line 3057, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stoplights-fill::before {
  content: "";
}

/* line 3058, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stoplights::before {
  content: "";
}

/* line 3059, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stopwatch-fill::before {
  content: "";
}

/* line 3060, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stopwatch::before {
  content: "";
}

/* line 3061, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-subtract::before {
  content: "";
}

/* line 3062, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-club-fill::before {
  content: "";
}

/* line 3063, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-club::before {
  content: "";
}

/* line 3064, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-diamond-fill::before {
  content: "";
}

/* line 3065, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-diamond::before {
  content: "";
}

/* line 3066, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-heart-fill::before {
  content: "";
}

/* line 3067, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-heart::before {
  content: "";
}

/* line 3068, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-spade-fill::before {
  content: "";
}

/* line 3069, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-suit-spade::before {
  content: "";
}

/* line 3070, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sun-fill::before {
  content: "";
}

/* line 3071, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sun::before {
  content: "";
}

/* line 3072, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunglasses::before {
  content: "";
}

/* line 3073, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunrise-fill::before {
  content: "";
}

/* line 3074, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunrise::before {
  content: "";
}

/* line 3075, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunset-fill::before {
  content: "";
}

/* line 3076, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sunset::before {
  content: "";
}

/* line 3077, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-symmetry-horizontal::before {
  content: "";
}

/* line 3078, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-symmetry-vertical::before {
  content: "";
}

/* line 3079, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-table::before {
  content: "";
}

/* line 3080, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-fill::before {
  content: "";
}

/* line 3081, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-landscape-fill::before {
  content: "";
}

/* line 3082, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet-landscape::before {
  content: "";
}

/* line 3083, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tablet::before {
  content: "";
}

/* line 3084, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tag-fill::before {
  content: "";
}

/* line 3085, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tag::before {
  content: "";
}

/* line 3086, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tags-fill::before {
  content: "";
}

/* line 3087, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tags::before {
  content: "";
}

/* line 3088, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telegram::before {
  content: "";
}

/* line 3089, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-fill::before {
  content: "";
}

/* line 3090, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-forward-fill::before {
  content: "";
}

/* line 3091, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-forward::before {
  content: "";
}

/* line 3092, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-inbound-fill::before {
  content: "";
}

/* line 3093, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-inbound::before {
  content: "";
}

/* line 3094, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-minus-fill::before {
  content: "";
}

/* line 3095, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-minus::before {
  content: "";
}

/* line 3096, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-outbound-fill::before {
  content: "";
}

/* line 3097, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-outbound::before {
  content: "";
}

/* line 3098, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-plus-fill::before {
  content: "";
}

/* line 3099, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-plus::before {
  content: "";
}

/* line 3100, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-x-fill::before {
  content: "";
}

/* line 3101, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone-x::before {
  content: "";
}

/* line 3102, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-telephone::before {
  content: "";
}

/* line 3103, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-fill::before {
  content: "";
}

/* line 3104, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal::before {
  content: "";
}

/* line 3105, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-center::before {
  content: "";
}

/* line 3106, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-indent-left::before {
  content: "";
}

/* line 3107, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-indent-right::before {
  content: "";
}

/* line 3108, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-left::before {
  content: "";
}

/* line 3109, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-paragraph::before {
  content: "";
}

/* line 3110, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-text-right::before {
  content: "";
}

/* line 3111, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea-resize::before {
  content: "";
}

/* line 3112, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea-t::before {
  content: "";
}

/* line 3113, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-textarea::before {
  content: "";
}

/* line 3114, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-half::before {
  content: "";
}

/* line 3115, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-high::before {
  content: "";
}

/* line 3116, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-low::before {
  content: "";
}

/* line 3117, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-snow::before {
  content: "";
}

/* line 3118, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer-sun::before {
  content: "";
}

/* line 3119, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thermometer::before {
  content: "";
}

/* line 3120, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-three-dots-vertical::before {
  content: "";
}

/* line 3121, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-three-dots::before {
  content: "";
}

/* line 3122, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle-off::before {
  content: "";
}

/* line 3123, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle-on::before {
  content: "";
}

/* line 3124, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle2-off::before {
  content: "";
}

/* line 3125, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggle2-on::before {
  content: "";
}

/* line 3126, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggles::before {
  content: "";
}

/* line 3127, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-toggles2::before {
  content: "";
}

/* line 3128, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tools::before {
  content: "";
}

/* line 3129, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tornado::before {
  content: "";
}

/* line 3130, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash-fill::before {
  content: "";
}

/* line 3131, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash::before {
  content: "";
}

/* line 3132, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash2-fill::before {
  content: "";
}

/* line 3133, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash2::before {
  content: "";
}

/* line 3134, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tree-fill::before {
  content: "";
}

/* line 3135, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tree::before {
  content: "";
}

/* line 3136, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle-fill::before {
  content: "";
}

/* line 3137, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle-half::before {
  content: "";
}

/* line 3138, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-triangle::before {
  content: "";
}

/* line 3139, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trophy-fill::before {
  content: "";
}

/* line 3140, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trophy::before {
  content: "";
}

/* line 3141, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tropical-storm::before {
  content: "";
}

/* line 3142, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-flatbed::before {
  content: "";
}

/* line 3143, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck::before {
  content: "";
}

/* line 3144, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tsunami::before {
  content: "";
}

/* line 3145, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tv-fill::before {
  content: "";
}

/* line 3146, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tv::before {
  content: "";
}

/* line 3147, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-twitch::before {
  content: "";
}

/* line 3148, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-twitter::before {
  content: "";
}

/* line 3149, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-bold::before {
  content: "";
}

/* line 3150, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h1::before {
  content: "";
}

/* line 3151, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h2::before {
  content: "";
}

/* line 3152, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-h3::before {
  content: "";
}

/* line 3153, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-italic::before {
  content: "";
}

/* line 3154, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-strikethrough::before {
  content: "";
}

/* line 3155, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type-underline::before {
  content: "";
}

/* line 3156, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-type::before {
  content: "";
}

/* line 3157, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-checks-grid::before {
  content: "";
}

/* line 3158, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-checks::before {
  content: "";
}

/* line 3159, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-radios-grid::before {
  content: "";
}

/* line 3160, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ui-radios::before {
  content: "";
}

/* line 3161, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-umbrella-fill::before {
  content: "";
}

/* line 3162, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-umbrella::before {
  content: "";
}

/* line 3163, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-union::before {
  content: "";
}

/* line 3164, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unlock-fill::before {
  content: "";
}

/* line 3165, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unlock::before {
  content: "";
}

/* line 3166, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upc-scan::before {
  content: "";
}

/* line 3167, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upc::before {
  content: "";
}

/* line 3168, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-upload::before {
  content: "";
}

/* line 3169, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vector-pen::before {
  content: "";
}

/* line 3170, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-view-list::before {
  content: "";
}

/* line 3171, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-view-stacked::before {
  content: "";
}

/* line 3172, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vinyl-fill::before {
  content: "";
}

/* line 3173, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vinyl::before {
  content: "";
}

/* line 3174, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-voicemail::before {
  content: "";
}

/* line 3175, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-down-fill::before {
  content: "";
}

/* line 3176, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-down::before {
  content: "";
}

/* line 3177, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-mute-fill::before {
  content: "";
}

/* line 3178, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-mute::before {
  content: "";
}

/* line 3179, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-off-fill::before {
  content: "";
}

/* line 3180, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-off::before {
  content: "";
}

/* line 3181, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-up-fill::before {
  content: "";
}

/* line 3182, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-volume-up::before {
  content: "";
}

/* line 3183, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vr::before {
  content: "";
}

/* line 3184, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet-fill::before {
  content: "";
}

/* line 3185, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet::before {
  content: "";
}

/* line 3186, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wallet2::before {
  content: "";
}

/* line 3187, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-watch::before {
  content: "";
}

/* line 3188, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-water::before {
  content: "";
}

/* line 3189, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-whatsapp::before {
  content: "";
}

/* line 3190, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-1::before {
  content: "";
}

/* line 3191, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-2::before {
  content: "";
}

/* line 3192, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi-off::before {
  content: "";
}

/* line 3193, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wifi::before {
  content: "";
}

/* line 3194, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wind::before {
  content: "";
}

/* line 3195, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-dock::before {
  content: "";
}

/* line 3196, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-sidebar::before {
  content: "";
}

/* line 3197, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window::before {
  content: "";
}

/* line 3198, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench::before {
  content: "";
}

/* line 3199, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-circle-fill::before {
  content: "";
}

/* line 3200, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-circle::before {
  content: "";
}

/* line 3201, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-diamond-fill::before {
  content: "";
}

/* line 3202, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-diamond::before {
  content: "";
}

/* line 3203, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-octagon-fill::before {
  content: "";
}

/* line 3204, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-octagon::before {
  content: "";
}

/* line 3205, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-square-fill::before {
  content: "";
}

/* line 3206, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-square::before {
  content: "";
}

/* line 3207, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x::before {
  content: "";
}

/* line 3208, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-youtube::before {
  content: "";
}

/* line 3209, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-zoom-in::before {
  content: "";
}

/* line 3210, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-zoom-out::before {
  content: "";
}

/* line 3211, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bank::before {
  content: "";
}

/* line 3212, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bank2::before {
  content: "";
}

/* line 3213, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-slash-fill::before {
  content: "";
}

/* line 3214, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bell-slash::before {
  content: "";
}

/* line 3215, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cash-coin::before {
  content: "";
}

/* line 3216, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-check-lg::before {
  content: "";
}

/* line 3217, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-coin::before {
  content: "";
}

/* line 3218, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-bitcoin::before {
  content: "";
}

/* line 3219, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-dollar::before {
  content: "";
}

/* line 3220, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-euro::before {
  content: "";
}

/* line 3221, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-exchange::before {
  content: "";
}

/* line 3222, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-pound::before {
  content: "";
}

/* line 3223, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-yen::before {
  content: "";
}

/* line 3224, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dash-lg::before {
  content: "";
}

/* line 3225, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-exclamation-lg::before {
  content: "";
}

/* line 3226, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-pdf-fill::before {
  content: "";
}

/* line 3227, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-earmark-pdf::before {
  content: "";
}

/* line 3228, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-pdf-fill::before {
  content: "";
}

/* line 3229, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-file-pdf::before {
  content: "";
}

/* line 3230, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-ambiguous::before {
  content: "";
}

/* line 3231, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-female::before {
  content: "";
}

/* line 3232, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-male::before {
  content: "";
}

/* line 3233, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gender-trans::before {
  content: "";
}

/* line 3234, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-headset-vr::before {
  content: "";
}

/* line 3235, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-info-lg::before {
  content: "";
}

/* line 3236, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mastodon::before {
  content: "";
}

/* line 3237, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-messenger::before {
  content: "";
}

/* line 3238, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-piggy-bank-fill::before {
  content: "";
}

/* line 3239, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-piggy-bank::before {
  content: "";
}

/* line 3240, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-map-fill::before {
  content: "";
}

/* line 3241, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pin-map::before {
  content: "";
}

/* line 3242, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-lg::before {
  content: "";
}

/* line 3243, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-question-lg::before {
  content: "";
}

/* line 3244, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-recycle::before {
  content: "";
}

/* line 3245, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-reddit::before {
  content: "";
}

/* line 3246, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe-fill::before {
  content: "";
}

/* line 3247, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe2-fill::before {
  content: "";
}

/* line 3248, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe2::before {
  content: "";
}

/* line 3249, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sd-card-fill::before {
  content: "";
}

/* line 3250, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sd-card::before {
  content: "";
}

/* line 3251, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-skype::before {
  content: "";
}

/* line 3252, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-slash-lg::before {
  content: "";
}

/* line 3253, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-translate::before {
  content: "";
}

/* line 3254, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-x-lg::before {
  content: "";
}

/* line 3255, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-safe::before {
  content: "";
}

/* line 3256, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-apple::before {
  content: "";
}

/* line 3257, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-microsoft::before {
  content: "";
}

/* line 3258, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-windows::before {
  content: "";
}

/* line 3259, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-behance::before {
  content: "";
}

/* line 3260, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dribbble::before {
  content: "";
}

/* line 3261, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-line::before {
  content: "";
}

/* line 3262, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-medium::before {
  content: "";
}

/* line 3263, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-paypal::before {
  content: "";
}

/* line 3264, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pinterest::before {
  content: "";
}

/* line 3265, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-signal::before {
  content: "";
}

/* line 3266, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-snapchat::before {
  content: "";
}

/* line 3267, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-spotify::before {
  content: "";
}

/* line 3268, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-stack-overflow::before {
  content: "";
}

/* line 3269, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-strava::before {
  content: "";
}

/* line 3270, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wordpress::before {
  content: "";
}

/* line 3271, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-vimeo::before {
  content: "";
}

/* line 3272, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-activity::before {
  content: "";
}

/* line 3273, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel2-fill::before {
  content: "";
}

/* line 3274, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel2::before {
  content: "";
}

/* line 3275, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel3-fill::before {
  content: "";
}

/* line 3276, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-easel3::before {
  content: "";
}

/* line 3277, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fan::before {
  content: "";
}

/* line 3278, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fingerprint::before {
  content: "";
}

/* line 3279, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-down-arrow::before {
  content: "";
}

/* line 3280, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-graph-up-arrow::before {
  content: "";
}

/* line 3281, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hypnotize::before {
  content: "";
}

/* line 3282, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magic::before {
  content: "";
}

/* line 3283, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-rolodex::before {
  content: "";
}

/* line 3284, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video::before {
  content: "";
}

/* line 3285, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video2::before {
  content: "";
}

/* line 3286, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-video3::before {
  content: "";
}

/* line 3287, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-workspace::before {
  content: "";
}

/* line 3288, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-radioactive::before {
  content: "";
}

/* line 3289, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-webcam-fill::before {
  content: "";
}

/* line 3290, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-webcam::before {
  content: "";
}

/* line 3291, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-yin-yang::before {
  content: "";
}

/* line 3292, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bandaid-fill::before {
  content: "";
}

/* line 3293, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bandaid::before {
  content: "";
}

/* line 3294, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bluetooth::before {
  content: "";
}

/* line 3295, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-body-text::before {
  content: "";
}

/* line 3296, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boombox::before {
  content: "";
}

/* line 3297, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boxes::before {
  content: "";
}

/* line 3298, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dpad-fill::before {
  content: "";
}

/* line 3299, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dpad::before {
  content: "";
}

/* line 3300, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ear-fill::before {
  content: "";
}

/* line 3301, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ear::before {
  content: "";
}

/* line 3302, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-check-1::before {
  content: "";
}

/* line 3303, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-check-fill::before {
  content: "";
}

/* line 3304, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-check::before {
  content: "";
}

/* line 3305, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-dash-1::before {
  content: "";
}

/* line 3306, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-dash-fill::before {
  content: "";
}

/* line 3307, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-dash::before {
  content: "";
}

/* line 3308, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-exclamation-1::before {
  content: "";
}

/* line 3309, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-exclamation-fill::before {
  content: "";
}

/* line 3310, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-exclamation::before {
  content: "";
}

/* line 3311, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-plus-fill::before {
  content: "";
}

/* line 3312, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-plus::before {
  content: "";
}

/* line 3313, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-slash-1::before {
  content: "";
}

/* line 3314, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-slash-fill::before {
  content: "";
}

/* line 3315, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-slash::before {
  content: "";
}

/* line 3316, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-x-1::before {
  content: "";
}

/* line 3317, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-x-fill::before {
  content: "";
}

/* line 3318, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-x::before {
  content: "";
}

/* line 3319, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-explicit-fill::before {
  content: "";
}

/* line 3320, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-explicit::before {
  content: "";
}

/* line 3321, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-git::before {
  content: "";
}

/* line 3322, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-infinity::before {
  content: "";
}

/* line 3323, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-columns-reverse::before {
  content: "";
}

/* line 3324, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-list-columns::before {
  content: "";
}

/* line 3325, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-meta::before {
  content: "";
}

/* line 3326, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortorboard-fill::before {
  content: "";
}

/* line 3327, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortorboard::before {
  content: "";
}

/* line 3328, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-nintendo-switch::before {
  content: "";
}

/* line 3329, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-display-horizontal::before {
  content: "";
}

/* line 3330, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-display::before {
  content: "";
}

/* line 3331, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc-horizontal::before {
  content: "";
}

/* line 3332, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pc::before {
  content: "";
}

/* line 3333, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-playstation::before {
  content: "";
}

/* line 3334, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plus-slash-minus::before {
  content: "";
}

/* line 3335, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-projector-fill::before {
  content: "";
}

/* line 3336, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-projector::before {
  content: "";
}

/* line 3337, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-qr-code-scan::before {
  content: "";
}

/* line 3338, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-qr-code::before {
  content: "";
}

/* line 3339, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-quora::before {
  content: "";
}

/* line 3340, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-quote::before {
  content: "";
}

/* line 3341, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-robot::before {
  content: "";
}

/* line 3342, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-check-fill::before {
  content: "";
}

/* line 3343, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-check::before {
  content: "";
}

/* line 3344, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-dash-fill::before {
  content: "";
}

/* line 3345, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-dash::before {
  content: "";
}

/* line 3346, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-exclamation-1::before {
  content: "";
}

/* line 3347, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-exclamation-fill::before {
  content: "";
}

/* line 3348, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-exclamation::before {
  content: "";
}

/* line 3349, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-fill::before {
  content: "";
}

/* line 3350, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-plus-fill::before {
  content: "";
}

/* line 3351, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-plus::before {
  content: "";
}

/* line 3352, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-slash-fill::before {
  content: "";
}

/* line 3353, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-slash::before {
  content: "";
}

/* line 3354, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-x-fill::before {
  content: "";
}

/* line 3355, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send-x::before {
  content: "";
}

/* line 3356, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-send::before {
  content: "";
}

/* line 3357, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-steam::before {
  content: "";
}

/* line 3358, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-dash-1::before {
  content: "";
}

/* line 3359, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-dash::before {
  content: "";
}

/* line 3360, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-plus::before {
  content: "";
}

/* line 3361, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-split::before {
  content: "";
}

/* line 3362, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-detailed-fill::before {
  content: "";
}

/* line 3363, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-detailed::before {
  content: "";
}

/* line 3364, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-fill::before {
  content: "";
}

/* line 3365, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-perforated-fill::before {
  content: "";
}

/* line 3366, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket-perforated::before {
  content: "";
}

/* line 3367, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ticket::before {
  content: "";
}

/* line 3368, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-tiktok::before {
  content: "";
}

/* line 3369, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-dash::before {
  content: "";
}

/* line 3370, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-desktop::before {
  content: "";
}

/* line 3371, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-fullscreen::before {
  content: "";
}

/* line 3372, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-plus::before {
  content: "";
}

/* line 3373, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-split::before {
  content: "";
}

/* line 3374, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-stack::before {
  content: "";
}

/* line 3375, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-window-x::before {
  content: "";
}

/* line 3376, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-xbox::before {
  content: "";
}

/* line 3377, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ethernet::before {
  content: "";
}

/* line 3378, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdmi-fill::before {
  content: "";
}

/* line 3379, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hdmi::before {
  content: "";
}

/* line 3380, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-c-fill::before {
  content: "";
}

/* line 3381, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-c::before {
  content: "";
}

/* line 3382, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-fill::before {
  content: "";
}

/* line 3383, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-plug-fill::before {
  content: "";
}

/* line 3384, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-plug::before {
  content: "";
}

/* line 3385, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-symbol::before {
  content: "";
}

/* line 3386, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb::before {
  content: "";
}

/* line 3387, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-boombox-fill::before {
  content: "";
}

/* line 3388, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-displayport-1::before {
  content: "";
}

/* line 3389, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-displayport::before {
  content: "";
}

/* line 3390, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-gpu-card::before {
  content: "";
}

/* line 3391, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-memory::before {
  content: "";
}

/* line 3392, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-modem-fill::before {
  content: "";
}

/* line 3393, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-modem::before {
  content: "";
}

/* line 3394, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-motherboard-fill::before {
  content: "";
}

/* line 3395, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-motherboard::before {
  content: "";
}

/* line 3396, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-optical-audio-fill::before {
  content: "";
}

/* line 3397, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-optical-audio::before {
  content: "";
}

/* line 3398, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pci-card::before {
  content: "";
}

/* line 3399, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-router-fill::before {
  content: "";
}

/* line 3400, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-router::before {
  content: "";
}

/* line 3401, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ssd-fill::before {
  content: "";
}

/* line 3402, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ssd::before {
  content: "";
}

/* line 3403, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thunderbolt-fill::before {
  content: "";
}

/* line 3404, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-thunderbolt::before {
  content: "";
}

/* line 3405, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-drive-fill::before {
  content: "";
}

/* line 3406, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-drive::before {
  content: "";
}

/* line 3407, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-micro-fill::before {
  content: "";
}

/* line 3408, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-micro::before {
  content: "";
}

/* line 3409, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-mini-fill::before {
  content: "";
}

/* line 3410, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-usb-mini::before {
  content: "";
}

/* line 3411, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cloud-haze2::before {
  content: "";
}

/* line 3412, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-hdd-fill::before {
  content: "";
}

/* line 3413, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-hdd::before {
  content: "";
}

/* line 3414, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-ssd-fill::before {
  content: "";
}

/* line 3415, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-device-ssd::before {
  content: "";
}

/* line 3416, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-displayport-fill::before {
  content: "";
}

/* line 3417, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortarboard-fill::before {
  content: "";
}

/* line 3418, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-mortarboard::before {
  content: "";
}

/* line 3419, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-terminal-x::before {
  content: "";
}

/* line 3420, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-through-heart-fill::before {
  content: "";
}

/* line 3421, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-arrow-through-heart::before {
  content: "";
}

/* line 3422, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-sd-fill::before {
  content: "";
}

/* line 3423, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-badge-sd::before {
  content: "";
}

/* line 3424, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-heart-fill::before {
  content: "";
}

/* line 3425, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-bag-heart::before {
  content: "";
}

/* line 3426, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-fill::before {
  content: "";
}

/* line 3427, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-heart-fill::before {
  content: "";
}

/* line 3428, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon-heart::before {
  content: "";
}

/* line 3429, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-balloon::before {
  content: "";
}

/* line 3430, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-fill::before {
  content: "";
}

/* line 3431, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-heart-fill::before {
  content: "";
}

/* line 3432, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2-heart::before {
  content: "";
}

/* line 3433, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box2::before {
  content: "";
}

/* line 3434, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-braces-asterisk::before {
  content: "";
}

/* line 3435, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-heart-fill::before {
  content: "";
}

/* line 3436, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar-heart::before {
  content: "";
}

/* line 3437, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-heart-fill::before {
  content: "";
}

/* line 3438, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-calendar2-heart::before {
  content: "";
}

/* line 3439, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-heart-fill::before {
  content: "";
}

/* line 3440, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-heart::before {
  content: "";
}

/* line 3441, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-heart-fill::before {
  content: "";
}

/* line 3442, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-left-heart::before {
  content: "";
}

/* line 3443, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-heart-fill::before {
  content: "";
}

/* line 3444, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-right-heart::before {
  content: "";
}

/* line 3445, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-heart-fill::before {
  content: "";
}

/* line 3446, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-chat-square-heart::before {
  content: "";
}

/* line 3447, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-check-fill::before {
  content: "";
}

/* line 3448, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-data-fill::before {
  content: "";
}

/* line 3449, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-fill::before {
  content: "";
}

/* line 3450, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-heart-fill::before {
  content: "";
}

/* line 3451, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-heart::before {
  content: "";
}

/* line 3452, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-minus-fill::before {
  content: "";
}

/* line 3453, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-plus-fill::before {
  content: "";
}

/* line 3454, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-pulse::before {
  content: "";
}

/* line 3455, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard-x-fill::before {
  content: "";
}

/* line 3456, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-check-fill::before {
  content: "";
}

/* line 3457, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-check::before {
  content: "";
}

/* line 3458, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-data-fill::before {
  content: "";
}

/* line 3459, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-data::before {
  content: "";
}

/* line 3460, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-fill::before {
  content: "";
}

/* line 3461, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-heart-fill::before {
  content: "";
}

/* line 3462, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-heart::before {
  content: "";
}

/* line 3463, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-minus-fill::before {
  content: "";
}

/* line 3464, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-minus::before {
  content: "";
}

/* line 3465, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-plus-fill::before {
  content: "";
}

/* line 3466, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-plus::before {
  content: "";
}

/* line 3467, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-pulse-fill::before {
  content: "";
}

/* line 3468, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-pulse::before {
  content: "";
}

/* line 3469, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-x-fill::before {
  content: "";
}

/* line 3470, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2-x::before {
  content: "";
}

/* line 3471, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-clipboard2::before {
  content: "";
}

/* line 3472, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-kiss-fill::before {
  content: "";
}

/* line 3473, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-emoji-kiss::before {
  content: "";
}

/* line 3474, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-heart-fill::before {
  content: "";
}

/* line 3475, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-heart::before {
  content: "";
}

/* line 3476, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-heart-fill::before {
  content: "";
}

/* line 3477, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-open-heart::before {
  content: "";
}

/* line 3478, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-fill::before {
  content: "";
}

/* line 3479, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-heart-fill::before {
  content: "";
}

/* line 3480, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper-heart::before {
  content: "";
}

/* line 3481, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-envelope-paper::before {
  content: "";
}

/* line 3482, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-aac::before {
  content: "";
}

/* line 3483, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ai::before {
  content: "";
}

/* line 3484, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-bmp::before {
  content: "";
}

/* line 3485, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-cs::before {
  content: "";
}

/* line 3486, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-css::before {
  content: "";
}

/* line 3487, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-csv::before {
  content: "";
}

/* line 3488, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-doc::before {
  content: "";
}

/* line 3489, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-docx::before {
  content: "";
}

/* line 3490, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-exe::before {
  content: "";
}

/* line 3491, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-gif::before {
  content: "";
}

/* line 3492, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-heic::before {
  content: "";
}

/* line 3493, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-html::before {
  content: "";
}

/* line 3494, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-java::before {
  content: "";
}

/* line 3495, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-jpg::before {
  content: "";
}

/* line 3496, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-js::before {
  content: "";
}

/* line 3497, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-jsx::before {
  content: "";
}

/* line 3498, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-key::before {
  content: "";
}

/* line 3499, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-m4p::before {
  content: "";
}

/* line 3500, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-md::before {
  content: "";
}

/* line 3501, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mdx::before {
  content: "";
}

/* line 3502, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mov::before {
  content: "";
}

/* line 3503, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mp3::before {
  content: "";
}

/* line 3504, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-mp4::before {
  content: "";
}

/* line 3505, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-otf::before {
  content: "";
}

/* line 3506, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-pdf::before {
  content: "";
}

/* line 3507, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-php::before {
  content: "";
}

/* line 3508, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-png::before {
  content: "";
}

/* line 3509, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ppt-1::before {
  content: "";
}

/* line 3510, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ppt::before {
  content: "";
}

/* line 3511, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-psd::before {
  content: "";
}

/* line 3512, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-py::before {
  content: "";
}

/* line 3513, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-raw::before {
  content: "";
}

/* line 3514, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-rb::before {
  content: "";
}

/* line 3515, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sass::before {
  content: "";
}

/* line 3516, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-scss::before {
  content: "";
}

/* line 3517, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sh::before {
  content: "";
}

/* line 3518, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-svg::before {
  content: "";
}

/* line 3519, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-tiff::before {
  content: "";
}

/* line 3520, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-tsx::before {
  content: "";
}

/* line 3521, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-ttf::before {
  content: "";
}

/* line 3522, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-txt::before {
  content: "";
}

/* line 3523, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-wav::before {
  content: "";
}

/* line 3524, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-woff::before {
  content: "";
}

/* line 3525, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xls-1::before {
  content: "";
}

/* line 3526, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xls::before {
  content: "";
}

/* line 3527, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xml::before {
  content: "";
}

/* line 3528, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-yml::before {
  content: "";
}

/* line 3529, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-arrow::before {
  content: "";
}

/* line 3530, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-pulse-fill::before {
  content: "";
}

/* line 3531, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heart-pulse::before {
  content: "";
}

/* line 3532, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heartbreak-fill::before {
  content: "";
}

/* line 3533, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-heartbreak::before {
  content: "";
}

/* line 3534, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hearts::before {
  content: "";
}

/* line 3535, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hospital-fill::before {
  content: "";
}

/* line 3536, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-hospital::before {
  content: "";
}

/* line 3537, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-heart-fill::before {
  content: "";
}

/* line 3538, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-house-heart::before {
  content: "";
}

/* line 3539, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-incognito::before {
  content: "";
}

/* line 3540, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magnet-fill::before {
  content: "";
}

/* line 3541, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-magnet::before {
  content: "";
}

/* line 3542, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-heart::before {
  content: "";
}

/* line 3543, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-person-hearts::before {
  content: "";
}

/* line 3544, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-phone-flip::before {
  content: "";
}

/* line 3545, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-plugin::before {
  content: "";
}

/* line 3546, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-fill::before {
  content: "";
}

/* line 3547, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-heart-fill::before {
  content: "";
}

/* line 3548, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage-heart::before {
  content: "";
}

/* line 3549, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postage::before {
  content: "";
}

/* line 3550, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-fill::before {
  content: "";
}

/* line 3551, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-heart-fill::before {
  content: "";
}

/* line 3552, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard-heart::before {
  content: "";
}

/* line 3553, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-postcard::before {
  content: "";
}

/* line 3554, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search-heart-fill::before {
  content: "";
}

/* line 3555, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-search-heart::before {
  content: "";
}

/* line 3556, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders2-vertical::before {
  content: "";
}

/* line 3557, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sliders2::before {
  content: "";
}

/* line 3558, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash3-fill::before {
  content: "";
}

/* line 3559, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-trash3::before {
  content: "";
}

/* line 3560, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-valentine::before {
  content: "";
}

/* line 3561, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-valentine2::before {
  content: "";
}

/* line 3562, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable-circle-fill::before {
  content: "";
}

/* line 3563, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable-circle::before {
  content: "";
}

/* line 3564, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wrench-adjustable::before {
  content: "";
}

/* line 3565, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-json::before {
  content: "";
}

/* line 3566, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-pptx::before {
  content: "";
}

/* line 3567, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-xlsx::before {
  content: "";
}

/* line 3568, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle-1::before {
  content: "";
}

/* line 3569, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle-fill-1::before {
  content: "";
}

/* line 3570, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle-fill::before {
  content: "";
}

/* line 3571, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-circle::before {
  content: "";
}

/* line 3572, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-square-fill::before {
  content: "";
}

/* line 3573, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-1-square::before {
  content: "";
}

/* line 3574, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle-1::before {
  content: "";
}

/* line 3575, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle-fill-1::before {
  content: "";
}

/* line 3576, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle-fill::before {
  content: "";
}

/* line 3577, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-circle::before {
  content: "";
}

/* line 3578, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-square-fill::before {
  content: "";
}

/* line 3579, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-2-square::before {
  content: "";
}

/* line 3580, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle-1::before {
  content: "";
}

/* line 3581, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle-fill-1::before {
  content: "";
}

/* line 3582, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle-fill::before {
  content: "";
}

/* line 3583, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-circle::before {
  content: "";
}

/* line 3584, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-square-fill::before {
  content: "";
}

/* line 3585, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-3-square::before {
  content: "";
}

/* line 3586, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle-1::before {
  content: "";
}

/* line 3587, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle-fill-1::before {
  content: "";
}

/* line 3588, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle-fill::before {
  content: "";
}

/* line 3589, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-circle::before {
  content: "";
}

/* line 3590, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-square-fill::before {
  content: "";
}

/* line 3591, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-4-square::before {
  content: "";
}

/* line 3592, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle-1::before {
  content: "";
}

/* line 3593, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle-fill-1::before {
  content: "";
}

/* line 3594, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle-fill::before {
  content: "";
}

/* line 3595, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-circle::before {
  content: "";
}

/* line 3596, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-square-fill::before {
  content: "";
}

/* line 3597, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-5-square::before {
  content: "";
}

/* line 3598, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle-1::before {
  content: "";
}

/* line 3599, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle-fill-1::before {
  content: "";
}

/* line 3600, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle-fill::before {
  content: "";
}

/* line 3601, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-circle::before {
  content: "";
}

/* line 3602, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-square-fill::before {
  content: "";
}

/* line 3603, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-6-square::before {
  content: "";
}

/* line 3604, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle-1::before {
  content: "";
}

/* line 3605, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle-fill-1::before {
  content: "";
}

/* line 3606, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle-fill::before {
  content: "";
}

/* line 3607, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-circle::before {
  content: "";
}

/* line 3608, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-square-fill::before {
  content: "";
}

/* line 3609, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-7-square::before {
  content: "";
}

/* line 3610, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle-1::before {
  content: "";
}

/* line 3611, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle-fill-1::before {
  content: "";
}

/* line 3612, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle-fill::before {
  content: "";
}

/* line 3613, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-circle::before {
  content: "";
}

/* line 3614, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-square-fill::before {
  content: "";
}

/* line 3615, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-8-square::before {
  content: "";
}

/* line 3616, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle-1::before {
  content: "";
}

/* line 3617, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle-fill-1::before {
  content: "";
}

/* line 3618, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle-fill::before {
  content: "";
}

/* line 3619, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-circle::before {
  content: "";
}

/* line 3620, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-square-fill::before {
  content: "";
}

/* line 3621, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-9-square::before {
  content: "";
}

/* line 3622, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-engines-fill::before {
  content: "";
}

/* line 3623, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-engines::before {
  content: "";
}

/* line 3624, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane-fill::before {
  content: "";
}

/* line 3625, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-airplane::before {
  content: "";
}

/* line 3626, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alexa::before {
  content: "";
}

/* line 3627, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-alipay::before {
  content: "";
}

/* line 3628, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-android::before {
  content: "";
}

/* line 3629, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-android2::before {
  content: "";
}

/* line 3630, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-fill::before {
  content: "";
}

/* line 3631, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-box-seam-fill::before {
  content: "";
}

/* line 3632, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-chrome::before {
  content: "";
}

/* line 3633, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-edge::before {
  content: "";
}

/* line 3634, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-firefox::before {
  content: "";
}

/* line 3635, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-browser-safari::before {
  content: "";
}

/* line 3636, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle-1::before {
  content: "";
}

/* line 3637, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle-fill-1::before {
  content: "";
}

/* line 3638, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle-fill::before {
  content: "";
}

/* line 3639, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-circle::before {
  content: "";
}

/* line 3640, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-square-fill::before {
  content: "";
}

/* line 3641, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-c-square::before {
  content: "";
}

/* line 3642, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capsule-pill::before {
  content: "";
}

/* line 3643, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-capsule::before {
  content: "";
}

/* line 3644, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-car-front-fill::before {
  content: "";
}

/* line 3645, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-car-front::before {
  content: "";
}

/* line 3646, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cassette-fill::before {
  content: "";
}

/* line 3647, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cassette::before {
  content: "";
}

/* line 3648, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle-1::before {
  content: "";
}

/* line 3649, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle-fill-1::before {
  content: "";
}

/* line 3650, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle-fill::before {
  content: "";
}

/* line 3651, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-circle::before {
  content: "";
}

/* line 3652, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-square-fill::before {
  content: "";
}

/* line 3653, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cc-square::before {
  content: "";
}

/* line 3654, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-hot-fill::before {
  content: "";
}

/* line 3655, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-cup-hot::before {
  content: "";
}

/* line 3656, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-currency-rupee::before {
  content: "";
}

/* line 3657, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-dropbox::before {
  content: "";
}

/* line 3658, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-escape::before {
  content: "";
}

/* line 3659, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-btn-fill::before {
  content: "";
}

/* line 3660, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-btn::before {
  content: "";
}

/* line 3661, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-circle-fill::before {
  content: "";
}

/* line 3662, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-circle::before {
  content: "";
}

/* line 3663, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward-fill::before {
  content: "";
}

/* line 3664, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fast-forward::before {
  content: "";
}

/* line 3665, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-filetype-sql::before {
  content: "";
}

/* line 3666, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fire::before {
  content: "";
}

/* line 3667, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-google-play::before {
  content: "";
}

/* line 3668, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle-1::before {
  content: "";
}

/* line 3669, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle-fill-1::before {
  content: "";
}

/* line 3670, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle-fill::before {
  content: "";
}

/* line 3671, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-circle::before {
  content: "";
}

/* line 3672, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-square-fill::before {
  content: "";
}

/* line 3673, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-h-square::before {
  content: "";
}

/* line 3674, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-indent::before {
  content: "";
}

/* line 3675, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lungs-fill::before {
  content: "";
}

/* line 3676, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-lungs::before {
  content: "";
}

/* line 3677, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-microsoft-teams::before {
  content: "";
}

/* line 3678, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle-1::before {
  content: "";
}

/* line 3679, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle-fill-1::before {
  content: "";
}

/* line 3680, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle-fill::before {
  content: "";
}

/* line 3681, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-circle::before {
  content: "";
}

/* line 3682, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-square-fill::before {
  content: "";
}

/* line 3683, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-p-square::before {
  content: "";
}

/* line 3684, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pass-fill::before {
  content: "";
}

/* line 3685, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-pass::before {
  content: "";
}

/* line 3686, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-prescription::before {
  content: "";
}

/* line 3687, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-prescription2::before {
  content: "";
}

/* line 3688, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle-1::before {
  content: "";
}

/* line 3689, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle-fill-1::before {
  content: "";
}

/* line 3690, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle-fill::before {
  content: "";
}

/* line 3691, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-circle::before {
  content: "";
}

/* line 3692, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-square-fill::before {
  content: "";
}

/* line 3693, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-r-square::before {
  content: "";
}

/* line 3694, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-repeat-1::before {
  content: "";
}

/* line 3695, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-repeat::before {
  content: "";
}

/* line 3696, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-btn-fill::before {
  content: "";
}

/* line 3697, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-btn::before {
  content: "";
}

/* line 3698, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-circle-fill::before {
  content: "";
}

/* line 3699, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-circle::before {
  content: "";
}

/* line 3700, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind-fill::before {
  content: "";
}

/* line 3701, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-rewind::before {
  content: "";
}

/* line 3702, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-freight-front-fill::before {
  content: "";
}

/* line 3703, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-freight-front::before {
  content: "";
}

/* line 3704, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-front-fill::before {
  content: "";
}

/* line 3705, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-front::before {
  content: "";
}

/* line 3706, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-lightrail-front-fill::before {
  content: "";
}

/* line 3707, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-train-lightrail-front::before {
  content: "";
}

/* line 3708, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-front-fill::before {
  content: "";
}

/* line 3709, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-truck-front::before {
  content: "";
}

/* line 3710, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ubuntu::before {
  content: "";
}

/* line 3711, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unindent::before {
  content: "";
}

/* line 3712, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-unity::before {
  content: "";
}

/* line 3713, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-universal-access-circle::before {
  content: "";
}

/* line 3714, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-universal-access::before {
  content: "";
}

/* line 3715, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-virus::before {
  content: "";
}

/* line 3716, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-virus2::before {
  content: "";
}

/* line 3717, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-wechat::before {
  content: "";
}

/* line 3718, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-yelp::before {
  content: "";
}

/* line 3719, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-fill::before {
  content: "";
}

/* line 3720, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-lights-fill::before {
  content: "";
}

/* line 3721, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop-lights::before {
  content: "";
}

/* line 3722, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-stop::before {
  content: "";
}

/* line 3723, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-left-fill::before {
  content: "";
}

/* line 3724, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-left::before {
  content: "";
}

/* line 3725, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-right-fill::before {
  content: "";
}

/* line 3726, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-right::before {
  content: "";
}

/* line 3727, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-left-fill::before {
  content: "";
}

/* line 3728, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-left::before {
  content: "";
}

/* line 3729, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-right-fill::before {
  content: "";
}

/* line 3730, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-turn-slight-right::before {
  content: "";
}

/* line 3731, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-yield-fill::before {
  content: "";
}

/* line 3732, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-sign-yield::before {
  content: "";
}

/* line 3733, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-station-fill::before {
  content: "";
}

/* line 3734, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-ev-station::before {
  content: "";
}

/* line 3735, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-diesel-fill::before {
  content: "";
}

/* line 3736, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-diesel::before {
  content: "";
}

/* line 3737, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump-fill::before {
  content: "";
}

/* line 3738, node_modules/bootstrap-icons/font/bootstrap-icons.scss */
.bi-fuel-pump::before {
  content: "";
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

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

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

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

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

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

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

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

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

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

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

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

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

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

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

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

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@-webkit-keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@-webkit-keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@-webkit-keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@-webkit-keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

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

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

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/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-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

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

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

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

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

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

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

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

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

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

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

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

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

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

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

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

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

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

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

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

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

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

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

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

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

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

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-right::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-6b9543ecb4959240dfbe3726bd1625f6b262d43395ef86ec5f236456209b0fec.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-3a5222ef4b6d3c2245c17fa95c631730f62fbaef81bde70a8d6677bf65fca2d8.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-da512f37b00b26e823ed1bac51b23d3142087ca85a8a797bdef9c6b613cf68bf.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-6be13008399f429feb097eb9f0d8c6187b65e5adbd3a8a1a7f1a8980fb8573c2.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
/* line 9, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-45a982405ec8049ce07fa4dcb8f67e408083b8c566f1ebf785ff3c1a00f108e5.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-cb1ef38793dab32c1954b4df4fa890595f2364fd30a58095458f2aeb6b2e6857.ttf) format("truetype");
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-6.4.0/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 2, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown {
  position: relative;
  margin-bottom: 8px;
}

/* line 7, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle {
  padding: 12px 16px;
  border-radius: 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 13, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle:hover {
  background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* line 19, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] {
  color: white;
  background: linear-gradient(72.47deg, #0273CF 22.16%, #393895b3 76.47%);
  box-shadow: 0px 2px 6px 0px rgba(115, 103, 240, 0.48);
}

/* line 25, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-header {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding-right: 40px;
  font-size: 1rem !important;
}

/* line 34, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-icon {
  font-size: 18px;
  color: #64748b;
  transition: color 0.3s ease;
}

/* line 40, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
  color: white;
}

/* line 44, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] {
  color: white;
}

/* line 48, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-arrow {
  font-size: 14px;
  color: #94a3b8;
  transition: all 0.3s ease;
  position: absolute;
  right: 2px;
  top: 50%;
  padding: 8px;
  transform: translateY(-50%);
}

/* line 59, app/assets/stylesheets/components/_left_menu.scss */
.transactions-arrow-placemnt {
  right: -40%;
}

/* line 63, app/assets/stylesheets/components/_left_menu.scss */
.users-management-arrow {
  right: -11%;
}

/* line 67, app/assets/stylesheets/components/_left_menu.scss */
.anchor-management-arrow {
  right: -6%;
}

/* line 71, app/assets/stylesheets/components/_left_menu.scss */
.modern-dropdown .dropdown-toggle[aria-expanded="true"] .dropdown-arrow {
  color: white;
}

/* line 75, app/assets/stylesheets/components/_left_menu.scss */
.modern-collapse {
  margin: 3px;
  border-radius: 0.375rem;
  background: white;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  -webkit-animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          animation: slideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* line 85, app/assets/stylesheets/components/_left_menu.scss */
.dropdown-menu-content {
  padding: 2px;
  background: color-mix(in srgb, var(--nav-purple-color) 20%, white 50%);
}

/* line 90, app/assets/stylesheets/components/_left_menu.scss */
.subnav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 96, app/assets/stylesheets/components/_left_menu.scss */
.subnav-item {
  margin: 2px;
  width: 98%;
}

/* line 101, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  color: #64748b;
  text-decoration: none;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

/* line 114, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  color: #334155;
  transform: translateX(4px);
}

/* line 119, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active {
  color: #1e40af;
  font-weight: 600;
}

/* line 124, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

/* line 134, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  transform: scale(1.1);
}

/* line 138, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon-wrapper {
  transform: scale(1.1);
}

/* line 146, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon {
  font-size: 16px;
  color: #64748b;
  transition: color 0.2s ease;
}

/* line 152, app/assets/stylesheets/components/_left_menu.scss */
.subnav-icon {
  color: #334155;
}

/* line 156, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active .subnav-icon {
  color: white;
}

/* line 160, app/assets/stylesheets/components/_left_menu.scss */
.subnav-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
}

/* line 166, app/assets/stylesheets/components/_left_menu.scss */
.subnav-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cbd5e1;
  opacity: 0;
  transition: all 0.2s ease;
}

/* line 175, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link:hover {
  opacity: 1;
}

/* line 179, app/assets/stylesheets/components/_left_menu.scss */
.subnav-indicator {
  opacity: 1;
  background: var(--nav-purple-color);
}

/* line 184, app/assets/stylesheets/components/_left_menu.scss */
.subnav-link.active .subnav-indicator {
  opacity: 1;
  background: #ffffff;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  /* line 202, app/assets/stylesheets/components/_left_menu.scss */
  .modern-dropdown .dropdown-toggle {
    padding: 10px 12px;
  }
  /* line 206, app/assets/stylesheets/components/_left_menu.scss */
  .subnav-link {
    padding: 10px 12px;
  }
  /* line 210, app/assets/stylesheets/components/_left_menu.scss */
  .subnav-text {
    font-size: 13px;
  }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url(/assets/bootstrap-icons/font/fonts/bootstrap-icons-c6fb58ac98ea9a29abee38b18c849581e49e54a7d5e00f8716d0bd6ecc36f80f.woff2) format("woff2"), url(/assets/bootstrap-icons/font/fonts/bootstrap-icons-a979b6bdf103468fe3ae118e2c52d39126aa6cbdea29502deaa7af8cba145479.woff) format("woff");
}

/* line 40, app/assets/stylesheets/application.scss */
.dataTables_length select {
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 16px;
}

/* line 51, app/assets/stylesheets/application.scss */
.dataTables_filter input {
  width: 300px;
  padding: 10px;
  border: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333;
  font-size: 15px;
}

/* line 62, app/assets/stylesheets/application.scss */
.dropdown-toggle::after {
  display: none;
}

/* line 66, app/assets/stylesheets/application.scss */
.styled-header {
  background-color: skyblue;
  display: inline-block;
  padding: 3px;
  margin-right: 10px;
  border-radius: 3px;
  font-size: small;
}

/* line 75, app/assets/stylesheets/application.scss */
.activity-border {
  border: solid 1px purple;
}

/* line 79, app/assets/stylesheets/application.scss */
.disabled-bg-color {
  background-color: #e9ecef;
}

/* line 83, app/assets/stylesheets/application.scss */
select.select2-hidden-accessible[readonly] + .select2-container {
  opacity: 1 !important;
  pointer-events: none;
  touch-action: none;
  cursor: no-drop;
}

/* line 89, app/assets/stylesheets/application.scss */
select.select2-hidden-accessible[readonly] + .selection + .select2-selection.select2-selection--single {
  background-color: #e9ecef !important;
  opacity: 1 !important;
}

/* line 94, app/assets/stylesheets/application.scss */
.comprehensive-document-org-select .select2 {
  width: 100% !important;
}

/* line 99, app/assets/stylesheets/application.scss */
a {
  transition: .3s all ease;
}

/* line 105, app/assets/stylesheets/application.scss */
a, a:hover {
  text-decoration: none !important;
}

/* line 109, app/assets/stylesheets/application.scss */
.custom-dropdown .btn:active, .custom-dropdown .btn:focus {
  box-shadow: none !important;
  outline: none;
}

/* line 115, app/assets/stylesheets/application.scss */
.custom-dropdown .title-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 120, app/assets/stylesheets/application.scss */
.custom-dropdown .title {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 126, app/assets/stylesheets/application.scss */
.custom-dropdown .dropdown-link {
  color: #ffffff;
  display: inline-block;
  padding-right: 0px;
  position: relative;
  background: transparent !important;
}

/* line 134, app/assets/stylesheets/application.scss */
.custom-dropdown .dropdown-menu {
  border: 1px solid transparent;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  margin-top: 0px !important;
  padding-top: 0;
  padding-bottom: 0;
  padding: 10px;
  border-radius: 0.6rem;
  left: 0 !important;
  transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
  z-index: 99999;
}

@media (max-width: 767px) {
  /* line 152, app/assets/stylesheets/application.scss */
  .custom-dropdown .dropdown-menu {
    max-width: 300px;
    min-width: 300px;
  }
}

@media (min-width: 767px) {
  /* line 158, app/assets/stylesheets/application.scss */
  .custom-dropdown .dropdown-menu {
    max-width: 446px;
    min-width: 446px;
  }
}

/* line 163, app/assets/stylesheets/application.scss */
.custom-dropdown .dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  margin-top: 10px !important;
}

/* line 169, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0.6rem;
}

/* line 176, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li {
  display: block;
  font-size: 1rem;
  margin-bottom: 10px;
}

/* line 182, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li:last-child {
  margin-bottom: 0;
}

/* line 186, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li > a {
  display: block;
  padding: 20px;
  color: #bfbfbf;
}

/* line 196, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li > a .img {
  flex: 0 0 40px;
}

/* line 202, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li > a .img img {
  width: 35px;
}

/* line 207, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li > a .text {
  margin-top: 0px;
}

/* line 211, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li > a .text strong {
  font-weight: bold;
  color: #000;
}

/* line 216, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li.unread a {
  background: #B6C4D2;
  color: black;
  border-radius: 0.6rem;
}

/* line 221, app/assets/stylesheets/application.scss */
.custom-dropdown .custom-notifications > li.unread a .text strong {
  color: black;
  font-weight: bold;
  font-size: 1rem;
}

/* line 226, app/assets/stylesheets/application.scss */
.btn__badge {
  background: #FF5D5D;
  color: white;
  font-size: 12px;
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 2px 8px;
  border-radius: 50%;
}

/* line 236, app/assets/stylesheets/application.scss */
.read_all {
  margin-left: 32%;
}

/* line 239, app/assets/stylesheets/application.scss */
.img {
  margin-right: 12px;
  margin-top: 8px;
}

/* line 243, app/assets/stylesheets/application.scss */
.profile-text {
  background-color: #f5a623;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
}

/* line 251, app/assets/stylesheets/application.scss */
.disabled-link {
  pointer-events: none;
  cursor: default;
  color: gray;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  /* line 260, app/assets/stylesheets/application.scss */
  [data-aos-delay] {
    transition-delay: 0ms !important;
  }
}

/* line 264, app/assets/stylesheets/application.scss */
#hero {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 0px;
  padding: 0 0 1px;
}

@media (min-width: 1024px) {
  /* line 273, app/assets/stylesheets/application.scss */
  #hero {
    background-attachment: fixed;
  }
}

/* line 277, app/assets/stylesheets/application.scss */
section {
  padding: 60px 0;
  overflow: hidden;
}

/* line 281, app/assets/stylesheets/application.scss */
.card-icon {
  width: 80px;
}

/* line 284, app/assets/stylesheets/application.scss */
.card {
  border-radius: 10px;
  position: relative;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* line 289, app/assets/stylesheets/application.scss */
.card .card-header {
  background-color: white;
}

/* line 293, app/assets/stylesheets/application.scss */
.card-container {
  box-shadow: 3px 1px 8px #ccc !important;
  border-radius: 0.6rem !important;
  display: flex !important;
  justify-content: space-between !important;
  height: 7rem;
}

/* line 300, app/assets/stylesheets/application.scss */
.card-content {
  display: flex !important;
  justify-content: space-between !important;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  margin-top: 2.8rem !important;
  width: 100% !important;
}
