@charset "UTF-8";
/*
 * jQuery UI CSS Framework 1.8.18
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-hidden {
  display: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-disabled {
  cursor: default !important;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion {
  width: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
* html .ui-autocomplete {
  width: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: hidden;
  *overflow: visible;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-icon-only {
  width: 2.2em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
button.ui-button-icons-only {
  width: 3.7em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
input.ui-button {
  padding: .4em 1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-buttonset {
  margin-right: 7px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable {
  position: relative;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  z-index: 99999;
  display: block;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url(/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-content a {
  color: #222;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-header a {
  color: #222;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget :active {
  outline: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/images/ui-icons_222222_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_222222_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_222222_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-default .ui-icon {
  background-image: url(/images/ui-icons_888888_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/ui-icons_454545_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-active .ui-icon {
  background-image: url(/images/ui-icons_454545_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-highlight .ui-icon {
  background-image: url(/images/ui-icons_2e83ff_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cd0a0a_256x240.png);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-overlay {
  background: #aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 10, vendor/assets/stylesheets/jquery-ui.legacy.css */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/*admin*/
/* line 3, app/assets/stylesheets/public/admin.css */
body {
  color: #2A3B5A;
  font-family: Arial,sans-serif;
  font-size: 11px;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 15px;
}

/* line 5, app/assets/stylesheets/public/admin.css */
#nav ul li a {
  text-indent: 0em;
}

/* line 6, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav {
  background: #F9F9F9 none repeat scroll 0 0;
  border: 1px solid #DFDFDF;
  margin: 5px 0 10px;
  padding: 5px;
}

/* line 8, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a {
  color: #395479;
  margin-right: 20px;
  padding: 3px 5px;
}

/* line 13, app/assets/stylesheets/public/admin.css */
a, a:visited {
  color: #111F3A;
  outline-style: none;
  outline-width: medium;
  text-decoration: none;
}

/* line 20, app/assets/stylesheets/public/admin.css */
.mid {
  min-height: 0;
}

/* line 21, app/assets/stylesheets/public/admin.css */
* html .mid {
  height: auto;
}

/* line 22, app/assets/stylesheets/public/admin.css */
a, a:visited {
  outline: none;
  color: #111F3A;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/public/admin.css */
a:hover {
  color: #7a9abd;
  text-decoration: none;
}

/* line 24, app/assets/stylesheets/public/admin.css */
a:active {
  outline: none;
}

/* line 25, app/assets/stylesheets/public/admin.css */
.error {
  border: 3px solid #2C638F;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #EEE;
  margin: 10px 0;
}

/* line 27, app/assets/stylesheets/public/admin.css */
#admin-area {
  width: 948px;
  margin: 0 auto;
  background: #FFF;
  border-left: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}

/* line 28, app/assets/stylesheets/public/admin.css */
#admin-area h2 {
  height: 35px;
  position: relative;
  font: normal 17px/35px Arial,sans-serif;
  padding-left: 28px;
  color: #374b70;
  border-bottom: 1px solid #d4d4d4;
  background: #f2f2f2;
  margin: 0;
}

/* line 29, app/assets/stylesheets/public/admin.css */
#admin-area blockquote {
  padding: 10px;
  margin: 0;
}

/* line 30, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav {
  margin: 5px 0 10px 0;
  border: 1px solid #DFDFDF;
  background: #F9F9F9;
  padding: 5px;
}

/* line 31, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav img {
  vertical-align: middle;
}

/* line 32, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a {
  margin-right: 20px;
  color: #395479;
  padding: 3px 5px;
}

/* line 33, app/assets/stylesheets/public/admin.css */
#admin-area blockquote p.nav a:hover {
  text-decoration: none;
  color: #101e38;
  background: #DFDFDF;
}

/* line 34, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav img {
  vertical-align: middle;
}

/* line 35, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav {
  margin-left: 20px;
  color: #395479;
  padding: 3px 8px 3px 5px;
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
}

/* line 36, app/assets/stylesheets/public/admin.css */
#admin-area a.little-nav:hover {
  text-decoration: none;
  color: #101e38;
  background: #DFDFDF;
}

/* line 38, app/assets/stylesheets/public/admin.css */
#admin-area form {
  margin: 5px 0 0 0;
}

/* line 39, app/assets/stylesheets/public/admin.css */
#admin-area form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 40, app/assets/stylesheets/public/admin.css */
#admin-area form table.form-data {
  border-collapse: collapse;
  width: 500px;
  float: left;
}

/* line 42, app/assets/stylesheets/public/admin.css */
#admin-area form table.form-data td {
  padding: 5px 10px 5px 0;
}

/* line 43, app/assets/stylesheets/public/admin.css */
#admin-area form label {
  white-space: nowrap;
}

/* line 44, app/assets/stylesheets/public/admin.css */
#admin-area form input, #admin-area form textarea {
  width: 280px;
  border: 1px solid #FFF;
  background: url(/images/admin/fieldbg.gif) no-repeat;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
  font: normal 12px/12px Arial,sans-serif;
  color: #101e38;
  padding: 2px 3px;
}

/* line 45, app/assets/stylesheets/public/admin.css */
#admin-area form input.disabled {
  background: #F9F9F9;
  color: #99A3AF;
}

/* line 46, app/assets/stylesheets/public/admin.css */
#admin-area form input.box {
  width: auto;
}

/* line 47, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data {
  width: 350px;
  margin-left: 15px;
  margin-right: 10px;
  float: right;
}

/* line 48, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dl, #admin-area form .meta-data dt, #admin-area form .meta-data dd {
  margin: 0;
  padding: 0;
  display: inline;
}

/* line 49, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dt {
  font-weight: bold;
  padding-right: 5px;
}

/* line 50, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data dd {
  padding-right: 10px;
}

/* line 51, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data blockquote {
  padding: 10px;
  margin: 10px 0;
  border: 1px solid #EEE;
}

/* line 52, app/assets/stylesheets/public/admin.css */
#admin-area form .meta-data blockquote h3 {
  margin: 0 0 5px 0;
}

/*#admin-area form input#suite{width:100px}*/
/* line 55, app/assets/stylesheets/public/admin.css */
#admin-area form input#area {
  width: 125px;
}

/* line 56, app/assets/stylesheets/public/admin.css */
#admin-area form input.radio {
  width: 20px;
}

/* line 58, app/assets/stylesheets/public/admin.css */
#admin-area form input#city {
  width: 125px;
}

/* line 59, app/assets/stylesheets/public/admin.css */
#admin-area form input#zipcode {
  width: 75px;
}

/* line 60, app/assets/stylesheets/public/admin.css */
#admin-area form input#phone {
  width: 125px;
}

/* line 61, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#intro {
  width: 100%;
  height: 70px;
}

/* line 62, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#brief {
  width: 100%;
  height: 30px;
}

/* line 64, app/assets/stylesheets/public/admin.css */
#admin-area form input#floor {
  width: 25px;
}

/* line 65, app/assets/stylesheets/public/admin.css */
#admin-area form input#type {
  width: 25px;
}

/* line 66, app/assets/stylesheets/public/admin.css */
#admin-area form input#price {
  width: 75px;
}

/* line 67, app/assets/stylesheets/public/admin.css */
#admin-area form select#model_id {
  width: 175px;
}

/* line 68, app/assets/stylesheets/public/admin.css */
#admin-area form input#model_id {
  width: 75px;
}

/* line 69, app/assets/stylesheets/public/admin.css */
#admin-area form input#square_feet {
  width: 75px;
}

/* line 70, app/assets/stylesheets/public/admin.css */
#admin-area form textarea#description {
  width: 100%;
}

/* line 72, app/assets/stylesheets/public/admin.css */
#admin-area #news-form textarea#intro {
  width: 450px;
}

/* line 73, app/assets/stylesheets/public/admin.css */
#admin-area #news-form textarea#full_story {
  width: 100%;
  height: 350px;
}

/* line 75, app/assets/stylesheets/public/admin.css */
#admin-area button {
  width: auto;
  overflow: visible;
  margin-right: 10px;
  margin-top: 15px;
  font-size: 12px;
  background: #DFDFDF;
  padding: 3px 10px;
  border: 3px solid #CCC;
  font-weight: normal;
  color: #101e38;
}

/* line 76, app/assets/stylesheets/public/admin.css */
#admin-area form #intro_parent table td {
  padding: 0;
}

/* line 77, app/assets/stylesheets/public/admin.css */
#admin-area form #full_story_parent table td {
  padding: 0;
}

/* line 78, app/assets/stylesheets/public/admin.css */
#admin-area form td ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 79, app/assets/stylesheets/public/admin.css */
#admin-area form td li {
  float: left;
  width: 165px;
  height: 25px;
  vertical-align: middle;
}

/* line 80, app/assets/stylesheets/public/admin.css */
#admin-area form td li input {
  vertical-align: middle;
  border: auto;
  width: auto;
  background: #FFF;
}

/* line 82, app/assets/stylesheets/public/admin.css */
.data-table {
  font: normal 12px/15px Arial,sans-serif;
}

/* line 83, app/assets/stylesheets/public/admin.css */
.data-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #DFDFDF;
  margin-top: 15px;
}

/* line 84, app/assets/stylesheets/public/admin.css */
.data-table table thead tr {
  background-color: #EEE;
}

/* line 85, app/assets/stylesheets/public/admin.css */
.data-table table thead tr th.headerSortUp {
  cursor: pointer;
  background: #DFDFDF url(/images/admin/asc.gif) no-repeat right center;
  cursor: pointer;
  padding-right: 15px;
}

/* line 86, app/assets/stylesheets/public/admin.css */
.data-table table thead tr th.headerSortDown {
  cursor: pointer;
  background: #DFDFDF url(/images/admin/desc.gif) no-repeat right center;
  cursor: pointer;
  padding-right: 15px;
}

/* line 87, app/assets/stylesheets/public/admin.css */
.data-table table th {
  cursor: pointer;
  font-weight: bold;
  padding: 3px;
  border: 1px solid #DFDFDF;
}

/* line 88, app/assets/stylesheets/public/admin.css */
.data-table table td {
  padding: 3px;
  border: 1px solid #DFDFDF;
}

/* line 90, app/assets/stylesheets/public/admin.css */
.data-table table td img {
  vertical-align: center;
}

/* line 91, app/assets/stylesheets/public/admin.css */
.image-container {
  border: 1px solid #EEE;
  padding: 5px;
  text-align: center;
  margin: 5px 0;
}

/* line 93, app/assets/stylesheets/public/admin.css */
#property-list td.name {
  font-weight: bold;
  height: 40px;
  background: #F9F9F9 none repeat scroll 0 0;
  border: 2px solid #DFDFDF;
}

/* line 94, app/assets/stylesheets/public/admin.css */
#property-list td.edit {
  text-align: center;
}

/* line 95, app/assets/stylesheets/public/admin.css */
#property-list td.soldout {
  width: 8%;
  text-align: center;
}

/* line 96, app/assets/stylesheets/public/admin.css */
#property-list td.name {
  width: 22%;
}

/* line 97, app/assets/stylesheets/public/admin.css */
#property-list td.loc {
  width: 30%;
}

/* line 98, app/assets/stylesheets/public/admin.css */
#property-list td.loc a:hover {
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/public/admin.css */
#property-list td.loc .map {
  font-size: 10px;
  vertical-align: middle;
  display: block;
  width: 50px;
  height: 16px;
  float: right;
  margin-right: 5px;
}

/* line 100, app/assets/stylesheets/public/admin.css */
#property-list td.loc .map img {
  vertical-align: middle;
}

/* line 101, app/assets/stylesheets/public/admin.css */
#property-list td.web {
  width: 25%;
}

/* line 102, app/assets/stylesheets/public/admin.css */
#property-list td.units {
  text-align: center;
  width: 8%;
}

/* line 103, app/assets/stylesheets/public/admin.css */
#property-list td.units a:hover {
  text-decoration: none;
}

/* line 104, app/assets/stylesheets/public/admin.css */
#property-list td.units .count {
  font-size: 10px;
  vertical-align: middle;
}

/* line 105, app/assets/stylesheets/public/admin.css */
#property-list td.units img {
  vertical-align: middle;
}

/* line 106, app/assets/stylesheets/public/admin.css */
#property-list td.active {
  text-align: center;
}

/* line 107, app/assets/stylesheets/public/admin.css */
#property-list td.delete {
  text-align: center;
}

/* line 108, app/assets/stylesheets/public/admin.css */
#property-list td.featured {
  text-align: center;
}

/* line 111, app/assets/stylesheets/public/admin.css */
#floorplan-list td.sqft {
  width: 15%;
  text-align: center;
}

/* line 112, app/assets/stylesheets/public/admin.css */
#floorplan-list td.name {
  width: 40%;
}

/* line 113, app/assets/stylesheets/public/admin.css */
#floorplan-list td.edit {
  width: 5%;
  text-align: center;
}

/* line 114, app/assets/stylesheets/public/admin.css */
#floorplan-list td.delete {
  width: 5%;
  text-align: center;
}

/* line 115, app/assets/stylesheets/public/admin.css */
#floorplan-list td.pdf {
  width: 5%;
  text-align: center;
}

/* line 116, app/assets/stylesheets/public/admin.css */
#floorplan-list td.image {
  width: 5%;
  text-align: center;
}

/* line 118, app/assets/stylesheets/public/admin.css */
#news-list td.edit {
  text-align: center;
}

/* line 119, app/assets/stylesheets/public/admin.css */
#news-list td.property {
  text-align: center;
}

/* line 120, app/assets/stylesheets/public/admin.css */
#news-list td.delete {
  text-align: center;
}

/* line 121, app/assets/stylesheets/public/admin.css */
#news-list td.updatedon {
  text-align: right;
}

/* line 122, app/assets/stylesheets/public/admin.css */
#news-list td.active {
  text-align: center;
}

/* line 123, app/assets/stylesheets/public/admin.css */
#news-list td.featured {
  text-align: center;
}

/* line 125, app/assets/stylesheets/public/admin.css */
.image-container {
  border: 1px solid #EEEEEE;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
}

/* line 1, app/assets/stylesheets/public/availability.css */
#availability {
  font-size: 12px;
  line-height: 17px;
}

/* line 6, app/assets/stylesheets/public/availability.css */
h4 {
  color: #2D65B2;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding: 0 0 5px 0;
}

/* line 13, app/assets/stylesheets/public/availability.css */
h4.description {
  padding: 0px;
}

/* line 16, app/assets/stylesheets/public/availability.css */
.black {
  color: #333;
  font-size: 10px;
  padding: 0px;
}

/* line 21, app/assets/stylesheets/public/availability.css */
.title-black {
  color: #333;
  font-size: 10px;
  padding-bottom: 5px;
}

/* line 26, app/assets/stylesheets/public/availability.css */
.arrow {
  background-image: url(/images/blackArrow.png);
  background-position: 1px 5px;
  background-repeat: no-repeat;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 36, app/assets/stylesheets/public/availability.css */
.arrow:hover {
  background-image: url(/images/blackArrow_over.png);
  background-position: 1px 5px;
  background-repeat: no-repeat;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 47, app/assets/stylesheets/public/availability.css */
h1 {
  height: 23px;
  padding-bottom: 10px;
  color: #2D65B2;
}

/* line 53, app/assets/stylesheets/public/availability.css */
h1 {
  height: 23px;
  padding-bottom: 10px;
  color: #2D65B2;
}

/* line 59, app/assets/stylesheets/public/availability.css */
#availability-sort {
  padding: 15px 0px;
  display: block;
}

/* line 64, app/assets/stylesheets/public/availability.css */
#availability-sort .top {
  border-bottom: 1px dotted #c6c6c6;
}

/* line 68, app/assets/stylesheets/public/availability.css */
#availability-sort .filter {
  padding: 5px 0;
  display: inline-block;
  text-align: left;
  width: 100%;
}

/* line 75, app/assets/stylesheets/public/availability.css */
#availability-sort .name {
  background: #678bbf;
  color: #fff;
  font-weight: bold;
  background-image: none;
  width: 85px !important;
  text-align: right;
  padding: 7px 6px 7px 0px;
  margin-right: 10px;
}

/* line 86, app/assets/stylesheets/public/availability.css */
#availability-sort .option {
  float: left;
  width: 122px;
}

/* line 91, app/assets/stylesheets/public/availability.css */
#availability-sort .options {
  float: left;
  padding: 7px;
  width: 635px;
  border-bottom: 1px solid #678bbf;
}

/* line 98, app/assets/stylesheets/public/availability.css */
#availability-sort .option a {
  padding: 0 9px 0 12px;
  text-decoration: none;
  color: #4C4C4C;
  background-image: url(/images/contactPage/checkoff.gif);
  background-repeat: no-repeat;
  background-position: 1px 3px;
}

/* line 107, app/assets/stylesheets/public/availability.css */
#availability-sort .option a:hover {
  color: #2D65B2;
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 112, app/assets/stylesheets/public/availability.css */
#availability-sort .option .select {
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 116, app/assets/stylesheets/public/availability.css */
#availability-sort em {
  color: #2D65B2;
}

/* NEW_AVAILABILITY_INDEX_ENABLED - start */
/* line 121, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .option.name {
  width: 70px !important;
}

/* line 125, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .option {
  width: auto;
}

/* line 129, app/assets/stylesheets/public/availability.css */
#availability-sort.old-availability-index-page .separator {
  margin-right: 10px;
  color: #2D65B2;
}

/* NEW_AVAILABILITY_INDEX_ENABLED - end */
/* line 135, app/assets/stylesheets/public/availability.css */
.availability-content {
  padding: 15px 0px;
}

/* line 139, app/assets/stylesheets/public/availability.css */
.availability-content a {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 145, app/assets/stylesheets/public/availability.css */
.availability-content a:hover {
  text-decoration: underline;
  color: #2D65B2;
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/public/availability.css */
.availability-content table {
  width: 960px;
}

/* line 155, app/assets/stylesheets/public/availability.css */
.availability-content table th {
  height: 50px;
  border-bottom: 2px solid #c6c6c6;
}

/* line 160, app/assets/stylesheets/public/availability.css */
.availability-content table tr:hover {
  background: transparent url(/images/gradients/bottom.png) repeat-x;
  background-position: 0px left;
}

/* line 165, app/assets/stylesheets/public/availability.css */
.availability-content table tr:active {
  background-color: #DDeeFF;
  background: transparent url(/images/gradients/bottom.png) repeat-x;
  background-position: 0px left;
}

/* line 171, app/assets/stylesheets/public/availability.css */
.availability-content table td {
  height: 50px;
  border-bottom: 1px solid #c6c6c6;
  text-align: center;
}

/* line 177, app/assets/stylesheets/public/availability.css */
.availability-content table .small {
  width: 70px;
}

/* line 181, app/assets/stylesheets/public/availability.css */
.availability-content table .medium {
  width: 100px;
}

/* line 185, app/assets/stylesheets/public/availability.css */
.availability-content table .large {
  width: 150px;
  text-align: left;
}

/* line 190, app/assets/stylesheets/public/availability.css */
#signageOpportunity {
  display: block;
  height: 23px;
  width: 164px;
  text-indent: -999em;
  background: transparent url(/images/btn_signage-opportunity_off.gif) no-repeat scroll left top;
}

/* line 198, app/assets/stylesheets/public/availability.css */
#signageOpportunity:hover {
  background: transparent url(/images/btn_signage-opportunity_on.gif) no-repeat scroll left top;
}

/* line 202, app/assets/stylesheets/public/availability.css */
#terraceOpportunities {
  display: block;
  height: 41px;
  width: 164px;
  line-height: 41px;
  background-color: #2a60a6;
  color: white;
  text-indent: 0;
  text-align: center;
  padding: 0 10px;
  white-space: nowrap;
}

/* line 215, app/assets/stylesheets/public/availability.css */
#terraceOpportunities:hover {
  text-decoration: underline;
  background-color: lightgray;
  color: black;
  text-indent: 0;
}

/* line 222, app/assets/stylesheets/public/availability.css */
#view-all {
  display: block;
  height: 23px;
  width: 164px;
  text-indent: -999em;
  background: transparent url(/images/btn_view-all_off.gif) no-repeat scroll left top;
}

/* line 230, app/assets/stylesheets/public/availability.css */
#view-all:hover {
  background: transparent url(/images/btn_view-all_on.gif) no-repeat scroll left top;
}

/* line 234, app/assets/stylesheets/public/availability.css */
#back a {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #2D65B2;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* line 245, app/assets/stylesheets/public/availability.css */
#back a:hover {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #c6c6c6;
  color: black;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/public/availability.css */
.left {
  float: left;
  width: 585px;
}

/* line 261, app/assets/stylesheets/public/availability.css */
.left-sect {
  padding: 0 0 10px 0;
}

/* line 265, app/assets/stylesheets/public/availability.css */
.img-left-box {
  float: left;
  padding: 0 20px 0 0;
}

/* line 270, app/assets/stylesheets/public/availability.css */
.img-left-box img {
  width: 110px;
  height: 126px;
}

/* line 275, app/assets/stylesheets/public/availability.css */
.callouts {
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 10px 0;
  margin: 20px 0;
}

/* line 282, app/assets/stylesheets/public/availability.css */
.callouts h5 {
  -x-system-font: none;
  color: #2D65B2;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 16px;
  width: 117px;
}

/* line 297, app/assets/stylesheets/public/availability.css */
.tenants {
  float: left;
  list-style-type: none;
  padding: 0;
  width: 400px;
  padding-left: 5px;
}

/* line 306, app/assets/stylesheets/public/availability.css */
ul.tenants.leasing_contacts {
  width: 450px;
}

/* line 310, app/assets/stylesheets/public/availability.css */
li.contacs {
  display: inline-block;
}

/* line 314, app/assets/stylesheets/public/availability.css */
.contact-email,
.contact-phone {
  width: 80px;
}

/* line 318, app/assets/stylesheets/public/availability.css */
.contact-name {
  width: 90px;
}

/* line 322, app/assets/stylesheets/public/availability.css */
.contact-company {
  width: 110px;
}

/* line 325, app/assets/stylesheets/public/availability.css */
.contact-name,
.contact-phone,
.contact-email,
.contact-company {
  float: left;
  padding-right: 10px;
}

/* line 333, app/assets/stylesheets/public/availability.css */
.contact-email {
  width: 100px;
}

/* line 337, app/assets/stylesheets/public/availability.css */
.left-btns li {
  line-height: 10px;
  padding: 2px 0 8px;
}

/* line 342, app/assets/stylesheets/public/availability.css */
.left-btns li a {
  width: 260px;
  background: transparent url(/images/availability-btn-bg.png) no-repeat scroll left top;
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 10px;
  padding: 7px 0 6px 28px;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 355, app/assets/stylesheets/public/availability.css */
.left-btns li a:hover {
  background: transparent url(/images/availability-btn-bg_over.png) no-repeat scroll left top;
  color: #000;
}

/* line 359, app/assets/stylesheets/public/availability.css */
#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 363, app/assets/stylesheets/public/availability.css */
.right {
  float: right;
  width: 270px;
  font-size: 10px;
}

/* line 369, app/assets/stylesheets/public/availability.css */
.right-sect {
  padding: 0 0 20px 0;
}

/* line 373, app/assets/stylesheets/public/availability.css */
.img-right-box {
  margin: 0 0 10px 0;
  width: 264px;
  height: 217px;
  border: 1px solid #ccc;
  text-align: center;
  overflow: hidden;
  text-indent: -999em;
  background-position: 50% 45%;
  background-size: 300px;
}

/* line 387, app/assets/stylesheets/public/availability.css */
.img-right-box a {
  display: block;
  height: 100%;
}

/* line 392, app/assets/stylesheets/public/availability.css */
.floorplan-container {
  width: 270px;
  height: 295px;
}

/* line 397, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan {
  height: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 404, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan-bar {
  text-align: center;
}

/* line 408, app/assets/stylesheets/public/availability.css */
.floorplan-box .floorplan-bar .current {
  color: #2D65B2;
}

/* line 412, app/assets/stylesheets/public/availability.css */
#form label {
  padding: 10px 0 2px;
  display: block;
  text-transform: uppercase;
}

/* line 418, app/assets/stylesheets/public/availability.css */
.form-input {
  width: 266px;
  height: 16px;
  border: 1px solid #ccc;
}

/* line 424, app/assets/stylesheets/public/availability.css */
#form textarea {
  height: 80px;
}

/* line 428, app/assets/stylesheets/public/availability.css */
#submitBtn {
  background: transparent url(/images/contactPage/submitBtn.png) no-repeat scroll left top;
  display: block;
  height: 23px;
  text-indent: -999em;
  width: 93px;
  border: 0px;
}

/* line 437, app/assets/stylesheets/public/availability.css */
#submitBtn:hover {
  background: transparent url(/images/contactPage/submitBtn-on.png) no-repeat scroll left top;
}

/* line 441, app/assets/stylesheets/public/availability.css */
#form .notice {
  font-weight: bold;
}

/* line 445, app/assets/stylesheets/public/availability.css */
#form .alert {
  color: #FF0000;
}

/* line 449, app/assets/stylesheets/public/availability.css */
.left h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 450, app/assets/stylesheets/public/availability.css */
.left h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 451, app/assets/stylesheets/public/availability.css */
.left h1#w47th {
  background: url(/images/114_west_47th_street.png) top left no-repeat;
}

/* line 452, app/assets/stylesheets/public/availability.css */
.left h1#aveAmer1155 {
  background: url(/images/1155_ave_of_the_americas.png) top left no-repeat;
}

/* line 453, app/assets/stylesheets/public/availability.css */
.left h1#aveAmer1133 {
  background: url(/images/1133_ave_of_the_americas.png) top left no-repeat;
}

/* line 454, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve825 {
  background: url(/images/825_third_avenue.png) top left no-repeat;
}

/* line 455, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve675 {
  background: url(/images/675_third_ave.png) top left no-repeat;
}

/* line 456, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve733 {
  background: url(/images/733_third_ave.png) top left no-repeat;
}

/* line 457, app/assets/stylesheets/public/availability.css */
.left h1#thirdAve655 {
  background: url(/images/655_third_ave.png) top left no-repeat;
}

/* line 458, app/assets/stylesheets/public/availability.css */
.left h1#e42nd {
  background: url(/images/205_east_42nd_street.png) top left no-repeat;
}

@font-face {
  font-family: Lato;
  src: url(/assets/Lato-Regular.ttf) format("truetype");
  /* For IE */
  src: local("Lato"), url(/assets/Lato-Light.ttf) format("truetype");
  /* For non-IE */
}

/* line 466, app/assets/stylesheets/public/availability.css */
h1#property-text-title {
  color: #2D65B2;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: left;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, app/assets/stylesheets/public/colorbox.css */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/public/colorbox.css */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(/images/background.png);
}

/* line 7, app/assets/stylesheets/public/colorbox.css */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, app/assets/stylesheets/public/colorbox.css */
#cboxContent {
  position: relative;
}

/* line 9, app/assets/stylesheets/public/colorbox.css */
#cboxLoadedContent {
  overflow: auto;
  margin-bottom: 28px;
}

/* line 10, app/assets/stylesheets/public/colorbox.css */
#cboxTitle {
  margin: 0;
}

/* line 11, app/assets/stylesheets/public/colorbox.css */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, app/assets/stylesheets/public/colorbox.css */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/public/colorbox.css */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}

/* line 14, app/assets/stylesheets/public/colorbox.css */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 22, app/assets/stylesheets/public/colorbox.css */
#cboxTopLeft {
  background: url(/images/corner_top_left.png) no-repeat scroll 0 0;
  width: 12px;
  height: 15px;
}

/* line 23, app/assets/stylesheets/public/colorbox.css */
#cboxTopRight {
  background: url(/images/corner_top_right.png) no-repeat scroll 0 0;
  width: 12px;
  height: 15px;
}

/* line 24, app/assets/stylesheets/public/colorbox.css */
#cboxBottomLeft {
  background: url(/images/corner_bottom_left.png) repeat scroll 0 0;
  height: 15px;
  width: 12px;
}

/* line 25, app/assets/stylesheets/public/colorbox.css */
#cboxBottomRight {
  background: url(/images/corner_bottom_right.png) no-repeat scroll 0 0;
  height: 15px;
  width: 12px;
}

/* line 26, app/assets/stylesheets/public/colorbox.css */
#cboxMiddleLeft {
  background: url(/images/border_left.png) repeat-y;
  width: 12px;
  height: 300px;
}

/* line 27, app/assets/stylesheets/public/colorbox.css */
#cboxMiddleRight {
  background: url(/images/borer_right.png) repeat-y;
  width: 12px;
}

/* line 28, app/assets/stylesheets/public/colorbox.css */
#cboxTopCenter {
  background: url(/images/border_top.png) repeat-x scroll 0 0;
  height: 15px;
}

/* line 29, app/assets/stylesheets/public/colorbox.css */
#cboxBottomCenter {
  background: url(/images/border_bottom.png) repeat-x scroll 0 0;
  height: 15px;
}

/* line 30, app/assets/stylesheets/public/colorbox.css */
#cboxContent {
  background: #fff;
}

/* line 31, app/assets/stylesheets/public/colorbox.css */
.cboxIframe {
  background: #fff;
}

/* line 32, app/assets/stylesheets/public/colorbox.css */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 33, app/assets/stylesheets/public/colorbox.css */
#cboxTitle {
  position: absolute;
  bottom: 1px;
  left: 0;
  text-align: left;
  width: 85%;
  color: #3577ad;
  font-family: Arial, Helvetica, sans-serif;
  z-index: 900;
  color: #2d65b2;
  font-weight: normal;
  font-size: 12px;
  padding-left: 9px;
}

/* line 34, app/assets/stylesheets/public/colorbox.css */
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  display: none;
}

/* line 35, app/assets/stylesheets/public/colorbox.css */
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

/* line 36, app/assets/stylesheets/public/colorbox.css */
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -32px;
  background: url(/images/previous.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
  border: 0;
}

/* line 37, app/assets/stylesheets/public/colorbox.css */
#cboxNext {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -32px;
  background: url(/images/next.png) no-repeat;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
  border: 0;
}

/* line 38, app/assets/stylesheets/public/colorbox.css */
#cboxLoadingOverlay {
  background: #000;
}

/* line 39, app/assets/stylesheets/public/colorbox.css */
#cboxLoadingGraphic {
  background: url(/images/loading.gif) no-repeat center center;
}

/* line 41, app/assets/stylesheets/public/colorbox.css */
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/images/close.png) -25px 0px no-repeat;
  height: 25px;
  text-indent: -9999px;
  background: transparent url(/images/close.png) no-repeat scroll 0 0;
  text-indent: -9999px;
  width: 74px;
  border: 0;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/
/* Layout helpers
----------------------------------*/
/* line 9, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-hidden {
  display: none;
}

/* line 10, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-hidden-accessible {
  position: absolute;
  left: -99999999px;
}

/* line 11, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
  width: 251px;
}

/* line 12, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 13, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
/* line 15, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 16, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 18, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 23, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 30, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 37, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Georgia&fwDefault=normal&fsDefault=21px&cornerRadius=4px&bgColorHeader=ffffff&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=0&borderColorHeader=fff&fcHeader=&iconColorHeader=1a4e91&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=0&borderColorContent=ffffff&fcContent=000&iconColorContent=1a4e91&bgColorDefault=fffff&bgTextureDefault=02_glass.png&bgImgOpacityDefault=0&borderColorDefault=e5e5e5&fcDefault=1a4e91&iconColorDefault=1a4e91&bgColorHover=ffffff&bgTextureHover=02_glass.png&bgImgOpacityHover=0&borderColorHover=e5e5e5&fcHover=1a4e91&iconColorHover=1a4e91&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=0&borderColorActive=e5e5e5&fcActive=1a4e91&iconColorActive=1a4e91&bgColorHighlight=0&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=0&borderColorHighlight=fff&fcHighlight=363636&iconColorHighlight=1a4e91&bgColorError=fef1ec&bgTextureError=05_inset_soft.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
*/
/* Component containers
----------------------------------*/
/* line 51, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget {
  font-family: arial;
  font-size: 12px;
}

/* line 52, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Georgia;
  font-size: 1em;
}

/* line 53, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff url(/images/ui-bg_flat_0_ffffff_40x100.png) 50% 50% repeat-x;
  color: #000;
}

/* line 54, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-content a {
  color: #000000;
}

/* line 55, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-header {
  background: #fff;
  border: 1px solid #fff;
  color: #000000;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-header a {
  color: #000000;
}

/* Interaction states
----------------------------------*/
/* line 60, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-default, .ui-widget-content .ui-state-default {
  border-radius: 0px;
  background: #ffffff;
  font-weight: normal;
  color: #1a4e91;
  outline: none;
}

/* line 61, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  margin-right: 20px;
  color: #1a4e91;
  text-decoration: none;
  outline: none;
}

/* line 62, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
  font-weight: normal;
  color: #1a4e91;
  outline: none;
}

/* line 63, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1a4e91;
  text-decoration: none;
  outline: none;
}

/* line 64, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-active, .ui-widget-content .ui-state-active {
  border-radius: 0px;
  background: #ffffff url(/images/gray_bar.png) left top no-repeat;
  font-weight: normal;
  color: #1a4e91;
  outline: none;
}

/* line 65, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #000000;
  outline: none;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 69, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid #fff;
  background: #000 url(/images/ui-bg_glass_0_0_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 70, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
  color: #363636;
}

/* line 71, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-error, .ui-widget-content .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
  color: #cd0a0a;
}

/* line 72, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-error a, .ui-widget-content .ui-state-error a {
  color: #cd0a0a;
}

/* line 73, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-error-text, .ui-widget-content .ui-state-error-text {
  color: #cd0a0a;
}

/* line 74, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-disabled, .ui-widget-content .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 75, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-priority-primary, .ui-widget-content .ui-priority-primary {
  font-weight: bold;
}

/* line 76, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 82, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon {
  width: 14px;
  height: 16px;
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 83, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-content .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 84, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-header .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 85, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-default .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 86, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 87, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-active .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 88, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-highlight .ui-icon {
  background-image: url(/images/ui-icons_1a4e91_256x240.png);
}

/* line 89, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
/* line 92, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 93, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 94, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 95, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 96, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 97, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 98, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 99, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 100, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 101, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 102, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 103, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 104, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-e {
  background-position: -38px -16px;
}

/* line 105, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-se {
  background-position: -50px -16px;
}

/* line 106, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-s {
  background-position: -68px -16px;
}

/* line 107, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 108, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 109, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 110, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 111, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 112, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 113, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 114, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 115, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 116, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 117, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 118, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 119, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 120, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 121, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 122, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 123, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 124, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 125, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 126, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 127, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 128, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 129, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 130, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 131, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 132, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 133, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 134, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 135, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 136, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 137, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 138, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 139, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 140, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 141, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 142, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 143, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 144, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 145, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 146, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 147, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 148, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 149, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 150, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 151, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 152, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 153, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 154, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 155, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 156, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 157, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 158, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 159, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 160, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 161, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 162, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 163, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 164, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 165, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 166, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 167, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 168, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 169, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 170, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 171, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 172, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 173, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 174, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 175, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 176, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 177, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 178, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 179, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 180, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 181, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 182, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 183, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 184, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 185, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 186, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 187, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 188, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 189, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 190, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 191, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 192, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 193, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 194, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 195, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 196, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 197, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 198, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 199, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 200, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 201, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 202, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 203, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 204, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 205, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 206, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 207, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 208, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 209, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 210, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 211, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 212, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 213, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 214, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 215, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 216, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 217, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 218, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 219, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 220, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 221, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 222, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 223, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 224, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 225, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 226, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 227, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 228, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 229, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 230, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 231, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 232, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 233, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 234, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 235, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 236, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 237, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 238, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 239, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 240, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 241, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 242, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 243, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 244, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 245, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 246, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 247, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 248, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 249, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 250, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 251, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 252, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 253, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 254, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 255, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 256, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 257, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 258, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 259, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 260, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 261, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 262, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 263, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 264, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/*.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { - }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }*/
/* Overlays */
/* line 282, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-overlay {
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
}

/* line 283, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .30;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

/* Accordion
----------------------------------*/
/* line 285, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  zoom: 1;
  width: 251px;
  padding: 6px 0 6px 0;
}

/* line 286, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 287, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
  color: #939916;
}

/* line 288, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
#content-bottom .ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 10px;
  font-weight: bold;
  padding: 0.6em 0.5em 0.5em 1.1em;
  color: #000;
  text-transform: uppercase;
}

/* line 289, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
#content-bottom .ui-accordion .ui-accordion-header a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 290, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: 0;
  top: 11px;
  margin-top: 0px;
}

/* line 291, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-content {
  border-radius: 0px;
  padding: 0px;
  margin-top: 0px;
  position: relative;
  top: 0;
  margin-bottom: 0px;
  overflow: hidden;
  display: none;
  width: 251px;
  font-size: 10px;
  color: #000000;
  font-family: arial;
  background: #f1f1f1;
}

/* line 292, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-accordion .ui-accordion-content-active {
  display: block;
  margin-bottom: 11px;
}

/* Datepicker
----------------------------------*/
/* line 294, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
}

/* line 295, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 296, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 297, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 298, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 299, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 300, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 301, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 302, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 303, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 304, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-title select {
  float: left;
  font-size: 1em;
  margin: 1px 0;
}

/* line 305, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 306, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 308, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  float: right;
}

/* line 309, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 310, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 311, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 312, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 313, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 314, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 315, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 318, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 319, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 320, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 321, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 322, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 323, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 324, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 325, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 326, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 327, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
/* line 330, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 331, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 332, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 333, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 334, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 335, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 336, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 337, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 338, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 339, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 340, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 343, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/* Dialog
----------------------------------*/
/* line 355, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog {
  position: relative;
  padding: .2em;
  width: 300px;
}

/* line 356, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-titlebar {
  padding: .5em .3em .3em 1em;
  position: relative;
}

/* line 357, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0 .2em;
}

/* line 358, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 359, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 360, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 361, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-content {
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 362, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 363, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: .5em .4em .5em 0;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}

/* line 364, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 365, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* Progressbar
----------------------------------*/
/* line 368, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

/* line 369, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* Resizable
----------------------------------*/
/* line 371, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable {
  position: relative;
}

/* line 372, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

/* line 373, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 374, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0px;
}

/* line 375, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0px;
}

/* line 376, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0px;
  height: 100%;
}

/* line 377, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0px;
  height: 100%;
}

/* line 378, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 379, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 380, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 381, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* Slider
----------------------------------*/
/* line 383, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 384, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 385, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}

/* line 387, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-horizontal {
  height: .8em;
}

/* line 388, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 389, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 390, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 391, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 393, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 394, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 395, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 396, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 397, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Tabs
----------------------------------*/
/* line 399, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs {
  padding: .2em;
  zoom: 1;
}

/* line 400, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav {
  list-style: none;
  position: relative;
  padding: .2em .2em 0;
}

/* line 401, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav li {
  position: relative;
  float: left;
  border-bottom-width: 0 !important;
  margin: 0 .2em -1px 0;
  padding: 0;
}

/* line 402, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  text-decoration: none;
  padding: .5em 1em;
}

/* line 403, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  padding-bottom: 1px;
  border-bottom-width: 0;
}

/* line 404, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

/* line 405, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 406, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-panel {
  padding: 1em 1.4em;
  display: block;
  border-width: 0;
  background: none;
}

/* line 407, app/assets/stylesheets/public/jquery-ui-1.7.2.custom.css */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*============= media page style ============*/
/* line 3, app/assets/stylesheets/public/media.css */
#about-media {
  font-size: 12px;
  line-height: 17px;
}

/* line 4, app/assets/stylesheets/public/media.css */
#about-media-sort {
  padding: 15px 0px;
}

/* line 5, app/assets/stylesheets/public/media.css */
.thik_bottom_bar {
  border-bottom: 3px dotted #c6c6c6;
}

/* line 7, app/assets/stylesheets/public/media.css */
#about-media-sort ul li {
  position: relative;
  margin: 0 9px 0 0;
  display: inline;
  background: transparent url(/images/blue_bar.gif) no-repeat scroll right 1px;
}

/* line 8, app/assets/stylesheets/public/media.css */
#about-media-sort ul li.last {
  background: transparent none no-repeat scroll right 1px;
}

/* line 10, app/assets/stylesheets/public/media.css */
#about-media-sort ul li a {
  padding: 0 9px 0 12px;
  text-decoration: none;
  color: #4C4C4C;
  background-image: url(/images/contactPage/checkoff.gif);
  background-repeat: no-repeat;
  background-position: 1px 3px;
}

/* line 11, app/assets/stylesheets/public/media.css */
#about-media-sort ul li a:hover {
  color: #2D65B2;
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 13, app/assets/stylesheets/public/media.css */
#about-media-sort .select {
  color: #2D65B2;
  background-image: url(/images/contactPage/checkon.gif);
}

/* line 14, app/assets/stylesheets/public/media.css */
#about-media-sort .first {
  font-weight: bold;
  color: #2D65B2;
  background-image: none;
}

/* line 15, app/assets/stylesheets/public/media.css */
#about-media-sort em {
  color: #2D65B2;
}

/* line 17, app/assets/stylesheets/public/media.css */
#about-media .about-media-content {
  padding: 15px 0px;
  border-bottom: 1px dotted #a5a5a5;
}

/* line 18, app/assets/stylesheets/public/media.css */
#about-media .about-media-content.narrow {
  width: 650px !important;
}

/* line 20, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .left {
  float: left;
  width: 700px;
  padding-right: 50px;
}

/* line 21, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .left.narrow {
  width: 400px !important;
}

/* line 22, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .right {
  float: left;
  width: 200px;
  font-size: 12px;
  line-height: 17px;
}

/* line 23, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .right strong {
  text-transform: uppercase;
}

/* line 25, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .readstory {
  padding: 10px 0px;
}

/* line 26, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .readstory a {
  padding: 6px 20px 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  background-image: url(/images/blackArrow.png);
  background-repeat: no-repeat;
  background-position: 1px 5px;
}

/* line 28, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .readstory a:hover {
  color: #2D65B2;
  background-image: url(/images/blackArrow_over.png);
}

/* line 30, app/assets/stylesheets/public/media.css */
#about-media .about-media-content .left h3 {
  color: #2d65b2;
  font-size: 14px;
  line-height: 26px;
}

/* line 31, app/assets/stylesheets/public/media.css */
#back a {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #2D65B2;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/public/media.css */
#back a:hover {
  width: 55px;
  height: 25px;
  display: block;
  background-color: #c6c6c6;
  color: black;
  text-align: center;
  line-height: 25px;
  text-decoration: none;
}

/* ============= Pagination ============= */
/* line 35, app/assets/stylesheets/public/media.css */
#about-media .pagination {
  float: left;
  margin: 5px 0 22px 0;
  padding: 0;
  text-align: right;
}

/* line 36, app/assets/stylesheets/public/media.css */
#about-media .pagination.last {
  margin: 5px 22px 0 0;
  padding: 0;
  text-align: right;
}

/* line 37, app/assets/stylesheets/public/media.css */
#about-media .pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  height: 15px;
}

/* line 38, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li {
  float: left;
  display: inline;
  padding: 0 2px;
  color: #A9AFB3;
}

/* line 39, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li a {
  color: #000;
  text-decoration: none;
  font-size: 10px;
}

/* line 40, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li a:hover {
  text-decoration: underline;
}

/* line 41, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li.on {
  font-size: 10px;
}

/* line 42, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li.on a {
  color: #999 !important;
  font-weight: bolder;
}

/* line 43, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li.prev {
  float: left;
  display: inline;
  padding: 0 4px 0 0;
}

/* line 44, app/assets/stylesheets/public/media.css */
#about-media .pagination ul li.next {
  float: left;
  display: inline;
  padding: 0 0 0 4px;
}

/* line 46, app/assets/stylesheets/public/media.css */
#inquiries {
  float: left;
  width: 500px;
  font-size: 12px;
  line-height: 17px;
  padding-top: 5px;
}

/* line 23, app/assets/stylesheets/public/../utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/public/../utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/public/../utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/public/../utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/public/../utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/public/../utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/public/../utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/public/../utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/public/../utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/public/../utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/public/../utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/public/../utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/public/../utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/public/../utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/public/../utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/public/../utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/public/../utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/public/../utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 2, app/assets/stylesheets/public/siteNew.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  background-color: #e5e5e5;
}

/* line 4, app/assets/stylesheets/public/siteNew.scss */
a.blue {
  text-decoration: none;
  color: #2D65B2;
}

/*a.blue:hover {color:#A0A0A0;}
a.blue:visited {color:#2D65B2;}*/
/* line 8, app/assets/stylesheets/public/siteNew.scss */
ul {
  list-style-type: none;
}

/* line 9, app/assets/stylesheets/public/siteNew.scss */
img {
  border: 0;
}

/* line 10, app/assets/stylesheets/public/siteNew.scss */
* {
  outline: none;
  margin: 0;
  padding: 0;
}

/* line 13, app/assets/stylesheets/public/siteNew.scss */
#container {
  background-color: #fff;
}

/* line 14, app/assets/stylesheets/public/siteNew.scss */
#about-wrapper {
  width: 1015px;
  margin: 0 auto;
  background-color: #fff;
}

/* line 15, app/assets/stylesheets/public/siteNew.scss */
#wrapper {
  width: 1007px;
  margin: 0 auto;
  background-color: #fff;
}

/* line 16, app/assets/stylesheets/public/siteNew.scss */
#wrapper p, #about-wrapper p {
  padding: 0 0 16px 0;
}

/* line 17, app/assets/stylesheets/public/siteNew.scss */
#wrapper p.single, #about-wrapper p.single {
  padding: 0;
}

/* line 18, app/assets/stylesheets/public/siteNew.scss */
#interior-wrapper {
  width: 961px;
  margin: 0 auto;
  padding: 0 0 12px 0;
}

/* line 19, app/assets/stylesheets/public/siteNew.scss */
#home-interior-wrapper {
  width: 961px;
  margin: 0 auto;
  padding: 0;
}

/* line 20, app/assets/stylesheets/public/siteNew.scss */
#about-int {
  width: 961px;
  margin: 0 auto;
}

/* line 21, app/assets/stylesheets/public/siteNew.scss */
#header, #about-int #header {
  position: relative;
  z-index: 599;
}

/* line 22, app/assets/stylesheets/public/siteNew.scss */
#header #logo, #about-int #header #logo {
  background: transparent url(/assets/durst_logo-af90dbf35e33f96fa84ac3e92049442cd02a7b5ca7615b7723645635271c97a6.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/durst_logo-a4583cc4aa77060b7c7d9ad13e841cae3d7dc6cfa56a35394150f9a73b5cf120.svg);
  background-size: 100% 100%;
  display: block;
  width: 127px;
  height: 54px;
  text-indent: -999em;
  position: absolute;
  top: 24px;
  left: 0;
  background-position: top left;
  background-repeat: no-repeat;
}

/* line 34, app/assets/stylesheets/public/siteNew.scss */
#header span#language {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
}

/* Specific for Firefox */
@-moz-document url-prefix() {
  /* line 38, app/assets/stylesheets/public/siteNew.scss */
  #header span#language {
    width: 140px;
  }
}

/* Specific for IE9 */
/* line 42, app/assets/stylesheets/public/siteNew.scss */
:root #header span#language {
  width: 140px\9;
}

/* Specific for mobile devices */
@media only screen and (max-device-width: 1024px) {
  /* line 46, app/assets/stylesheets/public/siteNew.scss */
  #header span#language {
    width: 150px;
  }
}

/**********nav*******/
/* line 50, app/assets/stylesheets/public/siteNew.scss */
#nav {
  font-size: 10px;
  text-transform: uppercase;
  height: 27px;
  background: none;
  line-height: 11px;
  margin-bottom: 10px;
  padding-top: 59px;
}

/* line 52, app/assets/stylesheets/public/siteNew.scss */
#nav ul {
  list-style-type: none;
  background: none;
  position: relative;
  float: right;
}

/* line 54, app/assets/stylesheets/public/siteNew.scss */
#nav ul li {
  float: left;
  height: 27px;
  margin: 0 0 0 18px;
}

/* line 55, app/assets/stylesheets/public/siteNew.scss */
#nav ul li.first {
  margin: 0;
}

/* line 56, app/assets/stylesheets/public/siteNew.scss */
#nav ul li.short {
  margin: 0 0 0 26px;
}

/* line 57, app/assets/stylesheets/public/siteNew.scss */
#nav ul li a {
  padding: 8px 12px;
  color: #555555;
  text-decoration: none;
  text-indent: -999em;
}

/* line 63, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li > a {
  font-weight: bold;
  color: #7a7a7a;
  font-size: 12px;
  width: 90px;
}

/* line 69, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li:hover > a {
  background-color: #2d65b2;
  color: white;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/************nav dropdowns*********/
/* line 79, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li ul {
  display: none;
}

/* line 82, app/assets/stylesheets/public/siteNew.scss */
#nav > ul > li:hover ul {
  display: block;
}

/* line 85, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul {
  z-index: 999;
  position: absolute;
  top: 18px;
  background-color: #f1f2f2;
  padding-top: 8px;
  white-space: nowrap;
}

/* line 86, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li {
  float: none;
  margin: 0;
  display: block;
  height: auto;
  border-bottom: 1px dotted #b8d0e3;
}

/* line 87, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li.last {
  border-bottom: none;
}

/* line 88, app/assets/stylesheets/public/siteNew.scss */
* #nav ul li ul li.last {
  border-bottom: 1px dotted #f1f2f2;
}

/* necessary for ie6 */
/* line 89, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li a {
  display: block;
  color: #555555;
  text-decoration: none;
  padding: 11px 22px 9px 8px;
  text-indent: 0;
}

/* line 90, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li.indent a {
  padding: 11px 22px 9px 14px;
}

/* line 91, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li a:hover {
  color: #0f6cb6;
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#newDevProp {
  top: 0px;
  margin-left: -16px;
}

/* line 93, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#commercialProp {
  top: 32px;
  margin-left: -16px;
}

/* line 94, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul#residentialProp {
  top: 64px;
  margin-left: -16px;
}

/* line 95, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li a {
  padding-left: 30px;
}

/* line 96, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li {
  display: none;
}

/* line 97, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li:hover ul {
  left: 165px;
  display: block;
}

/* line 98, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li:hover ul li {
  left: 165px;
  display: block;
  height: 31px;
}

/* line 99, app/assets/stylesheets/public/siteNew.scss */
#nav ul li ul li ul li a:hover {
  color: #0f6cb6;
  text-decoration: none;
}

/* line 100, app/assets/stylesheets/public/siteNew.scss */
#nav ul.simplified_chinese li ul li:hover ul {
  left: 70px;
  display: block;
}

/* line 101, app/assets/stylesheets/public/siteNew.scss */
#nav ul.simplified_chinese li ul li:hover ul li {
  left: 70px;
  display: block;
  height: 31px;
}

/***************Main Content ************************/
/* line 104, app/assets/stylesheets/public/siteNew.scss */
#content-bottom {
  width: 961px;
  padding: 25px 0 56px 0;
}

/************Contact Page************/
/* line 107, app/assets/stylesheets/public/siteNew.scss */
#form-container {
  width: 406px;
  float: left;
  padding-right: 39px;
}

/* line 108, app/assets/stylesheets/public/siteNew.scss */
#address {
  float: left;
  width: 215px;
  font-size: 12px;
  line-height: 14px;
  padding-top: 20px;
}

/* line 109, app/assets/stylesheets/public/siteNew.scss */
#film_contact {
  float: left;
  width: 370px;
  font-size: 12px;
  line-height: 14px;
  padding-top: 38px;
  padding-left: 20px;
}

/* line 110, app/assets/stylesheets/public/siteNew.scss */
#film_contact li.title {
  color: #2D65B2;
  font-size: 14px;
}

/* line 111, app/assets/stylesheets/public/siteNew.scss */
#address a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 112, app/assets/stylesheets/public/siteNew.scss */
#address a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 113, app/assets/stylesheets/public/siteNew.scss */
#address ul {
  padding: 0 0 8px 0;
}

/* line 114, app/assets/stylesheets/public/siteNew.scss */
#contact-top {
  color: #2d65b2;
  font-size: 12px;
  line-height: 12px;
  padding: 11px 0 17px 0;
  background: url(/images/contactPage/contact_blue_bar.png) bottom left no-repeat;
}

/* line 115, app/assets/stylesheets/public/siteNew.scss */
#contact-top p {
  margin: 0;
  padding: 0;
}

/* line 116, app/assets/stylesheets/public/siteNew.scss */
#filter-form {
  padding-top: 16px;
}

/* line 117, app/assets/stylesheets/public/siteNew.scss */
#contact-form {
  padding: 0 0 30px 0;
  font-size: 11px;
  line-height: 11px;
  width: 406px;
  /*necessary for mac browsers*/
}

/* line 118, app/assets/stylesheets/public/siteNew.scss */
#wrapper #contact p {
  padding: 0 0 14px 0;
}

/* line 119, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#main {
  border: none;
}

/* line 120, app/assets/stylesheets/public/siteNew.scss */
#contact-form h3, #filter-form label {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 5px;
}

/* line 121, app/assets/stylesheets/public/siteNew.scss */
#contact-form label {
  font-weight: normal;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  padding-bottom: 5px;
}

/* line 122, app/assets/stylesheets/public/siteNew.scss */
#contact-form textarea {
  border: 1px solid #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}

/* line 123, app/assets/stylesheets/public/siteNew.scss */
#contact-form input {
  border: 1px solid #d6d6d6;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
  padding: 1px;
  width: 100%;
}

/* for custom input field */
/* line 125, app/assets/stylesheets/public/siteNew.scss */
.filename {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #4c4c4c;
  font-size: 12px;
}

/* line 127, app/assets/stylesheets/public/siteNew.scss */
#contact-form input.submit {
  height: 23px;
  border-width: 0px;
}

/* line 128, app/assets/stylesheets/public/siteNew.scss */
#contact-form input#pdf {
  width: 406px;
  height: 20px;
}

/* line 129, app/assets/stylesheets/public/siteNew.scss */
#contact-form textarea {
  height: 85px;
}

/* line 134, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties {
  border: 1px solid #d6d6d6;
  padding: 16px 20px 4px 20px;
  width: 364px;
  margin-bottom: 16px;
}

/* line 135, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: auto;
}

/* resetting styles for input */
/* line 136, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties input {
  width: 8px;
  height: 8px;
}

/* line 138, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties label {
  font-size: 11px;
  text-transform: none;
  display: inline;
}

/* line 139, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul {
  list-style-type: none;
}

/* line 140, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul li {
  width: 181px;
  padding: 0 0 16px 0;
  float: left;
}

/* line 141, app/assets/stylesheets/public/siteNew.scss */
#contact-form fieldset#properties ul li.first-child {
  border-bottom: 1px solid #d6d6d6;
  float: none;
  margin-bottom: 5px;
  padding-bottom: 13px;
  width: 300px;
  margin: 0 64px 13px 0;
}

/* line 142, app/assets/stylesheets/public/siteNew.scss */
#contact-form #submitButton {
  cursor: pointer;
}

/* line 143, app/assets/stylesheets/public/siteNew.scss */
#contact-form label.error {
  text-align: left;
  color: #2d65b2;
  font-weight: bold;
  display: block;
  padding: 4px 0 0 0;
  text-transform: none;
  font-size: 11px;
  width: 340px;
}

/* line 144, app/assets/stylesheets/public/siteNew.scss */
#wrapper p.thankyou {
  font-size: 12px;
  line-height: 17px;
  padding-top: 15px;
  height: 70px;
}

/* line 145, app/assets/stylesheets/public/siteNew.scss */
#contact-form a#submitBtn {
  display: block;
  width: 93px;
  height: 25px;
  background: url(/images/contactPage/submitBtn.png) left top no-repeat;
  text-indent: -999em;
}

/* line 146, app/assets/stylesheets/public/siteNew.scss */
#contact-form a#submitBtn:hover {
  background: url(/images/contactPage/submitBtn-on.png) left top no-repeat;
}

/* line 148, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP {
  text-align: right;
}

/* line 149, app/assets/stylesheets/public/siteNew.scss */
* #contact-form .pdfP {
  position: relative;
}

/* line 150, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP a {
  padding-top: 4px;
  display: inline-block;
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 151, app/assets/stylesheets/public/siteNew.scss */
* #contact-form .pdfP a {
  position: relative;
  z-index: 60000;
}

/* line 152, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP a:hover {
  color: #2d65b2;
}

/* line 153, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP label, #contact-form .pdfP input {
  text-align: left;
}

/* line 154, app/assets/stylesheets/public/siteNew.scss */
#contact-form .pdfP label.error {
  float: left;
}

/* line 155, app/assets/stylesheets/public/siteNew.scss */
#contact-form #inputCont {
  display: inline;
}

/* line 156, app/assets/stylesheets/public/siteNew.scss */
#contact-form span.error, #new_recommendation span.error {
  background: none;
  margin: 4px 0px 0px 0px;
  padding: 0;
  border: none;
  display: inline-block;
  font-weight: normal;
  color: red;
}

/* @group custom-select */
/* line 166, app/assets/stylesheets/public/siteNew.scss */
.custom-select {
  position: relative;
  z-index: 2;
  width: 193px;
  height: 26px;
  background: url(/images/contactPage/custom_drop.png) no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
}

/* line 167, app/assets/stylesheets/public/siteNew.scss */
.custom-select-box {
  position: relative;
  z-index: 2;
  float: left;
  line-height: 25px;
  padding-left: 10px;
  width: 183px;
  height: 22px;
  cursor: pointer;
}

/* line 168, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list {
  position: absolute;
  z-index: 1000;
  top: 24px;
  left: 0;
  width: 193px;
  background: #fff;
  display: none;
}

/* line 169, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul {
  list-style-type: none;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px dotted #d6d6d6;
}

/* line 170, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li {
  line-height: 24px;
}

/* line 171, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li a, .custom-select-list ul li a:visited {
  outline: none;
  height: 24px;
  display: block;
  padding: 0 5px 0 10px;
  color: #4c4c4c;
  text-decoration: none;
}

/* line 172, app/assets/stylesheets/public/siteNew.scss */
.custom-select-list ul li a:hover {
  background: #2d65b2;
  color: #fff;
}

/* @end */
/***************About Page Content & Sustainabilty Home Page Content************************/
/* line 176, app/assets/stylesheets/public/siteNew.scss */
#about-box-cont {
  width: 961px;
  background: url(/images/about_box_bkrd.jpg) repeat-y;
  min-height: 240px;
}

/* line 177, app/assets/stylesheets/public/siteNew.scss */
#about-box {
  padding: 66px 0 0 0;
  width: 961px;
  height: 280px;
  background: url(/images/about_home_right.jpg) right bottom no-repeat;
  position: relative;
}

/* line 178, app/assets/stylesheets/public/siteNew.scss */
#about-box a#timelineLink {
  position: absolute;
  width: 226px;
  height: 179px;
  display: block;
  right: 0;
  bottom: 50px;
  text-indent: -999em;
  cursor: pointer;
}

/* line 179, app/assets/stylesheets/public/siteNew.scss */
#about-box h1 {
  text-indent: -999em;
  height: 32px;
  margin: 0 0 15px 40px;
}

/* line 180, app/assets/stylesheets/public/siteNew.scss */
#about-box #box-content {
  width: 600px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin-left: 40px;
  padding-bottom: 13px;
}

/* line 181, app/assets/stylesheets/public/siteNew.scss */
#about-box #buttons {
  margin-left: 29px;
}

/* line 182, app/assets/stylesheets/public/siteNew.scss */
#about-box #buttons a {
  display: block;
  text-indent: -999em;
  margin-right: 10px;
}

/* line 183, app/assets/stylesheets/public/siteNew.scss */
#about-box a#execTeam {
  background: url(/images/execTeam.png) top left no-repeat;
  width: 112px;
  height: 35px;
  float: left;
}

/* line 184, app/assets/stylesheets/public/siteNew.scss */
#about-box a#partnerships {
  background: url(/images/partnerships.png) top left no-repeat;
  width: 103px;
  height: 35px;
  float: left;
}

/* line 185, app/assets/stylesheets/public/siteNew.scss */
#about-box a#media {
  background: url(/images/media.png) top left no-repeat;
  width: 67px;
  height: 35px;
  float: left;
}

/* line 187, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav {
  width: 1015px;
  height: 240px;
}

/* line 188, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav .box {
  width: 203px;
  height: 190px;
  float: left;
  position: relative;
}

/* line 189, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav .box a {
  display: block;
  width: 149px;
  height: 170px;
  position: absolute;
  top: 20px;
  left: 0px;
  text-indent: -999em;
}

/****sustain page***/
/* line 192, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#commitment {
  background: url(/images/sustainPage/commitment.jpg) top left no-repeat;
}

/* line 193, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#commitment:hover {
  background: url(/images/sustainPage/commitment_over.jpg) top left no-repeat;
}

/* line 194, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#oneBryant {
  background: url(/images/sustainPage/one_bryant.jpg) top left no-repeat;
}

/* line 195, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#oneBryant:hover {
  background: url(/images/sustainPage/one_bryant_over.jpg) top left no-repeat;
}

/* line 196, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#fourTimes {
  background: url(/images/sustainPage/four_times.jpg) top left no-repeat;
}

/* line 197, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#fourTimes:hover {
  background: url(/images/sustainPage/four_times_over.jpg) top left no-repeat;
}

/* line 198, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#helena {
  background: url(/images/sustainPage/helena.jpg) top left no-repeat;
}

/* line 199, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#helena:hover {
  background: url(/images/sustainPage/helena_over.jpg) top left no-repeat;
}

/* line 200, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#epic {
  background: url(/images/sustainPage/epic.jpg) top left no-repeat;
}

/* line 201, app/assets/stylesheets/public/siteNew.scss */
#layoutA-nav a#epic:hover {
  background: url(/images/sustainPage/epic_over.jpg) top left no-repeat;
}

/***end***/
/* line 204, app/assets/stylesheets/public/siteNew.scss */
#layoutA-top {
  padding-bottom: 4px;
}

/* line 205, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left {
  float: left;
  width: 357px;
  padding: 50px 30px 0 0;
  font-size: 12px;
  line-height: 17px;
}

/* line 206, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left h1 {
  height: 32px;
  text-indent: -999em;
  margin-bottom: 15px;
}

/*** about headers ***/
/* line 208, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left h1#interests {
  background: url(/images/aboutPage/interests_hdr.png) top left no-repeat;
}

/* line 210, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
}

/* line 211, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a:hover {
  text-decoration: underline;
}

/* line 213, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right {
  float: left;
  width: 574px;
  min-height: 346px;
}

/***interests page ***/
/* line 216, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container {
  padding: 47px 0 0 40px;
  font-size: 12px;
  line-height: 17px;
}

/* line 217, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 218, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 219, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul {
  width: 267px;
  float: left;
  list-style-type: none;
}

/*.layoutA-right .list-container ul li ul { padding: 0 0 13px 0;}*/
/* line 222, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul li ul {
  padding: 0 0 0px 0;
}

/* line 223, app/assets/stylesheets/public/siteNew.scss */
.layoutA-right .list-container ul li ul li h4 {
  color: #2d65b2;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}

/***** Tooltip  ****/
/* line 227, app/assets/stylesheets/public/siteNew.scss */
.about-over {
  width: 202px;
  position: absolute;
  z-index: 5;
  bottom: 88px;
  right: 0;
  display: none;
  cursor: pointer;
}

/* line 228, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-top {
  height: 12px;
  background: url(/images/aboutPage/box_top.png) top left no-repeat;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/aboutPage/box_top.png');
}

/* line 232, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-mid {
  min-height: 50px;
  background: url(/images/aboutPage/box_mid.png) repeat-y;
  font-size: 10px;
  line-height: 12px;
  color: #535353;
  padding: 0 13px;
}

/* line 233, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-mid .learn {
  background: url(/images/aboutPage/learn_bul.png) left 2px no-repeat;
  padding-left: 7px;
  position: relative;
  z-index: 6;
}

/* line 234, app/assets/stylesheets/public/siteNew.scss */
.about-over .over-bot {
  background: url(/images/aboutPage/box_bottom.png) top left no-repeat;
  height: 31px;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/aboutPage/box_bottom.png');
}

/***************Sustainability subpages & Property landing pages**********************/
/* line 242, app/assets/stylesheets/public/siteNew.scss */
#topImage {
  width: 961px;
  height: 346px;
  background-position: left top;
  background-repeat: no-repeat;
}

/* line 243, app/assets/stylesheets/public/siteNew.scss */
.commit-img {
  background-image: url(/images/sustainPage/commit_main.jpg);
}

/* line 244, app/assets/stylesheets/public/siteNew.scss */
.obp-img {
  background-image: url(/images/sustainPage/obp_main.jpg);
}

/* line 245, app/assets/stylesheets/public/siteNew.scss */
.four-times-img {
  background-image: url(/images/sustainPage/four_times_main.jpg);
}

/* line 246, app/assets/stylesheets/public/siteNew.scss */
.helena-img {
  background-image: url(/images/sustainPage/helena_main.jpg);
}

/* line 247, app/assets/stylesheets/public/siteNew.scss */
.epic-img {
  background-image: url(/images/sustainPage/epic_main.jpg);
}

/***Property landing pages***/
/* line 249, app/assets/stylesheets/public/siteNew.scss */
.comm-img {
  width: 961px;
  background-image: url(/images/propertySubPages/comm_main.jpg);
}

/* line 250, app/assets/stylesheets/public/siteNew.scss */
.res-img {
  background-image: url(/images/propertySubPages/res_main.jpg);
}

/* line 251, app/assets/stylesheets/public/siteNew.scss */
.new-dev-img {
  background-image: url(/images/propertySubPages/new_dev_main.jpg);
}

/* line 252, app/assets/stylesheets/public/siteNew.scss */
.sign-img {
  background-image: url(/images/propertySubPages/lease_the_sign.jpg);
}

/**end**/
/* line 255, app/assets/stylesheets/public/siteNew.scss */
#left-nav {
  float: left;
  width: 180px;
  margin-right: 79px;
  background: url(/images/sustainPage/left_nav_grey_bar.png) top left no-repeat;
  padding: 7px 0 0 0;
}

/* line 256, app/assets/stylesheets/public/siteNew.scss */
#left-nav li {
  border-bottom: 1px dotted #b1b1b1;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 10px;
  font-weight: bold;
  padding: 11px 0;
}

/* line 257, app/assets/stylesheets/public/siteNew.scss */
#left-nav li.container {
  padding: 0;
}

/* line 258, app/assets/stylesheets/public/siteNew.scss */
#left-nav li a {
  color: #000;
  text-decoration: none;
}

/* line 259, app/assets/stylesheets/public/siteNew.scss */
#left-nav li a:hover, #left-nav li a.current {
  color: #2c65b2;
}

/**subnav**/
/* line 261, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul {
  padding: 0 0 15px 0;
}

/* line 262, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul li {
  border: none;
  padding: 14px 0 0 0;
}

/* line 263, app/assets/stylesheets/public/siteNew.scss */
#left-nav li ul li a {
  color: #4c4c4c;
}

/* line 265, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main {
  float: left;
  width: 474px;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
}

/* line 266, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#commit {
  background: url(/images/commit_hdr.png) top left no-repeat;
}

/* line 267, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 268, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 269, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#helena {
  background: url(/images/helena_hdr.png) top left no-repeat;
}

/* line 270, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h1#epic {
  background: url(/images/epic_hdr.png) top left no-repeat;
}

/* line 272, app/assets/stylesheets/public/siteNew.scss */
#layoutB-callout-cont {
  float: left;
  width: 149px;
  float: right;
}

/* line 273, app/assets/stylesheets/public/siteNew.scss */
#link-cont {
  background: url(/images/sustainPage/right_grey_bar.png) left top no-repeat;
  padding: 15px 0 0 0;
  margin-top: 11px;
  overflow: hidden;
  /*for ie6 */
}

/* line 274, app/assets/stylesheets/public/siteNew.scss */
#link-cont a {
  display: block;
  background: url(/images/blue_carat.png) left top no-repeat;
  padding-left: 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

/* line 275, app/assets/stylesheets/public/siteNew.scss */
#link-cont a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 277, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont {
  border-top: 1px dotted #a5a5a5;
  padding-top: 13px;
}

/* line 278, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont a {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
}

/* line 279, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main #site-link-cont a:hover {
  text-decoration: underline;
}

/***************Property Page Content & Sustainability Subpage Shared styles************************/
/* line 283, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a, #layoutB-main a {
  color: #4c4c4c;
  text-decoration: underline;
}

/* line 284, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a:hover, #layoutB-main a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 285, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.fancy {
  background: url(/images/blue_link_arrow.png) left top no-repeat;
  padding-left: 20px;
  text-decoration: none;
  color: #4c4c4c;
}

/* line 286, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.fancy:hover {
  text-decoration: underline;
}

/* line 287, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.caratLink {
  display: block;
  background: url(/images/arrow_circle.png) top left no-repeat;
  padding-left: 15px;
  color: #2d65b2;
  text-decoration: none;
  padding: 0 0 16px 15px;
}

/* line 288, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid a.caratLink:hover {
  text-decoration: underline;
}

/* line 289, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid .res-props {
  border-top: 1px dotted #a5a5a5;
  padding: 16px 0 0 0;
}

/* line 290, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left {
  float: left;
  width: 232px;
  margin: 0 29px 0 0;
}

/* line 291, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect {
  width: 232px;
  border-top: 1px dotted #b1b1b1;
  padding: 12px 0;
}

/* line 292, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect h4 {
  font-weight: bold;
  color: #2d65b2;
  font-size: 14px;
  line-height: 16px;
}

/* line 293, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect .category-contacts p {
  text-transform: uppercase;
  font-weight: bold;
  color: #545454;
  font-size: 0.875rem;
  line-height: 1rem;
  padding-top: 1.875rem;
}

/* line 294, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect .note {
  color: #2d65b2;
  font-size: 11px;
  line-height: 11px;
  padding-top: 7px;
  font-weight: normal;
}

/* line 296, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 297, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf li {
  background: url(/images/pdf.png) left top no-repeat;
  padding: 0 0 5px 14px;
  line-height: 10px;
}

/* line 298, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.pdf li a {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 300, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 301, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail li {
  background: url(/images/blackArrow.png) left top no-repeat;
  padding: 0 0 5px 14px;
  line-height: 10px;
}

/* line 302, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.avail li a {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 304, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns {
  list-style-type: none;
  padding: 4px 0 15px 0;
}

/* line 306, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li {
  padding: 2px 0 8px 0;
  line-height: 10px;
}

/* line 307, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li a {
  display: block;
  width: 203px;
  height: 10px;
  padding: 7px 0 6px 28px;
  background: url(/images/left_btn.png) left top no-repeat;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 308, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-left .left-sect ul.left-btns li a:hover {
  background: url(/images/left_btn_over.png) left top no-repeat;
  color: #000;
}

/* line 310, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid {
  float: left;
  width: 406px;
  margin: 0 43px 0 0;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  word-wrap: break-word;
}

/* line 311, app/assets/stylesheets/public/siteNew.scss */
* #content-bottom #three-col-mid {
  margin: 0 21px 0 0;
}

/* line 312, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1, #layoutB-main h1 {
  text-indent: -999em;
  height: 23px;
  padding-bottom: 10px;
}

/* line 313, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1, #layoutB-main h1#property-text-title {
  text-indent: 0;
}

/* line 314, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#no_title_image, #layoutB-main h1#no_title_image {
  text-indent: 0;
  font-weight: 200;
}

/***prop landing pages***/
/* line 316, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#map {
  background: url(/images/propertySubPages/prop_map_hdr.png) top left no-repeat;
}

/* line 317, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#commercial {
  background: url(/images/propertySubPages/comm_hdr.png) top left no-repeat;
}

/* line 318, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#residential {
  background: url(/images/propertySubPages/res_hdr.png) top left no-repeat;
}

/* line 319, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#new-dev {
  background: url(/images/propertySubPages/new_dev_hdr.png) top left no-repeat;
}

/***end***/
/* line 322, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#sign {
  background: url(/images/sign.png) top left no-repeat;
}

/* line 323, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#fourTimes {
  background: url(/images/four_times_square.png) top left no-repeat;
}

/* line 324, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#oneBryant {
  background: url(/images/one_bryant_park.png) top left no-repeat;
}

/* line 325, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#w47th {
  background: url(/images/114_west_47th_street.png) top left no-repeat;
}

/* line 326, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#aveAmer1155 {
  background: url(/images/1155_ave_of_the_americas.png) top left no-repeat;
}

/* line 327, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#aveAmer1133 {
  background: url(/images/1133_ave_of_the_americas.png) top left no-repeat;
}

/* line 328, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve825 {
  background: url(/images/825_third_avenue.png) top left no-repeat;
}

/* line 329, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve675 {
  background: url(/images/675_third_ave.png) top left no-repeat;
}

/* line 330, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve733 {
  background: url(/images/733_third_ave.png) top left no-repeat;
}

/* line 331, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#thirdAve655 {
  background: url(/images/655_third_ave.png) top left no-repeat;
}

/* line 332, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h1#e42nd {
  background: url(/images/205_east_42nd_street.png) top left no-repeat;
}

/* line 333, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h5 {
  font: normal 12px/16px Arial, Helvetica, sans-serif;
  color: #2d65b2;
  float: left;
}

/* line 334, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout {
  margin: 0 0 19px 0;
  border-top: 1px dotted #a5a5a5;
  border-bottom: 1px dotted #a5a5a5;
  padding: 12px 0;
}

/* line 335, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout ul.tenants {
  width: 319px;
  float: left;
  padding: 0;
  list-style-type: none;
}

/* line 336, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #callout ul.tenants li {
  background: none;
}

/* line 337, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h3, #layoutB-main h3 {
  color: #2d65b2;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  padding-bottom: 7px;
}

/* line 338, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid h4, #layoutB-main h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  line-height: 11px;
  padding-bottom: 5px;
  font-weight: bold;
}

/* line 339, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul, #layoutB-main ul {
  list-style-type: none;
  padding: 0 0 16px 0;
}

/* line 340, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul, #layoutB-main ul li {
  list-style-type: none;
  padding: 0 0 5px 10px;
}

/* line 341, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul li, #layoutB-main li {
  padding-left: 8px;
  background: url(/images/bullet.png) top left no-repeat;
}

/* line 342, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid ul.plainlist li {
  padding: 0;
  background: none;
}

/* line 343, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #form-cont {
  border-top: 1px dotted #a5a5a5;
  padding: 16px 0 0 0;
}

/* line 344, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-mid #form-cont #contact-form {
  padding-top: 0px;
}

/* line 346, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #three-col-rt {
  float: right;
  width: 251px;
}

/* line 347, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #map-page-wrapper {
  padding-top: 2px;
}

/* line 349, app/assets/stylesheets/public/siteNew.scss */
#content-bottom #video {
  padding-top: 20px;
  padding-bottom: 30px;
}

/*************** PROPERTY PAGE  ANIMATION *******************/
/*template styles */
/* line 353, app/assets/stylesheets/public/siteNew.scss */
#slideshow {
  position: relative;
  height: 348px;
  width: 961px;
  margin: 0;
  overflow: hidden;
}

/* Gallery Setup ------------------------ */
/* line 357, app/assets/stylesheets/public/siteNew.scss */
.gallery-frame {
  height: 348px;
  overflow: hidden;
  position: relative;
  top: 0px;
  width: 961px;
}

/* line 358, app/assets/stylesheets/public/siteNew.scss */
.gallery-frame ul.gallery {
  width: 10000px;
  position: relative;
  top: 0px;
}

/* line 359, app/assets/stylesheets/public/siteNew.scss */
li.entry {
  background: #fff no-repeat left top;
  height: 348px;
  width: 961px;
  float: left;
}

/* line 360, app/assets/stylesheets/public/siteNew.scss */
ul.gallery {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 361, app/assets/stylesheets/public/siteNew.scss */
ul.gallery ul {
  list-style-type: none;
}

/* line 363, app/assets/stylesheets/public/siteNew.scss */
ul.gallery ul.link {
  position: relative;
  top: 320px;
  left: 220px;
  z-index: 22;
  width: 200px;
}

/***************  END PROPERTY PAGE ANIMATION *******************/
/*accordion styles */
/* line 367, app/assets/stylesheets/public/siteNew.scss */
.learnMore {
  position: relative;
  padding-bottom: 10px;
}

/* line 368, app/assets/stylesheets/public/siteNew.scss */
.learnMore span {
  position: relative;
  top: 4px;
  padding-left: 9px;
}

/* line 369, app/assets/stylesheets/public/siteNew.scss */
.learnMore a {
  text-decoration: none;
}

/* line 370, app/assets/stylesheets/public/siteNew.scss */
.learnMore a:hover {
  text-decoration: underline;
}

/* line 371, app/assets/stylesheets/public/siteNew.scss */
a.more {
  display: block;
  background: url(/images/linkArrowOff.png) left 2px no-repeat;
  padding: 0 0 0 17px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #4c4c4c;
  font-size: 10px;
  font-weight: bold;
  margin-left: 12px;
}

/* line 372, app/assets/stylesheets/public/siteNew.scss */
a.more:hover {
  background: url(/images/linkArrowOver.png) left 2px no-repeat;
  color: #2d65b2;
  cursor: pointer;
}

/* line 374, app/assets/stylesheets/public/siteNew.scss */
.accordion_two p, .accordion_open ul, .accordion.sustainability p {
  margin: 11px 11px 10px 11px;
}

/* line 375, app/assets/stylesheets/public/siteNew.scss */
.accordion .propertyMap {
  height: 162px;
}

/* line 376, app/assets/stylesheets/public/siteNew.scss */
.accordion_three {
  margin-top: 5px;
}

/* line 377, app/assets/stylesheets/public/siteNew.scss */
.accordion_three {
  background: url(/images/blue_bar.png) top left no-repeat;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  width: 271px;
}

/* line 378, app/assets/stylesheets/public/siteNew.scss */
.accordion_three h3 {
  padding-top: 11px;
}

/* line 379, app/assets/stylesheets/public/siteNew.scss */
.accordion_three span {
  background: url(/images/ui-icons_1a4e91_256x240.png) no-repeat;
  background-position: -38px -16px;
  display: inline-block;
  height: 16px;
  width: 11px;
  float: left;
}

/* line 380, app/assets/stylesheets/public/siteNew.scss */
.accordion_three a {
  float: left;
  color: black;
  display: block;
  padding-top: 2px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

/* line 381, app/assets/stylesheets/public/siteNew.scss */
.accordion_three a:hover {
  color: #2d65b2;
  text-decoration: underline;
}

/* line 382, app/assets/stylesheets/public/siteNew.scss */
a.accordion_sublist {
  margin-left: 12px;
  color: #4C4C4C;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: bold;
}

/* line 384, app/assets/stylesheets/public/siteNew.scss */
#link-cont a {
  display: block;
  background: url(/images/blue_carat.png) left top no-repeat;
  padding-left: 12px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

/* line 386, app/assets/stylesheets/public/siteNew.scss */
.accordion, .accordion_two {
  background: url(/images/blue_bar.png) top left no-repeat;
}

/* line 387, app/assets/stylesheets/public/siteNew.scss */
#wrapper .accordion_two p {
  padding: 0;
}

/*javascript slide show navigation */
/* line 391, app/assets/stylesheets/public/siteNew.scss */
.item3 {
  text-decoration: none;
  margin: 2px;
  color: #FFFFFF;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

/* line 392, app/assets/stylesheets/public/siteNew.scss */
.item3selected {
  color: #02a3e3;
}

/* line 393, app/assets/stylesheets/public/siteNew.scss */
#navigator {
  width: 55px;
  overflow: hidden;
}

/* Properties Slide Navigation ------------------------ */
/* line 396, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation {
  float: none;
  height: 30px;
  position: absolute;
  top: 314px;
  width: 961px;
  z-index: 22;
}

/* line 397, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 398, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation a:link, #slideNavigation a:visited {
  color: #fff;
}

/* line 399, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation li {
  float: left;
  background: transparent none;
}

/* line 400, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label {
  padding-left: 5px;
  padding-right: 10px;
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 401, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label a {
  color: #ece0d4;
}

/* line 402, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector .label a.disabled:hover {
  text-decoration: none;
  cursor: default;
}

/* line 403, app/assets/stylesheets/public/siteNew.scss */
div.disabled {
  cursor: default !important;
}

/* line 404, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 405, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li {
  padding: 0 5px 0px 0px;
  margin-top: 5px;
  display: inline;
  float: none;
  background-color: transparent;
  font-size: 0.1px;
  line-height: 0.1px;
}

/* line 406, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector {
  left: 5px;
  position: relative;
  top: 12px;
  display: inline;
}

/* line 407, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a {
  color: white;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px;
  position: relative;
  top: -1px;
}

/* line 408, app/assets/stylesheets/public/siteNew.scss */
#viewAll {
  left: 811px;
  position: absolute;
  top: 320px;
  z-index: 22;
}

/* line 409, app/assets/stylesheets/public/siteNew.scss */
* #viewAll {
  z-index: 27;
}

/* line 410, app/assets/stylesheets/public/siteNew.scss */
#viewAll img {
  cursor: pointer;
}

/* line 411, app/assets/stylesheets/public/siteNew.scss */
#viewLarge {
  float: left;
  position: relative;
  top: 13px;
  z-index: 601;
  width: 65px;
  padding-left: 10px;
}

/* line 412, app/assets/stylesheets/public/siteNew.scss */
* #viewLarge {
  left: 0px;
}

/* line 413, app/assets/stylesheets/public/siteNew.scss */
#viewLarge img {
  z-index: 400;
  position: relative;
  bottom: 7px;
  z-index: 602;
}

/* line 414, app/assets/stylesheets/public/siteNew.scss */
#navBackground {
  background: black;
  opacity: .6;
  -moz-opacity: .6;
  filter: alpha(opacity=60);
  width: 961px;
  height: 35px;
  position: absolute;
  top: 314px;
  z-index: 20;
}

/* line 415, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a.current {
  color: #02a3e3;
  text-decoration: none;
}

/* line 416, app/assets/stylesheets/public/siteNew.scss */
#slideNavigation #selector ol li a:hover {
  color: #02a3e3;
  text-decoration: none;
}

/* line 417, app/assets/stylesheets/public/siteNew.scss */
#slideImage0, #slideImage1, #slideImage2, #slideImage3, #slideImage4, #slideImage5, #slideImage6, #slideImage7, #slideImage8, #slideImage9, #slideImage10, #slideImage11, #slideImage12, #slideImage13, #slideImage14 {
  display: none;
}

/*********** Footer ***********/
/* line 421, app/assets/stylesheets/public/siteNew.scss */
#footerWrapper {
  background-color: #e5e5e5;
  border-top: 1px dotted #d5d5d5;
}

/* line 422, app/assets/stylesheets/public/siteNew.scss */
#footer {
  width: 961px;
  margin: 0 auto;
  padding: 24px 0;
  font-size: 10px;
  line-height: 10px;
  color: #a6a6a6;
}

/* line 423, app/assets/stylesheets/public/siteNew.scss */
#footer ul {
  color: #818181;
  padding-bottom: 9px;
  list-style-type: none;
}

/* line 424, app/assets/stylesheets/public/siteNew.scss */
#footer ul li {
  float: left;
  background: url(/images/divide_line.png) right 1px no-repeat;
}

/* line 425, app/assets/stylesheets/public/siteNew.scss */
#footer a {
  color: #818181;
  text-decoration: none;
}

/* line 426, app/assets/stylesheets/public/siteNew.scss */
#footer a:hover {
  text-decoration: underline;
}

/* line 428, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot {
  float: left;
}

/* line 430, app/assets/stylesheets/public/siteNew.scss */
#footer address {
  padding: 0 0 14px 0;
  font-style: normal;
  line-height: 15px;
}

/* line 431, app/assets/stylesheets/public/siteNew.scss */
#footer #legalLinks {
  display: flex;
  flex-direction: column;
  margin-bottom: 14px;
  line-height: 15px;
}

/* line 432, app/assets/stylesheets/public/siteNew.scss */
#location {
  padding: 24px 0 0 0;
}

/* line 433, app/assets/stylesheets/public/siteNew.scss */
#location div {
  padding: 0 0 4px 0;
  float: right;
}

/* line 434, app/assets/stylesheets/public/siteNew.scss */
#footer #location div span {
  display: block;
  float: left;
  margin-left: 10px;
}

/* line 435, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-one {
  width: 102px;
}

/* line 436, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-two {
  width: 119px;
}

/* line 437, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-three {
  width: 150px;
}

/* line 438, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-four {
  width: 96px;
}

/* line 439, app/assets/stylesheets/public/siteNew.scss */
#footer #location .col-five {
  width: 85px;
  text-align: right;
}

/* line 441, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot {
  width: 580px;
  float: right;
}

/* line 442, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot ul {
  float: right;
}

/* line 443, app/assets/stylesheets/public/siteNew.scss */
#footer #rightFoot ul li {
  padding: 0 9px 0 7px;
}

/* line 444, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot ul li.last, #footer #rightFoot ul li.last {
  padding-right: 0px;
  background: none;
}

/* line 445, app/assets/stylesheets/public/siteNew.scss */
#footer #leftFoot ul li.first, #footer #rightFoot ul li.first {
  padding-left: 0px;
}

/*** timeline Flash hidden Container **/
/* line 450, app/assets/stylesheets/public/siteNew.scss */
#timelineFlash {
  width: 961px;
  height: 330px;
}

/* line 451, app/assets/stylesheets/public/siteNew.scss */
div#getFlashPlayer {
  color: #4c4c4c;
  text-align: center;
  position: relative;
  overflow: hidden;
  top: 30%;
}

/** Debt Clock Page **/
/* line 455, app/assets/stylesheets/public/siteNew.scss */
#zDebtBox tr td {
  text-align: left;
}

/* line 456, app/assets/stylesheets/public/siteNew.scss */
#zDebtBox tr td#debt-top {
  padding-left: 13px;
}

/* custom dropdown styles */
/* line 459, app/assets/stylesheets/public/siteNew.scss */
.dd {
  text-align: left;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
  float: left;
}

/* line 460, app/assets/stylesheets/public/siteNew.scss */
* .dd {
  float: none;
}

/* line 462, app/assets/stylesheets/public/siteNew.scss */
#contact-form select, #filter-form select {
  width: 197px;
  height: 26px;
}

/* width: 220px;  FOR MAC FF - fix this*/
/* custom dropdown styles */
/* line 469, app/assets/stylesheets/public/siteNew.scss */
.dd {
  text-align: left;
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  float: left;
}

/* line 470, app/assets/stylesheets/public/siteNew.scss */
* .dd {
  float: none;
}

/* line 471, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle {
  background: url(/../images/drop.png) repeat-x #fff;
  border: 1px solid #d6d6d6;
  padding: 0 2px 0 10px;
  text-indent: 0;
  cursor: default;
  overflow: hidden;
  height: 24px;
}

/* line 472, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.arrow {
  background: url(/../images/arrow.png) no-repeat 0 0 #fff;
  float: right;
  display: inline-block;
  width: 22px;
  height: 24px;
  cursor: pointer;
}

/* line 473, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.textTitle {
  text-indent: 1px;
  overflow: hidden;
  line-height: 23px;
}

/* line 474, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle span.textTitle img {
  text-align: left;
  padding: 0 2px 0 0;
}

/* line 475, app/assets/stylesheets/public/siteNew.scss */
.dd .ddTitle img.selected {
  padding: 0 3px 0 0;
  vertical-align: top;
}

/* line 476, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild {
  position: absolute;
  border: 1px solid #d6d6d6;
  border-top: none;
  display: none;
  margin: 0;
  width: auto;
  overflow: auto;
  overflow-x: hidden !important;
  background-color: #ffffff;
}

/* line 477, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild .opta a, .dd .ddChild .opta a:visited {
  padding-left: 10px;
}

/* line 478, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a {
  display: block;
  padding: 4px 0 4px 10px;
  text-decoration: none;
  color: #4c4c4c;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

/* line 479, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a:hover {
  background: #f1f2f2;
}

/* line 480, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a img {
  border: 0;
  padding: 0 2px 0 0;
  vertical-align: middle;
}

/* line 481, app/assets/stylesheets/public/siteNew.scss */
.dd .ddChild a.selected {
  background: #f1f2f2;
}

/* line 482, app/assets/stylesheets/public/siteNew.scss */
.hidden {
  display: none;
}

/* @end */
/* @group clearfix */
/* line 488, app/assets/stylesheets/public/siteNew.scss */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0.0001;
  content: " ";
  clear: both;
  height: 0;
}

/* line 489, app/assets/stylesheets/public/siteNew.scss */
.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
/* line 491, app/assets/stylesheets/public/siteNew.scss */
* .clearfix {
  height: 1%;
}

/* line 492, app/assets/stylesheets/public/siteNew.scss */
.clearfix {
  display: block;
}

/* close commented backslash hack */
/* line 494, app/assets/stylesheets/public/siteNew.scss */
.clearfix.property-description {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* @end */
/***executive team pages ***/
/* line 500, app/assets/stylesheets/public/siteNew.scss */
.team-img {
  background-image: url(/images/aboutPage/executiveTeam/team_main.jpg);
}

/* line 502, app/assets/stylesheets/public/siteNew.scss */
#bio {
  width: 961px;
  height: 346px;
  overflow: hidden;
}

/* line 503, app/assets/stylesheets/public/siteNew.scss */
#bio img {
  float: left;
}

/* line 504, app/assets/stylesheets/public/siteNew.scss */
#wrapper p, #about-wrapper #bio #bio-content p {
  padding: 5px 0 0 0;
}

/* line 505, app/assets/stylesheets/public/siteNew.scss */
#bio #bio-content {
  width: 636px;
  height: 316px;
  padding: 30px 30px  0 35px;
  float: left;
  background: url(/images/aboutPage/executiveTeam/execBkrd.png) top left no-repeat;
  font: normal 11px/17px Arial, Helvetica, sans-serif;
  color: #fff;
}

/* line 506, app/assets/stylesheets/public/siteNew.scss */
#bio-content h1 {
  text-indent: -999em;
  height: 27px;
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  border-bottom: 1px dotted #799dce;
  margin-bottom: 15px;
}

/* line 508, app/assets/stylesheets/public/siteNew.scss */
#bio-content span {
  height: 27px;
  width: 100%;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/* line 516, app/assets/stylesheets/public/siteNew.scss */
#bio-content hr {
  height: 1px;
  width: 100%;
  border: 0px;
  border-bottom: 1px dotted #799dce;
  padding-top: 6px;
}

/* line 518, app/assets/stylesheets/public/siteNew.scss */
#bio-content a.download {
  background: url(/images/download_arrow.png) top left no-repeat;
  padding-left: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 519, app/assets/stylesheets/public/siteNew.scss */
#bio-content a.download:hover {
  text-decoration: underline;
}

/* line 522, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a.inline-link {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  color: #4C4C4C;
  text-decoration: underline;
}

/* line 531, app/assets/stylesheets/public/siteNew.scss */
.layoutA-left a.inline-link:hover {
  color: #2D65B2;
  text-decoration: underline;
}

/* line 536, app/assets/stylesheets/public/siteNew.scss */
.well-links-about-page {
  margin-top: 20px;
}

/* line 540, app/assets/stylesheets/public/siteNew.scss */
.well-links-about-page a {
  display: inline;
  background: none;
  padding: 0;
}

/* line 546, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main h3.executive-group {
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: -999em;
  height: 23px;
  padding-bottom: 10px;
}

/* line 554, app/assets/stylesheets/public/siteNew.scss */
#layoutB-main span#executive-division {
  font-family: "Arial Narrow";
  font-size: 20px;
  color: #2C65B2;
}

/* line 560, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li {
  background: none;
  font-size: 10px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px;
}

/* line 568, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a {
  color: #000;
  text-decoration: none;
}

/* line 572, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a:hover {
  text-decoration: none;
  color: #2C65B2;
}

/* line 576, app/assets/stylesheets/public/siteNew.scss */
#executive-group-member-list li a.current {
  text-decoration: none;
  color: #2C65B2;
}

/* line 580, app/assets/stylesheets/public/siteNew.scss */
#form-container #ensure_blank_field {
  position: absolute;
  opacity: 0.01;
  width: 0;
  height: 0;
  display: block;
}

/* line 1, app/assets/stylesheets/public/timeline.css */
.vmm-timeline div * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1, .vmm-timeline h2, .vmm-timeline h3, .vmm-timeline h4, .vmm-timeline h5, .vmm-timeline h6, .vmm-timeline p, .vmm-timeline blockquote, .vmm-timeline pre, .vmm-timeline a, .vmm-timeline abbr, .vmm-timeline acronym, .vmm-timeline address, .vmm-timeline cite, .vmm-timeline code, .vmm-timeline del, .vmm-timeline dfn, .vmm-timeline em, .vmm-timeline img, .vmm-timeline q, .vmm-timeline s, .vmm-timeline samp, .vmm-timeline small, .vmm-timeline strike, .vmm-timeline strong, .vmm-timeline sub, .vmm-timeline sup, .vmm-timeline tt, .vmm-timeline var, .vmm-timeline dd, .vmm-timeline dl, .vmm-timeline dt, .vmm-timeline li, .vmm-timeline ol, .vmm-timeline ul, .vmm-timeline fieldset, .vmm-timeline form, .vmm-timeline label, .vmm-timeline legend, .vmm-timeline button, .vmm-timeline table, .vmm-timeline caption, .vmm-timeline tbody, .vmm-timeline tfoot, .vmm-timeline thead, .vmm-timeline tr, .vmm-timeline th, .vmm-timeline td, .vmm-timeline .container, .vmm-timeline .content-container, .vmm-timeline .media, .vmm-timeline .text, .vmm-timeline .slider, .vmm-timeline .date, .vmm-timeline .title, .vmm-timeline .messege, .vmm-timeline .map, .vmm-timeline .credit, .vmm-timeline .caption, .vmm-timeline .feedback, .vmm-timeline .feature, .vmm-timeline .toolbar, .vmm-timeline .marker, .vmm-timeline .dot, .vmm-timeline .line, .vmm-timeline .flag, .vmm-timeline .time, .vmm-timeline .era, .vmm-timeline .major, .vmm-timeline .minor, .vmm-timeline .navigation, .vmm-timeline .start, .vmm-timeline .active {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

/* line 3, app/assets/stylesheets/public/timeline.css */
.vmm-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 4, app/assets/stylesheets/public/timeline.css */
.vmm-timeline ol, .vmm-timeline ul {
  list-style: none;
}

/* line 5, app/assets/stylesheets/public/timeline.css */
.vmm-timeline q:before, .vmm-timeline q:after, .vmm-timeline blockquote:before, .vmm-timeline blockquote:after {
  content: "";
}

/* line 6, app/assets/stylesheets/public/timeline.css */
.vmm-timeline a:focus {
  outline: thin dotted;
}

/* line 7, app/assets/stylesheets/public/timeline.css */
.vmm-timeline a:hover, .vmm-timeline a:active {
  outline: 0;
}

/* line 8, app/assets/stylesheets/public/timeline.css */
.vmm-timeline article, .vmm-timeline aside, .vmm-timeline details, .vmm-timeline figcaption, .vmm-timeline figure, .vmm-timeline footer, .vmm-timeline header, .vmm-timeline hgroup, .vmm-timeline nav, .vmm-timeline section {
  display: block;
}

/* line 9, app/assets/stylesheets/public/timeline.css */
.vmm-timeline audio, .vmm-timeline canvas, .vmm-timeline video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 10, app/assets/stylesheets/public/timeline.css */
.vmm-timeline audio:not([controls]) {
  display: none;
}

/* line 11, app/assets/stylesheets/public/timeline.css */
.vmm-timeline div {
  max-width: none;
}

/* line 12, app/assets/stylesheets/public/timeline.css */
.vmm-timeline sub, .vmm-timeline sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 13, app/assets/stylesheets/public/timeline.css */
.vmm-timeline sup {
  top: -0.5em;
}

/* line 14, app/assets/stylesheets/public/timeline.css */
.vmm-timeline sub {
  bottom: -0.25em;
}

/* line 15, app/assets/stylesheets/public/timeline.css */
.vmm-timeline img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* line 16, app/assets/stylesheets/public/timeline.css */
.vmm-timeline button, .vmm-timeline input, .vmm-timeline select, .vmm-timeline textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/* line 17, app/assets/stylesheets/public/timeline.css */
.vmm-timeline button, .vmm-timeline input {
  line-height: normal;
  *overflow: visible;
}

/* line 18, app/assets/stylesheets/public/timeline.css */
.vmm-timeline button::-moz-focus-inner, .vmm-timeline input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 19, app/assets/stylesheets/public/timeline.css */
.vmm-timeline button, .vmm-timeline input[type="button"], .vmm-timeline input[type="reset"], .vmm-timeline input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

/* line 20, app/assets/stylesheets/public/timeline.css */
.vmm-timeline input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 21, app/assets/stylesheets/public/timeline.css */
.vmm-timeline input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 22, app/assets/stylesheets/public/timeline.css */
.vmm-timeline textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 23, app/assets/stylesheets/public/timeline.css */
.vmm-timeline {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 23, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .twitter, .vmm-timeline .vcard, .vmm-timeline .messege, .vmm-timeline .credit, .vmm-timeline .caption, .vmm-timeline .zoom-in, .vmm-timeline .zoom-out, .vmm-timeline .back-home, .vmm-timeline .time-interval div, .vmm-timeline .time-interval-major div, .vmm-timeline .nav-container {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* line 24, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1.date, .vmm-timeline h2.date, .vmm-timeline h3.date, .vmm-timeline h4.date, .vmm-timeline h5.date, .vmm-timeline h6.date {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* line 25, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .timenav h1, .vmm-timeline .flag-content h1, .vmm-timeline .era h1, .vmm-timeline .timenav h2, .vmm-timeline .flag-content h2, .vmm-timeline .era h2, .vmm-timeline .timenav h3, .vmm-timeline .flag-content h3, .vmm-timeline .era h3, .vmm-timeline .timenav h4, .vmm-timeline .flag-content h4, .vmm-timeline .era h4, .vmm-timeline .timenav h5, .vmm-timeline .flag-content h5, .vmm-timeline .era h5, .vmm-timeline .timenav h6, .vmm-timeline .flag-content h6, .vmm-timeline .era h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* line 26, app/assets/stylesheets/public/timeline.css */
.vmm-timeline p, .vmm-timeline blockquote, .vmm-timeline blockquote p, .vmm-timeline .twitter blockquote p {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* line 27, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature h1, .vmm-timeline .feature h2, .vmm-timeline .feature h3, .vmm-timeline .feature h4, .vmm-timeline .feature h5, .vmm-timeline .feature h6 {
  font-family: Arial, Helvetica, sans-serif;
}

/* line 28, app/assets/stylesheets/public/timeline.css */
.tooltip {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

/* line 29, app/assets/stylesheets/public/timeline.css */
#timeline-embed {
  background-color: #ffffff;
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

/*#timeline-embed.full-embed{overflow:hidden;border:0 !important;padding:0 !important;margin:0 !important;clear:both;-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important;-webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.25) !important;-moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.25) !important;box-shadow:0px 0px 0px rgba(0, 0, 0, 0.25) !important;}*/
/* line 31, app/assets/stylesheets/public/timeline.css */
#timeline-embed.sized-embed {
  overflow: hidden;
  border: 1px solid #cccccc;
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 0 !important;
  clear: both;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25) !important;
}

/* line 32, app/assets/stylesheets/public/timeline.css */
.vmm-timeline {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
  position: absolute;
  z-index: 100;
  clear: both;
  overflow: hidden;
}

/* line 32, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vmm-clear:before, .vmm-timeline .vmm-clear:after {
  content: "";
  display: table;
}

/* line 33, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vmm-clear:after {
  clear: both;
}

/* line 34, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vmm-clear {
  *zoom: 1;
}

/* line 35, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature {
  width: 100%;
}

/* line 35, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature .slider {
  width: 100%;
  float: left;
  position: relative;
  z-index: 10;
  padding-top: 15px;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

/* line 36, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feedback {
  position: absolute;
  display: table;
  overflow: hidden;
  top: 0px;
  left: 0px;
  z-index: 205;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

/* line 36, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feedback .messege {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}

/* line 37, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .container.main {
  position: absolute;
  top: 0px;
  left: 0px;
  padding-bottom: 3px;
  width: auto;
  height: auto;
  margin: 0px;
  clear: both;
}

/* line 38, app/assets/stylesheets/public/timeline.css */
.vmm-timeline img, .vmm-timeline embed, .vmm-timeline object, .vmm-timeline video, .vmm-timeline iframe {
  max-width: 100%;
}

/* line 39, app/assets/stylesheets/public/timeline.css */
.vmm-timeline img {
  max-height: 100%;
}

/* line 40, app/assets/stylesheets/public/timeline.css */
.vmm-timeline a {
  color: #0088cc;
  text-decoration: none;
}

/* line 41, app/assets/stylesheets/public/timeline.css */
.vmm-timeline a:hover {
  color: #005580;
  text-decoration: underline;
}

/* line 42, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard {
  float: right;
  margin-bottom: 15px;
}

/* line 42, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard a {
  color: #333333;
}

/* line 43, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard a:hover {
  text-decoration: none;
}

/* line 43, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard a:hover .fn {
  text-decoration: underline;
}

/* line 44, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard .fn, .vmm-timeline .vcard .nickname {
  padding-left: 42px;
}

/* line 45, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard .fn {
  display: block;
  font-weight: bold;
}

/* line 46, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard .nickname {
  margin-top: 1px;
  display: block;
  color: #666666;
}

/* line 47, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard .avatar {
  float: left;
  display: block;
  width: 32px;
  height: 32px;
}

/* line 47, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .vcard .avatar img {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 48, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail {
  width: 24px;
  height: 24px;
  overflow: hidden;
  float: left;
  margin: 0;
  margin-right: 1px;
  margin-top: 6px;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 49, app/assets/stylesheets/public/timeline.css */
.vmm-timeline a.thumbnail:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 50, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-plaintext {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -280px -48px;
}

/* line 51, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-quote {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -232px -48px;
}

/* line 52, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-document {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -256px -48px;
}

/* line 53, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-photo {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -280px -24px;
  border: 0;
}

/* line 53, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-photo img {
  border: 0px none #cccccc !important;
}

/* line 54, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-twitter {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -256px -24px;
}

/* line 55, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-vimeo {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px -48px;
}

/* line 56, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-youtube {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px -72px;
}

/* line 57, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-video {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px -24px;
}

/* line 58, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-audio {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -304px -24px;
}

/* line 59, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-map {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -208px -48px;
}

/* line 60, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-website {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -232px -24px;
}

/* line 61, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-link {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -184px -72px;
}

/* line 62, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-wikipedia {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -184px -48px;
}

/* line 63, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-storify {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px -96px;
}

/* line 64, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail.thumb-googleplus {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -208px -72px;
}

/* line 65, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumb-storify-full {
  height: 12px;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -280px -96px;
  width: 48px;
}

/* line 66, app/assets/stylesheets/public/timeline.css */
.vmm-timeline thumbnail.thumb-instagram {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -208px -96px;
}

/* line 67, app/assets/stylesheets/public/timeline.css */
.vmm-timeline thumbnail.thumb-instagram-full {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -232px -96px;
  width: 48px;
  height: 24px;
}

/* line 68, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .thumbnail-inline {
  width: 16px;
  height: 14px;
  overflow: hidden;
  display: inline-block;
  margin-right: 1px;
  margin-left: 3px;
  margin-top: 2px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 69, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .twitter .thumbnail-inline {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -160px -96px;
}

/* line 70, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .storify .thumbnail-inline {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -184px -96px;
}

/* line 71, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .googleplus .thumbnail-inline {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -208px -96px;
}

/* line 72, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .zFront {
  z-index: 204;
}

/* line 73, app/assets/stylesheets/public/timeline.css */
.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 73, app/assets/stylesheets/public/timeline.css */
.slider .slider-container-mask {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 73, app/assets/stylesheets/public/timeline.css */
.slider .slider-container-mask .slider-container {
  position: absolute;
  top: 0px;
  left: -2160px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  background-color: #ffffff;
}

/* line 73, app/assets/stylesheets/public/timeline.css */
.slider .slider-container-mask .slider-container .slider-item-container {
  display: table-cell;
  vertical-align: middle;
}

/* line 74, app/assets/stylesheets/public/timeline.css */
.slider img, .slider embed, .slider object, .slider video, .slider iframe {
  max-width: 100%;
}

/* line 75, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous, .slider .nav-next {
  position: absolute;
  top: 0px;
  width: 100px;
  color: #DBDBDB;
  font-size: 11px;
}

/* line 75, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .nav-container, .slider .nav-next .nav-container {
  height: 100px;
  width: 100px;
  position: absolute;
}

/* line 76, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .icon, .slider .nav-next .icon {
  margin-top: 12px;
  margin-bottom: 15px;
}

/* line 77, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .date, .slider .nav-next .date, .slider .nav-previous .title, .slider .nav-next .title {
  line-height: 14px;
}

/* line 77, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .date a, .slider .nav-next .date a, .slider .nav-previous .title a, .slider .nav-next .title a {
  color: #999999;
}

/* line 78, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .date small, .slider .nav-next .date small, .slider .nav-previous .title small, .slider .nav-next .title small {
  display: none;
}

/* line 79, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .date, .slider .nav-next .date {
  font-size: 13px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/* line 80, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .title, .slider .nav-next .title {
  font-size: 11px;
  line-height: 13px;
}

/* line 81, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous:hover, .slider .nav-next:hover {
  color: #333333;
  cursor: pointer;
}

/* line 82, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous {
  float: left;
  text-align: left;
}

/* line 82, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .icon {
  margin-left: 15px;
  height: 24px;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -160px 0;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

/* line 83, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .date {
  text-align: left;
  padding-left: 15px;
}

/* line 84, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous .title {
  text-align: left;
  padding-left: 15px;
  display: none;
}

/* line 85, app/assets/stylesheets/public/timeline.css */
.slider .nav-previous:hover .icon {
  margin-left: 10px;
}

/* line 86, app/assets/stylesheets/public/timeline.css */
.slider .nav-next {
  float: right;
  text-align: right;
}

/* line 86, app/assets/stylesheets/public/timeline.css */
.slider .nav-next .icon {
  margin-left: 61px;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -184px 0;
  width: 24px;
  height: 24px;
  height: 24px;
  overflow: hidden;
}

/* line 87, app/assets/stylesheets/public/timeline.css */
.slider .nav-next .date {
  text-align: right;
  padding-right: 15px;
}

/* line 88, app/assets/stylesheets/public/timeline.css */
.slider .nav-next .title {
  text-align: right;
  padding-right: 15px;
  display: none;
}

/* line 89, app/assets/stylesheets/public/timeline.css */
.slider .nav-next:hover .icon {
  margin-left: 66px;
}

/* line 90, app/assets/stylesheets/public/timeline.css */
.slider .slider-item {
  position: absolute;
  width: 700px;
  height: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  overflow-y: auto;
}

/* line 90, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content {
  display: table-cell;
  vertical-align: middle;
}

/* line 90, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .pad-top .text .container {
  padding-top: 15px;
}

/* line 91, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .pad-right .text .container {
  padding-right: 15px;
}

/* line 92, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .pad-left .text .container {
  padding-left: 30px;
}

/* line 93, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .pad-left .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #ffffff;
}

/* line 94, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container {
  display: table;
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .text {
  width: 40%;
  max-width: 50%;
  min-width: 120px;
  display: table-cell;
  vertical-align: middle;
}

/* line 94, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .text .container {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* line 94, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .text .container p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* line 95, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media {
  width: 100%;
  min-width: 50%;
  float: left;
}

/* line 95, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* line 95, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container {
  display: inline-block;
  line-height: 0px;
  padding: 0px;
  max-height: 100%;
}

/* line 95, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame, .slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  background: #ffffff;
}

/* line 96, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .soundcloud {
  border: 0;
}

/* line 97, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image {
  display: inline-block;
}

/* line 98, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow {
  position: relative;
  z-index: 1;
  background: #ffffff;
}

/* line 99, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before, .slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #999999;
  -webkit-box-shadow: 0 15px 10px #999999;
  -moz-box-shadow: 0 15px 10px #999999;
  box-shadow: 0 15px 10px #999999;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

/* line 100, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow::after {
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
  right: 10px;
  left: auto;
}

/* line 101, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container span.messege {
  display: block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #ffffff;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 102, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text {
  display: table;
}

/* line 102, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #666666;
}

/* line 102, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .plain-text .container p {
  margin-bottom: 20px;
}

/* line 103, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}

/* line 103, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}

/* line 104, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}

/* line 105, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
  color: #000000;
}

/* line 106, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a:hover {
  color: #0088cc;
  text-decoration: none;
}

/* line 107, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
  font-size: 13px;
  line-height: 19px;
}

/* line 108, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map {
  line-height: normal;
  z-index: 200;
  text-align: left;
  background-color: #ffffff;
}

/* line 108, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map img {
  max-height: none !important;
  max-width: none !important;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 109, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map .google-map {
  height: 100%;
  width: 100%;
}

/* line 110, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution {
  position: absolute;
  z-index: 201;
  bottom: 0px;
  width: 100%;
  overflow: hidden;
}

/* line 110, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text {
  height: 19px;
  overflow: hidden;
  -webkit-user-select: none;
  line-height: 19px;
  margin-right: 60px;
  padding-left: 65px;
  font-family: Arial,sans-serif;
  font-size: 10px;
  color: #444;
  white-space: nowrap;
  color: #ffffff;
  text-shadow: 1px 1px 1px #333333;
  text-align: center;
}

/* line 110, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .media-container .map .map-attribution .attribution-text a {
  color: #ffffff !important;
}

/* line 111, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .credit {
  color: #999999;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 6px;
  font-size: 10px;
  line-height: 13px;
}

/* line 112, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .content-container .media .media-wrapper .caption {
  text-align: left;
  margin-top: 10px;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
}

/* line 113, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .media.text-media .media-wrapper .media-container {
  border: none;
  background-color: #ffffff;
}

/* line 114, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .created-at {
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 7.5px;
  margin-top: 2px;
  display: inline-block;
  float: right;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

/* line 115, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .created-at:hover {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 116, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .storify .created-at {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px -96px;
}

/* line 117, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .twitter .created-at {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -256px -24px;
}

/* line 118, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #ffffff;
  color: #666666;
}

/* line 118, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content p {
  font-size: 13px;
  line-height: 19px;
}

/* line 119, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-title {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #ffffff;
  color: #000000;
}

/* line 120, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-annotation {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7.5px;
  margin-bottom: 7.5px;
}

/* line 121, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
  *zoom: 1;
  zoom: 1;
}

/* line 121, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:before, .slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:after {
  display: table;
  content: "";
}

/* line 122, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:after {
  clear: both;
}

/* line 123, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:before, .slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:after {
  display: table;
  content: "";
  zoom: 1;
}

/* line 124, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments:after {
  clear: both;
}

/* line 125, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments h5 {
  margin-bottom: 5px;
}

/* line 126, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments a:hover {
  text-decoration: none;
}

/* line 126, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments a:hover h5 {
  text-decoration: underline;
}

/* line 127, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments div {
  width: 50%;
  padding-left: 15px;
  display: inline-block;
}

/* line 128, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments p {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
}

/* line 129, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .googleplus-content .googleplus-attachments img {
  float: left;
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  position: relative;
  right: 0;
  top: 0;
  width: 40%;
}

/* line 130, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .proflinkPrefix {
  color: #0088cc;
}

/* line 131, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .googleplus .created-at {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -208px -72px;
}

/* line 132, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .twitter, .slider .slider-item .content .plain-text-quote, .slider .slider-item .content .storify, .slider .slider-item .content .googleplus {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}

/* line 132, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .twitter blockquote, .slider .slider-item .content .plain-text-quote blockquote, .slider .slider-item .content .storify blockquote, .slider .slider-item .content .googleplus blockquote {
  color: #666666;
}

/* line 132, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .twitter blockquote p, .slider .slider-item .content .plain-text-quote blockquote p, .slider .slider-item .content .storify blockquote p, .slider .slider-item .content .googleplus blockquote p {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #ffffff;
  color: #000000;
}

/* line 133, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content .twitter blockquote .quote-mark, .slider .slider-item .content .plain-text-quote blockquote .quote-mark, .slider .slider-item .content .storify blockquote .quote-mark, .slider .slider-item .content .googleplus blockquote .quote-mark {
  color: #666666;
}

/* line 134, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-text-media .text-media {
  border-top: 1px solid #e3e3e3;
  padding-top: 15px;
  padding-right: 0;
}

/* line 135, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-text-media.pad-left .text-media {
  padding-right: 15px;
  padding-top: 0;
  border-right: 1px solid #e3e3e3;
  border-top: 0px solid #e3e3e3;
}

/* line 136, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-text {
  width: 100%;
}

/* line 136, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-text .text {
  width: 100%;
  max-width: 100%;
}

/* line 136, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-text .text .container {
  display: block;
  vertical-align: middle;
  text-align: left;
  padding: 0px;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

/* line 137, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media {
  width: 100%;
}

/* line 137, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media .text {
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
}

/* line 137, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media .text .container {
  display: block;
  text-align: center;
  width: 100%;
  margin-left: none;
  margin-right: none;
}

/* line 138, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media .media {
  width: 100%;
  min-width: 50%;
  float: none;
}

/* line 138, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media .media .media-wrapper .media-container {
  margin-left: auto;
  margin-right: auto;
  line-height: 0px;
  padding: 0px;
}

/* line 139, app/assets/stylesheets/public/timeline.css */
.slider .slider-item .content-container.layout-media .twitter, .slider .slider-item .content-container.layout-media .wikipedia, .slider .slider-item .content-container.layout-media .googleplus {
  max-width: 70%;
}

/* line 140, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation {
  clear: both;
  cursor: move;
  width: 100%;
  height: 200px;
  border-top: 1px solid #e3e3e3;
  position: relative;
}

/* line 140, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar {
  position: absolute;
  top: 45px;
  left: 0px;
  z-index: 202;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}

/* line 140, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar .zoom-in, .vmm-timeline .navigation .toolbar .zoom-out, .vmm-timeline .navigation .toolbar .back-home {
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  top: 0px;
  z-index: 202;
  width: 18px;
  height: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ffffff;
  padding: 5px;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}

/* line 141, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar .zoom-in:hover, .vmm-timeline .navigation .toolbar .zoom-out:hover, .vmm-timeline .navigation .toolbar .back-home:hover {
  color: #0088cc;
  cursor: pointer;
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

/* line 142, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar .zoom-in .icon {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -256px 0;
  width: 24px;
  height: 24px;
}

/* line 143, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar .zoom-out .icon {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -280px 0;
  width: 24px;
  height: 24px;
}

/* line 144, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .toolbar .back-home .icon {
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -328px 0;
  width: 24px;
  height: 24px;
}

/* line 145, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background {
  position: absolute;
  cursor: move;
  top: 0px;
  left: 0px;
  height: 150px;
  width: 100%;
  background-color: #e9e9e9;
}

/* line 145, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-interval-background {
  position: absolute;
  top: 151px;
  left: 0px;
  background: #ffffff;
  width: 100%;
  height: 49px;
  -webkit-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: -1px -1px 7px rgba(0, 0, 0, 0.1);
}

/* line 145, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-interval-background .top-highlight {
  position: absolute;
  top: -1px;
  left: 0px;
  z-index: 30;
  width: 100%;
  height: 1px;
  background: #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* line 146, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-line {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 3px;
  height: 150px;
  background: #0088cc;
  z-index: 201;
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

/* line 147, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-indicator {
  position: absolute;
  top: -1px;
  left: 50%;
  z-index: 202;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: -160px -48px;
  width: 24px;
  height: 24px;
}

/* line 148, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-tag {
  height: 50px;
}

/* line 148, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-tag div {
  height: 50px;
  display: table;
}

/* line 148, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-tag div h3 {
  display: table-cell;
  vertical-align: middle;
  padding-left: 65px;
  font-size: 15px;
  color: #9d9d9d;
}

/* line 149, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-tag-row-2 {
  background: #f1f1f1;
}

/* line 150, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav-background .timenav-tag-row-3 {
  background: #e9e9e9;
}

/* line 151, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav {
  position: absolute;
  top: 0px;
  left: -250px;
  z-index: 1;
}

/* line 151, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content {
  position: relative;
}

/* line 151, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.start {
  display: none;
}

/* line 152, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .dot {
  background: #0088cc;
  z-index: 200;
}

/* line 153, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .line {
  z-index: 199;
  background: #0088cc;
  width: 1px;
}

/* line 153, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .line .event-line {
  background: #0088cc;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

/* line 154, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .flag {
  z-index: 200;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}

/* line 154, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .flag .flag-content h3 {
  color: #0088cc;
}

/* line 155, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .flag .flag-content .thumbnail {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* line 156, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active .flag.row1, .vmm-timeline .navigation .timenav .content .marker.active .flag.row2, .vmm-timeline .navigation .timenav .content .marker.active .flag.row3 {
  z-index: 200;
}

/* line 157, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active:hover {
  cursor: default;
}

/* line 157, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active:hover .flag .flag-content h3 {
  color: #0088cc;
}

/* line 158, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker.active:hover .flag .flag-content h4 {
  color: #999999;
}

/* line 159, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker:hover .line {
  z-index: 24;
  background: #999999;
}

/* line 160, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker {
  position: absolute;
  top: 0px;
  left: 150px;
  display: block;
}

/* line 160, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .dot {
  position: absolute;
  top: 150px;
  left: 0px;
  display: block;
  width: 6px;
  height: 6px;
  background: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  z-index: 21;
}

/* line 161, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .line {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 1px;
  height: 150px;
  background: #cccccc;
  -moz-box-shadow: 1px 0 0 #ffffff;
  -webkit-box-shadow: 1px 0 0 #ffffff;
  box-shadow: 1px 0 0 #ffffff;
  z-index: 22;
}

/* line 161, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .line .event-line {
  position: absolute;
  z-index: 22;
  left: 0px;
  height: 1px;
  width: 1px;
  background: #0088cc;
  filter: alpha(opacity=15);
  -khtml-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
}

/* line 162, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag {
  position: absolute;
  top: 15px;
  left: 3px;
  padding: 0px;
  display: block;
  z-index: 23;
  width: 153px;
  height: 56px;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 153px;
  height: 53px;
}

/* line 162, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content {
  padding: 0px 7px 2px 6px;
  overflow: hidden;
  height: 36px;
}

/* line 162, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content h3 {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  font-size: 11px;
  line-height: 11px;
  color: #999999;
  margin-top: 5px;
  margin-bottom: 2px;
}

/* line 162, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content h3 small {
  display: none;
}

/* line 163, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content h4 {
  display: none;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 10px;
  line-height: 10px;
  color: #aaaaaa;
}

/* line 163, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content h4 small {
  display: none;
}

/*.vmm-timeline .navigation .timenav .content .marker .flag .flag-content .thumbnail{margin-bottom:15px;margin-right:3px;opacity:0.5;-moz-opacity:0.5;filter:alpha(opacity=50);}.vmm-timeline .navigation .timenav .content .marker .flag .flag-content .thumbnail img{width:22px;height:22px;max-height:none;max-width:none;border:0;border:1px solid #999999;padding:0;margin:0;}*/
/* line 165, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag .flag-content .thumbnail {
  display: none;
}

/* line 166, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag:hover {
  cursor: pointer;
  background-image: url(/timeline/assets/images/timeline.png?v2.6);
  background-repeat: no-repeat;
  background-position: 0 -53px;
  width: 153px;
  height: 53px;
}

/* line 166, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag:hover .flag-content h3 {
  color: #333333;
}

/* line 167, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag:hover .flag-content h4 {
  color: #aaaaaa;
}

/* line 168, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag:hover .flag-content .thumbnail {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

/* line 169, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag.row1 {
  z-index: 25;
  top: 48px;
}

/* line 170, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag.row2 {
  z-index: 24;
  top: 96px;
}

/* line 171, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag.row3 {
  z-index: 23;
  top: 1px;
}

/* line 172, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .marker .flag.zFront {
  z-index: 201;
}

/* line 173, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .era {
  position: absolute;
  top: 138px;
  left: 150px;
  height: 12px;
  display: block;
  background: #0088cc;
  overflow: hidden;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  z-index: -10;
}

/* line 173, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .content .era h3 {
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  color: #ffffff;
  position: absolute;
  top: -1px;
  left: 9px;
}

/* line 174, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time {
  position: absolute;
  left: 0px;
  top: 150px;
  height: 50px;
  background-color: #ffffff;
}

/* line 174, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval-minor {
  max-width: none;
  height: 6px;
  white-space: nowrap;
  position: absolute;
  top: -9px;
  left: 8px;
  z-index: 10;
}

/* line 174, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval-minor .minor {
  position: relative;
  top: 2px;
  display: inline-block;
  background-image: url(/timeline/assets/images/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC);
  width: 100px;
  height: 6px;
  background-position: center top;
  white-space: nowrap;
  color: #666666;
  margin-top: 0px;
  padding-top: 0px;
}

/* line 175, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0px;
}

/* line 175, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval div {
  background-image: url(/timeline/assets/images/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 3px;
  position: absolute;
  height: 3px;
  left: 0px;
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0px;
  white-space: nowrap;
  color: #666666;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1px;
  z-index: 2;
}

/* line 175, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval div strong {
  font-weight: bold;
  color: #000000;
}

/* line 176, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval-major {
  white-space: nowrap;
  position: absolute;
  top: 5px;
  left: 0px;
}

/* line 176, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval-major div {
  background-image: url(/timeline/assets/images/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAMCAMAAACdvocfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRFzMzM////040VdgAAAAJ0Uk5T/wDltzBKAAAAEklEQVR42mJgYAQCBopJgAADAAbwADHy2qHzAAAAAElFTkSuQmCC);
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 15px;
  position: absolute;
  height: 15px;
  left: 0px;
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  text-align: left;
  text-indent: 0px;
  white-space: nowrap;
  color: #333333;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1px;
  z-index: 5;
}

/* line 176, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation .timenav .time .time-interval-major div strong {
  font-weight: bold;
  color: #000000;
}

/* line 177, app/assets/stylesheets/public/timeline.css */
.vmm-timeline {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/* line 177, app/assets/stylesheets/public/timeline.css */
.vmm-timeline p {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
  color: #666666;
}

/* line 177, app/assets/stylesheets/public/timeline.css */
.vmm-timeline p small {
  font-size: 12px;
  line-height: 17px;
}

/* line 178, app/assets/stylesheets/public/timeline.css */
.vmm-timeline p:first-child {
  margin-top: 20px;
}

/* line 179, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .navigation p {
  color: #999999;
}

/* line 180, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature h3, .vmm-timeline .feature h4, .vmm-timeline .feature h5, .vmm-timeline .feature h6 {
  margin-top: 15px;
}

/* line 181, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature p {
  color: #666666;
}

/* line 182, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .feature blockquote, .vmm-timeline .feature blockquote p {
  color: #000000;
}

/* line 183, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .date a, .vmm-timeline .title a {
  color: #999999;
}

/* line 184, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .hyphenate {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

/* line 185, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1, .vmm-timeline h2, .vmm-timeline h3, .vmm-timeline h4, .vmm-timeline h5, .vmm-timeline h6 {
  font-weight: normal;
  text-transform: none;
}

/* line 185, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1 a, .vmm-timeline h2 a, .vmm-timeline h3 a, .vmm-timeline h4 a, .vmm-timeline h5 a, .vmm-timeline h6 a {
  color: #999999;
}

/* line 186, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1 small, .vmm-timeline h2 small, .vmm-timeline h3 small, .vmm-timeline h4 small, .vmm-timeline h5 small, .vmm-timeline h6 small {
  color: #999999;
}

/* line 187, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1.date, .vmm-timeline h2.date, .vmm-timeline h3.date, .vmm-timeline h4.date, .vmm-timeline h5.date, .vmm-timeline h6.date {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h2.start {
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 15px;
}

/* line 189, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1 {
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 34px;
}

/* line 189, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h1 small {
  font-size: 18px;
}

/* line 190, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h2 {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: 30px;
}

/* line 190, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h2 small {
  font-size: 14px;
  line-height: 16px;
}

/* line 191, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h2.date {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 3.75px;
  color: #999999;
}

/* line 192, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h3, .vmm-timeline h4, .vmm-timeline h5, .vmm-timeline h6 {
  line-height: 40px;
}

/* line 192, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h3 .active, .vmm-timeline h4 .active, .vmm-timeline h5 .active, .vmm-timeline h6 .active {
  color: #0088cc;
}

/* line 193, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h3 {
  font-size: 20px;
  line-height: 30px;
}

/* line 193, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h3 small {
  font-size: 14px;
}

/* line 194, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h4 {
  font-size: 17px;
  line-height: 22px;
}

/* line 194, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h4 small {
  font-size: 12px;
}

/* line 195, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h5 {
  font-size: 13px;
  line-height: 18px;
}

/* line 196, app/assets/stylesheets/public/timeline.css */
.vmm-timeline h6 {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

/* line 197, app/assets/stylesheets/public/timeline.css */
.vmm-timeline strong {
  font-weight: bold;
}

/* line 198, app/assets/stylesheets/public/timeline.css */
.vmm-timeline Q {
  quotes: '„' '“';
  font-style: italic;
}

/* line 199, app/assets/stylesheets/public/timeline.css */
.vmm-timeline blockquote, .vmm-timeline blockquote p {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  margin-bottom: 6px;
  padding-top: 10px;
  background-color: #ffffff;
  color: #000000;
}

/* line 200, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .credit {
  color: #999999;
  text-align: right;
  font-size: 10px;
  line-height: 10px;
  display: block;
  margin: 0 auto;
  clear: both;
}

/* line 201, app/assets/stylesheets/public/timeline.css */
.vmm-timeline .caption {
  text-align: left;
  margin-top: 5px;
  color: #666666;
  font-size: 11px;
  line-height: 14px;
  clear: both;
}

/* line 202, app/assets/stylesheets/public/timeline.css */
.tooltip {
  position: absolute;
  z-index: 205;
  display: block;
  visibility: visible;
  padding: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  line-height: 12px;
}

/* line 203, app/assets/stylesheets/public/timeline.css */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* line 204, app/assets/stylesheets/public/timeline.css */
.tooltip.top {
  margin-top: -2px;
}

/* line 205, app/assets/stylesheets/public/timeline.css */
.tooltip.right {
  margin-left: 2px;
}

/* line 206, app/assets/stylesheets/public/timeline.css */
.tooltip.bottom {
  margin-top: 2px;
}

/* line 207, app/assets/stylesheets/public/timeline.css */
.tooltip.left {
  margin-left: -2px;
}

/* line 208, app/assets/stylesheets/public/timeline.css */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}

/* line 209, app/assets/stylesheets/public/timeline.css */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

/* line 210, app/assets/stylesheets/public/timeline.css */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}

/* line 211, app/assets/stylesheets/public/timeline.css */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}

/* line 212, app/assets/stylesheets/public/timeline.css */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 213, app/assets/stylesheets/public/timeline.css */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

@media (max-width: 600px) {
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container {
    display: block;
  }
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container .text {
    width: 100%;
    max-width: 100%;
    min-width: 120px;
    display: block;
  }
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container .text .container {
    display: block;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
  }
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container .media {
    width: 100%;
    min-width: 50%;
    float: none;
  }
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container .media .media-wrapper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
  }
  /* line 214, app/assets/stylesheets/public/timeline.css */
  .slider .slider-item .content .content-container .media.text-media .media-wrapper .media-container {
    border: none;
    background-color: #ffffff;
  }
}

/*!
 * 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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_core.scss */
.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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 {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@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-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@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-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-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-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

/* line 4, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0::before {
  content: "\30";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1::before {
  content: "\31";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2::before {
  content: "\32";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3::before {
  content: "\33";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4::before {
  content: "\34";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5::before {
  content: "\35";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6::before {
  content: "\36";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7::before {
  content: "\37";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8::before {
  content: "\38";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9::before {
  content: "\39";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip::before {
  content: "\f576";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle::before {
  content: "\e4bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right::before {
  content: "\f138";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at::before {
  content: "\40";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt::before {
  content: "\f2ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height::before {
  content: "\f034";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times::before {
  content: "\f235";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope::before {
  content: "\f0f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt::before {
  content: "\f27a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info::before {
  content: "\f129";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt::before {
  content: "\f422";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion::before {
  content: "\e4e9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text::before {
  content: "\f15c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square::before {
  content: "\f83e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring::before {
  content: "\f70b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un::before {
  content: "\e4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three::before {
  content: "\f527";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt::before {
  content: "\f073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check::before {
  content: "\e4aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball::before {
  content: "\f45f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc::before {
  content: "\f0dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle::before {
  content: "\f056";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open::before {
  content: "\f52b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt::before {
  content: "\f2f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom::before {
  content: "\f5d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap::before {
  content: "\e06e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash::before {
  content: "\f539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check::before {
  content: "\e4c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical::before {
  content: "\e06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint::before {
  content: "\f577";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right::before {
  content: "\f0a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location::before {
  content: "\f689";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward::before {
  content: "\f051";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam::before {
  content: "\f5b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered::before {
  content: "\f11e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball::before {
  content: "\f44e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation::before {
  content: "\e56c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop::before {
  content: "\f125";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down::before {
  content: "\f103";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle::before {
  content: "\e594";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof::before {
  content: "\e537";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line::before {
  content: "\e534";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer::before {
  content: "\f0fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor::before {
  content: "\e477";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up::before {
  content: "\f176";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn::before {
  content: "\f46a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male::before {
  content: "\f183";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop::before {
  content: "\f109";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv::before {
  content: "\f6dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah::before {
  content: "\f676";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane::before {
  content: "\e58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl::before {
  content: "\f8d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars::before {
  content: "\f587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong::before {
  content: "\f55c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism::before {
  content: "\f67b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon::before {
  content: "\f2e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat::before {
  content: "\e517";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk::before {
  content: "\f674";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol::before {
  content: "\f47e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager::before {
  content: "\f815";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book::before {
  content: "\f2b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough::before {
  content: "\f0cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k::before {
  content: "\4b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag::before {
  content: "\e51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt::before {
  content: "\f303";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward::before {
  content: "\f04a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right::before {
  content: "\f0da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments::before {
  content: "\f086";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard::before {
  content: "\f0ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request::before {
  content: "\e13c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list::before {
  content: "\f46d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading::before {
  content: "\f4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check::before {
  content: "\f4fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus::before {
  content: "\e597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic::before {
  content: "\e571";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog::before {
  content: "\f781";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja::before {
  content: "\f504";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah::before {
  content: "\f6a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball::before {
  content: "\f458";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off::before {
  content: "\f204";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive::before {
  content: "\f187";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning::before {
  content: "\e545";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint::before {
  content: "\f58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can::before {
  content: "\f5bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster::before {
  content: "\f63b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w::before {
  content: "\57";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa::before {
  content: "\f57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow::before {
  content: "\f75b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch::before {
  content: "\f1ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt::before {
  content: "\f3fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw::before {
  content: "\f1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud::before {
  content: "\f0c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks::before {
  content: "\e58a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed::before {
  content: "\f579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user::before {
  content: "\f80d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal::before {
  content: "\f0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars::before {
  content: "\f1e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash::before {
  content: "\f131";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue::before {
  content: "\e05b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle::before {
  content: "\f21c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell::before {
  content: "\f562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler::before {
  content: "\f5ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right::before {
  content: "\e068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst::before {
  content: "\e523";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right::before {
  content: "\f152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut::before {
  content: "\f0c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt::before {
  content: "\e57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable::before {
  content: "\e584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck::before {
  content: "\f453";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table::before {
  content: "\f0ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph::before {
  content: "\f566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash::before {
  content: "\e073";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover::before {
  content: "\e139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply::before {
  content: "\f3e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent::before {
  content: "\f699";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire::before {
  content: "\e50c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square::before {
  content: "\f146";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter::before {
  content: "\f533";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass::before {
  content: "\f14e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down::before {
  content: "\f150";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question::before {
  content: "\e4ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code::before {
  content: "\f5fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook::before {
  content: "\f5c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle::before {
  content: "\f485";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon::before {
  content: "\f0c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group::before {
  content: "\e533";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3::before {
  content: "\f253";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken::before {
  content: "\f7a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt::before {
  content: "\f360";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam::before {
  content: "\f597";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film::before {
  content: "\f008";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal::before {
  content: "\f547";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery::before {
  content: "\e536";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb::before {
  content: "\f0eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left::before {
  content: "\f0d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle::before {
  content: "\f06a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark::before {
  content: "\e56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out::before {
  content: "\f08b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down::before {
  content: "\f13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt::before {
  content: "\f13e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy::before {
  content: "\f740";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt::before {
  content: "\f58f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap::before {
  content: "\f0e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate::before {
  content: "\f4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory::before {
  content: "\f538";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes::before {
  content: "\e568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner::before {
  content: "\e4f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag::before {
  content: "\f024";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah::before {
  content: "\f6e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather::before {
  content: "\f52d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down::before {
  content: "\f027";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash::before {
  content: "\f4b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain::before {
  content: "\f743";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress::before {
  content: "\f066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt::before {
  content: "\e2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh::before {
  content: "\f644";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child::before {
  content: "\e4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk::before {
  content: "\2a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square::before {
  content: "\f14a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign::before {
  content: "\e221";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header::before {
  content: "\f1dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost::before {
  content: "\f6e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares::before {
  content: "\f03a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt::before {
  content: "\f87b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus::before {
  content: "\f217";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad::before {
  content: "\f11b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle::before {
  content: "\f192";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy::before {
  content: "\f567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg::before {
  content: "\f7fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground::before {
  content: "\f6bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus::before {
  content: "\f65e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball::before {
  content: "\f1e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush::before {
  content: "\f1fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock::before {
  content: "\f023";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump::before {
  content: "\f52f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub::before {
  content: "\f593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked::before {
  content: "\f59f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water::before {
  content: "\e50e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree::before {
  content: "\f1bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock::before {
  content: "\e4cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar::before {
  content: "\f81d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit::before {
  content: "\f044";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side::before {
  content: "\f5e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt::before {
  content: "\f1e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus::before {
  content: "\e4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half::before {
  content: "\f252";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2::before {
  content: "\f252";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope::before {
  content: "\f610";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink::before {
  content: "\e06d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag::before {
  content: "\f290";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten::before {
  content: "\f7b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays::before {
  content: "\e54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users::before {
  content: "\f0c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash::before {
  content: "\f070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial::before {
  content: "\e4f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper::before {
  content: "\f256";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om::before {
  content: "\f679";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm::before {
  content: "\e599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark::before {
  content: "\e50b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug::before {
  content: "\f1e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up::before {
  content: "\f077";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock::before {
  content: "\f259";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch::before {
  content: "\f2f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss::before {
  content: "\f596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue::before {
  content: "\f589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop::before {
  content: "\f43a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink::before {
  content: "\f58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing::before {
  content: "\f2a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check::before {
  content: "\e564";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five::before {
  content: "\f523";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square::before {
  content: "\f143";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on::before {
  content: "\e51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor::before {
  content: "\f246";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp::before {
  content: "\f5bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs::before {
  content: "\e289";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i::before {
  content: "\49";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia::before {
  content: "\f6f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills::before {
  content: "\f484";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt::before {
  content: "\f581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth::before {
  content: "\f5c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v::before {
  content: "\56";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle::before {
  content: "\f206";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius::before {
  content: "\e579";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash::before {
  content: "\e062";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance::before {
  content: "\f0f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman::before {
  content: "\f7d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle::before {
  content: "\f5a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier::before {
  content: "\e562";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school::before {
  content: "\f549";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo::before {
  content: "\f7ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint::before {
  content: "\f595";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right::before {
  content: "\f105";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse::before {
  content: "\f6f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q::before {
  content: "\51";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g::before {
  content: "\47";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical::before {
  content: "\f481";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half::before {
  content: "\f2c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign::before {
  content: "\e169";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules::before {
  content: "\f46b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt::before {
  content: "\f75a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open::before {
  content: "\f57a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up::before {
  content: "\f0a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill::before {
  content: "\f0d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark::before {
  content: "\f02e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify::before {
  content: "\f039";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach::before {
  content: "\f5ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un::before {
  content: "\e503";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye::before {
  content: "\f140";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon::before {
  content: "\f7e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down::before {
  content: "\f0a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank::before {
  content: "\f07b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt::before {
  content: "\f478";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation::before {
  content: "\f7b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple::before {
  content: "\e473";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke::before {
  content: "\f229";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial::before {
  content: "\f492";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average::before {
  content: "\f624";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e::before {
  content: "\45";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt::before {
  content: "\f305";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user::before {
  content: "\f007";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check::before {
  content: "\e56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster::before {
  content: "\f793";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van::before {
  content: "\f5b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user::before {
  content: "\e4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left::before {
  content: "\f191";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter::before {
  content: "\f591";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key::before {
  content: "\f084";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn::before {
  content: "\f0a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe::before {
  content: "\f0ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue::before {
  content: "\f69b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress::before {
  content: "\e548";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge::before {
  content: "\e563";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow::before {
  content: "\f124";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c::before {
  content: "\43";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button::before {
  content: "\f10a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock::before {
  content: "\e4d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice::before {
  content: "\f818";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave::before {
  content: "\f53a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart::before {
  content: "\f1fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag::before {
  content: "\e50d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus::before {
  content: "\e540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel::before {
  content: "\f05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate::before {
  content: "\e0d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener::before {
  content: "\f5d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star::before {
  content: "\f005";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat::before {
  content: "\f363";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross::before {
  content: "\f654";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box::before {
  content: "\f466";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars::before {
  content: "\f228";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer::before {
  content: "\f245";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt::before {
  content: "\f31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station::before {
  content: "\f5e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square::before {
  content: "\f61f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random::before {
  content: "\f074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running::before {
  content: "\f70c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro::before {
  content: "\e527";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider::before {
  content: "\f717";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound::before {
  content: "\e4f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar::before {
  content: "\f571";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation::before {
  content: "\e556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray::before {
  content: "\f497";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check::before {
  content: "\f891";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash::before {
  content: "\f715";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse::before {
  content: "\f8cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in::before {
  content: "\f090";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash::before {
  content: "\e070";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server::before {
  content: "\f233";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash::before {
  content: "\e4a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock::before {
  content: "\e4a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1::before {
  content: "\f251";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone::before {
  content: "\f6b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat::before {
  content: "\e4db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding::before {
  content: "\e53a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt::before {
  content: "\f2f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus::before {
  content: "\f221";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport::before {
  content: "\f5ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat::before {
  content: "\f21e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry::before {
  content: "\f4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high::before {
  content: "\f769";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip::before {
  content: "\f2db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown::before {
  content: "\f521";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging::before {
  content: "\f5cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines::before {
  content: "\e59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription::before {
  content: "\f572";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight::before {
  content: "\f496";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends::before {
  content: "\f500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up::before {
  content: "\f15e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight::before {
  content: "\f441";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint::before {
  content: "\f59b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair::before {
  content: "\f193";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up::before {
  content: "\f0aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on::before {
  content: "\f205";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking::before {
  content: "\f554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l::before {
  content: "\4c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire::before {
  content: "\f06d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures::before {
  content: "\f487";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle::before {
  content: "\f197";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh::before {
  content: "\f599";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open::before {
  content: "\f07c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus::before {
  content: "\e500";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork::before {
  content: "\e13b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city::before {
  content: "\f64f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt::before {
  content: "\f3c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot::before {
  content: "\f816";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock::before {
  content: "\f09c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign::before {
  content: "\e140";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset::before {
  content: "\f590";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash::before {
  content: "\e071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark::before {
  content: "\e566";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus::before {
  content: "\f503";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v::before {
  content: "\f22a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers::before {
  content: "\f79f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard::before {
  content: "\f328";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation::before {
  content: "\e50a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload::before {
  content: "\f574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong::before {
  content: "\f1eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub::before {
  content: "\f2cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline::before {
  content: "\f0cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit::before {
  content: "\f4ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature::before {
  content: "\f5b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel::before {
  content: "\f551";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold::before {
  content: "\f032";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock::before {
  content: "\e4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo::before {
  content: "\e4d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign::before {
  content: "\e1d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal::before {
  content: "\f53e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style::before {
  content: "\f853";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt::before {
  content: "\f5a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi::before {
  content: "\f669";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll::before {
  content: "\f681";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot::before {
  content: "\f7b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car::before {
  content: "\f5df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift::before {
  content: "\f06b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two::before {
  content: "\f528";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen::before {
  content: "\f445";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses::before {
  content: "\f530";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board::before {
  content: "\f43c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check::before {
  content: "\e4d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard::before {
  content: "\e53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h::before {
  content: "\f22b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock::before {
  content: "\f255";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up::before {
  content: "\f151";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water::before {
  content: "\e4e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart::before {
  content: "\f080";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash::before {
  content: "\e05e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal::before {
  content: "\f537";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train::before {
  content: "\f238";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision::before {
  content: "\f2a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow::before {
  content: "\f520";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat::before {
  content: "\e445";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore::before {
  content: "\f2d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square::before {
  content: "\f0fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate::before {
  content: "\f6a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog::before {
  content: "\f52e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket::before {
  content: "\e4cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image::before {
  content: "\f03e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone::before {
  content: "\f130";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow::before {
  content: "\f6c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up::before {
  content: "\f0d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver::before {
  content: "\f54a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed::before {
  content: "\e185";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami::before {
  content: "\e515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi::before {
  content: "\e576";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt::before {
  content: "\f57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt::before {
  content: "\f2ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns::before {
  content: "\f0db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon::before {
  content: "\f094";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask::before {
  content: "\e063";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake::before {
  content: "\f2b5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem::before {
  content: "\f3a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box::before {
  content: "\f472";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking::before {
  content: "\f48d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt::before {
  content: "\f78c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument::before {
  content: "\f5a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow::before {
  content: "\f7d2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right::before {
  content: "\f101";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis::before {
  content: "\f55f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle::before {
  content: "\f144";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets::before {
  content: "\f490";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet::before {
  content: "\f796";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro::before {
  content: "\f153";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair::before {
  content: "\f6c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle::before {
  content: "\f058";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle::before {
  content: "\f28d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass::before {
  content: "\f568";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat::before {
  content: "\e55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles::before {
  content: "\f7ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter::before {
  content: "\e54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter::before {
  content: "\f22c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge::before {
  content: "\f2c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker::before {
  content: "\f5a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam::before {
  content: "\f59a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol::before {
  content: "\e502";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access::before {
  content: "\f29a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up::before {
  content: "\f139";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign::before {
  content: "\e1c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano::before {
  content: "\f770";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign::before {
  content: "\f154";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses::before {
  content: "\e076";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined::before {
  content: "\e577";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie::before {
  content: "\f508";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down::before {
  content: "\f175";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate::before {
  content: "\f0a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all::before {
  content: "\f122";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase::before {
  content: "\f0f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating::before {
  content: "\f7c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar::before {
  content: "\f662";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro::before {
  content: "\f083";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down::before {
  content: "\f0ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file::before {
  content: "\f56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square::before {
  content: "\f14c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open::before {
  content: "\f49e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll::before {
  content: "\f70e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa::before {
  content: "\f5bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock::before {
  content: "\e51f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause::before {
  content: "\f04c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche::before {
  content: "\e507";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty::before {
  content: "\f2cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb::before {
  content: "\f1e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered::before {
  content: "\f25d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard::before {
  content: "\f2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right::before {
  content: "\f516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript::before {
  content: "\f12c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions::before {
  content: "\f5eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst::before {
  content: "\e4dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house::before {
  content: "\e066";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired::before {
  content: "\f5c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills::before {
  content: "\e1f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog::before {
  content: "\f75f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch::before {
  content: "\f7f7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette::before {
  content: "\f53f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right::before {
  content: "\e4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest::before {
  content: "\e085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry::before {
  content: "\e4ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout::before {
  content: "\f4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h::before {
  content: "\f337";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing::before {
  content: "\e4c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left::before {
  content: "\f0a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food::before {
  content: "\e4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane::before {
  content: "\f786";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down::before {
  content: "\f160";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm::before {
  content: "\f76c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format::before {
  content: "\f87d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink::before {
  content: "\f4da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word::before {
  content: "\f1c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint::before {
  content: "\f1c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h::before {
  content: "\f07e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock::before {
  content: "\e510";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt::before {
  content: "\f0ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children::before {
  content: "\e4e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard::before {
  content: "\f51b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash::before {
  content: "\f4fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open::before {
  content: "\f2b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash::before {
  content: "\e05f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow::before {
  content: "\e525";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign::before {
  content: "\e19a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync::before {
  content: "\f021";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher::before {
  content: "\f134";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign::before {
  content: "\e152";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal::before {
  content: "\f532";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt::before {
  content: "\f3ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas::before {
  content: "\f558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus::before {
  content: "\e074";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check::before {
  content: "\e4e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group::before {
  content: "\f5fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot::before {
  content: "\e4be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway::before {
  content: "\f557";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check::before {
  content: "\e4fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage::before {
  content: "\f6f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive::before {
  content: "\f1c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square::before {
  content: "\f0c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini::before {
  content: "\f000";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch::before {
  content: "\f4b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign::before {
  content: "\e0df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic::before {
  content: "\f033";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church::before {
  content: "\f51d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar::before {
  content: "\f653";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat::before {
  content: "\f747";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z::before {
  content: "\5a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing::before {
  content: "\f7c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock::before {
  content: "\e567";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a::before {
  content: "\41";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down::before {
  content: "\e03f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt::before {
  content: "\f56b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p::before {
  content: "\50";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake::before {
  content: "\f2dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper::before {
  content: "\f1ea";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad::before {
  content: "\f641";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right::before {
  content: "\f0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark::before {
  content: "\e17b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust::before {
  content: "\e520";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted::before {
  content: "\f0dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric::before {
  content: "\f0cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst::before {
  content: "\e544";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt::before {
  content: "\f53d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square::before {
  content: "\f5cb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice::before {
  content: "\f7ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language::before {
  content: "\f1ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart::before {
  content: "\f598";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter::before {
  content: "\f0b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question::before {
  content: "\3f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature::before {
  content: "\f573";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt::before {
  content: "\f0b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user::before {
  content: "\e065";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart::before {
  content: "\f4be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece::before {
  content: "\f12e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check::before {
  content: "\f53c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt::before {
  content: "\f5c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code::before {
  content: "\f121";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey::before {
  content: "\f7a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart::before {
  content: "\e522";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link::before {
  content: "\f08e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked::before {
  content: "\e4e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won::before {
  content: "\f159";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid::before {
  content: "\e4a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign::before {
  content: "\e0a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f::before {
  content: "\46";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf::before {
  content: "\f06c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road::before {
  content: "\f018";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab::before {
  content: "\f1ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus::before {
  content: "\e541";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart::before {
  content: "\f200";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning::before {
  content: "\e0b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark::before {
  content: "\e56a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel::before {
  content: "\f1c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract::before {
  content: "\f56c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins::before {
  content: "\e4f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag::before {
  content: "\e4d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam::before {
  content: "\f582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup::before {
  content: "\f248";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop::before {
  content: "\f619";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker::before {
  content: "\f041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba::before {
  content: "\f66b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper::before {
  content: "\f71e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard::before {
  content: "\f807";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject::before {
  content: "\f052";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check::before {
  content: "\e555";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group::before {
  content: "\f247";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart::before {
  content: "\f201";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator::before {
  content: "\e524";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right::before {
  content: "\f061";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs::before {
  content: "\f277";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register::before {
  content: "\f788";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question::before {
  content: "\e542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h::before {
  content: "\48";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp::before {
  content: "\e57b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools::before {
  content: "\f7d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye::before {
  content: "\e4bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt::before {
  content: "\e55b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart::before {
  content: "\f004";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus::before {
  content: "\f224";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user::before {
  content: "\e1b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire::before {
  content: "\f794";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack::before {
  content: "\e3b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail::before {
  content: "\f561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise::before {
  content: "\f5c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water::before {
  content: "\e4c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle::before {
  content: "\f28b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash::before {
  content: "\e072";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt::before {
  content: "\f5d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set::before {
  content: "\e51a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r::before {
  content: "\52";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter::before {
  content: "\f2ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube::before {
  content: "\f1b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign::before {
  content: "\e0b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog::before {
  content: "\e573";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel::before {
  content: "\f5ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open::before {
  content: "\f3c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator::before {
  content: "\e16d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer::before {
  content: "\e528";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up::before {
  content: "\e529";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h::before {
  content: "\f682";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle::before {
  content: "\f111";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward::before {
  content: "\f049";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle::before {
  content: "\f1b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut::before {
  content: "\f4fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash::before {
  content: "\e069";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark::before {
  content: "\f25c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball::before {
  content: "\f434";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish::before {
  content: "\f7c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt::before {
  content: "\f3cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up::before {
  content: "\f028";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays::before {
  content: "\e593";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet::before {
  content: "\f555";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check::before {
  content: "\f46c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio::before {
  content: "\f1c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger::before {
  content: "\f805";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench::before {
  content: "\f0ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs::before {
  content: "\e4d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee::before {
  content: "\f156";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image::before {
  content: "\f1c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle::before {
  content: "\f059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure::before {
  content: "\f5b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash::before {
  content: "\e060";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark::before {
  content: "\e0bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch::before {
  content: "\f126";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy::before {
  content: "\f8c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge::before {
  content: "\e4c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt::before {
  content: "\f879";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front::before {
  content: "\e2b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat::before {
  content: "\f6be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field::before {
  content: "\e58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route::before {
  content: "\f4d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question::before {
  content: "\e4e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama::before {
  content: "\e209";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical::before {
  content: "\f7f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open::before {
  content: "\f62f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus::before {
  content: "\e4ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags::before {
  content: "\f02c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass::before {
  content: "\f4e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward::before {
  content: "\f050";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank::before {
  content: "\f5a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking::before {
  content: "\f540";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal::before {
  content: "\e012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt::before {
  content: "\f828";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip::before {
  content: "\e006";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed::before {
  content: "\f474";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban::before {
  content: "\f54d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal::before {
  content: "\f120";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button::before {
  content: "\f10b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag::before {
  content: "\e514";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket::before {
  content: "\f291";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape::before {
  content: "\f4db";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt::before {
  content: "\f55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye::before {
  content: "\f06e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry::before {
  content: "\f5b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description::before {
  content: "\f29e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person::before {
  content: "\e54c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield::before {
  content: "\e4f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash::before {
  content: "\f506";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen::before {
  content: "\f304";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation::before {
  content: "\e586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code::before {
  content: "\f1c9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect::before {
  content: "\f012";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus::before {
  content: "\f207";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark::before {
  content: "\e501";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg::before {
  content: "\e3af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize::before {
  content: "\f2d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown::before {
  content: "\f119";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription::before {
  content: "\f5b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt::before {
  content: "\f54f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save::before {
  content: "\f0c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara::before {
  content: "\f6a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left::before {
  content: "\f515";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc::before {
  content: "\f0de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting::before {
  content: "\f4ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt::before {
  content: "\e5aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond::before {
  content: "\f219";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint::before {
  content: "\f585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd::before {
  content: "\f4c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium::before {
  content: "\e05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer::before {
  content: "\f25a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan::before {
  content: "\f56a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors::before {
  content: "\f257";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands::before {
  content: "\f684";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo::before {
  content: "\f01e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard::before {
  content: "\f780";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location::before {
  content: "\f601";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double::before {
  content: "\f227";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress::before {
  content: "\e59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines::before {
  content: "\e591";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus::before {
  content: "\e067";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears::before {
  content: "\f588";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone::before {
  content: "\f095";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times::before {
  content: "\f273";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching::before {
  content: "\e59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus::before {
  content: "\e064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog::before {
  content: "\f4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up::before {
  content: "\f163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed::before {
  content: "\f52a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus::before {
  content: "\e06c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six::before {
  content: "\f526";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net::before {
  content: "\e52c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water::before {
  content: "\e4ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth::before {
  content: "\f756";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width::before {
  content: "\f035";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard::before {
  content: "\f6e8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy::before {
  content: "\f5ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging::before {
  content: "\f85e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash::before {
  content: "\f1f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average::before {
  content: "\f629";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical::before {
  content: "\f7e6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo::before {
  content: "\f2fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt::before {
  content: "\f10e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt::before {
  content: "\f553";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes::before {
  content: "\f1b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide::before {
  content: "\f529";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge::before {
  content: "\f7d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones::before {
  content: "\f025";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding::before {
  content: "\f4c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping::before {
  content: "\e1a8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican::before {
  content: "\f75e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left::before {
  content: "\f060";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark::before {
  content: "\e543";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler::before {
  content: "\f545";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left::before {
  content: "\f036";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6::before {
  content: "\f6d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom::before {
  content: "\f7bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j::before {
  content: "\4a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder::before {
  content: "\e595";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video::before {
  content: "\f1c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt::before {
  content: "\f35d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th::before {
  content: "\f00a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf::before {
  content: "\f1c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible::before {
  content: "\f647";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o::before {
  content: "\4f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit::before {
  content: "\f0fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret::before {
  content: "\f21b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter::before {
  content: "\f700";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female::before {
  content: "\f182";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar::before {
  content: "\f651";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock::before {
  content: "\f64a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large::before {
  content: "\f009";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh::before {
  content: "\f827";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh::before {
  content: "\f827";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone::before {
  content: "\f2a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user::before {
  content: "\f7f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child::before {
  content: "\f1ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign::before {
  content: "\f195";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite::before {
  content: "\f7bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock::before {
  content: "\e558";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag::before {
  content: "\f02b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment::before {
  content: "\f075";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake::before {
  content: "\f1fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope::before {
  content: "\f0e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up::before {
  content: "\f102";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip::before {
  content: "\f0c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon::before {
  content: "\f4d6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs::before {
  content: "\f604";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign::before {
  content: "\e1d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none::before {
  content: "\f850";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes::before {
  content: "\e4e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box::before {
  content: "\f4cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent::before {
  content: "\f03c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un::before {
  content: "\e58e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty::before {
  content: "\f254";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain::before {
  content: "\f6fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md::before {
  content: "\f0f0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle::before {
  content: "\f05a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball::before {
  content: "\f73b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt::before {
  content: "\f030";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus::before {
  content: "\e578";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor::before {
  content: "\f753";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on::before {
  content: "\e4dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh::before {
  content: "\f7cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down::before {
  content: "\f162";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water::before {
  content: "\f4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water::before {
  content: "\f773";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check::before {
  content: "\f274";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille::before {
  content: "\f2a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt::before {
  content: "\f486";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark::before {
  content: "\f66f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck::before {
  content: "\f0d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs::before {
  content: "\f05b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane::before {
  content: "\e53c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent::before {
  content: "\e57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches::before {
  content: "\e086";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double::before {
  content: "\f560";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down::before {
  content: "\f15d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat::before {
  content: "\e52a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie::before {
  content: "\f563";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo::before {
  content: "\f0e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd::before {
  content: "\f0a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears::before {
  content: "\f586";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell::before {
  content: "\f44b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt::before {
  content: "\f022";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet::before {
  content: "\e57c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check::before {
  content: "\e511";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic::before {
  content: "\f7ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus::before {
  content: "\f271";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival::before {
  content: "\f5af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway::before {
  content: "\f239";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt::before {
  content: "\e0e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr::before {
  content: "\e1bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt::before {
  content: "\f565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt::before {
  content: "\f3d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna::before {
  content: "\f471";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash::before {
  content: "\e075";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract::before {
  content: "\f068";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess::before {
  content: "\f439";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left::before {
  content: "\f177";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check::before {
  content: "\e55c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view::before {
  content: "\f21d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign::before {
  content: "\e18f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off::before {
  content: "\f026";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog::before {
  content: "\f013";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash::before {
  content: "\f5c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque::before {
  content: "\f678";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito::before {
  content: "\e52b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david::before {
  content: "\f69a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle::before {
  content: "\e54b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart::before {
  content: "\f07a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials::before {
  content: "\f493";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus::before {
  content: "\e55f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship::before {
  content: "\f67f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical::before {
  content: "\f58e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up::before {
  content: "\f148";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u::before {
  content: "\55";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt::before {
  content: "\f698";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four::before {
  content: "\f017";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward::before {
  content: "\f048";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet::before {
  content: "\f482";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet::before {
  content: "\e005";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball::before {
  content: "\f432";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s::before {
  content: "\53";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline::before {
  content: "\e29c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard::before {
  content: "\f11c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down::before {
  content: "\f0d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical::before {
  content: "\f7f2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt::before {
  content: "\f3cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up::before {
  content: "\e22d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank::before {
  content: "\f4d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3::before {
  content: "\f242";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city::before {
  content: "\e52e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins::before {
  content: "\f51e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda::before {
  content: "\f66d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h::before {
  content: "\f1de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree::before {
  content: "\f802";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired::before {
  content: "\f6ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin::before {
  content: "\f276";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa::before {
  content: "\f665";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign::before {
  content: "\e3f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask::before {
  content: "\f0c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant::before {
  content: "\e31e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles::before {
  content: "\f72b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v::before {
  content: "\f142";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket::before {
  content: "\f145";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off::before {
  content: "\f011";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa::before {
  content: "\f74d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file::before {
  content: "\e51d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype::before {
  content: "\f1e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next::before {
  content: "\e476";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle::before {
  content: "\e54e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning::before {
  content: "\f20a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking::before {
  content: "\f6ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double::before {
  content: "\f226";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images::before {
  content: "\f302";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator::before {
  content: "\f1ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling::before {
  content: "\e535";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n::before {
  content: "\4e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram::before {
  content: "\f7da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain::before {
  content: "\f73d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark::before {
  content: "\e4d4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship::before {
  content: "\f21a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download::before {
  content: "\f019";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin::before {
  content: "\f580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace::before {
  content: "\f55a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper::before {
  content: "\f1fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check::before {
  content: "\e5a0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward::before {
  content: "\f04e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone::before {
  content: "\f3ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh::before {
  content: "\f11a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center::before {
  content: "\f037";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead::before {
  content: "\f6b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license::before {
  content: "\f2c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent::before {
  content: "\f03b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt::before {
  content: "\f015";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week::before {
  content: "\f784";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical::before {
  content: "\f812";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b::before {
  content: "\42";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical::before {
  content: "\f477";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one::before {
  content: "\f525";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird::before {
  content: "\f535";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange::before {
  content: "\f0ec";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward::before {
  content: "\f2f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery::before {
  content: "\f2e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up::before {
  content: "\f161";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign::before {
  content: "\e1ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice::before {
  content: "\e2eb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull::before {
  content: "\f54c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower::before {
  content: "\f519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup::before {
  content: "\f63c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop::before {
  content: "\f04d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge::before {
  content: "\f387";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload::before {
  content: "\f093";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane::before {
  content: "\f751";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound::before {
  content: "\e52d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable::before {
  content: "\e583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc::before {
  content: "\f51f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download::before {
  content: "\f56d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan::before {
  content: "\f8ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat::before {
  content: "\e572";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap::before {
  content: "\f0e7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water::before {
  content: "\e4f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well::before {
  content: "\e532";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault::before {
  content: "\e2c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars::before {
  content: "\f222";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet::before {
  content: "\f7d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark::before {
  content: "\e557";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen::before {
  content: "\f157";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble::before {
  content: "\f158";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun::before {
  content: "\f185";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar::before {
  content: "\f7a6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink::before {
  content: "\f59c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head::before {
  content: "\f7ab";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole::before {
  content: "\e4c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry::before {
  content: "\f275";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign::before {
  content: "\e184";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt::before {
  content: "\f884";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than::before {
  content: "\3c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down::before {
  content: "\f107";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel::before {
  content: "\e4de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough::before {
  content: "\e061";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines::before {
  content: "\f7a4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down::before {
  content: "\f165";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock::before {
  content: "\f502";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right::before {
  content: "\f178";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h::before {
  content: "\f141";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn::before {
  content: "\f443";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid::before {
  content: "\f479";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window::before {
  content: "\e5a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox::before {
  content: "\f552";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle::before {
  content: "\e4fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug::before {
  content: "\f188";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt::before {
  content: "\f09d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile::before {
  content: "\f1b9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand::before {
  content: "\e4f7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader::before {
  content: "\f5da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun::before {
  content: "\e52f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20::before {
  content: "\f6cf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet::before {
  content: "\e58c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark::before {
  content: "\e5a1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up::before {
  content: "\e040";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal::before {
  content: "\f5a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed::before {
  content: "\f236";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square::before {
  content: "\f0fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast::before {
  content: "\f2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full::before {
  content: "\f2c7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell::before {
  content: "\f0f3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript::before {
  content: "\f12b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark::before {
  content: "\e560";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life::before {
  content: "\f621";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash::before {
  content: "\f3dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller::before {
  content: "\f5aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping::before {
  content: "\f4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt::before {
  content: "\f3c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file::before {
  content: "\f15b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than::before {
  content: "\3e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer::before {
  content: "\f5c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down::before {
  content: "\f063";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint::before {
  content: "\f043";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser::before {
  content: "\f12d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas::before {
  content: "\f57d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst::before {
  content: "\e53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove::before {
  content: "\f4ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0::before {
  content: "\f244";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks::before {
  content: "\f696";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox::before {
  content: "\f01c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section::before {
  content: "\e447";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast::before {
  content: "\f625";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text::before {
  content: "\f658";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide::before {
  content: "\f0f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle::before {
  content: "\f72f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook::before {
  content: "\f447";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream::before {
  content: "\f550";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra::before {
  content: "\f655";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog::before {
  content: "\f80f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind::before {
  content: "\f29d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum::before {
  content: "\f569";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream::before {
  content: "\f810";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax::before {
  content: "\f1ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph::before {
  content: "\f1dd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea::before {
  content: "\f772";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half::before {
  content: "\f089";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt::before {
  content: "\f468";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain::before {
  content: "\f0c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city::before {
  content: "\e587";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play::before {
  content: "\f04b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font::before {
  content: "\f031";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign::before {
  content: "\e23d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search::before {
  content: "\f002";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis::before {
  content: "\f45d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses::before {
  content: "\f470";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt::before {
  content: "\f82a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign::before {
  content: "\e1f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down::before {
  content: "\f218";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie::before {
  content: "\f8ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit::before {
  content: "\f31c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt::before {
  content: "\f543";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square::before {
  content: "\f14b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling::before {
  content: "\f5c1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation::before {
  content: "\e53f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down::before {
  content: "\f078";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5::before {
  content: "\f240";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones::before {
  content: "\f714";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare::before {
  content: "\e13a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots::before {
  content: "\f0ca";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock::before {
  content: "\e56f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell::before {
  content: "\e585";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down::before {
  content: "\f309";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star::before {
  content: "\e561";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king::before {
  content: "\f43f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing::before {
  content: "\e549";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign::before {
  content: "\e46c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt::before {
  content: "\f752";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up::before {
  content: "\f062";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt::before {
  content: "\f26c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp::before {
  content: "\e448";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks::before {
  content: "\f0ae";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent::before {
  content: "\e519";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle::before {
  content: "\f2bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield::before {
  content: "\f505";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind::before {
  content: "\f72e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash::before {
  content: "\f5e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y::before {
  content: "\59";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding::before {
  content: "\f7ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast::before {
  content: "\f48b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish::before {
  content: "\f578";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate::before {
  content: "\f501";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust::before {
  content: "\f042";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard::before {
  content: "\e131";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt::before {
  content: "\f7ba";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball::before {
  content: "\f433";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up::before {
  content: "\e518";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram::before {
  content: "\f542";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy::before {
  content: "\f0c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times::before {
  content: "\f6a9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles::before {
  content: "\e05d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal::before {
  content: "\f58d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square::before {
  content: "\f14d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant::before {
  content: "\e4e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle::before {
  content: "\e4e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun::before {
  content: "\e19b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square::before {
  content: "\f098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add::before {
  content: "\2b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand::before {
  content: "\f065";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer::before {
  content: "\e4e5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times::before {
  content: "\f00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows::before {
  content: "\f047";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher::before {
  content: "\f51c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign::before {
  content: "\e222";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield::before {
  content: "\e4d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby::before {
  content: "\f77c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line::before {
  content: "\e592";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt::before {
  content: "\f10d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor::before {
  content: "\f722";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore::before {
  content: "\f829";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning::before {
  content: "\e51e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined::before {
  content: "\f546";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright::before {
  content: "\f1f9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals::before {
  content: "\3d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender::before {
  content: "\f517";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth::before {
  content: "\f62e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign::before {
  content: "\f20b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map::before {
  content: "\f279";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket::before {
  content: "\f135";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video::before {
  content: "\f87c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus::before {
  content: "\f65d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store::before {
  content: "\f54e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up::before {
  content: "\e098";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus::before {
  content: "\e55e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign::before {
  content: "\f4d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve::before {
  content: "\f55b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash::before {
  content: "\f1f6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android::before {
  content: "\f3fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag::before {
  content: "\e56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill::before {
  content: "\f575";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up::before {
  content: "\f106";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite::before {
  content: "\f6d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry::before {
  content: "\f7aa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left::before {
  content: "\f053";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria::before {
  content: "\e059";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard::before {
  content: "\f258";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef::before {
  content: "\e1fe";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease::before {
  content: "\f7fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical::before {
  content: "\f469";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless::before {
  content: "\f22d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right::before {
  content: "\f054";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet::before {
  content: "\f079";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt::before {
  content: "\f5de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap::before {
  content: "\e06b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash::before {
  content: "\f4e2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2::before {
  content: "\f243";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio::before {
  content: "\f8d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby::before {
  content: "\f77d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light::before {
  content: "\f637";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer::before {
  content: "\f491";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard::before {
  content: "\f729";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger::before {
  content: "\f806";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage::before {
  content: "\25";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving::before {
  content: "\f4df";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet::before {
  content: "\e4f5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display::before {
  content: "\e163";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile::before {
  content: "\f118";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack::before {
  content: "\f08d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy::before {
  content: "\f091";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray::before {
  content: "\f683";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer::before {
  content: "\f6e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace::before {
  content: "\f25b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt::before {
  content: "\f2f1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner::before {
  content: "\f110";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot::before {
  content: "\f544";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace::before {
  content: "\f67c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs::before {
  content: "\f085";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse::before {
  content: "\f494";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch::before {
  content: "\f5bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts::before {
  content: "\f584";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four::before {
  content: "\f524";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card::before {
  content: "\f7c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt::before {
  content: "\f225";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury::before {
  content: "\f223";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down::before {
  content: "\f149";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst::before {
  content: "\e547";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award::before {
  content: "\f559";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt::before {
  content: "\f3ff";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building::before {
  content: "\f1ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left::before {
  content: "\f100";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode::before {
  content: "\f029";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history::before {
  content: "\f1da";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat::before {
  content: "\f583";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file::before {
  content: "\f56e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank::before {
  content: "\f132";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt::before {
  content: "\f885";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical::before {
  content: "\e3b2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball::before {
  content: "\f450";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left::before {
  content: "\f137";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window::before {
  content: "\e00d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib::before {
  content: "\f5ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents::before {
  content: "\e582";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic::before {
  content: "\f0d0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog::before {
  content: "\f6d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot::before {
  content: "\f787";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon::before {
  content: "\f186";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt::before {
  content: "\f5ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese::before {
  content: "\f7ef";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang::before {
  content: "\f6ad";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music::before {
  content: "\f001";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit::before {
  content: "\f386";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low::before {
  content: "\f76b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking::before {
  content: "\f84a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom::before {
  content: "\f51a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart::before {
  content: "\e574";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram::before {
  content: "\f664";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania::before {
  content: "\e47b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square::before {
  content: "\f2d3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag::before {
  content: "\23";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt::before {
  content: "\f424";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can::before {
  content: "\f613";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t::before {
  content: "\54";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo::before {
  content: "\f6ed";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column::before {
  content: "\e0e3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity::before {
  content: "\f534";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check::before {
  content: "\e596";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail::before {
  content: "\f897";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan::before {
  content: "\f863";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage::before {
  content: "\e554";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v::before {
  content: "\f338";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain::before {
  content: "\f73c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar::before {
  content: "\f133";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer::before {
  content: "\e041";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai::before {
  content: "\f666";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal::before {
  content: "\f666";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card::before {
  content: "\f7c2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon::before {
  content: "\f6d5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints::before {
  content: "\f54b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle::before {
  content: "\f055";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink::before {
  content: "\f58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding::before {
  content: "\f4bd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink::before {
  content: "\f127";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone::before {
  content: "\f24d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt::before {
  content: "\f7e4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado::before {
  content: "\f76f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus::before {
  content: "\e494";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran::before {
  content: "\f687";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor::before {
  content: "\f13d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all::before {
  content: "\f84c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry::before {
  content: "\f556";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite::before {
  content: "\f564";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down::before {
  content: "\e097";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed::before {
  content: "\f09e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon::before {
  content: "\f5ee";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale::before {
  content: "\f24e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast::before {
  content: "\f62a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower::before {
  content: "\f2cc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt::before {
  content: "\f390";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m::before {
  content: "\4d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list::before {
  content: "\f00b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms::before {
  content: "\f7cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book::before {
  content: "\f02d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus::before {
  content: "\f234";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check::before {
  content: "\f00c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4::before {
  content: "\f241";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check::before {
  content: "\e509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left::before {
  content: "\f104";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor::before {
  content: "\e47a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right::before {
  content: "\e58b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised::before {
  content: "\f6de";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon::before {
  content: "\f6c3";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase::before {
  content: "\f0b1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling::before {
  content: "\e546";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait::before {
  content: "\f3e0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag::before {
  content: "\f507";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug::before {
  content: "\e569";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe::before {
  content: "\f7a2";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart::before {
  content: "\f59d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close::before {
  content: "\f410";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign::before {
  content: "\e0ac";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open::before {
  content: "\f518";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills::before {
  content: "\f66a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs::before {
  content: "\e4f8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning::before {
  content: "\f071";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database::before {
  content: "\f1c0";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-right::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward::before {
  content: "\f064";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet::before {
  content: "\e4c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face::before {
  content: "\e1d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide::before {
  content: "\e508";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt::before {
  content: "\f362";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane::before {
  content: "\f1d8";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation::before {
  content: "\e565";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon::before {
  content: "\f6d9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right::before {
  content: "\f038";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring::before {
  content: "\f1cd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing::before {
  content: "\f2a7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day::before {
  content: "\f783";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool::before {
  content: "\f5c5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v::before {
  content: "\f07d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace::before {
  content: "\f57f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt::before {
  content: "\e2ce";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt::before {
  content: "\f3be";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right::before {
  content: "\e552";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square::before {
  content: "\f199";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice::before {
  content: "\f522";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball::before {
  content: "\f436";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain::before {
  content: "\f5dc";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid::before {
  content: "\f462";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus::before {
  content: "\f272";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle::before {
  content: "\f057";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts::before {
  content: "\f79c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel::before {
  content: "\f594";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia::before {
  content: "\f57e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt::before {
  content: "\f47f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus::before {
  content: "\f00e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up::before {
  content: "\f164";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock::before {
  content: "\f4fd";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies::before {
  content: "\f461";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice::before {
  content: "\f570";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize::before {
  content: "\f2d1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee::before {
  content: "\f0f4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush::before {
  content: "\f55d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask::before {
  content: "\f6fa";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus::before {
  content: "\f010";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical::before {
  content: "\f548";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt::before {
  content: "\f406";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram::before {
  content: "\e5b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse::before {
  content: "\f82f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe::before {
  content: "\f48e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun::before {
  content: "\f6c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20::before {
  content: "\e06f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full::before {
  content: "\f45c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet::before {
  content: "\f076";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar::before {
  content: "\e516";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note::before {
  content: "\f249";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash::before {
  content: "\e490";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone::before {
  content: "\f5d7";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured::before {
  content: "\f728";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear::before {
  content: "\f5b4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane::before {
  content: "\f072";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down::before {
  content: "\e581";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation::before {
  content: "\21";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin::before {
  content: "\e4bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print::before {
  content: "\f02f";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira::before {
  content: "\e2bb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd::before {
  content: "\24";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x::before {
  content: "\58";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar::before {
  content: "\f688";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog::before {
  content: "\f509";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing::before {
  content: "\e54a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university::before {
  content: "\f19c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella::before {
  content: "\f0e9";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel::before {
  content: "\e589";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d::before {
  content: "\44";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler::before {
  content: "\e5af";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks::before {
  content: "\f630";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign::before {
  content: "\e1c4";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left::before {
  content: "\f0a5";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt::before {
  content: "\f4c6";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet::before {
  content: "\f0fb";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square::before {
  content: "\f1e1";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode::before {
  content: "\f02a";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus::before {
  content: "\e43c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera::before {
  content: "\f03d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board::before {
  content: "\f19d";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical::before {
  content: "\e05c";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check::before {
  content: "\e53e";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up::before {
  content: "\f3bf";
}

/* line 8, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt::before {
  content: "\f3bf";
}

/* line 5, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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.2 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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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-dbef652cdc50e34c49d415654cbaeaac3494dd6e8ed832fe874d4246bb132b5c.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-a333b19804c73527b1b1803007219e1a70e6a5d0fa0b4b5d39e1fc9eb59358e5.ttf) format("truetype");
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.4.2 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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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-016a00e90fa15caa1a5a150e825404acff9836162a954a39068ba3dd44ab44f0.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-a397bb7d6241f949890a8fb523f79078d3607812a4dd2e9120b023797cffb709.ttf) format("truetype");
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.4.2 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, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/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-4febc612eace729b9fa0843b6b21116a7b7bb4786dd28caf9abed442b566e159.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-4ee7fd981b3a316025f080f0d8bbaeab3d3a67bb7bfaf575306817bfaaa86c94.ttf) format("truetype");
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js:before {
  content: "\f3b9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit:before {
  content: "\f1a2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome:before {
  content: "\e5ad";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram:before {
  content: "\e055";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news:before {
  content: "\f3af";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads:before {
  content: "\e618";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat:before {
  content: "\f2ad";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo:before {
  content: "\f2aa";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble:before {
  content: "\f397";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node:before {
  content: "\f419";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian:before {
  content: "\e60b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter:before {
  content: "\f081";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang:before {
  content: "\e40f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube:before {
  content: "\f431";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional:before {
  content: "\e530";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta:before {
  content: "\e49b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam:before {
  content: "\f1b7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo:before {
  content: "\f194";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet:before {
  content: "\e4a0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github:before {
  content: "\f092";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads:before {
  content: "\e619";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab:before {
  content: "\e5ae";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square:before {
  content: "\e5ae";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki:before {
  content: "\f264";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode:before {
  content: "\e499";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest:before {
  content: "\f0d3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol:before {
  content: "\e531";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus:before {
  content: "\f0d4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing:before {
  content: "\f169";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili:before {
  content: "\e3d9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter:before {
  content: "\e61b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group:before {
  content: "\e080";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper:before {
  content: "\e01e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook:before {
  content: "\f082";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm:before {
  content: "\f203";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid:before {
  content: "\e360";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal:before {
  content: "\e570";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh:before {
  content: "\e2d0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost:before {
  content: "\f2ab";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance:before {
  content: "\f1b5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome:before {
  content: "\e5ac";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git:before {
  content: "\f1d2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr:before {
  content: "\f174";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots:before {
  content: "\e340";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php:before {
  content: "\f457";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber:before {
  content: "\e5c7";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane:before {
  content: "\f2c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee:before {
  content: "\e5c6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp:before {
  content: "\f40c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash:before {
  content: "\f198";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter:before {
  content: "\e61a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m:before {
  content: "\f23a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox:before {
  content: "\e44a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix:before {
  content: "\e43a";
}

/* line 28, ../../shared/bundle/ruby/3.2.0/gems/font-awesome-sass-6.4.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* Media Queries */
/* line 1, app/assets/stylesheets/lib/access_info_banner.scss */
.access-info-banner {
  text-align: center;
  padding: 10px;
  font-size: 14px;
  background-color: #28579b;
  color: #ffffff;
}

/* line 1, app/assets/stylesheets/lib/cookie_banner.scss */
.d-flex {
  display: flex !important;
}

/* line 4, app/assets/stylesheets/lib/cookie_banner.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7, app/assets/stylesheets/lib/cookie_banner.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 11, app/assets/stylesheets/lib/cookie_banner.scss */
.align-items-center {
  align-items: center !important;
}

/* line 15, app/assets/stylesheets/lib/cookie_banner.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent {
  position: fixed;
  bottom: -5000rem;
  padding: 1rem 1rem 1rem 5rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000000;
}

/* line 28, app/assets/stylesheets/lib/cookie_banner.scss */
_:-ms-fullscreen, :root #cookie-consent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95%;
}

/* line 37, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .text {
  width: 66.6666666667%;
  float: left;
}

/* line 42, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent p {
  color: white;
  font-size: 13px;
}

/* line 47, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .large-3 {
  width: 33.3333333333%;
  float: left;
}

/* line 52, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent button {
  float: none;
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 7px;
}

/* line 62, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .cookie-link {
  color: #2D65B2;
  text-decoration: none;
  background-color: transparent;
}

/* line 68, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .cookie-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent button:hover {
  background: #000 !important;
  color: #fff !important;
}

/* line 78, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .btn-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent .columns {
    width: 100%;
  }
  /* line 98, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent .text {
    text-align: center;
  }
  /* line 102, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent {
    padding: 1rem 5rem;
  }
  /* line 106, app/assets/stylesheets/lib/cookie_banner.scss */
  _:-ms-fullscreen, :root #cookie-consent {
    width: 80%;
  }
}

@media (max-width: 500px) {
  /* line 112, app/assets/stylesheets/lib/cookie_banner.scss */
  _:-ms-fullscreen, :root #cookie-consent {
    width: 70%;
  }
}

/* line 1, app/assets/stylesheets/lib/screen_reader.scss */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* line 14, app/assets/stylesheets/lib/screen_reader.scss */
.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #2e55a5;
  display: block;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* line 1, app/assets/stylesheets/screen.sass */
hr {
  border: none;
  border-top: 1px dotted;
}

/* line 5, app/assets/stylesheets/screen.sass */
#properties {
  text-align: right;
}

/* line 7, app/assets/stylesheets/screen.sass */
#properties span {
  margin: 5px;
}

/* line 9, app/assets/stylesheets/screen.sass */
#properties span a {
  line-height: 20px;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/screen.sass */
#footer #rightFoot {
  display: flex;
  flex-direction: column;
}

/* line 17, app/assets/stylesheets/screen.sass */
#footer #rightFoot .footer-property-links {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 21, app/assets/stylesheets/screen.sass */
#footer #rightFoot .footer-property-links li {
  padding: 0;
  background: none;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  grid-column-gap: 10px;
}

/* line 29, app/assets/stylesheets/screen.sass */
#footer #rightFoot .footer-property-links li a {
  line-height: 22px;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
/* line 17, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 24, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 32, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff;
}

/* line 41, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 50, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/assets/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 63, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 72, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 79, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 92, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 99, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/assets/controls.png) no-repeat 0 -32px;
}

/* line 104, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(/assets/controls.png) no-repeat -43px -32px;
}

/* line 109, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 113, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 117, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 128, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 134, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 138, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 148, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 153, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(/assets/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 163, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 170, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 175, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 182, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 191, vendor/assets/stylesheets/jquery.bxslider.css */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 3, app/assets/stylesheets/nav.sass */
#nav ul li ul li {
  min-width: 98px;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 3, app/assets/stylesheets/footer.sass */
#housing-logo {
  background: transparent url(/assets/housing-logo-2e657ef2ac106300fb256b6c25617d02c589ab5708a9d2d6264354021735992a.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/housing-logo-47e348d8f4b862b15111bc309fbde2bbea4ab03dcca3e73da5272b9abeb90176.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/housing-logo-47e348d8f4b862b15111bc309fbde2bbea4ab03dcca3e73da5272b9abeb90176.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/housing-logo-47e348d8f4b862b15111bc309fbde2bbea4ab03dcca3e73da5272b9abeb90176.svg);
  background-size: 100% 100%;
  height: 30px;
  width: 30px;
}

/* line 8, app/assets/stylesheets/footer.sass */
#rebny-logo {
  background: transparent url(/assets/rebny-logo-da9cd9de54ea83e125d8179960bf56bd225adb8cfe3e8f87e2b233e7de4daff6.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/rebny-logo-ce66fed9d4e9215a10f1e41ff536b1c6644b6cb37b4a359101b5f5155814334f.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/rebny-logo-ce66fed9d4e9215a10f1e41ff536b1c6644b6cb37b4a359101b5f5155814334f.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/rebny-logo-ce66fed9d4e9215a10f1e41ff536b1c6644b6cb37b4a359101b5f5155814334f.svg);
  background-size: 100% 100%;
  height: 30px;
  width: 80px;
  margin-left: 10px;
}

/* line 14, app/assets/stylesheets/footer.sass */
#housing-logo, #rebny-logo {
  float: left;
  margin-top: 7px;
}

/* line 18, app/assets/stylesheets/footer.sass */
#legal-disclosure {
  clear: both;
  width: 100%;
  margin-top: 20px;
  padding-top: 15px;
  font-size: 10px;
  line-height: 14px;
  color: #a6a6a6;
}

/* line 27, app/assets/stylesheets/footer.sass */
#legal-disclosure p {
  margin: 0 0 10px 0;
}

/* line 30, app/assets/stylesheets/footer.sass */
#legal-disclosure p strong {
  font-weight: bold;
  color: #818181;
}

/* line 2, app/assets/stylesheets/home.sass */
body.home_controller #landing_area {
  width: 961px;
  height: 361px;
}

/* line 6, app/assets/stylesheets/home.sass */
body.home_controller #landing {
  background-image: url(/swf/home/images/landing_skyline.jpg);
  background-repeat: no-repeat;
  width: 961px;
  height: 361px;
  margin-bottom: 10px;
}

/* line 12, app/assets/stylesheets/home.sass */
body.home_controller #landing a {
  background-color: #eef5ff;
  float: left;
  width: 119px;
  height: 44px;
  -webkit-box-shadow: -2px 2px 5px #456fa8;
  -moz-box-shadow: -2px 2px 5px #456fa8;
  box-shadow: -2px 2px 5px #456fa8;
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* line 24, app/assets/stylesheets/home.sass */
body.home_controller #landing a#four-times-square {
  margin-left: 27%;
  margin-top: 68px;
}

/* line 27, app/assets/stylesheets/home.sass */
body.home_controller #landing a#one-bryant-park {
  margin-left: 14%;
  margin-top: 32px;
}

/* line 31, app/assets/stylesheets/home.sass */
body.home_controller .link {
  background: url(/images/linkArrow.png) no-repeat;
  width: 13px;
  height: 11px;
  float: left;
  margin: 3px 0px 0px 3px;
}

/* line 38, app/assets/stylesheets/home.sass */
body.home_controller .link:hover {
  background: url(/images/linkArrowHover.png) no-repeat;
}

/* line 41, app/assets/stylesheets/home.sass */
body.home_controller .dotted {
  border-top: dotted 1px #777;
  width: 961px;
  margin: 10px 0px 0px 0px;
}

/* line 46, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small {
  width: 974px;
  height: 110px;
  overflow: hidden;
}

/* line 52, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property .hover-img-box {
  border: 1px solid white;
  width: 159px;
  height: 140px;
  z-index: 2;
  position: absolute;
  margin-left: -17px;
  margin-top: -35px;
}

/* line 60, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property .hover-img-box img {
  width: 159px;
  height: 115px;
}

/* line 63, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property .hover-img-box .title {
  width: 153px;
  color: white;
  background-color: black;
  padding: 3px 0px 3px 6px;
  font-weight: bold;
  font-size: 9px;
  background: url(/images/property-title-bg.png);
}

/* line 72, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property {
  float: left;
  width: 139px;
}

/* line 76, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property .indicator {
  width: 125px;
}

/* line 79, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property img {
  border-bottom: solid 4px rgba(136, 136, 136, 0.3);
}

/* line 82, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property .indicator {
  height: 5px;
  margin-bottom: 5px;
}

/* line 87, app/assets/stylesheets/home.sass */
body.home_controller .carousel.small .property.current .indicator {
  background-color: #456fa8;
}

/* line 90, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large {
  position: absolute;
}

/* line 93, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property:hover {
  background: url(/images/property-description-bg-hover.png);
}

/* line 96, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property {
  color: white;
  width: 961px;
  height: 361px;
  background: url(/images/property-description-bg.png);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

/* line 106, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .border {
  height: 10px;
  width: 961px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
}

/* line 112, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .left_content {
  margin-right: -10px;
  height: 361px;
  width: 354px;
}

/* line 117, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .main_photo {
  float: right;
  width: 607px;
  height: 361px;
}

/* line 122, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .secondary_photo {
  float: right;
  width: 354px;
  height: 210px;
}

/* line 127, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property h1, body.home_controller .carousel.large .property span, body.home_controller .carousel.large .property .visit {
  float: right;
  color: white;
  width: 314px;
  padding: 18px 20px 0px 20px;
  padding-bottom: 0px;
}

/* line 134, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .summary_description {
  height: 60px;
}

/* line 137, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .visit {
  padding: 10px 2px 25px 20px;
  letter-spacing: -1px;
  font-size: 13px;
  font-weight: bold;
  float: left;
  width: auto;
  text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.4);
}

/* line 146, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property .link {
  margin-top: 13px;
}

/* line 149, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property span {
  padding: 0px 20px 0px 20px;
}

/* line 152, app/assets/stylesheets/home.sass */
body.home_controller .carousel.large .property h1 {
  font-size: 14px;
  text-shadow: 1px 1px 6px rgba(255, 255, 255, 0.4);
  letter-spacing: -1px;
}

/* line 157, app/assets/stylesheets/home.sass */
body.home_controller a.previous, body.home_controller a.next {
  height: 43px;
  display: block;
  opacity: 0.4;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 166, app/assets/stylesheets/home.sass */
body.home_controller a.previous {
  width: 26px;
  background: url(/images/previous.png) no-repeat;
  float: left;
  margin-left: -26px;
  margin-top: 32px;
}

/* line 173, app/assets/stylesheets/home.sass */
body.home_controller a.next {
  width: 26px;
  background: url(/images/next.png) no-repeat;
  float: right;
  margin-right: -22px;
  margin-top: -78px;
}

/* line 180, app/assets/stylesheets/home.sass */
body.home_controller a.previous:hover, body.home_controller a.next:hover {
  opacity: 1.0;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 5, app/assets/stylesheets/news_items.sass */
.news_items_controller .about-media-content .attached-files {
  padding-bottom: 10px;
}

/* line 7, app/assets/stylesheets/news_items.sass */
.news_items_controller .about-media-content .attached-files h5 {
  font-size: 14px;
  padding-bottom: 5px;
}

/* line 11, app/assets/stylesheets/news_items.sass */
.news_items_controller .video-items {
  width: 250px;
  adding-left: 5px;
}

/* line 15, app/assets/stylesheets/news_items.sass */
.news_items_controller .button-featured {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  margin-top: 5px;
  margin-bottom: 15px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.news_items_controller .button-featured i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.news_items_controller .button-featured .text {
  display: block;
  margin-top: 3px;
}

/* line 20, app/assets/stylesheets/news_items.sass */
.news_items_controller .news-video {
  border-bottom: 1px dotted #A5A5A5;
  padding-top: 18px;
}

/* line 24, app/assets/stylesheets/news_items.sass */
.news_items_controller .video-text {
  line-height: 16px;
}

/* line 26, app/assets/stylesheets/news_items.sass */
.news_items_controller .video-text .title {
  margin-top: 10px;
  font-weight: normal;
}

/* line 29, app/assets/stylesheets/news_items.sass */
.news_items_controller .video-text .ui-icon-triangle-1-e {
  background-position: -38px -19px;
}

/* line 31, app/assets/stylesheets/news_items.sass */
.news_items_controller .video-text .description {
  padding: 10px 0;
}

/* line 34, app/assets/stylesheets/news_items.sass */
#inquiries {
  margin-bottom: 15px;
  padding: 0 0 20px 0;
  width: 100%;
}

/* line 39, app/assets/stylesheets/news_items.sass */
#inquiries a {
  color: #2D65B2;
}

/* line 42, app/assets/stylesheets/news_items.sass */
.bottom-line {
  border-bottom: 1px dotted #c6c6c6;
}

/* line 46, app/assets/stylesheets/news_items.sass */
#news-items-filter .separator {
  border-bottom: 1px dotted #c6c6c6;
  padding-bottom: 5px;
}

/* line 50, app/assets/stylesheets/news_items.sass */
#news-items-filter ul {
  margin: 5px 0;
}

/* line 53, app/assets/stylesheets/news_items.sass */
#news-items-filter ul .first {
  width: 85px;
}

/* line 56, app/assets/stylesheets/news_items.sass */
#news-items-filter ul .option {
  width: 100px;
}

/* line 59, app/assets/stylesheets/news_items.sass */
#news-items-filter ul li {
  background: none;
  width: 100px;
}

/* line 64, app/assets/stylesheets/news_items.sass */
.about-media-content a.blue:hover {
  color: #1C4275;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 4, app/assets/stylesheets/properties.sass */
body.properties_controller .downloadable-pdf {
  background: url(/assets/document_icon_1-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  padding-bottom: 20px;
  padding-left: 15px;
}

/* line 8, app/assets/stylesheets/properties.sass */
body.properties_controller .downloadable-pdf a {
  font-size: 12px;
  color: #2d65b2;
}

/* line 15, app/assets/stylesheets/properties.sass */
body.properties_controller #midtown-map, body.properties_controller #downtown-map {
  margin-top: 15px;
}

/* line 17, app/assets/stylesheets/properties.sass */
body.properties_controller #midtown-map h1, body.properties_controller #downtown-map h1 {
  background: url(/assets/bar-background-c128deaf052bd076e767b512484b55e4ecce4db1541b9faf66a14bee1654cffb.gif);
  color: white;
  padding: 8px;
  font-size: 14px;
  height: 15px;
}

/* line 24, app/assets/stylesheets/properties.sass */
body.properties_controller .category-name, body.properties_controller .contact.collection-item {
  padding: 10px 0 0 0;
}

/* line 28, app/assets/stylesheets/properties.sass */
#viewLarge .info {
  width: 600px;
}

/* line 30, app/assets/stylesheets/properties.sass */
#viewLarge .info span {
  position: relative;
  top: -3px;
  float: left;
  width: 145px;
  font-size: 12px;
}

/* line 36, app/assets/stylesheets/properties.sass */
#viewLarge .info p {
  top: -3px;
  position: relative;
  color: white;
  float: left;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 46, app/assets/stylesheets/properties.sass */
#viewAll {
  top: 314px;
  height: 30px;
  left: 736px;
  width: 225px;
  text-align: right;
}

/* line 52, app/assets/stylesheets/properties.sass */
#viewAll .container {
  position: relative;
  right: 10px;
  top: 13px;
}

/* line 56, app/assets/stylesheets/properties.sass */
#viewAll .container span {
  top: -3px;
  color: white;
  font-size: 12px;
  position: relative;
}

/* line 62, app/assets/stylesheets/properties.sass */
#cboxTitle {
  color: black;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
  height: 30px;
  display: table;
  top: 7px;
  bottom: auto;
  width: 80%;
}

/* line 73, app/assets/stylesheets/properties.sass */
#cboxTitle p {
  display: table-cell;
  vertical-align: middle;
}

/* line 77, app/assets/stylesheets/properties.sass */
#cboxCurrent {
  color: black;
  font-size: 12px;
  top: 7px;
  bottom: auto;
}

/* line 83, app/assets/stylesheets/properties.sass */
#cboxClose {
  background: transparent;
  text-indent: 0;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  text-transform: capitalize;
  height: 18px;
  top: 7px;
  bottom: auto;
}

/* line 95, app/assets/stylesheets/properties.sass */
#cboxLoadedContent {
  margin-top: 37px;
  margin-bottom: auto;
}

/* line 99, app/assets/stylesheets/properties.sass */
#cboxNext, #cboxPrevious {
  margin-top: -2px;
}

/* line 103, app/assets/stylesheets/properties.sass */
.pdfs h4 {
  margin-bottom: 5px;
}

/* line 106, app/assets/stylesheets/properties.sass */
.pdfs ul li {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-size: 11px 15px;
  padding: 3px 0px 5px 18px;
}

/* line 110, app/assets/stylesheets/properties.sass */
.pdfs ul li a {
  color: #2d65b2;
  font-size: 12px;
}

/* line 114, app/assets/stylesheets/properties.sass */
a.property_link {
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/properties.sass */
.no-border-bottom {
  border-bottom: 0 !important;
}

/* line 122, app/assets/stylesheets/properties.sass */
.margin-bottom {
  margin-bottom: 20px;
}

/* line 125, app/assets/stylesheets/properties.sass */
.no-top-bar {
  background: 0;
  border-top: 1px dotted #b1b1b1;
  color: #4c4c4c !important;
}

/* line 130, app/assets/stylesheets/properties.sass */
.no-top-bar h3.ui-accordion-header {
  background: 0;
}

/* line 134, app/assets/stylesheets/properties.sass */
.no-top-bar .body p {
  background: white;
  padding: 0 !important;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
}

/* line 139, app/assets/stylesheets/properties.sass */
.play-button-over {
  background: transparent url(/assets/play_button-9541e4dbc93f5afe7a2753428139ed201b2566e298ab37da2f1db456fe4454d3.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/play_button-f3c0f5b3e6cbb873ce029b21022d5762645f6b2fbced6c94ff358f1e084e7149.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/play_button-f3c0f5b3e6cbb873ce029b21022d5762645f6b2fbced6c94ff358f1e084e7149.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/play_button-f3c0f5b3e6cbb873ce029b21022d5762645f6b2fbced6c94ff358f1e084e7149.svg);
  background-size: 100% 100%;
  width: 70px;
  height: 70px;
  margin-left: 89px;
  margin-top: -111px;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=72.5)";
  filter: alpha(opacity=72.5);
  -moz-opacity: 0.725;
  opacity: 0.725;
}

/* line 148, app/assets/stylesheets/properties.sass */
.caps {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 152, app/assets/stylesheets/properties.sass */
.downcase {
  text-transform: lowercase;
}

/* line 156, app/assets/stylesheets/properties.sass */
#three-col-rt .description, .right-sect .description {
  padding: 0px 5px 15px 5px;
  background-color: #FFF;
}

/* line 160, app/assets/stylesheets/properties.sass */
#three-col-rt a.normal-button, .right-sect a.normal-button {
  background: url(/images/left_btn.png);
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 11px;
  padding: 5px 0 8px 28px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  margin-bottom: 10px;
}

/* line 164, app/assets/stylesheets/properties.sass */
#three-col-rt .description, .right-sect .description {
  margin-top: 10px;
  margin-bottom: -5px;
}

/* line 168, app/assets/stylesheets/properties.sass */
.video-text {
  background: #FFF;
}

/* line 172, app/assets/stylesheets/properties.sass */
.leasing_contacts ul {
  padding: 10px 0 0 0;
  list-style-type: none;
}

/* line 177, app/assets/stylesheets/properties.sass */
.market-sector .title {
  background: url(/assets/bar-background-c128deaf052bd076e767b512484b55e4ecce4db1541b9faf66a14bee1654cffb.gif);
  color: #FFFFFF;
  padding: 8px;
  font-size: 14px;
  height: 15px;
  margin-top: 15px;
  margin-bottom: 8px;
}

/* line 186, app/assets/stylesheets/properties.sass */
.market-sector .container {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100%;
}

/* line 192, app/assets/stylesheets/properties.sass */
.market-sector .container .point, .market-sector .container .label {
  position: absolute;
}

/* line 195, app/assets/stylesheets/properties.sass */
.market-sector .container .point {
  background: url(/assets/map_marker-e9ee63ff3adce5d6ccd5eabf2679db85fddaf7c1820728c6ded63d486dd3443e.png);
}

/* line 198, app/assets/stylesheets/properties.sass */
.market-sector .container .label {
  color: #2F66B2;
}

/* line 201, app/assets/stylesheets/properties.sass */
.market-sector .container .label:hover {
  opacity: 0.5;
}

/* line 204, app/assets/stylesheets/properties.sass */
.energy_star_logo {
  margin-top: 5px;
  margin-left: 0px;
  width: 60px;
  height: 60px;
  background-image: url(/assets/energy_star_logo_128-ee232a2b48a7e0cded6062f3d5c1ce588becee236d14805036b645d8cf2c1e10.png);
  background-image: url(/assets/energy_star_logo-d6b103744b0d0219cac82fdc4f8074e76e4ba3b9226b8e61202e941b690f4370.svg);
  background-size: cover;
}

/* line 213, app/assets/stylesheets/properties.sass */
#three-col-mid > p:nth-child(7) > a {
  color: blue;
}

/* line 14, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .markdown a {
  display: inline;
  background: none;
  margin: 0;
  padding: 0;
  color: #4C4C4C;
  text-decoration: underline;
}

/* line 21, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .markdown a:hover {
  color: #2D65B2;
}

/* line 23, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .markdown ul {
  list-style-type: disc;
}

/* line 25, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .markdown ul li {
  margin-left: 15px;
}

/* line 27, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .markdown h1, .sustainability_controller .markdown h2, .sustainability_controller .markdown h3, .sustainability_controller .markdown h4, .sustainability_controller .markdown h5, .sustainability_controller .markdown h6 {
  padding: 10px 0 15px 0;
}

/* line 30, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery {
  height: 348px;
  position: relative;
}

/* line 33, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery ul {
  width: 961px;
  height: 348px;
  position: relative;
}

/* line 37, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery ul li {
  float: left;
}

/* line 39, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery ul li img {
  height: 348px;
  width: 961px;
}

/* line 42, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar, .sustainability_controller #image-gallery #nav-bar-bg {
  position: absolute;
  bottom: 0px;
  width: 961px;
  height: 37px;
}

/* line 47, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar-bg {
  background-color: black;
  opacity: 0.4;
}

/* line 51, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination {
  float: right;
  margin-right: 12px;
}

/* line 54, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination a, .sustainability_controller #image-gallery #nav-bar .pagination .next, .sustainability_controller #image-gallery #nav-bar .pagination .previous {
  float: left;
  margin: 10px 0 0 10px;
  color: white;
  width: 8px;
}

/* line 59, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination .previous, .sustainability_controller #image-gallery #nav-bar .pagination .next {
  margin-top: 12px;
  width: 14px;
  height: 12px;
}

/* line 63, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination .previous {
  background: url(/images/previousO.png) no-repeat;
}

/* line 65, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination .next {
  background: url(/images/nextO.png) no-repeat;
}

/* line 67, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery #nav-bar .pagination .img-link:hover, .sustainability_controller #image-gallery #nav-bar .pagination .img-link.current {
  color: #02A3E3;
}

/* line 69, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery .caption {
  display: table;
  height: 37px;
  position: absolute;
  bottom: 0px;
  z-index: 602;
  margin-top: -29px;
  margin-left: 12px;
  width: 850px;
}

/* line 78, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #image-gallery .caption .title {
  color: white;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

/* line 84, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .content {
  padding: 25px 0 56px 0;
}

/* line 87, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside, .sustainability_controller article {
  float: left;
}

/* line 90, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside {
  width: 180px;
  margin-right: 79px;
}

/* line 93, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside .bar {
  width: 180px;
}

/* line 95, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside li {
  width: 180px;
  border-bottom: 1px dotted #B1B1B1;
  padding: 11px 0;
  line-height: 10px;
}

/* line 100, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside a {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

/* line 102, app/assets/stylesheets/sustainability.sass */
.sustainability_controller aside a.current {
  color: #2C65B2;
}

/* line 105, app/assets/stylesheets/sustainability.sass */
.sustainability_controller article {
  width: 474px;
}

/* line 108, app/assets/stylesheets/sustainability.sass */
.sustainability_controller article header h1 {
  font-family: 'Lato', sans-serif;
}

/* line 111, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #thumbnail {
  float: right;
}

/* line 113, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #thumbnail img {
  margin-bottom: 10px;
}

/* line 115, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #thumbnail .bar {
  width: 149px;
  margin: 0 0 10px 0;
}

/* line 118, app/assets/stylesheets/sustainability.sass */
.sustainability_controller #thumbnail a {
  background: url(/images/blue_carat.png) left top no-repeat;
  padding-left: 12px;
  padding-top: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

/* line 122, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .bar {
  background: url(/images/gray_bar.png);
  height: 7px;
}

/* line 126, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .previous, .sustainability_controller .next {
  opacity: 0.6;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 132, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .previous:hover, .sustainability_controller .next:hover {
  opacity: 1;
}

/* line 135, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .previous {
  background: url(/images/previous.png) no-repeat;
  width: 23px;
  height: 45px;
  margin-left: -23px;
  margin-top: 55px;
  float: left;
}

/* line 143, app/assets/stylesheets/sustainability.sass */
.sustainability_controller .next {
  background: url(/images/next.png) no-repeat;
  height: 43px;
  width: 25px;
  float: right;
  margin-top: -88px;
  margin-right: 34px;
}

/* line 151, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages {
  margin: 8px 0;
  height: 135px;
  overflow: hidden;
}

/* line 155, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages .page {
  width: 149px;
  float: left;
  margin-right: 54px;
}

/* line 159, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages .page a {
  color: #2D65B2;
}

/* line 161, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages .page a .bar {
  height: 5px;
  margin: 7px 0;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

/* line 168, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages .page a .name {
  font-family: 'Lato', Arial;
}

/* line 173, app/assets/stylesheets/sustainability.sass */
.sustainability_controller ul.pages .page:hover a .bar {
  background: url(/images/blue_bar.png);
}

/* line 3, app/assets/stylesheets/about.sass */
.header-trademark-character {
  float: right;
  margin: -60px 310px;
  color: #fff;
  font-size: 16px;
}

/* line 9, app/assets/stylesheets/about.sass */
#timeline {
  width: 960px;
  margin-top: 60px;
  margin-bottom: 60px;
}

/* line 14, app/assets/stylesheets/about.sass */
#timeline .year {
  font-weight: bold;
  color: #2D65B2;
}

/* line 18, app/assets/stylesheets/about.sass */
#timeline #previous-sidebar, #timeline #next-sidebar {
  width: 59px;
  height: 275px;
}

/* line 22, app/assets/stylesheets/about.sass */
#timeline #previous-sidebar .year, #timeline #next-sidebar .year {
  font-size: 22px;
  text-align: center;
}

/* line 26, app/assets/stylesheets/about.sass */
#timeline #previous-sidebar .nav-arrow, #timeline #next-sidebar .nav-arrow {
  margin-top: 120px;
  margin-left: 20px;
  cursor: pointer;
}

/* line 31, app/assets/stylesheets/about.sass */
#timeline #previous-sidebar .nav-arrow.inactive, #timeline #next-sidebar .nav-arrow.inactive {
  cursor: default;
}

/* line 34, app/assets/stylesheets/about.sass */
#timeline .inactive img {
  opacity: 0.1;
}

/* line 37, app/assets/stylesheets/about.sass */
#timeline #previous-sidebar {
  float: left;
  border-left: solid 1px gray;
}

/* line 41, app/assets/stylesheets/about.sass */
#timeline #next-sidebar {
  float: right;
  border-right: solid 1px gray;
}

/* line 45, app/assets/stylesheets/about.sass */
#timeline #milestones {
  height: 300px;
}

/* line 48, app/assets/stylesheets/about.sass */
#timeline #milestones .swiper-container {
  top: 25px;
  height: 275px;
}

/* line 54, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .year {
  font-size: 14px;
}

/* line 57, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel {
  float: left;
  width: 200px;
}

/* line 61, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .container {
  height: 250px;
  border-right: solid 1px gray;
}

/* line 65, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .container .year {
  margin-right: 2px;
  text-align: right;
}

/* line 69, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .container .photo {
  position: relative;
  height: 235px;
}

/* line 73, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .container .photo img {
  position: absolute;
  right: 2px;
  bottom: -6px;
}

/* line 78, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .photo-reflection {
  position: relative;
  height: 25px;
}

/* line 82, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .left-panel .photo-reflection img {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  position: absolute;
  top: 5px;
  right: 2px;
}

/* line 93, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .right-panel {
  float: right;
  width: 200px;
}

/* line 97, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .right-panel .description, #timeline #milestones .milestone .right-panel .photo-credit {
  margin-top: 20px;
}

/* line 100, app/assets/stylesheets/about.sass */
#timeline #milestones .milestone .right-panel .description {
  border-right: solid 1px gray;
  padding-right: 2px;
}

/* line 106, app/assets/stylesheets/about.sass */
#timeline #periods .period {
  float: left;
  border-right: solid 1px gray;
}

/* line 110, app/assets/stylesheets/about.sass */
#timeline #periods .period a {
  display: block;
  background: url(/images/year-range-bg.png);
  width: 239px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 3px;
  color: gray;
  opacity: 0.8;
}

/* line 121, app/assets/stylesheets/about.sass */
#timeline #periods .period.current a {
  background: url(/images/year-range-bg-active.png);
  color: white;
  opacity: 1;
}

/* line 126, app/assets/stylesheets/about.sass */
#timeline #periods .period.last {
  border-right: none;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 4, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .category-row, .film_photo_inquiries_controller .category-row {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.inquiries_controller .category-row:before, .inquiries_controller .category-row:after, .film_photo_inquiries_controller .category-row:before, .film_photo_inquiries_controller .category-row:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.inquiries_controller .category-row:after, .film_photo_inquiries_controller .category-row:after {
  clear: both;
}

/* line 6, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .category-row .category, .film_photo_inquiries_controller .category-row .category {
  float: left;
  margin-left: 20px;
  width: 220px;
  width: 300px;
}

/* line 9, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .category-row .button, .film_photo_inquiries_controller .category-row .button {
  float: left;
  margin-left: 20px;
  width: 140px;
  margin-top: 30px;
  float: right;
}

/* line 14, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input, .film_photo_inquiries_controller .input {
  margin-bottom: 5px;
}

/* line 16, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input input, .inquiries_controller .input textarea, .film_photo_inquiries_controller .input input, .film_photo_inquiries_controller .input textarea {
  width: 100%;
}

/* line 19, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons, .film_photo_inquiries_controller .input.radio_buttons {
  *zoom: 1;
  margin-top: 20px;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.inquiries_controller .input.radio_buttons:before, .inquiries_controller .input.radio_buttons:after, .film_photo_inquiries_controller .input.radio_buttons:before, .film_photo_inquiries_controller .input.radio_buttons:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.inquiries_controller .input.radio_buttons:after, .film_photo_inquiries_controller .input.radio_buttons:after {
  clear: both;
}

/* line 22, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons .radio ~ .radio, .film_photo_inquiries_controller .input.radio_buttons .radio ~ .radio {
  margin-left: 15px;
}

/* line 24, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons .radio, .film_photo_inquiries_controller .input.radio_buttons .radio {
  margin-left: 0;
  float: left;
}

/* line 27, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons .radio input, .inquiries_controller .input.radio_buttons .radio label, .film_photo_inquiries_controller .input.radio_buttons .radio input, .film_photo_inquiries_controller .input.radio_buttons .radio label {
  float: left;
}

/* line 29, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons .radio input, .film_photo_inquiries_controller .input.radio_buttons .radio input {
  width: 12px;
  height: 16px;
}

/* line 32, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .input.radio_buttons .radio label, .film_photo_inquiries_controller .input.radio_buttons .radio label {
  line-height: 15px;
  margin-left: 5px;
}

/* line 36, app/assets/stylesheets/inquiries.sass */
.inquiries_controller #submitBtn, .film_photo_inquiries_controller #submitBtn {
  height: 25px;
}

/* line 39, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .buttons, .film_photo_inquiries_controller .buttons {
  position: relative;
}

/* line 42, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .buttons .button, .film_photo_inquiries_controller .buttons .button {
  padding-top: 16px;
  float: left;
  margin-right: 16px;
  width: 142px;
}

/* line 48, app/assets/stylesheets/inquiries.sass */
.inquiries_controller .buttons .button a span, .film_photo_inquiries_controller .buttons .button a span {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  margin-bottom: 20px;
}

/* line 23, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 31, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table th {
  font-weight: bold;
}

/* line 35, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 39, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

/* line 48, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

/* line 207, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.success > td {
  background-color: #dff0d8;
}

/* line 210, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.error > td {
  background-color: #f2dede;
}

/* line 213, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

/* line 216, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table tbody tr.info > td {
  background-color: #d9edf7;
}

/* line 223, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

/* line 226, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

/* line 229, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

/* line 232, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tables.scss */
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* line 6, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 9, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 19, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  height: auto;
}

/* line 17, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(/assets/glyphicons-halflings-3003ba05cefc7c80740b3994284c0812b90dc04b3c862fc729ab9afaa2d752c0.png);
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */
/* line 32, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url(/assets/glyphicons-halflings-white-35ec4a186aa2d512561095c43a9819f84562a19f4d401fea65b3278634dec38e.png);
}

/* line 52, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-glass {
  background-position: 0      0;
}

/* line 53, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-music {
  background-position: -24px  0;
}

/* line 54, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-search {
  background-position: -48px  0;
}

/* line 55, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-envelope {
  background-position: -72px  0;
}

/* line 56, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-heart {
  background-position: -96px  0;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star {
  background-position: -120px 0;
}

/* line 58, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-star-empty {
  background-position: -144px 0;
}

/* line 59, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-user {
  background-position: -168px 0;
}

/* line 60, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-film {
  background-position: -192px 0;
}

/* line 61, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-large {
  background-position: -216px 0;
}

/* line 62, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th {
  background-position: -240px 0;
}

/* line 63, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-th-list {
  background-position: -264px 0;
}

/* line 64, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok {
  background-position: -288px 0;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove {
  background-position: -312px 0;
}

/* line 66, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-in {
  background-position: -336px 0;
}

/* line 67, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-zoom-out {
  background-position: -360px 0;
}

/* line 68, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-off {
  background-position: -384px 0;
}

/* line 69, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-signal {
  background-position: -408px 0;
}

/* line 70, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-cog {
  background-position: -432px 0;
}

/* line 71, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-trash {
  background-position: -456px 0;
}

/* line 73, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-home {
  background-position: 0      -24px;
}

/* line 74, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-file {
  background-position: -24px  -24px;
}

/* line 75, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-time {
  background-position: -48px  -24px;
}

/* line 76, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-road {
  background-position: -72px  -24px;
}

/* line 77, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download-alt {
  background-position: -96px  -24px;
}

/* line 78, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-download {
  background-position: -120px -24px;
}

/* line 79, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-upload {
  background-position: -144px -24px;
}

/* line 80, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-inbox {
  background-position: -168px -24px;
}

/* line 81, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play-circle {
  background-position: -192px -24px;
}

/* line 82, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-repeat {
  background-position: -216px -24px;
}

/* line 83, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-refresh {
  background-position: -240px -24px;
}

/* line 84, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list-alt {
  background-position: -264px -24px;
}

/* line 85, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-lock {
  background-position: -287px -24px;
}

/* line 86, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-flag {
  background-position: -312px -24px;
}

/* line 87, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-headphones {
  background-position: -336px -24px;
}

/* line 88, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-off {
  background-position: -360px -24px;
}

/* line 89, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-down {
  background-position: -384px -24px;
}

/* line 90, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-volume-up {
  background-position: -408px -24px;
}

/* line 91, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-qrcode {
  background-position: -432px -24px;
}

/* line 92, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-barcode {
  background-position: -456px -24px;
}

/* line 94, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tag {
  background-position: 0      -48px;
}

/* line 95, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tags {
  background-position: -25px  -48px;
}

/* line 96, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-book {
  background-position: -48px  -48px;
}

/* line 97, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bookmark {
  background-position: -72px  -48px;
}

/* line 98, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-print {
  background-position: -96px  -48px;
}

/* line 99, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-camera {
  background-position: -120px -48px;
}

/* line 100, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-font {
  background-position: -144px -48px;
}

/* line 101, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bold {
  background-position: -167px -48px;
}

/* line 102, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-italic {
  background-position: -192px -48px;
}

/* line 103, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-height {
  background-position: -216px -48px;
}

/* line 104, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-text-width {
  background-position: -240px -48px;
}

/* line 105, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-left {
  background-position: -264px -48px;
}

/* line 106, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-center {
  background-position: -288px -48px;
}

/* line 107, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-right {
  background-position: -312px -48px;
}

/* line 108, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-align-justify {
  background-position: -336px -48px;
}

/* line 109, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-list {
  background-position: -360px -48px;
}

/* line 110, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-left {
  background-position: -384px -48px;
}

/* line 111, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-indent-right {
  background-position: -408px -48px;
}

/* line 112, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-facetime-video {
  background-position: -432px -48px;
}

/* line 113, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-picture {
  background-position: -456px -48px;
}

/* line 115, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pencil {
  background-position: 0      -72px;
}

/* line 116, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-map-marker {
  background-position: -24px  -72px;
}

/* line 117, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-adjust {
  background-position: -48px  -72px;
}

/* line 118, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tint {
  background-position: -72px  -72px;
}

/* line 119, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-edit {
  background-position: -96px  -72px;
}

/* line 120, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share {
  background-position: -120px -72px;
}

/* line 121, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-check {
  background-position: -144px -72px;
}

/* line 122, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-move {
  background-position: -168px -72px;
}

/* line 123, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-backward {
  background-position: -192px -72px;
}

/* line 124, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-backward {
  background-position: -216px -72px;
}

/* line 125, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-backward {
  background-position: -240px -72px;
}

/* line 126, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-play {
  background-position: -264px -72px;
}

/* line 127, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-pause {
  background-position: -288px -72px;
}

/* line 128, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-stop {
  background-position: -312px -72px;
}

/* line 129, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-forward {
  background-position: -336px -72px;
}

/* line 130, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fast-forward {
  background-position: -360px -72px;
}

/* line 131, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-step-forward {
  background-position: -384px -72px;
}

/* line 132, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eject {
  background-position: -408px -72px;
}

/* line 133, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-left {
  background-position: -432px -72px;
}

/* line 134, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-right {
  background-position: -456px -72px;
}

/* line 136, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus-sign {
  background-position: 0      -96px;
}

/* line 137, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus-sign {
  background-position: -24px  -96px;
}

/* line 138, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-sign {
  background-position: -48px  -96px;
}

/* line 139, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-sign {
  background-position: -72px  -96px;
}

/* line 140, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-question-sign {
  background-position: -96px  -96px;
}

/* line 141, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-info-sign {
  background-position: -120px -96px;
}

/* line 142, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-screenshot {
  background-position: -144px -96px;
}

/* line 143, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-remove-circle {
  background-position: -168px -96px;
}

/* line 144, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ok-circle {
  background-position: -192px -96px;
}

/* line 145, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-ban-circle {
  background-position: -216px -96px;
}

/* line 146, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-left {
  background-position: -240px -96px;
}

/* line 147, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-right {
  background-position: -264px -96px;
}

/* line 148, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-up {
  background-position: -289px -96px;
}

/* line 149, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-arrow-down {
  background-position: -312px -96px;
}

/* line 150, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-share-alt {
  background-position: -336px -96px;
}

/* line 151, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-full {
  background-position: -360px -96px;
}

/* line 152, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-small {
  background-position: -384px -96px;
}

/* line 153, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plus {
  background-position: -408px -96px;
}

/* line 154, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-minus {
  background-position: -433px -96px;
}

/* line 155, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-asterisk {
  background-position: -456px -96px;
}

/* line 157, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-exclamation-sign {
  background-position: 0      -120px;
}

/* line 158, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-gift {
  background-position: -24px  -120px;
}

/* line 159, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-leaf {
  background-position: -48px  -120px;
}

/* line 160, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fire {
  background-position: -72px  -120px;
}

/* line 161, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-open {
  background-position: -96px  -120px;
}

/* line 162, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-eye-close {
  background-position: -120px -120px;
}

/* line 163, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-warning-sign {
  background-position: -144px -120px;
}

/* line 164, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-plane {
  background-position: -168px -120px;
}

/* line 165, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-calendar {
  background-position: -192px -120px;
}

/* line 166, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}

/* line 167, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-comment {
  background-position: -240px -120px;
}

/* line 168, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-magnet {
  background-position: -264px -120px;
}

/* line 169, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-up {
  background-position: -288px -120px;
}

/* line 170, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-chevron-down {
  background-position: -313px -119px;
}

/* line 171, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-retweet {
  background-position: -336px -120px;
}

/* line 172, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-shopping-cart {
  background-position: -360px -120px;
}

/* line 173, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}

/* line 174, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}

/* line 175, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-vertical {
  background-position: -432px -119px;
}

/* line 176, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* line 178, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hdd {
  background-position: 0      -144px;
}

/* line 179, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bullhorn {
  background-position: -24px  -144px;
}

/* line 180, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-bell {
  background-position: -48px  -144px;
}

/* line 181, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-certificate {
  background-position: -72px  -144px;
}

/* line 182, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-up {
  background-position: -96px  -144px;
}

/* line 183, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-thumbs-down {
  background-position: -120px -144px;
}

/* line 184, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-right {
  background-position: -144px -144px;
}

/* line 185, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-left {
  background-position: -168px -144px;
}

/* line 186, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-up {
  background-position: -192px -144px;
}

/* line 187, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-hand-down {
  background-position: -216px -144px;
}

/* line 188, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-right {
  background-position: -240px -144px;
}

/* line 189, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-left {
  background-position: -264px -144px;
}

/* line 190, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-up {
  background-position: -288px -144px;
}

/* line 191, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-circle-arrow-down {
  background-position: -312px -144px;
}

/* line 192, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-globe {
  background-position: -336px -144px;
}

/* line 193, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-wrench {
  background-position: -360px -144px;
}

/* line 194, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-tasks {
  background-position: -384px -144px;
}

/* line 195, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-filter {
  background-position: -408px -144px;
}

/* line 196, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-briefcase {
  background-position: -432px -144px;
}

/* line 197, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_sprites.scss */
.icon-fullscreen {
  background-position: -456px -144px;
}

/* line 6, app/assets/stylesheets/availabilities.sass */
.availability-row td {
  height: auto !important;
}

/* line 9, app/assets/stylesheets/availabilities.sass */
.property-availabilities {
  margin-bottom: -15px;
}

/* line 13, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-mark {
  color: #FF0000;
}

/* line 15, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-item {
  font-size: 20px;
}

/* line 18, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .new-availability-property {
  font-size: 13px;
  margin: 0px 13px;
}

/* line 22, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .section-title {
  color: #252c51;
}

/* line 25, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability {
  display: table;
  width: 960px;
  margin: 15px 0 30px 0;
}

/* line 29, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability p {
  padding-bottom: 5px !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}

/* line 35, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight {
  background-color: #FFF5DD;
  display: table;
  width: 920px;
  padding: 20px;
}

/* line 41, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .light-blue {
  color: #607ba6;
}

/* line 44, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .dark-blue {
  color: #2D65B2;
}

/* line 47, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .name {
  width: 25%;
}

/* line 49, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .name .details {
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .features {
  width: 25%;
  text-align: right;
}

/* line 56, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .images {
  width: 50%;
}

/* line 58, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .images .image {
  margin-left: 20px;
}

/* line 61, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
  margin-top: 10px;
  width: 120px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.availabilities_controller .featured_availability .highlight .button-featured .text {
  display: block;
  margin-top: 3px;
}

/* line 67, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .portfolio {
  text-transform: uppercase;
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .portfolio:before, .availabilities_controller .portfolio:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .portfolio:after {
  clear: both;
}

/* line 70, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .portfolio h1 {
  float: left;
  margin-left: 20px;
  width: 940px;
}

/* line 73, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article {
  font-size: 12px;
  line-height: 17px;
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article:before, .availabilities_controller article:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article:after {
  clear: both;
}

/* line 79, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content {
  float: left;
  margin-left: 20px;
  width: 700px;
}

/* line 80, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .title {
  font-size: 16px;
  color: #607ba6;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

/* line 84, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .title:hover {
  color: #27548b;
}

/* line 88, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article .content .inner-content:before, .availabilities_controller article .content .inner-content:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller article .content .inner-content:after {
  clear: both;
}

/* line 90, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content .thumbnail {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 92, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .content .inner-content .leasing-description {
  float: left;
  margin-left: 20px;
  width: 540px;
  word-wrap: break-word;
}

/* line 95, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar {
  float: left;
  margin-left: 20px;
  width: 220px;
  float: right;
  position: relative;
  right: -6px;
  width: 170px;
  height: 210px;
  padding-top: 15px;
}

/* line 103, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul {
  margin-top: 2px;
}

/* line 105, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-size: 11px 15px;
  padding: 3px 0px 10px 18px;
}

/* line 109, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li a {
  padding: 0px 0px 5px 0px;
  font-weight: 600;
  font-size: 12px;
  color: #657fb3;
}

/* line 114, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar ul li a:hover {
  color: #27548b;
}

/* line 116, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar .view-availabilities {
  background-color: #304f8f;
  position: absolute;
  bottom: 16px;
  width: 148px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

/* line 124, app/assets/stylesheets/availabilities.sass */
.availabilities_controller article .sidebar .view-availabilities:hover {
  color: black;
  background-color: #c6c6c6;
}

/* line 132, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table th {
  padding: 8px;
  text-align: center;
}

/* line 135, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table td {
  text-align: center;
  padding: 8px;
  height: 133px;
  line-height: 0px;
  border-top: 1px dotted #DDDDDD;
}

/* line 142, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #000000;
  line-height: 16px;
  display: table;
}

/* line 147, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr:hover a {
  color: #7a9abd;
}

/* line 149, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr:hover td {
  color: #7a9abd;
  background-color: #f8f8f8;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), color-stop(50%, white), to(#dddddd));
  background-image: -webkit-linear-gradient(whitesmoke, white 50%, #dddddd);
  background-image: -moz-linear-gradient(top, whitesmoke, white 50%, #dddddd);
  background-image: -o-linear-gradient(whitesmoke, white 50%, #dddddd);
  background-image: linear-gradient(whitesmoke, white 50%, #dddddd);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFDDDDDD', GradientType=0);
}

/* line 152, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a p {
  display: table-cell;
  vertical-align: middle;
  top: 50%;
}

/* line 156, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table tbody tr a ul {
  display: table-cell;
  vertical-align: middle;
  top: 50%;
}

/* line 161, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .floorplan {
  width: 100px;
}

/* line 163, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .space {
  text-align: center;
}

/* line 165, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .sqft {
  text-align: center;
}

/* line 167, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .rental, .availabilities_controller .availabilities-list .table .possession, .availabilities_controller .availabilities-list .table .type {
  text-align: center;
  width: 75px;
}

/* line 170, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments {
  text-align: left;
  width: 160px;
}

/* line 174, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments ul li {
  padding-left: 7px;
  position: relative;
}

/* line 177, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .comments ul li:before {
  content: '\2022';
  position: absolute;
  left: 0px;
}

/* line 181, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets {
  vertical-align: middle;
  text-align: left;
}

/* line 185, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets ul li a {
  display: list-item;
  list-style-type: disc;
}

/* line 188, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .table .assets .black-stack-sheet, .availabilities_controller .availabilities-list .table .assets .black-sheet {
  position: absolute;
  left: 50%;
  top: -7px;
  height: 15px;
  width: 11px;
  padding: 0;
  margin: 0 auto;
}

/* line 199, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list {
  margin: 10px;
  margin-left: -20px;
  *zoom: 1;
  margin-left: 0px;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list:before, .availabilities_controller .availabilities-list:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list:after {
  clear: both;
}

/* line 206, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message {
  float: left;
  margin-left: 180px;
  width: 540px;
}

/* line 208, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message:before, .availabilities_controller .availabilities-list .contact-message .inner-contact-message:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message:after {
  clear: both;
}

/* line 210, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message, .availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 212, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message.expanded {
  float: left;
  margin-left: 20px;
  width: 300px;
}

/* line 215, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message {
  background-color: #e5e7f3;
}

/* line 218, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message {
  padding: 20px;
}

/* line 221, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .message {
  color: #607ba6;
}

/* line 224, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact {
  float: right;
}

/* line 227, app/assets/stylesheets/availabilities.sass */
.availabilities_controller .availabilities-list .contact-message .inner-contact-message .contact .email {
  text-decoration: underline;
}

/* line 231, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left {
  width: 625px;
}

/* line 235, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .title h1, .availabilities_controller.show .left .title a {
  color: #2D65B2;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  text-align: left;
}

/* line 240, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .title a:hover {
  color: #000;
  text-decoration: none;
}

/* line 243, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details:before, .availabilities_controller.show .left .general-details:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details:after {
  clear: both;
}

/* line 245, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .thumbnail {
  float: left;
  margin-left: 20px;
  width: 140px;
}

/* line 247, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details {
  float: left;
  margin-left: 20px;
  width: 460px;
  margin-left: 0;
}

/* line 250, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details .property-details-inner {
  margin-left: -20px;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details .property-details .property-details-inner:before, .availabilities_controller.show .left .general-details .property-details .property-details-inner:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .general-details .property-details .property-details-inner:after {
  clear: both;
}

/* line 252, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .general-details .property-details .property-details-inner .details-column {
  float: left;
  margin-left: 20px;
  width: 220px;
}

/* line 262, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section {
  border-top: 1px dotted #ccc;
  padding: 10px 0;
  margin: 10px 0;
  *zoom: 1;
}

/* line 14, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .section:before, .availabilities_controller.show .left .section:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 22, ../../shared/bundle/ruby/3.2.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_mixins.scss */
.availabilities_controller.show .left .section:after {
  clear: both;
}

/* line 268, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .header {
  font-size: 12px;
  color: #2D65B2;
  font-weight: normal;
  float: left;
  margin-left: 20px;
  width: 60px;
  margin-left: 0;
}

/* line 275, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection {
  float: left;
  margin-left: 20px;
  width: 540px;
  margin-left: 0;
}

/* line 279, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection .collection-item {
  float: left;
  margin-left: 20px;
  width: 220px;
  margin-bottom: 8px;
}

/* line 259, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .left .section .collection .collection-item.floor-image:not(:first-child) {
  display: none;
}

/* line 283, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .right .right-sect {
  padding-top: 10px;
}

/* line 286, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .right .right-sect h3 {
  padding-bottom: 10px;
  text-transform: uppercase;
}

/* line 290, app/assets/stylesheets/availabilities.sass */
.black-sheet {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 296, app/assets/stylesheets/availabilities.sass */
.blue-sheet {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 302, app/assets/stylesheets/availabilities.sass */
.black-stack-sheet {
  background: transparent url(/assets/black_stack_sheet-f0830f2ed6813e4fc164dbc68670f607924cd1aba3a640a35de5dd23aeec8f59.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_stack_sheet-72d06941b77bf35b2f215bd50dad27af8d1dc7203896a3084a9fd0b602873ac3.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 308, app/assets/stylesheets/availabilities.sass */
.black-stack-sheet-up {
  background: transparent url(/assets/black_stack_sheet_up-3d2a01548d6c62d982e1cc5c5d240e548858f16a2921b019a8230da47c30213b.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_stack_sheet_up-d222f5a8f2cb40e336a29ec020ac6ba89d09b100bc0fd4368f3cc7b353cf4ca4.svg);
  background-size: 100% 100%;
  height: 15px;
  width: 11px;
  display: block;
}

/* line 315, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column {
  font-size: 14px;
  padding: 5px 0;
}

/* line 319, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column ul li {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-size: 11px 15px;
  padding-left: 18px;
}

/* line 323, app/assets/stylesheets/availabilities.sass */
.availabilities_controller.show .details-column ul li a {
  color: #2D65B2;
  line-height: 21px;
}

/* line 327, app/assets/stylesheets/availabilities.sass */
.email-icon {
  background: transparent url(/assets/email_icon-2d15b576b8fb0ad134cff7a3a2af973f1961a119c0bd41a17bc34956643444ac.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/email_icon-fa20e3dd7923aedade948ea3bb2d8c953b55ca7afe81d841a809f1f2c091bec8.svg);
  background-size: 100% 100%;
  width: 24px;
  height: 15px;
  margin-right: 5px;
  float: left;
}

/* line 334, app/assets/stylesheets/availabilities.sass */
.print-email {
  float: right;
}

/* line 337, app/assets/stylesheets/availabilities.sass */
.print-email .printer {
  background: transparent url(/assets/print_icon-92b88016afda3c7cbd953d472a51579349564a633014cbcd11544a8c0b1beaf3.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/print_icon-ff55ba83f1e2dd4072df4f111fd19ee0ff51cdeb2159be646859005d6b1f2d09.svg);
  background-size: 100% 100%;
  width: 22px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: -3px;
}

/* line 345, app/assets/stylesheets/availabilities.sass */
.print-email .label {
  float: left;
}

/* line 348, app/assets/stylesheets/availabilities.sass */
.video-text {
  background: #FFF;
  line-height: 13px;
}

/* line 352, app/assets/stylesheets/availabilities.sass */
#pdf-loading, #zip-loading {
  display: none;
}

/* line 355, app/assets/stylesheets/availabilities.sass */
#pdf-loading .spinner, #zip-loading .spinner {
  position: relative;
  margin: 30px auto 0px auto;
  height: 30px;
}

/* line 360, app/assets/stylesheets/availabilities.sass */
#pdf-loading a.download, #zip-loading a.download {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
}

/* line 367, app/assets/stylesheets/availabilities.sass */
#native-printing-leasing-contacts {
  display: none;
}

/* line 371, app/assets/stylesheets/availabilities.sass */
#zip-loading .spinner {
  margin: 0px;
}

/* line 374, app/assets/stylesheets/availabilities.sass */
.avaiabilities-filter-block {
  width: 750px;
  float: left;
}

/* line 378, app/assets/stylesheets/availabilities.sass */
.avaiabilities-filter-block .thumbnails {
  text-align: right;
  margin-top: 20px;
}

/* line 382, app/assets/stylesheets/availabilities.sass */
.print-label {
  background: #678bbf;
  color: #fff;
  padding: 5px;
}

/* line 387, app/assets/stylesheets/availabilities.sass */
.print-label .current-avaiabilities-header {
  color: white;
  padding: 8px 0px 0px 10px;
}

/* line 2, app/assets/stylesheets/leasing_contacts.sass */
.contact .name, .contact .company, .contact .phone, .contact .email {
  display: block;
}

/* line 1, app/assets/stylesheets/generic_form.sass */
.generic-form {
  font-size: 12px;
  font-transform: uppercase;
}

/* line 5, app/assets/stylesheets/generic_form.sass */
.generic-form #error_explanation {
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/generic_form.sass */
.generic-form #error_explanation h2 {
  font-size: 12px;
  font-weight: bold;
}

/* line 11, app/assets/stylesheets/generic_form.sass */
.generic-form .input-group {
  margin-bottom: 8px;
}

/* line 14, app/assets/stylesheets/generic_form.sass */
.generic-form input {
  display: block;
  margin-bottom: 10px;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 4, app/assets/stylesheets/film_photo.sass */
#film-photo #navBackground {
  width: 574px;
}

/* line 7, app/assets/stylesheets/film_photo.sass */
#film-photo ul.gallery {
  margin-top: 20px;
}

/* line 10, app/assets/stylesheets/film_photo.sass */
#film-photo #film_contact {
  padding-left: 0;
  padding-top: 15px;
}

/* line 14, app/assets/stylesheets/film_photo.sass */
#film-photo .layoutA-left {
  padding-top: 20px;
}

/* line 16, app/assets/stylesheets/film_photo.sass */
#film-photo .layoutA-left .left-text {
  text-align: left;
}

/* line 19, app/assets/stylesheets/film_photo.sass */
#film-photo .layoutA-left h1 {
  text-indent: 0;
  height: 0;
  margin-bottom: 20px;
}

/* line 23, app/assets/stylesheets/film_photo.sass */
#film-photo .layoutA-left a {
  background: none;
  padding-left: 0;
  color: #4C4C4C;
}

/* line 28, app/assets/stylesheets/film_photo.sass */
#film-photo .layoutA-left a.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 3px;
  text-align: left;
}

/* line 82, app/assets/stylesheets/utilities.sass */
#film-photo .layoutA-left a.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
#film-photo .layoutA-left a.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 33, app/assets/stylesheets/film_photo.sass */
#film-photo .contacts {
  padding-bottom: 100px;
}

/* line 36, app/assets/stylesheets/film_photo.sass */
#film-photo h1.title {
  font-size: 14px;
}

/* line 40, app/assets/stylesheets/film_photo.sass */
#film-photo #locations .image_text {
  text-align: center;
  color: white;
  margin-top: 52px;
  position: absolute;
  z-index: -10;
}

/* line 46, app/assets/stylesheets/film_photo.sass */
#film-photo #locations .image_text span {
  display: block;
  margin: 0 22px;
}

/* line 50, app/assets/stylesheets/film_photo.sass */
#film-photo #locations .image_wrapper {
  height: 126px;
  background-color: #4D76B1;
}

/* line 54, app/assets/stylesheets/film_photo.sass */
#film-photo #locations .image_wrapper:hover .image_text {
  z-index: 10;
}

/* line 56, app/assets/stylesheets/film_photo.sass */
#film-photo #locations .image_wrapper:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* line 59, app/assets/stylesheets/film_photo.sass */
#film-photo #locations h1.title {
  padding-bottom: 0px;
}

/* line 61, app/assets/stylesheets/film_photo.sass */
#film-photo #locations ul {
  width: 1008px;
  margin: 5px 3px;
}

/* line 64, app/assets/stylesheets/film_photo.sass */
#film-photo #locations ul li {
  width: 110px;
  float: left;
  margin: 0px 58px 15px 0px;
}

/* line 68, app/assets/stylesheets/film_photo.sass */
#film-photo #locations ul li .name {
  display: inline-table;
  height: 30px;
  width: 130px;
}

/* line 72, app/assets/stylesheets/film_photo.sass */
#film-photo #locations ul li .name h3 {
  display: table-cell;
  vertical-align: bottom;
  color: #2D65B2;
  font-size: 11px;
  font-family: Arial;
}

/* line 78, app/assets/stylesheets/film_photo.sass */
#film-photo #locations ul li .bar {
  background: url(/images/gray_bar.png);
  color: #757679;
  font-size: .7em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 11px;
  line-height: 11px;
  margin-bottom: 7px;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear;
}

/* line 94, app/assets/stylesheets/film_photo.sass */
.film_photo_controller .bx-wrapper {
  margin-bottom: 40px;
}

/* line 96, app/assets/stylesheets/film_photo.sass */
.film_photo_controller .bx-wrapper .bx-pager {
  text-align: left;
}

/* line 98, app/assets/stylesheets/film_photo.sass */
.film_photo_controller .bx-wrapper .bx-caption span {
  text-transform: uppercase;
  text-align: right;
}

/* line 103, app/assets/stylesheets/film_photo.sass */
.film_photo_inquiries_controller.new .button-with-background-image {
  background: url(/images/left_btn.png);
  color: #FFFFFF;
  display: block;
  font-size: 10px;
  font-weight: bold;
  height: 11px;
  padding: 5px 0 8px 28px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
}

/* line 106, app/assets/stylesheets/film_photo.sass */
.download-buttons {
  padding-bottom: 30px;
}

/* line 108, app/assets/stylesheets/film_photo.sass */
.button-download {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-download i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-download .text {
  display: block;
  margin-top: 3px;
}

/* line 114, app/assets/stylesheets/film_photo.sass */
.button-download:hover {
  background-color: #3778cc;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 3, app/assets/stylesheets/locales/en.sass */
.en {
  /* Header */
  /* Home */
  /* About */
  /* McEnroe */
  /* Clock */
  /* Water Taxi */
  /* Old York */
  /* Well& */
  /* Partnerships */
  /* Sustainability */
}

/* line 8, app/assets/stylesheets/locales/en.sass */
.en #landing a#four-times-square {
  background: url(/images/four-times-square.png);
}

/* line 10, app/assets/stylesheets/locales/en.sass */
.en #landing a#four-times-square:hover {
  background: url(/images/four-times-square-hover.png);
}

/* line 12, app/assets/stylesheets/locales/en.sass */
.en #landing a#one-bryant-park {
  background: url(/images/one-bryant-park.png);
}

/* line 14, app/assets/stylesheets/locales/en.sass */
.en #landing a#one-bryant-park:hover {
  background: url(/images/one-bryant-park-hover.png);
}

/* line 18, app/assets/stylesheets/locales/en.sass */
.en #about-box h1 {
  background: url(/images/about_header.png) left top no-repeat;
}

/* line 22, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#mcenroe {
  background: url(/images/aboutPage/mcenroe.jpg) left top no-repeat;
}

/* line 24, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#mcenroe.current {
  background: url(/images/aboutPage/mcenroe_on.jpg) left top no-repeat;
}

/* line 26, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#clock {
  background: url(/images/aboutPage/national.jpg) left top no-repeat;
}

/* line 28, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#clock.current {
  background: url(/images/aboutPage/national_on.jpg) left top no-repeat;
}

/* line 30, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#oldyork {
  background: url(/images/aboutPage/oldyork.jpg) left top no-repeat;
}

/* line 32, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#oldyork.current {
  background: url(/images/aboutPage/oldyork_on.jpg) left top no-repeat;
}

/* line 34, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#well4ts {
  background: url(/assets/about/well-by-durst/footer-9b19d5eeb7928946a86ff6d041444dbaa4b870b74f198a74e6e6d7a9687fd3f2.png) left top no-repeat;
}

/* line 36, app/assets/stylesheets/locales/en.sass */
.en #layoutA-nav a#well4ts.current {
  background: url(/assets/about/well-by-durst/footer-9b19d5eeb7928946a86ff6d041444dbaa4b870b74f198a74e6e6d7a9687fd3f2.png) left top no-repeat;
}

/* line 40, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#mcenroeH {
  background: url(/images/aboutPage/mcenroe_hdr.png) top left no-repeat;
}

/* line 42, app/assets/stylesheets/locales/en.sass */
.en .mcenroe-callout {
  background: url(/images/aboutPage/mcenroe_callout.jpg) top left no-repeat;
  background-size: 574px 346px;
  text-indent: -999em;
}

/* line 48, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#clockH {
  background: url(/images/aboutPage/clock_hdr.png) top left no-repeat;
}

/* line 50, app/assets/stylesheets/locales/en.sass */
.en .clock-callout {
  background: url(/images/aboutPage/clock_callout.jpg) top left no-repeat;
  background-size: 574px 346px;
  padding: 16px 0 0 245px;
  width: 329px;
  min-height: 330px;
}

/* line 56, app/assets/stylesheets/locales/en.sass */
.en .clock-callout p {
  display: none;
}

/* line 60, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#newyorkH {
  background: url(/images/aboutPage/newyork_hdr.png) top left no-repeat;
}

/* line 62, app/assets/stylesheets/locales/en.sass */
.en .newyork-callout {
  background: url(/images/aboutPage/newyork_callout.jpg) top left no-repeat;
  text-indent: -999em;
}

/* line 67, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#oldyorkH {
  background: url(/images/aboutPage/oldyork_hdr.png) top left no-repeat;
}

/* line 69, app/assets/stylesheets/locales/en.sass */
.en .oldyork-callout {
  background: url(/images/aboutPage/oldyork_callout.jpg) top left no-repeat;
  background-size: 574px 346px;
  text-indent: -999em;
}

/* line 75, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#well4tsH {
  background: url(/assets/about/well-by-durst/logo-18a188f81ea9f9d5cf6aeb32e25c8c70707c334846b9a7794c661c3f3c54aad3.png) top left no-repeat;
  background-size: 120px;
  height: 45px;
}

/* line 81, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#partnerships {
  height: 68px;
  background: url(/images/aboutPage/partnerships_hdr.png) top left no-repeat;
}

/* line 84, app/assets/stylesheets/locales/en.sass */
.en .partnerships-callout {
  background: url(/images/aboutPage/partnerships_callout.jpg) top left no-repeat;
  text-indent: -999em;
}

/* line 89, app/assets/stylesheets/locales/en.sass */
.en .layoutA-left h1#sustainability {
  background: url(/images/sustainPage/sust_landing_hdr.png) top left no-repeat;
}

/* line 91, app/assets/stylesheets/locales/en.sass */
.en .sustain-callout {
  background: url(/images/sustainPage/via-garden_574x346.jpg) top left no-repeat;
}

/* line 93, app/assets/stylesheets/locales/en.sass */
.en .sustain-callout p {
  width: 210px;
  margin: 72px 0px 0px 10px;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #958f81;
}

/* line 23, app/assets/stylesheets/utilities.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/utilities.sass */
.vertical {
  position: relative;
}

/* line 29, app/assets/stylesheets/utilities.sass */
.downloadable-pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  height: 9px;
  width: 13px;
  background-size: 9px 13px;
  padding-bottom: 20px;
  padding-left: 14px;
  display: block;
}

/* line 37, app/assets/stylesheets/utilities.sass */
.pdf {
  background: transparent url(/assets/black_sheet-a295fa42a2756ad6cbe9fc845bd7fb8d5ba0c4ea65906a51e5dc4bcb0955138e.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/black_sheet-0687c5d1c431796d50dc861c0f24710b99b64ea095a44ab03d7029fc93058962.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 49, app/assets/stylesheets/utilities.sass */
.pdf:hover {
  background: transparent url(/assets/blue_sheet-8caf7de00f3d766ad712e09a3e5d2cb4e9558df280c5fc8ed99023dba1d15bd0.png) no-repeat;
  background-image: -webkit-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: -moz-linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-image: linear-gradient(transparent, transparent), url(/assets/blue_sheet-99ce8742ff853d59ef9274a9be9f36bca77d111c9f851d348649c0353b5a365a.svg);
  background-size: 100% 100%;
  background-position: 1px 5px;
  background-size: 9px 13px;
  height: 9px;
  width: 13px;
  color: #333;
  font-weight: bold;
  padding: 6px 20px 0;
  text-decoration: none;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/utilities.sass */
.pull-right {
  float: right;
}

/* line 64, app/assets/stylesheets/utilities.sass */
.pull-left {
  float: left;
}

/* line 72, app/assets/stylesheets/utilities.sass */
.inline-box {
  display: inline-block;
  height: 100%;
  width: 100%;
}

/* line 104, app/assets/stylesheets/utilities.sass */
.button-large {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 8px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-large i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-large .text {
  display: block;
  margin-top: 3px;
}

/* line 108, app/assets/stylesheets/utilities.sass */
.button-large:hover, .button-large:visited {
  color: #ffffff;
}

/* line 111, app/assets/stylesheets/utilities.sass */
.button-normal {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  padding: 5px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.button-normal i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.button-normal .text {
  display: block;
  margin-top: 3px;
}

/* line 115, app/assets/stylesheets/utilities.sass */
.button-normal:hover, .button-normal:visited {
  color: #ffffff;
}

/* line 118, app/assets/stylesheets/utilities.sass */
.button-normal.gray {
  background-color: #b3b3b3;
}

/* line 124, app/assets/stylesheets/utilities.sass */
.top-bordered {
  border-top: 1px dotted #ccc;
  margin: 20px 0;
}

/* line 3, app/assets/stylesheets/locales/zh.sass */
.zh {
  /* Header */
  /* Home */
  /* About */
  /* McEnroe */
  /* Clock */
  /* Water Taxi */
  /* Old York */
  /* Well& */
  /* Partnerships */
  /* Sustainability */
}

/* line 8, app/assets/stylesheets/locales/zh.sass */
.zh #landing a#four-times-square {
  background: url(/images/four-times-square.zh-CN.png);
}

/* line 10, app/assets/stylesheets/locales/zh.sass */
.zh #landing a#four-times-square:hover {
  background: url(/images/four-times-square-hover.zh-CN.png);
  background-color: #eef5ff;
}

/* line 13, app/assets/stylesheets/locales/zh.sass */
.zh #landing a#one-bryant-park {
  background: url(/images/one-bryant-park.zh-CN.png);
}

/* line 15, app/assets/stylesheets/locales/zh.sass */
.zh #landing a#one-bryant-park:hover {
  background: url(/images/one-bryant-park-hover.zh-CN.png);
  background-color: #eef5ff;
}

/* line 20, app/assets/stylesheets/locales/zh.sass */
.zh #about-box h1 {
  background: url(/images/about_header.zh-CN.png) left top no-repeat;
}

/* line 24, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#mcenroe {
  background: url(/images/aboutPage/mcenroe.zh-CN.jpg) left top no-repeat;
}

/* line 26, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#mcenroe.current {
  background: url(/images/aboutPage/mcenroe_on.zh-CN.jpg) left top no-repeat;
}

/* line 28, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#clock {
  background: url(/images/aboutPage/national.zh-CN.jpg) left top no-repeat;
}

/* line 30, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#clock.current {
  background: url(/images/aboutPage/national_on.zh-CN.jpg) left top no-repeat;
}

/* line 32, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#oldyork {
  background: url(/images/aboutPage/oldyork.zh-CN.jpg) left top no-repeat;
}

/* line 34, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#oldyork.current {
  background: url(/images/aboutPage/oldyork_on.zh-CN.jpg) left top no-repeat;
}

/* line 36, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#well4ts {
  background: url(/assets/about/well-by-durst/footer-9b19d5eeb7928946a86ff6d041444dbaa4b870b74f198a74e6e6d7a9687fd3f2.png) left top no-repeat;
}

/* line 38, app/assets/stylesheets/locales/zh.sass */
.zh #layoutA-nav a#well4ts.current {
  background: url(/assets/about/well-by-durst/footer-9b19d5eeb7928946a86ff6d041444dbaa4b870b74f198a74e6e6d7a9687fd3f2.png) left top no-repeat;
}

/* line 42, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#mcenroeH {
  background: url(/images/aboutPage/mcenroe_hdr.zh-CN.png) top left no-repeat;
}

/* line 44, app/assets/stylesheets/locales/zh.sass */
.zh .mcenroe-callout {
  background: url(/images/aboutPage/mcenroe_callout_2.jpg) top left no-repeat;
}

/* line 46, app/assets/stylesheets/locales/zh.sass */
.zh .mcenroe-callout p {
  width: 210px;
  margin: 95px 0px 0px 10px;
  font-size: 2.0em;
  line-height: 1.0em;
  color: #728f57;
}

/* line 54, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#clockH {
  background: url(/images/aboutPage/clock_hdr.zh-CN.png) top left no-repeat;
}

/* line 56, app/assets/stylesheets/locales/zh.sass */
.zh .clock-callout {
  background: url(/images/aboutPage/clock_callout_2.jpg) top left no-repeat;
  padding: 16px 0 0 245px;
  width: 329px;
  min-height: 330px;
}

/* line 61, app/assets/stylesheets/locales/zh.sass */
.zh .clock-callout p {
  width: 210px;
  margin: 5px 0px 0px -235px;
  font-size: 2.0em;
  line-height: 1.0em;
  color: #6e8a8b;
}

/* line 69, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#newyorkH {
  background: url(/images/aboutPage/newyork_hdr.zh-CN.png) top left no-repeat;
}

/* line 71, app/assets/stylesheets/locales/zh.sass */
.zh .newyork-callout {
  background: url(/images/aboutPage/newyork_callout_2.jpg) top left no-repeat;
}

/* line 73, app/assets/stylesheets/locales/zh.sass */
.zh .newyork-callout p {
  width: 210px;
  margin: 95px 0px 0px 10px;
  font-size: 2.0em;
  line-height: 1.0em;
  color: #c89f28;
}

/* line 81, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#oldyorkH {
  background: url(/images/aboutPage/oldyork_hdr.zh-CN.png) top left no-repeat;
}

/* line 83, app/assets/stylesheets/locales/zh.sass */
.zh .oldyork-callout {
  background: url(/images/aboutPage/oldyork_callout_2.jpg) top left no-repeat;
}

/* line 85, app/assets/stylesheets/locales/zh.sass */
.zh .oldyork-callout p {
  width: 210px;
  margin: 95px 0px 0px 10px;
  font-size: 2.0em;
  line-height: 1.0em;
  color: #797053;
}

/* line 93, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#well4tsH {
  background: url(/assets/about/well-by-durst/logo-18a188f81ea9f9d5cf6aeb32e25c8c70707c334846b9a7794c661c3f3c54aad3.png) top left no-repeat;
  background-size: 120px;
  height: 45px;
}

/* line 99, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#partnerships {
  height: 68px;
  background: url(/images/aboutPage/partnerships_hdr.zh-CN.png) top left no-repeat;
}

/* line 102, app/assets/stylesheets/locales/zh.sass */
.zh .partnerships-callout {
  background: url(/images/aboutPage/partnerships_callout.zh-CN.jpg) top left no-repeat;
  text-indent: -999em;
}

/* line 107, app/assets/stylesheets/locales/zh.sass */
.zh .layoutA-left h1#sustainability {
  background: url(/images/sustainPage/sust_landing_hdr.zh-CN.png) top left no-repeat;
  text-indent: -999em;
}

/* line 110, app/assets/stylesheets/locales/zh.sass */
.zh .sustain-callout {
  background: url(/images/sustainPage/sustain_callout.zh-CN.jpg) top left no-repeat;
}

/* line 112, app/assets/stylesheets/locales/zh.sass */
.zh .sustain-callout p {
  width: 210px;
  margin: 95px 0px 0px 10px;
  font-size: 2.0em;
  line-height: 1.0em;
  color: #958f81;
}

/* ===============================================================
Basic Swiper Styles
================================================================*/
/* line 4, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 16, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 49, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 57, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
/* line 62, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 65, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 73, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/
}

/* line 79, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

/* line 85, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-slide-active {
  /* Specific active slide styling: */
}

/* line 89, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-slide-visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
/* line 96, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-pagination-switch {
  /* Stylize pagination button: */
}

/* line 100, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-active-switch {
  /* Specific active button style: */
}

/* line 104, ../../shared/bundle/ruby/3.2.0/bundler/gems/swiper-rails-c29f8a0b4ea1/app/assets/stylesheets/swiper.css */
.swiper-visible-switch {
  /* Specific visible button style: */
}

/* line 1, app/assets/stylesheets/lib/cookie_banner.scss */
.d-flex {
  display: flex !important;
}

/* line 4, app/assets/stylesheets/lib/cookie_banner.scss */
.flex-column {
  flex-direction: column !important;
}

/* line 7, app/assets/stylesheets/lib/cookie_banner.scss */
.justify-content-center {
  justify-content: center !important;
}

/* line 11, app/assets/stylesheets/lib/cookie_banner.scss */
.align-items-center {
  align-items: center !important;
}

/* line 15, app/assets/stylesheets/lib/cookie_banner.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 20, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent {
  position: fixed;
  bottom: -5000rem;
  padding: 1rem 1rem 1rem 5rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000000;
}

/* line 28, app/assets/stylesheets/lib/cookie_banner.scss */
_:-ms-fullscreen, :root #cookie-consent {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 95%;
}

/* line 37, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .text {
  width: 66.6666666667%;
  float: left;
}

/* line 42, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent p {
  color: white;
  font-size: 13px;
}

/* line 47, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .large-3 {
  width: 33.3333333333%;
  float: left;
}

/* line 52, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent button {
  float: none;
  background: #fff !important;
  color: #000 !important;
  border: 2px solid #fff !important;
  text-transform: uppercase;
  border-radius: 0;
  margin-top: 7px;
}

/* line 62, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .cookie-link {
  color: #2D65B2;
  text-decoration: none;
  background-color: transparent;
}

/* line 68, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .cookie-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent button:hover {
  background: #000 !important;
  color: #fff !important;
}

/* line 78, app/assets/stylesheets/lib/cookie_banner.scss */
#cookie-consent .btn-primary {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
}

@media (max-width: 768px) {
  /* line 94, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent .columns {
    width: 100%;
  }
  /* line 98, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent .text {
    text-align: center;
  }
  /* line 102, app/assets/stylesheets/lib/cookie_banner.scss */
  #cookie-consent {
    padding: 1rem 5rem;
  }
  /* line 106, app/assets/stylesheets/lib/cookie_banner.scss */
  _:-ms-fullscreen, :root #cookie-consent {
    width: 80%;
  }
}

@media (max-width: 500px) {
  /* line 112, app/assets/stylesheets/lib/cookie_banner.scss */
  _:-ms-fullscreen, :root #cookie-consent {
    width: 70%;
  }
}

/* HERO */
/* line 2, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__hero {
  background-size: cover;
  height: 348px;
  position: relative;
  position: relative;
}

/* line 7, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__hero__content {
  text-align: center;
  position: absolute;
  bottom: 45px;
  width: 100%;
  margin: 0 auto;
}

/* line 14, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__hero__content h1 {
  color: white;
  font-size: 42px;
  text-shadow: 2px 2px #636466;
}

/* line 20, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__hero__content p {
  margin-top: 28px;
  color: white;
  font-size: 24px;
  line-height: 38px;
  font-weight: 100;
  text-shadow: 2px 2px #636466;
}

/* Program items */
/* line 31, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program__items {
  margin-top: 40px;
}

/* line 34, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program__items h3 {
  text-transform: uppercase;
  color: #528bcc;
  font-size: 16px;
  margin-bottom: 15px;
}

/* line 42, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item {
  margin: 15px auto;
}

/* line 46, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item:not(:only-child):before {
  content: ' ';
  display: block;
  margin-top: 10px;
  border-bottom: 2px solid #c9c8c7;
}

/* line 54, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item h4 {
  color: #528bcc;
  margin: 20px;
  font-size: 18px;
}

/* line 60, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item p {
  font-size: 12px;
  line-height: 17px;
}

/* line 66, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media (min-width: 768px) {
  /* line 66, app/assets/stylesheets/components/_tenant-benefits.scss */
  .tenant-benefits__program-item__content {
    flex-direction: row;
  }
}

/* line 76, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__content--is-group {
  padding-top: 20px;
}

/* line 80, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__logo {
  flex: 1;
}

/* line 83, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 88, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description {
  padding: 0 30px 20px;
  flex: 2;
  color: #626366;
  display: flex;
  flex-direction: column;
}

/* line 96, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description ul {
  padding-left: 30px;
  font-size: 12px;
  line-height: 17px;
}

/* line 101, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description ul > li {
  list-style: disc;
}

/* line 106, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description p {
  padding: 0 0 30px 0 !important;
}

/* line 111, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description__bullets {
  display: flex;
  padding: 0 0 30px 0;
}

/* line 115, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__description__bullets div {
  flex: 1 0 50%;
}

/* line 120, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__links {
  margin-right: 20px;
  flex: 1;
}

/* line 124, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__links ul > li {
  display: block;
  padding: 4px 0;
}

/* line 128, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__links ul > li:first-child {
  padding-top: 0;
}

/* line 132, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__program-item__links ul > li a {
  color: #528bcc;
  font-size: 13px;
  font-weight: bold;
}

/* line 142, app/assets/stylesheets/components/_tenant-benefits.scss */
.tenant-benefits__become-a-partner a {
  display: block;
  background-color: #2a60a6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  width: 243px;
  height: 24px;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px 0 2px;
}

/* line 82, app/assets/stylesheets/utilities.sass */
.tenant-benefits__become-a-partner a i {
  float: left;
}

/* line 84, app/assets/stylesheets/utilities.sass */
.tenant-benefits__become-a-partner a .text {
  display: block;
  margin-top: 3px;
}
