/*








*/
/* line 5, app/assets/stylesheets/common/style_shared.css.scss */
h1 {
  font-weight: bold;
  font-size: 240%;
}

/* line 11, app/assets/stylesheets/common/style_shared.css.scss */
h2 {
  font-size: 150%;
}

/* line 16, app/assets/stylesheets/common/style_shared.css.scss */
h4 {
  font-size: 110%;
}

/* line 21, app/assets/stylesheets/common/style_shared.css.scss */
h1, h2, h3 {
  margin-top: 5px;
  padding-bottom: 15px;
}

/* line 27, app/assets/stylesheets/common/style_shared.css.scss */
h4, h5, p:not(:last-child) {
  padding-bottom: 10px;
}

/* line 32, app/assets/stylesheets/common/style_shared.css.scss */
ul {
  padding-bottom: 10px;
  padding-left: 20px;
}

/* line 38, app/assets/stylesheets/common/style_shared.css.scss */
ol {
  padding-bottom: 10px;
  padding-left: 30px;
}

/* line 44, app/assets/stylesheets/common/style_shared.css.scss */
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 58, app/assets/stylesheets/common/style_shared.css.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Source Code Pro", "Courier New", monospace;
}

/* line 62, app/assets/stylesheets/common/style_shared.css.scss */
a, a:visited {
  color: #197297;
  /* for rendering engines with no var support */
  color: var(--body-link-color);
}

/* line 68, app/assets/stylesheets/common/style_shared.css.scss */
a img {
  border: 0px;
}

/* line 73, app/assets/stylesheets/common/style_shared.css.scss */
h1.tight-title {
  margin-bottom: 0px;
  padding-bottom: 0;
  line-height: 1.2;
  margin-top: 15px;
}

/* line 81, app/assets/stylesheets/common/style_shared.css.scss */
h2.tight-title {
  font-size: 170%;
  line-height: 1.2;
}

/* line 87, app/assets/stylesheets/common/style_shared.css.scss */
h4.tight-title {
  font-size: 150%;
  color: gray;
  /* for rendering engines or pages with no vars set up */
  color: var(--body-light-color);
  line-height: 1;
}

/* line 95, app/assets/stylesheets/common/style_shared.css.scss */
.info, .tip {
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
}

/* line 102, app/assets/stylesheets/common/style_shared.css.scss */
.info h2, .tip h2 {
  font-size: 1.3em;
}

/* line 106, app/assets/stylesheets/common/style_shared.css.scss */
.info h3, .tip h3 {
  font-size: 1.2em;
}

/* line 111, app/assets/stylesheets/common/style_shared.css.scss */
.info {
  background: #ffd;
}

/* line 116, app/assets/stylesheets/common/style_shared.css.scss */
.tip {
  background: #f2f9ff;
  /* for rendering engines or pages with no vars set up */
  background: var(--insights-bg-color);
}

/* line 122, app/assets/stylesheets/common/style_shared.css.scss */
.info p:last-child,
.tip p:last-child {
  padding-bottom: 5px;
}

/* line 128, app/assets/stylesheets/common/style_shared.css.scss */
.notice {
  padding: 10px;
  border: 1px solid #be6;
  background: #efd;
  margin-bottom: 15px;
  font-size: 90%;
  color: #363;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  -webkit-box-shadow: #c8c8c8 0px 2px 2px;
}

/* line 145, app/assets/stylesheets/common/style_shared.css.scss */
.error-message {
  padding: 12px 10px 12px 40px;
  border: 1px solid #ecb;
  background: #fdc url(https://www.clientary.net/assets/icons/error-icon-f8c8fc2dbb7d02d75f0737b63f46730d99db2c46924f68e67866f26e70f028cf.png) no-repeat 10px 13px;
  margin-bottom: 15px;
  font-size: 130%;
  font-weight: bold;
  color: #633;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px 0px;
  -webkit-box-shadow: #c8c8c8 0px 2px 2px;
}

/* rails classes */
/* line 165, app/assets/stylesheets/common/style_shared.css.scss */
.errorExplanation {
  background: #fdc url(https://www.clientary.net/assets/icons/error-icon-f8c8fc2dbb7d02d75f0737b63f46730d99db2c46924f68e67866f26e70f028cf.png) no-repeat 10px 15px;
  padding: 10px 10px 10px 40px;
  border-top: 1px solid #ecb;
  border-bottom: 1px solid #ecb;
  margin-bottom: 15px;
  font-size: 90%;
  color: #633;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 2px 0px;
  -webkit-box-shadow: #b2b2b2 0px 2px 2px;
}

/* line 183, app/assets/stylesheets/common/style_shared.css.scss */
.errorExplanation ul li {
  font-weight: bold;
}

/* line 188, app/assets/stylesheets/common/style_shared.css.scss */
div.fieldWithErrors {
  display: inline;
}

/* line 193, app/assets/stylesheets/common/style_shared.css.scss */
.fieldWithErrors input,
.fieldWithErrors textarea,
.fieldWithErrors select,
input.error,
textarea.error,
select.error {
  border: 2px solid #DDAA99 !important;
  background: #FFDDCC !important;
}

/* line 204, app/assets/stylesheets/common/style_shared.css.scss */
input.success {
  border: 2px solid #9da !important;
  background: #cfd !important;
}
/* line 5, app/assets/stylesheets/common/style.css.scss */
h1 {
  letter-spacing: -1px;
}

/* line 11, app/assets/stylesheets/common/style.css.scss */
body .legal {
  font-size: 14px;
}

/* line 15, app/assets/stylesheets/common/style.css.scss */
body .legal h2 {
  font-size: 20px;
}

/* line 20, app/assets/stylesheets/common/style.css.scss */
h2.tight-title {
  letter-spacing: -1px;
}

/* line 25, app/assets/stylesheets/common/style.css.scss */
h4.tight-title {
  letter-spacing: -1px;
}

/* rails classes */
/* line 32, app/assets/stylesheets/common/style.css.scss */
.errorExplanation h2 {
  color: #633;
  margin-bottom: 0px;
  padding-bottom: 15px;
  font-size: 150%;
  text-shadow: none;
  text-align: left;
}

/* line 8, vendor/bundle/ruby/3.0.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.field_with_errors .help-block,
.field_with_errors .control-label,
.field_with_errors .radio,
.field_with_errors .checkbox,
.field_with_errors .radio-inline,
.field_with_errors .checkbox-inline, .field_with_errors.radio label, .field_with_errors.checkbox label, .field_with_errors.radio-inline label, .field_with_errors.checkbox-inline label {
  color: #a94442;
}

/* line 21, vendor/bundle/ruby/3.0.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.field_with_errors .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, vendor/bundle/ruby/3.0.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.field_with_errors .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, vendor/bundle/ruby/3.0.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.field_with_errors .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 37, vendor/bundle/ruby/3.0.0/gems/bootstrap-sass-3.3.7/assets/stylesheets/bootstrap/mixins/_forms.scss */
.field_with_errors .form-control-feedback {
  color: #a94442;
}
/* line 1, app/assets/stylesheets/common/_animations.css.scss */
:root {
  --animationAmount: 20px;
}

@keyframes positionHorizontalSlide {
  0% {
    transform: translateX(var(--animationAmount)) var(--otherTransforms);
  }
  100% {
    transform: translateX(0) var(--otherTransforms);
  }
}

@keyframes positionVerticalSlide {
  0% {
    transform: translateY(var(--animationAmount)) var(--otherTransforms);
  }
  100% {
    transform: translateX(0) var(--otherTransforms);
  }
}

@keyframes appearHorizontalSlide {
  0% {
    opacity: 0.05;
    transform: translateX(var(--animationAmount)) var(--otherTransforms);
  }
  50% {
    opacity: 0.30;
    transform: translateX(0) var(--otherTransforms);
  }
  100% {
    opacity: 1;
    transform: translateX(0) var(--otherTransforms);
  }
}

@keyframes appearVerticalSlide {
  0% {
    opacity: 0.05;
    transform: translateY(var(--animationAmount)) var(--otherTransforms);
  }
  100% {
    opacity: 1;
    transform: translateX(0) var(--otherTransforms);
  }
}

@keyframes disappearScaleDown {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1) var(--otherTransforms);
  }
  100% {
    opacity: 0.05;
    transform: translateY(10px) scale(0.8) var(--otherTransforms);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(4px) scale(0.8) var(--otherTransforms);
  }
  80% {
    opacity: 0.9;
    transform: translateY(-2px) scale(1.03) var(--otherTransforms);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) scale(1) var(--otherTransforms);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) var(--otherTransforms);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0) var(--otherTransforms);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0) var(--otherTransforms);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0) var(--otherTransforms);
  }
}

@keyframes subtle-move {
  from {
    transform: rotate(33deg) skewY(12deg) translate(0px, 0px);
    opacity: 0;
  }
  25% {
    opacity: 0.35;
  }
  50% {
    transform: rotate(33deg) skewY(12deg) translate(var(--translate-distance), 0px);
    opacity: 0;
  }
  to {
    transform: rotate(33deg) skewY(12deg) translate(var(--translate-distance), 0px);
    opacity: 0;
  }
}

@keyframes waveHand {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(14deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  30% {
    transform: rotate(14deg);
  }
  40% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes bounce {
  70% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(-15%);
  }
  90% {
    transform: translateY(0%);
  }
  95% {
    transform: translateY(-7%);
  }
  97% {
    transform: translateY(0%);
  }
  99% {
    transform: translateY(-3%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes doublePop {
  0% {
    transform: scale(1);
  }
  65% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.2);
  }
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  /* line 6, app/assets/stylesheets/site/_offcanvas.scss */
  body {
    left: 0px;
    position: relative;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
  }
  /* line 13, app/assets/stylesheets/site/_offcanvas.scss */
  body .sidebar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 50%;
    /* 6 columns */
    overflow-x: hidden;
    -webkit-transition: left .25s ease-out;
    -o-transition: left .25s ease-out;
    transition: left .25s ease-out;
  }
  /* line 27, app/assets/stylesheets/site/_offcanvas.scss */
  body.offcanvas-active {
    position: relative;
    left: 50%;
  }
  /* line 31, app/assets/stylesheets/site/_offcanvas.scss */
  body.offcanvas-active .sidebar-offcanvas {
    left: 0px;
  }
}
/* For site/marketing layout, intentionally separate from the other variables.css */

/* colors */
:root {
  --body-text-color: #063744;
  --body-text-darker-color: #084859;
  --body-text-lighter-color: #54676e;
  --body-text-splash-color: #355862;
  --body-text-link-color: #197297;
  --body-text-muted-color: #999;
  --body-text-cta-color: white;
  --body-link-color: #197297;

  --cta-background: #17827B;
  --cta-background-hover: #136868;
}

/* shadows */
:root {
  --std-shadow: 0px 3px 10px rgba(0, 0, 0, 0.05);
  --med-shadow: 0px 8px 20px rgba(110, 150, 150, 0.20);
  --cta-shadow: 0px 20px 30px -15px rgb(112, 172, 172);
  --big-shadow: 0px 20px 30px -15px rgb(112, 172, 172);
}

/* on-theme background colors */
:root {
  --bg-subtle: #effdfe;
  --bg-subtle-alt: #faf7ff;
  --bg-subtle-alt2: #f8fff3;
}

/* spacing, sizing, distances */
:root {
  --std-padding: 50px;
  --std-margin-bottom: 30px;
  --corner-size: 30px;
  --corner-size-large: 80px;
}

/* font */
/* https://modernfontstacks.com/ */
:root {
  --headings-font: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
  --body-font: Avenir, Montserrat, Corbel, 'URW Gothic', source-sans-pro, sans-serif;
}
/* line 3, app/assets/stylesheets/site/create_account.scss */
body#create-account {
  position: relative;
  /* forms */
}

/* line 7, app/assets/stylesheets/site/create_account.scss */
body#create-account:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 134px;
  width: 100%;
  z-index: -1;
  transform: skewY(-6deg);
  top: -500px;
  background-image: linear-gradient(#00a4a4, #009dbd);
  opacity: 0.8;
}

/* line 38, app/assets/stylesheets/site/create_account.scss */
body#create-account:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 140px;
  width: 100%;
  z-index: -1;
  transform: skewY(-10deg);
  top: -1000px;
  background-image: linear-gradient(#00578a, #4caf7d);
  opacity: 0.3;
}

/* line 65, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents {
  background: transparent;
}

/* line 69, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents .container {
  max-width: 600px;
  background: white;
  margin: 50px auto;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 20px 30px;
}

/* line 78, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents h1 {
  font-family: var(--headings-font);
  color: var(--body-text-splash-color);
}

/* line 84, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents h1.tight {
  font-family: var(--headings-font);
  margin-bottom: 3px;
  padding-bottom: 0px;
  line-height: 1.1;
  font-size: 35px;
  font-weight: bold;
  border-bottom: none;
}

/* line 95, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents h2.tight {
  margin-top: 10px;
  border-bottom: none;
}

/* line 101, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents h3.tight {
  margin-bottom: 40px;
  font-size: 14px;
  border-bottom: none;
}

/* line 108, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents h2 {
  margin-bottom: 20px;
  font-size: 160%;
}

/* line 115, app/assets/stylesheets/site/create_account.scss */
body#create-account #header-logo {
  margin: 0px auto 20px;
  margin-bottom: 20px;
  padding-top: 15px;
}

/* line 121, app/assets/stylesheets/site/create_account.scss */
body#create-account #header-logo img {
  max-height: 50px;
}

/* line 126, app/assets/stylesheets/site/create_account.scss */
body#create-account #contents-wrapper {
  padding: 40px 50px;
  background: #fbfbfb;
  min-height: 200px;
  width: auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 140, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form fieldset {
  border: 0;
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
}

/* line 148, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form fieldset legend {
  font-weight: bold;
  font-size: 130%;
}

/* line 154, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .field {
  margin-bottom: 5px;
}

/* line 160, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .important {
  font-size: 120%;
}

/* line 165, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .field {
  position: relative;
  margin-bottom: 15px;
}

/* line 171, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .field-inner {
  margin-left: 0px;
}

/* line 176, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form input,
body#create-account .site-form select {
  padding: 8px;
  font-size: 130%;
}

/* line 183, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .form-control {
  height: auto;
}

/* line 188, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .important input,
body#create-account .site-form .important select {
  font-size: 120%;
}

/* line 194, app/assets/stylesheets/site/create_account.scss */
body#create-account .site-form .explanatory {
  font-size: 85%;
  color: #666;
  margin-top: 5px;
}

/* line 201, app/assets/stylesheets/site/create_account.scss */
body#create-account #domain {
  font-size: 130%;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 42px;
  background: white;
}

@media screen and (max-width: 767px) {
  /* line 201, app/assets/stylesheets/site/create_account.scss */
  body#create-account #domain {
    display: none;
  }
}

/* line 215, app/assets/stylesheets/site/create_account.scss */
body#create-account #terms {
  border: 1px solid silver;
  background: #f5f5f5;
  font-size: 90%;
  padding: 10px;
  margin-bottom: 25px;
}

/* line 224, app/assets/stylesheets/site/create_account.scss */
body#create-account #submit {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 110%;
  vertical-align: baseline;
  color: white;
  background: var(--cta-background);
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
  margin-bottom: 30px;
}

/* line 242, app/assets/stylesheets/site/create_account.scss */
body#create-account .divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
  margin: 10px 0 30px;
}

/* line 250, app/assets/stylesheets/site/create_account.scss */
body#create-account .divider span {
  background: white;
  padding: 0 10px;
  text-transform: uppercase;
  color: #aaa;
  font-size: 80%;
}

/* line 258, app/assets/stylesheets/site/create_account.scss */
body#create-account .g_id_signin {
  width: 250px;
  height: 44px;
  /* fixed width and height for CLS metric considerations */
  margin: 10px auto 10px;
}

/* line 264, app/assets/stylesheets/site/create_account.scss */
body#create-account #appleid-signin {
  width: 250px;
  height: 35px;
  /* fixed width and height for CLS metric considerations */
  margin: 10px auto 20px;
  border: 1px solid #ddd;
  border-radius: 40px;
  cursor: pointer;
}
/* line 3, app/assets/stylesheets/site/resources/_templates.scss */
#template-gallery {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

/* line 10, app/assets/stylesheets/site/resources/_templates.scss */
#template-gallery .row .template {
  text-align: center;
  margin-bottom: 80px;
}

/* line 14, app/assets/stylesheets/site/resources/_templates.scss */
#template-gallery .row .template img {
  width: 232px;
  height: 300px;
  max-height: 300px;
  box-shadow: var(--std-shadow);
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/site/resources/_templates.scss */
  #template-gallery .row .template img {
    width: 255px;
    height: 330px;
    max-height: 330px;
  }
}

@media (min-width: 1200px) {
  /* line 14, app/assets/stylesheets/site/resources/_templates.scss */
  #template-gallery .row .template img {
    width: 310px;
    height: 400px;
    max-height: 400px;
  }
}

/* line 34, app/assets/stylesheets/site/resources/_templates.scss */
#template-gallery .row .template .template-name {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 30px;
}

/* line 41, app/assets/stylesheets/site/resources/_templates.scss */
#template-gallery .row .template .template-actions .btn.btn-cta {
  padding: 8px 20px;
  font-size: 14px;
}
/* line 3, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section {
  background: var(--bg-subtle-alt);
  border-radius: var(--corner-size-large);
  position: relative;
  overflow: hidden;
  font-size: 120%;
  padding: 100px 40px;
  margin: 60px -40px;
}

@media (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section {
    padding: 100px 100px;
    margin: 60px -100px 100px;
  }
}

/* line 18, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section h2 {
  margin-bottom: 40px;
  border: 0px;
  font-size: 190%;
  font-weight: 900;
  color: var(--body-text-darker-color);
}

/* line 26, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section .screenshots-section {
  min-height: 350px;
}

/* line 30, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section #portal-screenshot, #branded.marketing-section #portal-screenshot-alt, #branded.marketing-section #projects-screenshot {
  position: absolute;
  border: 0px;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* line 37, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section #portal-screenshot-alt {
  transform: rotate(-2deg);
  width: 70%;
  top: 40px;
  left: 15%;
}

/* line 44, app/assets/stylesheets/site/sections/_branded.scss */
#branded.marketing-section #portal-screenshot {
  transform: rotate(2deg);
  width: 70%;
  top: 150px;
  right: 8%;
}

@media (min-width: 768px) {
  /* line 52, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot-alt {
    width: 450px;
    top: 40px;
    left: 5%;
  }
  /* line 58, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot {
    width: 450px;
    top: 150px;
    right: 8%;
  }
}

@media (min-width: 992px) {
  /* line 66, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot-alt {
    width: 380px;
    top: 0px;
    left: 12%;
  }
  /* line 72, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot {
    width: 380px;
    top: 100px;
    right: 0px;
  }
}

@media (min-width: 1200px) {
  /* line 80, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot-alt {
    width: 450px;
    top: -10px;
    right: 275px;
  }
  /* line 86, app/assets/stylesheets/site/sections/_branded.scss */
  #branded.marketing-section #portal-screenshot {
    width: 450px;
    top: 100px;
    right: -5%;
  }
}
/* line 3, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section {
  background: var(--bg-subtle);
  border-radius: var(--corner-size-large);
  position: relative;
  overflow: hidden;
  font-size: 120%;
  padding: 100px 40px;
  margin: 60px -40px;
}

@media (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section {
    padding: 100px 100px;
    margin: 60px -100px 100px;
  }
}

/* line 18, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section h2 {
  margin-bottom: 40px;
  border: 0px;
  font-size: 190%;
  font-weight: 900;
  color: var(--body-text-darker-color);
}

/* line 26, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section .screenshots-section {
  min-height: 350px;
}

/* line 30, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section #invoice-screenshot, #consolidated.marketing-section #proposal-screenshot, #consolidated.marketing-section #projects-screenshot {
  position: absolute;
  border: 0px solid white;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

/* line 39, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section #invoice-screenshot {
  width: 70%;
  top: 150px;
  left: 10%;
}

/* line 45, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section #proposal-screenshot {
  width: 70%;
  top: 40px;
  right: 10%;
}

/* line 51, app/assets/stylesheets/site/sections/_consolidated.scss */
#consolidated.marketing-section #projects-screenshot {
  width: 330px;
  top: 300px;
  right: 40px;
}

@media (min-width: 768px) {
  /* line 58, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #invoice-screenshot {
    width: 450px;
    top: 150px;
    right: 230px;
  }
  /* line 64, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #proposal-screenshot {
    width: 450px;
    top: 40px;
    right: 110px;
  }
  /* line 70, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #projects-screenshot {
    width: 330px;
    top: 300px;
    right: 40px;
  }
}

@media (min-width: 992px) {
  /* line 78, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #invoice-screenshot {
    width: 420px;
    top: 100px;
    right: 85px;
  }
  /* line 84, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #proposal-screenshot {
    width: 420px;
    top: -20px;
    right: 20px;
  }
  /* line 90, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #projects-screenshot {
    width: 350px;
    top: 300px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 98, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #invoice-screenshot {
    width: 500px;
    top: 110px;
    right: 175px;
  }
  /* line 104, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #proposal-screenshot {
    width: 500px;
    top: -20px;
    right: 68px;
  }
  /* line 110, app/assets/stylesheets/site/sections/_consolidated.scss */
  #consolidated.marketing-section #projects-screenshot {
    width: 450px;
    top: 300px;
    right: 10px;
  }
}
/* line 3, app/assets/stylesheets/site/sections/_features.scss */
#features, #invoicing-features {
  margin-bottom: 50px;
}

/* line 7, app/assets/stylesheets/site/sections/_features.scss */
#features .key-feature, #invoicing-features .key-feature {
  text-align: center;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/site/sections/_features.scss */
  #features .key-feature, #invoicing-features .key-feature {
    font-size: 0.9em;
  }
}

@media (min-width: 992px) {
  /* line 7, app/assets/stylesheets/site/sections/_features.scss */
  #features .key-feature, #invoicing-features .key-feature {
    font-size: 1em;
    padding: 0px 30px;
  }
}

/* line 20, app/assets/stylesheets/site/sections/_features.scss */
#features .key-feature h5, #invoicing-features .key-feature h5 {
  font-size: 115%;
  margin-top: 40px;
  padding-bottom: 2px;
  font-weight: 600;
}

/* line 28, app/assets/stylesheets/site/sections/_features.scss */
#features .key-feature p, #invoicing-features .key-feature p {
  line-height: 1.35;
  margin-bottom: 40px;
}

/* line 35, app/assets/stylesheets/site/sections/_features.scss */
#features .feature-image, #invoicing-features .feature-image {
  display: inline-block;
  border: 1px solid #e0e0e0;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

/* line 44, app/assets/stylesheets/site/sections/_features.scss */
#features .feature-image img, #invoicing-features .feature-image img {
  width: 150px;
  height: 140px;
}
/* line 3, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section {
  background: var(--bg-subtle);
  border-radius: var(--corner-size-large);
  position: relative;
  overflow: hidden;
  font-size: 120%;
  padding: 100px 40px;
  margin: 60px -40px;
}

@media (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section {
    padding: 100px 100px;
    margin: 60px -100px 100px;
  }
}

/* line 18, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section h2 {
  margin-bottom: 40px;
  border: 0px;
  font-size: 215%;
  font-weight: bold;
  color: var(--body-text-darker-color);
}

/* line 26, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section .screenshots-section {
  min-height: 350px;
}

/* line 30, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section #forms-1-screenshot {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 3px 70px -20px rgba(0, 0, 0, 0.25);
}

/* line 36, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section #forms-2-screenshot {
  position: absolute;
  border: 20px solid white;
  border-radius: 10px;
  box-shadow: 0px 3px 70px -20px rgba(0, 0, 0, 0.25);
}

/* line 43, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section #forms-1-screenshot {
  width: 70%;
  top: 150px;
  right: 0%;
  transform: rotate(-2deg);
}

/* line 50, app/assets/stylesheets/site/sections/_forms_mediums.scss */
#forms-mediums.marketing-section #forms-2-screenshot {
  width: 70%;
  top: 40px;
  transform: rotate(2deg);
}

@media (min-width: 768px) {
  /* line 57, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-1-screenshot {
    width: 450px;
    top: 150px;
  }
  /* line 62, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-2-screenshot {
    width: 450px;
    top: 40px;
    right: 250px;
  }
}

@media (min-width: 992px) {
  /* line 70, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-1-screenshot {
    width: 420px;
    top: 100px;
  }
  /* line 75, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-2-screenshot {
    width: 420px;
    top: -20px;
    right: 100px;
  }
}

@media (min-width: 1200px) {
  /* line 83, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-1-screenshot {
    width: 500px;
    top: 110px;
  }
  /* line 88, app/assets/stylesheets/site/sections/_forms_mediums.scss */
  #forms-mediums.marketing-section #forms-2-screenshot {
    width: 500px;
    top: -20px;
    right: 210px;
  }
}
/* line 3, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated {
  position: relative;
  text-align: center;
  padding: 50px 0px;
  margin-bottom: 60px;
}

/* line 9, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated h3 {
  margin-bottom: 30px;
  color: var(--body-text-darker-color);
}

/* line 14, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated .logo {
  display: inline-block;
  height: 60px;
  margin: 0px 15px;
  filter: grayscale(100%);
}

@media (min-width: 992px) {
  /* line 14, app/assets/stylesheets/site/sections/_integrated.scss */
  #integrated .logo {
    height: 70px;
    margin: 0px 20px;
  }
}

@media (min-width: 1200px) {
  /* line 14, app/assets/stylesheets/site/sections/_integrated.scss */
  #integrated .logo {
    height: 80px;
    margin: 0px 30px;
  }
}

/* line 30, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated #qb-logo.logo {
  opacity: 0.7;
}

/* line 34, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated #stripe-logo.logo {
  filter: grayscale(100%) brightness(2.5);
}

/* line 38, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated #google-logo.logo {
  padding: 10px;
}

/* line 42, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated #zapier-logo.logo {
  padding: 15px;
  opacity: 0.75;
}

/* line 48, app/assets/stylesheets/site/sections/_integrated.scss */
#integrated:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -430px;
  left: -105%;
  width: 850px;
  height: 1418px;
  background: linear-gradient(90deg, #ada716, #00d4a4);
  z-index: -1;
  transform: rotate(58deg);
  border-radius: 200px;
  border-bottom-right-radius: 50px;
  box-shadow: 150px 150px 70px -50px rgba(5, 187, 206, 0.25);
  opacity: 0.12;
}
/* line 3, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section {
  background: var(--bg-subtle);
  border-radius: var(--corner-size-large);
  position: relative;
  overflow: hidden;
  font-size: 120%;
  padding: 100px 40px;
  margin: 60px -40px;
}

@media (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section {
    padding: 100px 100px;
    margin: 60px -100px 100px;
  }
}

/* line 18, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section h2 {
  margin-bottom: 40px;
  border: 0px;
  font-size: 215%;
  font-weight: bold;
  color: var(--body-text-darker-color);
}

/* line 26, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section .screenshots-section {
  min-height: 350px;
}

/* line 30, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section #invoice-1-screenshot, #paper-themes.marketing-section #invoice-2-screenshot, #paper-themes.marketing-section #invoice-3-screenshot {
  position: absolute;
  border: 0px solid white;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  box-shadow: 0px 3px 70px -20px rgba(0, 0, 0, 0.25);
}

/* line 38, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section #invoice-1-screenshot {
  width: 70%;
  top: 150px;
  left: 10%;
  transform: rotate(-2deg);
}

/* line 45, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section #invoice-2-screenshot {
  width: 70%;
  top: 40px;
  right: 10%;
  transform: rotate(2deg);
}

/* line 52, app/assets/stylesheets/site/sections/_paper_themes.scss */
#paper-themes.marketing-section #invoice-3-screenshot {
  width: 330px;
  top: 300px;
  right: 40px;
  transform: rotate(2deg);
}

@media (min-width: 768px) {
  /* line 60, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-1-screenshot {
    width: 450px;
    top: 150px;
    right: 230px;
  }
  /* line 66, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-2-screenshot {
    width: 450px;
    top: 40px;
    right: 110px;
  }
  /* line 72, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-3-screenshot {
    width: 330px;
    top: 300px;
    right: 40px;
  }
}

@media (min-width: 992px) {
  /* line 80, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-1-screenshot {
    width: 420px;
    top: 100px;
    right: 85px;
  }
  /* line 86, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-2-screenshot {
    width: 420px;
    top: -20px;
    right: 20px;
  }
  /* line 92, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-3-screenshot {
    width: 350px;
    top: 300px;
    right: 10px;
  }
}

@media (min-width: 1200px) {
  /* line 100, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-1-screenshot {
    width: 500px;
    top: 110px;
    right: 175px;
  }
  /* line 106, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-2-screenshot {
    width: 500px;
    top: -20px;
    right: 68px;
  }
  /* line 112, app/assets/stylesheets/site/sections/_paper_themes.scss */
  #paper-themes.marketing-section #invoice-3-screenshot {
    width: 500px;
    top: 300px;
    right: -20px;
  }
}
/* line 3, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section {
  background: var(--bg-subtle-alt2);
  border-radius: var(--corner-size);
  padding: 30px;
  margin: 20px;
  margin-top: 150px;
}

/* line 10, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section h2 {
  margin-bottom: 40px;
  border: 0px;
  font-size: 215%;
  font-weight: bold;
  color: var(--body-text-darker-color);
  margin-top: -100px;
}

/* line 18, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section h2 + p {
  font-size: 120%;
  margin-bottom: var(--std-margin-bottom);
}

/* line 22, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section h2 + p strong {
  color: var(--cta-text-color);
}

/* line 28, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .testimonial {
  background: white;
  padding: var(--std-padding);
  margin-bottom: var(--std-margin-bottom);
  border-radius: var(--corner-size);
  box-shadow: var(--med-shadow);
  font-size: 110%;
}

/* line 36, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .testimonial .profile {
  height: 100px;
}

/* line 39, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .testimonial .profile .name {
  position: relative;
  font-size: 120%;
  font-weight: bold;
  margin-left: 130px;
  top: 30px;
  padding: 0px;
  margin-bottom: 10px;
}

/* line 49, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .testimonial .profile .title {
  position: relative;
  font-size: 95%;
  top: 30px;
  font-weight: normal;
  margin-left: 130px;
}

/* line 57, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .testimonial .profile .headshot {
  float: left;
  display: block;
  border: 5px solid white;
  border-radius: 500px;
  width: 100px;
  height: 100px;
}

/* line 68, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .review-badge {
  max-width: 150px;
  display: none;
}

/* line 70, app/assets/stylesheets/site/sections/_testimonials.scss */
#testimonials.marketing-section .review-badge img {
  max-width: 150px;
  min-width: 100px;
}

@media screen and (max-width: 767px) {
  /* line 79, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .testimonial {
    font-size: 100%;
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section {
    position: relative;
    min-height: 850px;
    margin-bottom: 200px;
  }
  /* line 91, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .testimonial {
    font-size: 100%;
  }
  /* line 95, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-1 {
    margin-left: -50px;
    width: 95%;
  }
  /* line 100, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-2 {
    margin-left: 90px;
    width: 95%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section {
    position: relative;
    min-height: 850px;
    padding: 40px;
    margin: 50px;
    margin-bottom: 200px;
    margin-top: 150px;
  }
  /* line 117, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .testimonial {
    font-size: 100%;
  }
  /* line 121, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-1 {
    position: absolute;
    top: 275px;
    left: -50px;
    width: 45%;
  }
  /* line 128, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-2 {
    position: absolute;
    top: 550px;
    right: -50px;
    width: 55%;
  }
  /* line 135, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-3 {
    position: absolute;
    top: 100px;
    left: 45%;
    width: 55%;
  }
  /* line 142, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .review-badge {
    display: block;
  }
  /* line 146, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .capterra-badge {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 150px;
  }
  /* line 153, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .software-advice-badge {
    position: absolute;
    left: 5%;
    bottom: 10%;
  }
  /* line 159, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .g2-badge {
    position: absolute;
    left: 28%;
    bottom: 5%;
  }
}

@media screen and (min-width: 1200px) {
  /* line 3, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section {
    position: relative;
    min-height: 850px;
    padding: 40px;
    margin: 50px;
    margin-bottom: 200px;
    margin-top: 150px;
  }
  /* line 174, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-1 {
    position: absolute;
    top: 275px;
    left: -50px;
    width: 40%;
  }
  /* line 181, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-2 {
    position: absolute;
    top: 550px;
    right: -50px;
    width: 60%;
  }
  /* line 188, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section #testimonial-3 {
    position: absolute;
    top: 100px;
    left: 40%;
    width: 50%;
  }
  /* line 195, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .review-badge {
    display: block;
  }
  /* line 199, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .capterra-badge {
    position: absolute;
    left: 10%;
    top: 20%;
    width: 150px;
  }
  /* line 206, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .software-advice-badge {
    position: absolute;
    left: 5%;
    bottom: 10%;
  }
  /* line 212, app/assets/stylesheets/site/sections/_testimonials.scss */
  #testimonials.marketing-section .g2-badge {
    position: absolute;
    left: 24%;
    bottom: 5%;
  }
}
/* line 3, app/assets/stylesheets/site/site.scss */
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 11, app/assets/stylesheets/site/site.scss */
body {
  min-height: 100%;
  font-family: var(--body-font);
  color: var(--body-text-color);
  font-size: 16px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* classes */
/* line 22, app/assets/stylesheets/site/site.scss */
.module {
  margin-bottom: 15px;
}

/* line 27, app/assets/stylesheets/site/site.scss */
.home-wrapper {
  padding-right: 45px;
}

/* line 32, app/assets/stylesheets/site/site.scss */
em.highlight {
  font-style: normal;
  background-color: #f4f4c0;
}

/* line 38, app/assets/stylesheets/site/site.scss */
.btn.btn-cta {
  background: var(--cta-background);
  color: white;
  font-size: 18px;
  font-family: var(--headings-font);
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 50px;
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
  letter-spacing: initial;
}

/* line 51, app/assets/stylesheets/site/site.scss */
.btn.btn-cta:hover {
  background: var(--cta-background-hover);
  color: white;
}

/* line 57, app/assets/stylesheets/site/site.scss */
.btn.btn-cta:focus {
  color: white;
}

/* line 65, app/assets/stylesheets/site/site.scss */
#sign-up-button-container .g_id_signin {
  margin: 0px;
  display: inline-block;
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
  height: 40px;
  /* fixed width and height for CLS metric considerations */
  width: 240px;
}

/* line 74, app/assets/stylesheets/site/site.scss */
#sign-up-button-container #appleid-signin {
  display: inline-block;
  width: 240px;
  height: 35px;
  /* fixed width and height for CLS metric considerations */
  margin: 10px 0px 20px;
  border: 1px solid #ddd;
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
  cursor: pointer;
}

/* forms */
/* line 88, app/assets/stylesheets/site/site.scss */
.site-form fieldset {
  border: 0;
  border-top: 2px solid gray;
  padding: 15px;
  margin-bottom: 10px;
  background: #f5f5f5;
}

/* line 97, app/assets/stylesheets/site/site.scss */
.site-form fieldset legend {
  font-weight: bold;
  font-size: 130%;
  padding: 5px;
}

/* line 104, app/assets/stylesheets/site/site.scss */
.site-form .field {
  margin-bottom: 5px;
}

/* line 110, app/assets/stylesheets/site/site.scss */
.site-form .important {
  font-size: 120%;
}

/* line 115, app/assets/stylesheets/site/site.scss */
.site-form .field-inner {
  margin-left: 150px;
}

/* line 120, app/assets/stylesheets/site/site.scss */
.site-form label {
  float: left;
  width: 150px;
  margin-top: 5px;
  font-size: 95%;
  line-height: 1.5;
}

/* line 129, app/assets/stylesheets/site/site.scss */
.site-form input,
.site-form select {
  padding: 2px;
  font-size: 110%;
}

/* line 136, app/assets/stylesheets/site/site.scss */
.site-form .important input,
.site-form .important select {
  font-size: 120%;
}

/* line 142, app/assets/stylesheets/site/site.scss */
.site-form .explanatory {
  font-size: 85%;
  color: #666;
  margin-top: 5px;
}

/* line 149, app/assets/stylesheets/site/site.scss */
.menu-toggle {
  font-size: 20px;
  padding: 30px 0px;
}

/* specific ids */
/* line 158, app/assets/stylesheets/site/site.scss */
#header {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  /* line 158, app/assets/stylesheets/site/site.scss */
  #header {
    height: auto;
    margin-bottom: 40px;
  }
}

/* line 167, app/assets/stylesheets/site/site.scss */
#header .container {
  position: relative;
}

/* line 172, app/assets/stylesheets/site/site.scss */
#header #header-logo {
  padding-top: 10px;
}

/* line 176, app/assets/stylesheets/site/site.scss */
#header #header-logo img {
  max-height: 30px;
  height: 30px;
}

/* line 181, app/assets/stylesheets/site/site.scss */
#header #header-logo a {
  display: block;
  margin-top: -20px;
  width: 190px;
  padding: 30px 10px 30px 0px;
}

@media (max-width: 767px) {
  /* line 172, app/assets/stylesheets/site/site.scss */
  #header #header-logo {
    text-align: center;
  }
  /* line 194, app/assets/stylesheets/site/site.scss */
  #header #header-logo a {
    margin-left: auto;
    margin-right: auto;
    background: none;
    box-shadow: none;
  }
}

/* line 203, app/assets/stylesheets/site/site.scss */
#header #header-menu {
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 20px 0px 20px 20px;
  text-align: right;
  font-weight: 900;
}

@media (max-width: 767px) {
  /* line 203, app/assets/stylesheets/site/site.scss */
  #header #header-menu {
    position: relative;
    text-align: center;
    top: 10px;
    right: 0px;
    margin-bottom: 30px;
    padding: 0px;
    background: none;
    box-shadow: none;
  }
}

/* line 227, app/assets/stylesheets/site/site.scss */
#header #header-menu li {
  list-style: none;
  display: inline;
  margin-right: 25px;
}

/* line 233, app/assets/stylesheets/site/site.scss */
#header #header-menu li:last-child {
  margin-right: 0px;
}

@media (max-width: 767px) {
  /* line 227, app/assets/stylesheets/site/site.scss */
  #header #header-menu li {
    margin-right: 15px;
  }
}

/* line 242, app/assets/stylesheets/site/site.scss */
#header #header-menu li a {
  text-decoration: none;
  color: var(--body-text-splash-color);
}

/* line 247, app/assets/stylesheets/site/site.scss */
#header #header-menu li a:active, #header #header-menu li a:hover, #header #header-menu li a:visited, #header #header-menu li a:focus {
  color: var(--body-text-splash-color);
}

/* line 253, app/assets/stylesheets/site/site.scss */
#header a {
  font-size: 1.1em;
}

/* line 258, app/assets/stylesheets/site/site.scss */
#header-intro {
  text-align: right;
  font-size: 80%;
}

/* line 264, app/assets/stylesheets/site/site.scss */
#alt-domain-alert {
  position: relative;
  z-index: 100;
  margin-bottom: 20px;
  padding: 15px 0px;
  background: #ddeef2;
  opacity: 0.85;
}

/* line 273, app/assets/stylesheets/site/site.scss */
#splash-area {
  z-index: 1;
  position: relative;
}

/* line 277, app/assets/stylesheets/site/site.scss */
#splash-area #header {
  background: none;
}

@media screen and (max-width: 767px) {
  /* line 277, app/assets/stylesheets/site/site.scss */
  #splash-area #header {
    margin-bottom: 40px;
  }
}

/* line 285, app/assets/stylesheets/site/site.scss */
#splash-area:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -1475px;
  left: 110%;
  width: 1100px;
  height: 2445px;
  background: linear-gradient(90deg, #16ad8a, #00bcd4);
  z-index: -1;
  transform: rotate(45deg);
  border-radius: 200px;
  border-bottom-right-radius: 50px;
  box-shadow: 150px 150px 70px -50px rgba(5, 187, 206, 0.25);
  opacity: 0.18;
}

@media screen and (min-width: 992px) {
  /* line 285, app/assets/stylesheets/site/site.scss */
  #splash-area:before {
    top: -1500px;
    left: 85%;
    /* right: 0px; */
    /* bottom: -120px; */
  }
}

/* line 311, app/assets/stylesheets/site/site.scss */
#splash-area:after {
  --translate-distance: 90px;
  animation-duration: 8s;
  animation-name: subtle-move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  content: ' ';
  display: block;
  position: absolute;
  top: 500px;
  left: 58%;
  width: 460px;
  height: 95px;
  background: linear-gradient(90deg, #12ad8a, #a5ebef);
  z-index: -1;
  transform: rotate(33deg) skewY(12deg);
  border-radius: 120px;
  border-bottom-right-radius: 50px;
  box-shadow: 50px 50px 20px -20px rgba(10, 186, 201, 0.35);
  opacity: 0;
}

/* line 335, app/assets/stylesheets/site/site.scss */
#splash-area-small {
  background: white;
  overflow: hidden;
}

/* line 339, app/assets/stylesheets/site/site.scss */
#splash-area-small .container {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5e5f5;
}

/* line 350, app/assets/stylesheets/site/site.scss */
#splash-area h1,
#splash-area-small h1 {
  font-size: 40px;
  font-family: var(--headings-font);
  font-weight: 900;
  color: var(--body-text-darker-color);
}

/* line 360, app/assets/stylesheets/site/site.scss */
#splash-area h1 {
  margin-top: 30px;
}

/* line 366, app/assets/stylesheets/site/site.scss */
#splash-area-small h1 {
  color: var(--body-text-darker-color);
}

/* line 370, app/assets/stylesheets/site/site.scss */
#splash-area-small .splash-button {
  float: right;
  margin-top: 25px;
}

/* line 374, app/assets/stylesheets/site/site.scss */
#splash-area-small .splash-button a {
  display: block;
  text-align: center;
  width: 150px;
  font-size: 16px;
  font-weight: 900;
  line-height: 45px;
  color: var(--body-text-cta-color);
  background: var(--cta-background);
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
}

/* line 389, app/assets/stylesheets/site/site.scss */
#splash-area-small h2.tight-title,
#splash-area h2.tight-title {
  font-size: 22px;
  color: var(--body-text-lighter-color);
  border-bottom: none;
  font-family: var(--headings-font);
  font-weight: 500;
}

/* line 400, app/assets/stylesheets/site/site.scss */
#splash-area-small h2.tight-title {
  color: #666;
}

/* line 406, app/assets/stylesheets/site/site.scss */
#contents .container {
  padding-top: 15px;
}

/* line 411, app/assets/stylesheets/site/site.scss */
#contents-wrapper {
  width: 960px;
  margin: 0px auto;
  padding: 20px 0px;
  min-height: 460px;
}

/* line 419, app/assets/stylesheets/site/site.scss */
#contents h2 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

/* line 426, app/assets/stylesheets/site/site.scss */
#bottom-convert {
  padding: 30px 40px;
  background-color: #ecf3f4;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: var(--corner-size);
}

/* line 434, app/assets/stylesheets/site/site.scss */
#bottom-convert .btn-col {
  text-align: center;
}

/* line 439, app/assets/stylesheets/site/site.scss */
#bottom-convert .btn-cta {
  margin: 30px 0px;
}

/* line 445, app/assets/stylesheets/site/site.scss */
#footer {
  font-size: 105%;
  color: white;
  background: linear-gradient(145deg, #62b694, #25aaa9, #1d99a5);
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 20px 30px -30px rgba(0, 0, 0, 0.25);
}

/* line 457, app/assets/stylesheets/site/site.scss */
#footer:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -288px;
  left: -32%;
  width: 723px;
  height: 990px;
  background: linear-gradient(90deg, #e021e0, #345c53);
  transform: rotate(100deg);
  border-radius: 200px;
  border-bottom-right-radius: 50px;
  box-shadow: 150px 150px 70px -50px rgba(5, 187, 206, 0.25);
  opacity: 0.15;
  z-index: 0;
}

/* line 474, app/assets/stylesheets/site/site.scss */
#footer a, #footer a:visited, #footer a:active, #footer a:hover {
  color: white;
}

/* line 478, app/assets/stylesheets/site/site.scss */
#footer #footer-logo {
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 40px;
}

/* line 483, app/assets/stylesheets/site/site.scss */
#footer #footer-logo img {
  max-height: 40px;
  height: 40px;
}

/* line 489, app/assets/stylesheets/site/site.scss */
#footer #footer-statement {
  font-size: 115%;
  padding-right: 50px;
}

/* line 494, app/assets/stylesheets/site/site.scss */
#footer #footer-social-icons {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 180%;
}

/* line 500, app/assets/stylesheets/site/site.scss */
#footer #footer-social-icons a {
  opacity: 0.5;
}

/* line 504, app/assets/stylesheets/site/site.scss */
#footer #footer-social-icons a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* line 509, app/assets/stylesheets/site/site.scss */
#footer #footer-social-icons .fa {
  margin-right: 5px;
}

/* line 515, app/assets/stylesheets/site/site.scss */
#footer .footer-links h4 {
  font-size: 120%;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 521, app/assets/stylesheets/site/site.scss */
#footer .footer-links ul {
  margin-left: 0px;
  margin-bottom: 30px;
  padding-left: 0px;
  list-style: none;
}

/* line 527, app/assets/stylesheets/site/site.scss */
#footer .footer-links ul li {
  line-height: 1.8;
}

/* line 534, app/assets/stylesheets/site/site.scss */
#twitter-promo {
  margin-top: -15px;
  float: right;
}

/* splash specific */
/* line 541, app/assets/stylesheets/site/site.scss */
#splash-area-right {
  position: relative;
  padding-top: 10px;
  text-align: right;
  height: 380px;
  display: none;
}

/* line 550, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #high-five-image, #industries #splash-area-right #high-five-image {
  position: absolute;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.1);
  border-radius: 200px;
  transform: rotate(-7deg);
  background: url(https://www.clientary.net/assets/site/splash/high-five-07b971a8244ba5632e2ceeb8e745cbee40f354835ca779fa6bc11df226b4a45b.jpg);
  background-size: cover;
  border: 10px solid white;
  background-position: center;
}

/* line 561, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #invoice-image, #industries #splash-area-right #invoice-image {
  position: absolute;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(1deg);
}

/* line 570, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #proposal-image, #industries #splash-area-right #proposal-image {
  position: absolute;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 577, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #signature-image, #industries #splash-area-right #signature-image {
  position: absolute;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(8deg);
}

/* line 584, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #projects-image, #industries #splash-area-right #projects-image {
  position: absolute;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 591, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #tasks-image, #industries #splash-area-right #tasks-image {
  position: absolute;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(2deg);
}

/* line 598, app/assets/stylesheets/site/site.scss */
#index #splash-area-right #hours-image, #industries #splash-area-right #hours-image {
  position: absolute;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

@media (min-width: 768px) {
  /* line 549, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right, #industries #splash-area-right {
    display: block;
    transform: scale(0.65) translateX(120px);
  }
  /* line 609, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #high-five-image, #industries #splash-area-right #high-five-image {
    width: 320px;
    height: 320px;
    top: 210px;
    right: 105px;
  }
  /* line 616, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #invoice-image, #industries #splash-area-right #invoice-image {
    width: 170px;
    top: 80px;
    right: 220px;
  }
  /* line 622, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #proposal-image, #industries #splash-area-right #proposal-image {
    width: 190px;
    top: 166px;
    right: 0px;
  }
  /* line 628, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #signature-image, #industries #splash-area-right #signature-image {
    width: 145px;
    top: 405px;
    right: 0px;
  }
  /* line 634, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #hours-image, #industries #splash-area-right #hours-image {
    width: 205px;
    top: 500px;
    right: 180px;
  }
  /* line 640, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #tasks-image, #industries #splash-area-right #tasks-image {
    width: 170px;
    top: 390px;
    right: 380px;
  }
  /* line 646, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right #projects-image, #industries #splash-area-right #projects-image {
    width: 185px;
    top: 190px;
    right: 390px;
  }
}

@media (min-width: 992px) {
  /* line 549, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right, #industries #splash-area-right {
    transform: scale(0.8) translateX(40px);
  }
}

@media (min-width: 1200px) {
  /* line 549, app/assets/stylesheets/site/site.scss */
  #index #splash-area-right, #industries #splash-area-right {
    transform: scale(1) translateX(0px) translateY(-25px);
  }
}

/* line 663, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #invoice-screenshot, #time-tracking #splash-area-right #invoice-screenshot, #proposals #splash-area-right #invoice-screenshot, #industries #splash-area-right #invoice-screenshot, #form-builder #splash-area-right #invoice-screenshot, #project-management #splash-area-right #invoice-screenshot {
  position: absolute;
  border: 0px solid white;
  border-top: 10px solid white;
  border-bottom: 10px solid white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 673, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #calendar-screenshot, #time-tracking #splash-area-right #calendar-screenshot, #proposals #splash-area-right #calendar-screenshot, #industries #splash-area-right #calendar-screenshot, #form-builder #splash-area-right #calendar-screenshot, #project-management #splash-area-right #calendar-screenshot {
  position: absolute;
  border: 0px solid white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 681, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #kanban-screenshot, #time-tracking #splash-area-right #kanban-screenshot, #proposals #splash-area-right #kanban-screenshot, #industries #splash-area-right #kanban-screenshot, #form-builder #splash-area-right #kanban-screenshot, #project-management #splash-area-right #kanban-screenshot {
  position: absolute;
  border: 0px solid white;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 689, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #invoices-screenshot, #time-tracking #splash-area-right #invoices-screenshot, #proposals #splash-area-right #invoices-screenshot, #industries #splash-area-right #invoices-screenshot, #form-builder #splash-area-right #invoices-screenshot, #project-management #splash-area-right #invoices-screenshot {
  position: absolute;
  border: 10px solid white;
  box-shadow: 0px 3px 34px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 697, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #projects-screenshot, #time-tracking #splash-area-right #projects-screenshot, #proposals #splash-area-right #projects-screenshot, #industries #splash-area-right #projects-screenshot, #form-builder #splash-area-right #projects-screenshot, #project-management #splash-area-right #projects-screenshot {
  position: absolute;
  border: 10px solid white;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 705, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #signature-screenshot, #time-tracking #splash-area-right #signature-screenshot, #proposals #splash-area-right #signature-screenshot, #industries #splash-area-right #signature-screenshot, #form-builder #splash-area-right #signature-screenshot, #project-management #splash-area-right #signature-screenshot {
  position: absolute;
  border: 10px solid white;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 713, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #tasks-screenshot, #time-tracking #splash-area-right #tasks-screenshot, #proposals #splash-area-right #tasks-screenshot, #industries #splash-area-right #tasks-screenshot, #form-builder #splash-area-right #tasks-screenshot, #project-management #splash-area-right #tasks-screenshot {
  position: absolute;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 720, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #tasks-large-screenshot, #time-tracking #splash-area-right #tasks-large-screenshot, #proposals #splash-area-right #tasks-large-screenshot, #industries #splash-area-right #tasks-large-screenshot, #form-builder #splash-area-right #tasks-large-screenshot, #project-management #splash-area-right #tasks-large-screenshot {
  position: absolute;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 727, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #form-screenshot, #time-tracking #splash-area-right #form-screenshot, #proposals #splash-area-right #form-screenshot, #industries #splash-area-right #form-screenshot, #form-builder #splash-area-right #form-screenshot, #project-management #splash-area-right #form-screenshot {
  position: absolute;
  border: 10px solid #f7fbfc;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transform: rotate(-10deg);
}

/* line 735, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #form-vector, #time-tracking #splash-area-right #form-vector, #proposals #splash-area-right #form-vector, #industries #splash-area-right #form-vector, #form-builder #splash-area-right #form-vector, #project-management #splash-area-right #form-vector {
  position: absolute;
  transform: rotate(-10deg);
}

/* line 740, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #form-airplane, #time-tracking #splash-area-right #form-airplane, #proposals #splash-area-right #form-airplane, #industries #splash-area-right #form-airplane, #form-builder #splash-area-right #form-airplane, #project-management #splash-area-right #form-airplane {
  position: absolute;
  transform: rotate(-10deg);
}

/* line 745, app/assets/stylesheets/site/site.scss */
#invoicing #splash-area-right #badge, #time-tracking #splash-area-right #badge, #proposals #splash-area-right #badge, #industries #splash-area-right #badge, #form-builder #splash-area-right #badge, #project-management #splash-area-right #badge {
  position: absolute;
  right: 0;
  top: 0;
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1da568;
  text-align: center;
  box-shadow: 0px 44px 40px -20px rgba(29, 165, 164, 0.5);
  opacity: 0.85;
  padding-top: 10px;
}

@media (max-width: 991px) {
  /* line 745, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #badge, #time-tracking #splash-area-right #badge, #proposals #splash-area-right #badge, #industries #splash-area-right #badge, #form-builder #splash-area-right #badge, #project-management #splash-area-right #badge {
    transform: scale(0.8);
  }
}

@media (min-width: 768px) {
  /* line 662, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right, #time-tracking #splash-area-right, #proposals #splash-area-right, #industries #splash-area-right, #form-builder #splash-area-right, #project-management #splash-area-right {
    display: block;
  }
  /* line 769, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoice-screenshot, #invoicing #splash-area-right #calendar-screenshot, #time-tracking #splash-area-right #invoice-screenshot, #time-tracking #splash-area-right #calendar-screenshot, #proposals #splash-area-right #invoice-screenshot, #proposals #splash-area-right #calendar-screenshot, #industries #splash-area-right #invoice-screenshot, #industries #splash-area-right #calendar-screenshot, #form-builder #splash-area-right #invoice-screenshot, #form-builder #splash-area-right #calendar-screenshot, #project-management #splash-area-right #invoice-screenshot, #project-management #splash-area-right #calendar-screenshot {
    width: 330px;
    top: 90px;
    right: 10px;
  }
  /* line 775, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #kanban-screenshot, #time-tracking #splash-area-right #kanban-screenshot, #proposals #splash-area-right #kanban-screenshot, #industries #splash-area-right #kanban-screenshot, #form-builder #splash-area-right #kanban-screenshot, #project-management #splash-area-right #kanban-screenshot {
    width: 380px;
    top: 90px;
    right: -50px;
  }
  /* line 781, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoices-screenshot, #time-tracking #splash-area-right #invoices-screenshot, #proposals #splash-area-right #invoices-screenshot, #industries #splash-area-right #invoices-screenshot, #form-builder #splash-area-right #invoices-screenshot, #project-management #splash-area-right #invoices-screenshot {
    width: 300px;
    top: 198px;
    right: 0px;
  }
  /* line 787, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #projects-screenshot, #time-tracking #splash-area-right #projects-screenshot, #proposals #splash-area-right #projects-screenshot, #industries #splash-area-right #projects-screenshot, #form-builder #splash-area-right #projects-screenshot, #project-management #splash-area-right #projects-screenshot {
    width: 300px;
    top: 275px;
    right: 54px;
  }
  /* line 793, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #signature-screenshot, #time-tracking #splash-area-right #signature-screenshot, #proposals #splash-area-right #signature-screenshot, #industries #splash-area-right #signature-screenshot, #form-builder #splash-area-right #signature-screenshot, #project-management #splash-area-right #signature-screenshot {
    width: 143px;
    top: 400px;
    right: 77px;
  }
  /* line 799, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-screenshot, #time-tracking #splash-area-right #tasks-screenshot, #proposals #splash-area-right #tasks-screenshot, #industries #splash-area-right #tasks-screenshot, #form-builder #splash-area-right #tasks-screenshot, #project-management #splash-area-right #tasks-screenshot {
    width: 143px;
    top: 340px;
    right: 17px;
  }
  /* line 805, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-large-screenshot, #time-tracking #splash-area-right #tasks-large-screenshot, #proposals #splash-area-right #tasks-large-screenshot, #industries #splash-area-right #tasks-large-screenshot, #form-builder #splash-area-right #tasks-large-screenshot, #project-management #splash-area-right #tasks-large-screenshot {
    width: 243px;
    top: 320px;
    right: -25px;
  }
  /* line 811, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-screenshot, #time-tracking #splash-area-right #form-screenshot, #proposals #splash-area-right #form-screenshot, #industries #splash-area-right #form-screenshot, #form-builder #splash-area-right #form-screenshot, #project-management #splash-area-right #form-screenshot {
    width: 350px;
    top: 90px;
    right: -50px;
  }
  /* line 817, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-vector, #time-tracking #splash-area-right #form-vector, #proposals #splash-area-right #form-vector, #industries #splash-area-right #form-vector, #form-builder #splash-area-right #form-vector, #project-management #splash-area-right #form-vector {
    width: 200px;
    bottom: -25px;
    right: -25px;
  }
  /* line 823, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-airplane, #time-tracking #splash-area-right #form-airplane, #proposals #splash-area-right #form-airplane, #industries #splash-area-right #form-airplane, #form-builder #splash-area-right #form-airplane, #project-management #splash-area-right #form-airplane {
    width: 200px;
    top: 75px;
    left: 25px;
  }
}

@media (min-width: 992px) {
  /* line 831, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoice-screenshot, #invoicing #splash-area-right #calendar-screenshot, #time-tracking #splash-area-right #invoice-screenshot, #time-tracking #splash-area-right #calendar-screenshot, #proposals #splash-area-right #invoice-screenshot, #proposals #splash-area-right #calendar-screenshot, #industries #splash-area-right #invoice-screenshot, #industries #splash-area-right #calendar-screenshot, #form-builder #splash-area-right #invoice-screenshot, #form-builder #splash-area-right #calendar-screenshot, #project-management #splash-area-right #invoice-screenshot, #project-management #splash-area-right #calendar-screenshot {
    width: 450px;
    top: 80px;
    right: 30px;
  }
  /* line 837, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #kanban-screenshot, #time-tracking #splash-area-right #kanban-screenshot, #proposals #splash-area-right #kanban-screenshot, #industries #splash-area-right #kanban-screenshot, #form-builder #splash-area-right #kanban-screenshot, #project-management #splash-area-right #kanban-screenshot {
    width: 500px;
    top: 80px;
    right: 0px;
  }
  /* line 843, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoices-screenshot, #time-tracking #splash-area-right #invoices-screenshot, #proposals #splash-area-right #invoices-screenshot, #industries #splash-area-right #invoices-screenshot, #form-builder #splash-area-right #invoices-screenshot, #project-management #splash-area-right #invoices-screenshot {
    width: 400px;
    top: 198px;
    right: 2px;
  }
  /* line 849, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #projects-screenshot, #time-tracking #splash-area-right #projects-screenshot, #proposals #splash-area-right #projects-screenshot, #industries #splash-area-right #projects-screenshot, #form-builder #splash-area-right #projects-screenshot, #project-management #splash-area-right #projects-screenshot {
    width: 400px;
    top: 345px;
    right: 120px;
  }
  /* line 855, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #signature-screenshot, #time-tracking #splash-area-right #signature-screenshot, #proposals #splash-area-right #signature-screenshot, #industries #splash-area-right #signature-screenshot, #form-builder #splash-area-right #signature-screenshot, #project-management #splash-area-right #signature-screenshot {
    width: 198px;
    top: 500px;
    right: 77px;
  }
  /* line 861, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-screenshot, #time-tracking #splash-area-right #tasks-screenshot, #proposals #splash-area-right #tasks-screenshot, #industries #splash-area-right #tasks-screenshot, #form-builder #splash-area-right #tasks-screenshot, #project-management #splash-area-right #tasks-screenshot {
    width: 198px;
    top: 460px;
    right: 77px;
  }
  /* line 867, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-large-screenshot, #time-tracking #splash-area-right #tasks-large-screenshot, #proposals #splash-area-right #tasks-large-screenshot, #industries #splash-area-right #tasks-large-screenshot, #form-builder #splash-area-right #tasks-large-screenshot, #project-management #splash-area-right #tasks-large-screenshot {
    width: 298px;
    top: 360px;
    right: 27px;
  }
  /* line 873, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-screenshot, #time-tracking #splash-area-right #form-screenshot, #proposals #splash-area-right #form-screenshot, #industries #splash-area-right #form-screenshot, #form-builder #splash-area-right #form-screenshot, #project-management #splash-area-right #form-screenshot {
    width: 450px;
    top: 120px;
    right: -20px;
  }
  /* line 879, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-vector, #time-tracking #splash-area-right #form-vector, #proposals #splash-area-right #form-vector, #industries #splash-area-right #form-vector, #form-builder #splash-area-right #form-vector, #project-management #splash-area-right #form-vector {
    width: 250px;
    bottom: -100px;
    right: 0px;
  }
  /* line 885, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-airplane, #time-tracking #splash-area-right #form-airplane, #proposals #splash-area-right #form-airplane, #industries #splash-area-right #form-airplane, #form-builder #splash-area-right #form-airplane, #project-management #splash-area-right #form-airplane {
    width: 250px;
    top: 100px;
    left: 60px;
  }
}

@media (min-width: 1200px) {
  /* line 662, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right, #time-tracking #splash-area-right, #proposals #splash-area-right, #industries #splash-area-right, #form-builder #splash-area-right, #project-management #splash-area-right {
    text-align: left;
  }
  /* line 896, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoice-screenshot, #invoicing #splash-area-right #calendar-screenshot, #time-tracking #splash-area-right #invoice-screenshot, #time-tracking #splash-area-right #calendar-screenshot, #proposals #splash-area-right #invoice-screenshot, #proposals #splash-area-right #calendar-screenshot, #industries #splash-area-right #invoice-screenshot, #industries #splash-area-right #calendar-screenshot, #form-builder #splash-area-right #invoice-screenshot, #form-builder #splash-area-right #calendar-screenshot, #project-management #splash-area-right #invoice-screenshot, #project-management #splash-area-right #calendar-screenshot {
    width: 500px;
    top: 55px;
    right: 68px;
  }
  /* line 902, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #kanban-screenshot, #time-tracking #splash-area-right #kanban-screenshot, #proposals #splash-area-right #kanban-screenshot, #industries #splash-area-right #kanban-screenshot, #form-builder #splash-area-right #kanban-screenshot, #project-management #splash-area-right #kanban-screenshot {
    width: 600px;
    top: 55px;
    right: 8px;
  }
  /* line 908, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #invoices-screenshot, #time-tracking #splash-area-right #invoices-screenshot, #proposals #splash-area-right #invoices-screenshot, #industries #splash-area-right #invoices-screenshot, #form-builder #splash-area-right #invoices-screenshot, #project-management #splash-area-right #invoices-screenshot {
    width: 400px;
    top: 198px;
    right: 25px;
  }
  /* line 914, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #projects-screenshot, #time-tracking #splash-area-right #projects-screenshot, #proposals #splash-area-right #projects-screenshot, #industries #splash-area-right #projects-screenshot, #form-builder #splash-area-right #projects-screenshot, #project-management #splash-area-right #projects-screenshot {
    width: 400px;
    top: 345px;
    right: 220px;
  }
  /* line 920, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #signature-screenshot, #time-tracking #splash-area-right #signature-screenshot, #proposals #splash-area-right #signature-screenshot, #industries #splash-area-right #signature-screenshot, #form-builder #splash-area-right #signature-screenshot, #project-management #splash-area-right #signature-screenshot {
    width: 198px;
    top: 509px;
    right: 230px;
  }
  /* line 926, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-screenshot, #time-tracking #splash-area-right #tasks-screenshot, #proposals #splash-area-right #tasks-screenshot, #industries #splash-area-right #tasks-screenshot, #form-builder #splash-area-right #tasks-screenshot, #project-management #splash-area-right #tasks-screenshot {
    width: 198px;
    top: 475px;
    right: 150px;
  }
  /* line 932, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #tasks-large-screenshot, #time-tracking #splash-area-right #tasks-large-screenshot, #proposals #splash-area-right #tasks-large-screenshot, #industries #splash-area-right #tasks-large-screenshot, #form-builder #splash-area-right #tasks-large-screenshot, #project-management #splash-area-right #tasks-large-screenshot {
    width: 298px;
    top: 365px;
    right: 60px;
  }
  /* line 938, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-screenshot, #time-tracking #splash-area-right #form-screenshot, #proposals #splash-area-right #form-screenshot, #industries #splash-area-right #form-screenshot, #form-builder #splash-area-right #form-screenshot, #project-management #splash-area-right #form-screenshot {
    width: 500px;
    top: 100px;
    right: 40px;
  }
  /* line 944, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-vector, #time-tracking #splash-area-right #form-vector, #proposals #splash-area-right #form-vector, #industries #splash-area-right #form-vector, #form-builder #splash-area-right #form-vector, #project-management #splash-area-right #form-vector {
    width: 350px;
    bottom: -150px;
    right: 0px;
  }
  /* line 950, app/assets/stylesheets/site/site.scss */
  #invoicing #splash-area-right #form-airplane, #time-tracking #splash-area-right #form-airplane, #proposals #splash-area-right #form-airplane, #industries #splash-area-right #form-airplane, #form-builder #splash-area-right #form-airplane, #project-management #splash-area-right #form-airplane {
    width: 350px;
    top: 50px;
    left: 20px;
  }
}

/* line 958, app/assets/stylesheets/site/site.scss */
#splash-area-right:before {
  --translate-distance: 250px;
  animation-duration: 4s;
  animation-name: subtle-move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 3s;
  content: ' ';
  display: block;
  position: absolute;
  top: 250px;
  left: 73%;
  height: 10px;
  width: 300px;
  background: linear-gradient(90deg, #01bcd2, #d5ebe9);
  z-index: -1;
  transform: rotate(33deg) skewY(12deg);
  border-radius: 120px;
  border-top-right-radius: 40px;
  box-shadow: 50px 50px 20px -20px rgba(10, 186, 201, 0.35);
  opacity: 0;
}

/* line 981, app/assets/stylesheets/site/site.scss */
#splash-area-right:after {
  --translate-distance: 300px;
  animation-duration: 11s;
  animation-name: subtle-move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 5s;
  content: ' ';
  display: block;
  position: absolute;
  top: -65px;
  left: 63%;
  width: 800px;
  height: 50px;
  background: linear-gradient(90deg, #5cd3b8, #92dde1);
  z-index: -1;
  transform: rotate(33deg) skewY(12deg);
  border-radius: 120px;
  border-top-right-radius: 40px;
  box-shadow: 50px 50px 20px -20px rgba(10, 186, 201, 0.35);
  opacity: 0;
}

/* line 1005, app/assets/stylesheets/site/site.scss */
#splash-area-bottom {
  clear: both;
  background: #efefff;
  padding: 6px 15px;
  border-top: 1px solid white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  color: #666;
  font-size: 90%;
  text-align: right;
}

/* line 1022, app/assets/stylesheets/site/site.scss */
#splash-area-left {
  padding-top: 100px;
}

@media (max-width: 991px) {
  /* line 1022, app/assets/stylesheets/site/site.scss */
  #splash-area-left {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  /* line 1022, app/assets/stylesheets/site/site.scss */
  #splash-area-left {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 10px;
  }
}

/* line 1038, app/assets/stylesheets/site/site.scss */
#splash-area-left:before {
  --translate-distance: 500px;
  animation-duration: 6s;
  animation-name: subtle-move;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 7s;
  content: ' ';
  display: block;
  position: absolute;
  top: 350px;
  left: 70%;
  width: 345px;
  height: 17px;
  background: linear-gradient(90deg, #ccedf2, #a4ded8);
  z-index: -1;
  transform: rotate(33deg) skewY(12deg);
  border-radius: 120px;
  border-top-right-radius: 300px;
  box-shadow: 50px 50px 20px -20px rgba(10, 186, 201, 0.35);
  opacity: 0;
}

/* line 1061, app/assets/stylesheets/site/site.scss */
#splash-area-left:after {
  --translate-distance: 200px;
  animation-duration: 7s;
  animation-name: subtle-move;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 2s;
  content: ' ';
  display: block;
  position: absolute;
  top: -252px;
  left: 88%;
  width: 515px;
  height: 161px;
  background: linear-gradient(90deg, #a4e7d8, #92dde1);
  z-index: -1;
  transform: rotate(33deg) skewY(12deg);
  border-radius: 120px;
  border-bottom-right-radius: 178px;
  box-shadow: 50px 50px 20px -20px rgba(10, 186, 201, 0.35);
  opacity: 0;
}

/* line 1085, app/assets/stylesheets/site/site.scss */
#splash-area-left h1 {
  font-size: 43px;
  line-height: 1.3;
  font-family: var(--headings-font);
  font-weight: 900;
  color: var(--body-text-darker-color);
}

@media (max-width: 1199px) {
  /* line 1085, app/assets/stylesheets/site/site.scss */
  #splash-area-left h1 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  /* line 1085, app/assets/stylesheets/site/site.scss */
  #splash-area-left h1 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  /* line 1085, app/assets/stylesheets/site/site.scss */
  #splash-area-left h1 {
    text-align: center;
  }
}

/* line 1108, app/assets/stylesheets/site/site.scss */
#splash-area-left h1 span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 3px 0px;
}

/* line 1115, app/assets/stylesheets/site/site.scss */
#splash-area-left h1 .h1-accent {
  color: var(--cta-background);
  box-shadow: inset 0px -15px 0px 0px #d0b42438;
}

/* line 1121, app/assets/stylesheets/site/site.scss */
#splash-area-left h2 {
  color: var(--body-text-lighter-color);
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 1121, app/assets/stylesheets/site/site.scss */
  #splash-area-left h2 {
    text-align: center;
  }
}

@media (max-width: 1199px) {
  /* line 1121, app/assets/stylesheets/site/site.scss */
  #splash-area-left h2 {
    font-size: 18px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  /* line 1121, app/assets/stylesheets/site/site.scss */
  #splash-area-left h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 1121, app/assets/stylesheets/site/site.scss */
  #splash-area-left h2 {
    text-align: center;
  }
}

/* line 1153, app/assets/stylesheets/site/site.scss */
#splash-area-left h2 span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 3px 0px;
}

/* line 1161, app/assets/stylesheets/site/site.scss */
#splash-area-left h3 {
  color: var(--body-ligher-color);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: normal;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /* line 1161, app/assets/stylesheets/site/site.scss */
  #splash-area-left h3 {
    text-align: center;
  }
}

/* line 1176, app/assets/stylesheets/site/site.scss */
#splash-area-left .btn.btn-cta {
  font-size: 26px;
}

/* line 1181, app/assets/stylesheets/site/site.scss */
#splash-area-left small {
  color: #777;
  font-size: 11px;
  letter-spacing: 0px;
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 1181, app/assets/stylesheets/site/site.scss */
  #splash-area-left small {
    text-align: center;
  }
}

/* line 1194, app/assets/stylesheets/site/site.scss */
#sign-up-button-container {
  margin-top: 30px;
  text-align: left;
  margin-bottom: 100px;
  height: 125px;
}

@media (max-width: 767px) {
  /* line 1194, app/assets/stylesheets/site/site.scss */
  #sign-up-button-container {
    text-align: center;
  }
}

/* line 1207, app/assets/stylesheets/site/site.scss */
.splash-area-center {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 768px) {
  /* line 1207, app/assets/stylesheets/site/site.scss */
  .splash-area-center {
    padding-top: 60px;
  }
}

/* line 1216, app/assets/stylesheets/site/site.scss */
.splash-area-center h1 {
  font-size: 45px;
  line-height: 1.3;
  font-family: var(--headings-font);
  font-weight: 900;
  color: var(--body-text-darker-color);
}

/* line 1224, app/assets/stylesheets/site/site.scss */
.splash-area-center h2 {
  color: var(--body-text-lighter-color);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 0px;
  margin-top: 40px;
  margin-bottom: 60px;
  font-weight: normal;
}

/* line 1235, app/assets/stylesheets/site/site.scss */
.splash-area-center #sign-up-button-container {
  text-align: center;
}

/* content specific */
/* line 1246, app/assets/stylesheets/site/site.scss */
#main-statement {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  padding: 40px 0px;
  margin-bottom: 50px;
  color: var(--body-text-lighter-color);
}

/* line 1255, app/assets/stylesheets/site/site.scss */
#main-statement h3 {
  line-height: 35px;
  margin-bottom: 30px;
  color: var(--body-text-darker-color);
}

/* line 1264, app/assets/stylesheets/site/site.scss */
#key-points .key-point {
  padding: 20px;
}

@media (min-width: 992px) {
  /* line 1264, app/assets/stylesheets/site/site.scss */
  #key-points .key-point {
    margin-bottom: 30px;
    padding: 40px;
  }
}

/* line 1273, app/assets/stylesheets/site/site.scss */
#key-points .key-point img {
  position: relative;
  width: 64px;
  height: 64px;
  top: 4px;
  filter: invert(32%) sepia(50%) saturate(75%) hue-rotate(121deg) brightness(140%) contrast(94%) opacity(1);
  background: white;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}

/* line 1285, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.pink {
  filter: invert(30%) sepia(150%) saturate(145%) hue-rotate(243deg) brightness(125%) contrast(100%) opacity(1);
}

/* line 1289, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.salmon {
  filter: invert(30%) sepia(150%) saturate(175%) hue-rotate(312deg) brightness(125%) contrast(100%) opacity(1);
}

/* line 1293, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.blue {
  filter: invert(30%) sepia(150%) saturate(175%) hue-rotate(187deg) brightness(130%) contrast(98%) opacity(1);
}

/* line 1297, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.green {
  filter: invert(30%) sepia(250%) saturate(100%) hue-rotate(68deg) brightness(135%) contrast(100%) opacity(1);
}

/* line 1301, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.yellow {
  filter: invert(30%) sepia(150%) saturate(115%) hue-rotate(339deg) brightness(130%) contrast(100%) opacity(1);
}

/* line 1305, app/assets/stylesheets/site/site.scss */
#key-points .key-point img.purple {
  filter: invert(30%) sepia(45%) saturate(200%) hue-rotate(206deg) brightness(128%) contrast(96%) opacity(1);
}

/* line 1309, app/assets/stylesheets/site/site.scss */
#key-points .key-point img + h4 {
  font-size: 120%;
  font-weight: 800;
}

/* line 1313, app/assets/stylesheets/site/site.scss */
#key-points .key-point img + h4 + p {
  color: var(--body-text-lighter-color);
}

/* line 1321, app/assets/stylesheets/site/site.scss */
#index-testimonials {
  padding: 15px;
  background: #f0f0f0;
}

/* line 1327, app/assets/stylesheets/site/site.scss */
#product-line {
  font-size: 1.1em;
  font-weight: bold;
}

/* line 1333, app/assets/stylesheets/site/site.scss */
dl#ronin-define {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin-bottom: 15px;
  background-color: #f5f5e5;
  padding: 15px;
  color: #555;
}

/* line 1347, app/assets/stylesheets/site/site.scss */
dl#ronin-define dd ol {
  padding-left: 30px;
}

/* line 1352, app/assets/stylesheets/site/site.scss */
ul#usage-list {
  padding-left: 5px;
  list-style: none;
}

/* line 1358, app/assets/stylesheets/site/site.scss */
ul#usage-list li {
  margin-bottom: 10px;
}

/* plan grid */
/* line 1364, app/assets/stylesheets/site/site.scss */
#plan-grid {
  margin: 30px auto;
  max-width: 900px;
}

/* line 1370, app/assets/stylesheets/site/site.scss */
#plan-grid .plan {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 20px;
  height: 390px;
  background: #f3fdff;
}

@media (min-width: 768px) {
  /* line 1370, app/assets/stylesheets/site/site.scss */
  #plan-grid .plan {
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
  }
}

/* line 1385, app/assets/stylesheets/site/site.scss */
#plan-grid .plan .btn.btn-cta {
  padding: 7px 18px;
  border-radius: 5px;
  margin-top: 15px;
}

/* line 1393, app/assets/stylesheets/site/site.scss */
#plan-grid .plan ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 100%;
}

@media (min-width: 768px) {
  /* line 1402, app/assets/stylesheets/site/site.scss */
  #plan-grid .first-plan {
    border-right: 0px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    -moz-border-radius-topleft: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
  }
}

@media (min-width: 768px) {
  /* line 1416, app/assets/stylesheets/site/site.scss */
  #plan-grid .last-plan {
    position: relative;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    -moz-border-radius-topright: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
  }
}

/* line 1431, app/assets/stylesheets/site/site.scss */
#plan-grid .recommended-plan {
  background: white;
  margin-top: 0px;
  height: 410px;
}

@media (min-width: 768px) {
  /* line 1431, app/assets/stylesheets/site/site.scss */
  #plan-grid .recommended-plan {
    border-radius: 12px;
    /* css drop shadows */
    position: relative;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 10px 0px;
  }
}

/* line 1448, app/assets/stylesheets/site/site.scss */
#plan-grid .recommended-plan ul {
  font-size: 105%;
}

/* line 1453, app/assets/stylesheets/site/site.scss */
#plan-grid .deemphasized-plan {
  color: #666;
  height: 320px;
  z-index: 0;
}

@media (min-width: 768px) {
  /* line 1453, app/assets/stylesheets/site/site.scss */
  #plan-grid .deemphasized-plan {
    margin-top: 30px;
  }
}

/* line 1465, app/assets/stylesheets/site/site.scss */
#plan-grid .plan h2 {
  font-family: var(--headings-font);
  font-weight: 900;
  font-size: 26px;
  color: var(--body-text-splash-color);
  border: 0px;
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  line-height: 1.3;
}

/* line 1478, app/assets/stylesheets/site/site.scss */
#plan-grid .deemphasized-plan h2 {
  color: var(--body-text-splash-color);
  opacity: 0.8;
}

/* line 1484, app/assets/stylesheets/site/site.scss */
#plan-grid .plan h3 {
  color: #405060;
  text-transform: uppercase;
  font-size: 110%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  line-height: 1.3;
}

/* line 1495, app/assets/stylesheets/site/site.scss */
#plan-grid .plan h4 {
  color: #506070;
  font-size: 90%;
  text-transform: uppercase;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

/* line 1505, app/assets/stylesheets/site/site.scss */
#plan-grid .signup-button {
  margin-top: 10px;
}

/* sign up page misc */
/* line 1512, app/assets/stylesheets/site/site.scss */
#no-card-required {
  margin-top: 40px;
  text-align: center;
  color: #666;
}

/* line 1519, app/assets/stylesheets/site/site.scss */
#trust-statement {
  line-height: 1.2;
  letter-spacing: -1px;
  font-size: 160%;
  padding: 20px 40px;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 1530, app/assets/stylesheets/site/site.scss */
  #trust-statement .btn.btn-cta {
    padding: 10px 25px;
    font-size: 16px;
  }
}

/* line 1540, app/assets/stylesheets/site/site.scss */
#feature-details h5 {
  padding-bottom: 3px;
  font-size: 1.3em;
}

/* line 1547, app/assets/stylesheets/site/site.scss */
#feature-details ul {
  padding: 0;
  margin-bottom: 15px;
}

/* line 1553, app/assets/stylesheets/site/site.scss */
#feature-details li {
  float: left;
  clear: left;
  list-style: none;
  background: #F4F4C0;
  margin-bottom: 3px;
  font-size: 0.90em;
  color: #333;
}

/* line 1568, app/assets/stylesheets/site/site.scss */
#plan-details h5 {
  padding-bottom: 3px;
  font-size: 1.3em;
}

/* line 1574, app/assets/stylesheets/site/site.scss */
#plan-details p {
  padding-bottom: 15px;
  font-size: 1.05em;
  color: #555;
}

/* line 1585, app/assets/stylesheets/site/site.scss */
#plan-testimonial {
  border-left: 1px solid #f0f0f0;
  padding-left: 15px;
}

/* line 1590, app/assets/stylesheets/site/site.scss */
#plan-testimonial h5 {
  padding-bottom: 3px;
  font-size: 1.3em;
}

/* line 1596, app/assets/stylesheets/site/site.scss */
#plan-testimonial .testimonial {
  min-height: 80px;
}

@media (max-width: 991px) {
  /* line 1585, app/assets/stylesheets/site/site.scss */
  #plan-testimonial {
    padding-left: 0px;
    border-left: none;
  }
}

/* line 1608, app/assets/stylesheets/site/site.scss */
#last-chance-signup {
  padding: 30px 40px;
  background-color: var(--bg-subtle);
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: var(--corner-size);
}

/* general testimonial styling */
/* line 1619, app/assets/stylesheets/site/site.scss */
.testimonial {
  margin-bottom: 15px;
}

/* line 1624, app/assets/stylesheets/site/site.scss */
.testimonial-photo {
  float: left;
  position: relative;
  border: 1px solid #c0c0c0;
  padding: 4px;
  background: white;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 2px 0px;
}

/* line 1636, app/assets/stylesheets/site/site.scss */
.testimonial-photo img {
  width: 50px;
  height: 50px;
}

/* line 1642, app/assets/stylesheets/site/site.scss */
.testimonial-quote {
  margin-left: 70px;
  color: #555;
  font-size: 0.9em;
}

/* line 1649, app/assets/stylesheets/site/site.scss */
.testimonial-attribution {
  margin-left: 70px;
  color: #666;
  font-size: 0.9em;
}

/* tour, api */
/* line 1660, app/assets/stylesheets/site/site.scss */
body#tour #tour-nav, body#tour #api-nav {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 20px 0px;
  list-style: none;
}

/* line 1668, app/assets/stylesheets/site/site.scss */
body#tour #api-nav {
  padding-top: 37px;
}

/* line 1673, app/assets/stylesheets/site/site.scss */
body#tour #tour-nav li,
body#tour #api-nav li {
  padding: 8px 10px;
}

/* line 1679, app/assets/stylesheets/site/site.scss */
body#tour #tour-nav li.selected,
body#tour #api-nav li.selected {
  background: #d5e5f5;
  border-radius: 10px;
}

/* line 1686, app/assets/stylesheets/site/site.scss */
body#tour #tour-nav a,
body#tour #api-nav a {
  text-decoration: none;
}

/* line 1692, app/assets/stylesheets/site/site.scss */
body#tour #tour-nav .selected a,
body#tour #api-nav .selected a {
  color: var(--body-text-darker-color);
  text-decoration: none;
  font-weight: bold;
}

/* line 1700, app/assets/stylesheets/site/site.scss */
body#tour #tour-contents {
  margin-bottom: 40px;
}

/* line 1705, app/assets/stylesheets/site/site.scss */
body#tour #tour-back {
  font-size: 90%;
  font-weight: normal;
}

/* line 1711, app/assets/stylesheets/site/site.scss */
body#tour .tour-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1717, app/assets/stylesheets/site/site.scss */
body#tour .tour-section h3 {
  margin-top: 0px;
  padding-right: 20px;
  font-size: 120%;
  font-weight: 800;
  color: #336688;
  padding-bottom: 5px;
}

/* line 1727, app/assets/stylesheets/site/site.scss */
body#tour .tour-section p {
  padding-right: 20px;
  font-size: 90%;
}

/* line 1733, app/assets/stylesheets/site/site.scss */
body#tour .tour-section img {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0px auto 30px;
}

/* line 1741, app/assets/stylesheets/site/site.scss */
body#tour .tour-image {
  display: block;
  padding: 5px;
  background-color: white;
  border: 1px solid #d0d0d0;
  margin-bottom: 30px;
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
}

/* line 1754, app/assets/stylesheets/site/site.scss */
body#tour .tour-image img {
  width: 250px;
}

/* line 1759, app/assets/stylesheets/site/site.scss */
body#tour .tour-image.small img {
  width: 180px;
}

/* line 1764, app/assets/stylesheets/site/site.scss */
body#tour .tour-image.left {
  float: left;
  margin-right: 40px;
}

/* line 1770, app/assets/stylesheets/site/site.scss */
body#tour .tour-image.right {
  float: right;
  margin-left: 40px;
}

/* line 1776, app/assets/stylesheets/site/site.scss */
body#tour .tour-module h3 {
  font-size: 120%;
}

/* line 1781, app/assets/stylesheets/site/site.scss */
body#tour pre.api-example {
  padding: 10px 10px;
  background: #f0f0f0;
  color: #444;
  margin-bottom: 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

/* line 1793, app/assets/stylesheets/site/site.scss */
body#tour p.api-warn {
  padding: 10px 10px 10px 40px;
  background: url(https://www.clientary.net/assets/icons/warning-a7788f78dc4c93367cce700d87ba762e68db7c76ada747d93dd52f9a26f69813.svg) no-repeat #FFF9D8;
  background-size: 24px;
  background-position: 8px 8px;
  margin-bottom: 20px;
}

/* line 1802, app/assets/stylesheets/site/site.scss */
body#tour .api-section {
  margin-bottom: 40px;
}

/* customer stories */
/* line 1811, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container {
  margin: 20px auto;
  max-width: 800px;
}

/* line 1815, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content {
  font-size: 110%;
}

/* line 1818, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content .headshot {
  display: block;
  border: 5px solid white;
  border-radius: 500px;
  width: 200px;
  margin: 0px auto;
  margin-bottom: 80px;
  box-shadow: var(--big-shadow);
}

/* line 1828, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content .headshot-caption {
  margin-top: -50px;
  text-align: center;
  color: var(--body-text-muted-color);
  margin-bottom: 50px;
}

/* line 1835, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content h1 {
  margin: 40px 0px;
  text-align: center;
  position: relative;
}

/* line 1840, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content h1:before {
  content: ' ';
  display: block;
  position: absolute;
  top: -680px;
  left: -160%;
  width: 850px;
  height: 1418px;
  background: linear-gradient(90deg, #ada716, #00d4a4);
  z-index: -1;
  transform: rotate(58deg);
  border-radius: 200px;
  border-bottom-right-radius: 50px;
  box-shadow: 150px 150px 70px -50px rgba(5, 187, 206, 0.25);
  opacity: 0.12;
}

/* line 1858, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content h1:after {
  content: ' ';
  display: block;
  position: absolute;
  top: -480px;
  right: -190%;
  width: 1160px;
  height: 1509px;
  background: linear-gradient(90deg, #ad1632, #0078d4);
  z-index: -1;
  transform: rotate(77deg);
  border-radius: 200px;
  border-bottom-right-radius: 500px;
  box-shadow: 150px 150px 70px -50px rgba(5, 187, 206, 0.25);
  opacity: 0.12;
}

/* line 1876, app/assets/stylesheets/site/site.scss */
body#customer-stories .story-container .story-content .own-words {
  color: var(--body-text-lighter-color);
  margin: 40px 10px;
  border-left: 10px solid #dee;
  padding-left: 30px;
}

/* login */
/* line 1888, app/assets/stylesheets/site/site.scss */
#login {
  margin: 70px auto;
  padding: 20px 30px;
  max-width: 480px;
  box-shadow: var(--std-shadow);
  border-radius: var(--corner-size);
  background: white;
}

/* line 1896, app/assets/stylesheets/site/site.scss */
#login h1 {
  color: var(--body-text-darker-color);
}

/* line 1900, app/assets/stylesheets/site/site.scss */
#login .login-form #submit, #login .login-form input[type="submit"] {
  width: 100%;
  height: 40px;
  padding: 10px;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
  font-size: 110%;
  vertical-align: baseline;
  color: white;
  background: var(--cta-background);
  border-radius: var(--corner-size);
  box-shadow: var(--cta-shadow);
  margin-bottom: 30px;
}

/* line 1917, app/assets/stylesheets/site/site.scss */
#login .divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  line-height: 0.1em;
  margin: 10px 0 30px;
}

/* line 1925, app/assets/stylesheets/site/site.scss */
#login .divider span {
  background: white;
  padding: 0 10px;
  text-transform: uppercase;
  color: #aaa;
  font-size: 80%;
}

/* line 1933, app/assets/stylesheets/site/site.scss */
#login .g_id_signin {
  width: 250px;
  height: 44px;
  /* fixed width and height for CLS metric considerations */
  margin: 10px auto 10px;
}

/* line 1939, app/assets/stylesheets/site/site.scss */
#login #appleid-signin {
  width: 250px;
  height: 35px;
  /* fixed width and height for CLS metric considerations */
  margin: 10px auto 20px;
  border: 1px solid #ddd;
  border-radius: 40px;
  cursor: pointer;
}

/* line 1949, app/assets/stylesheets/site/site.scss */
#login .account-select ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/* line 1954, app/assets/stylesheets/site/site.scss */
#login .account-select ul li {
  margin-bottom: 20px;
}

/* line 1957, app/assets/stylesheets/site/site.scss */
#login .account-select ul li a {
  display: block;
  padding: 20px;
  color: var(--body-text-splash-color);
  font-weight: bold;
  border: 1px solid #dedede;
  border-radius: 10px;
}

/* line 1965, app/assets/stylesheets/site/site.scss */
#login .account-select ul li a:hover {
  text-decoration: none;
  border: 1px solid var(--cta-background);
}

/* line 1970, app/assets/stylesheets/site/site.scss */
#login .account-select ul li a:focus {
  text-decoration: none;
  background: #f0ffff;
}

/* line 1975, app/assets/stylesheets/site/site.scss */
#login .account-select ul li a .account-role {
  font-weight: normal;
  font-size: 90%;
  color: var(--body-text-muted-color);
}

/* line 1984, app/assets/stylesheets/site/site.scss */
#login .account-select .cancel {
  text-align: center;
}
/* line 1, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 5, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 16, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

/* line 27, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

/* line 38, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lightbox a img {
  border: none;
}

/* line 42, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

/* line 55, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 61, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 71, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://www.clientary.net/assets/lightbox2/loading-4326d4a2a975c599676dc25306a124af4771bf00c2c823d412908439f8c062e6.gif) no-repeat;
}

/* line 79, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 88, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-container > .nav {
  left: 0;
}

/* line 92, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 97, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 103, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://www.clientary.net/assets/lightbox2/prev-60f6c5c00482bac8ecfbed375d5ae4e78241b46ba422fb56507681ff2c3edbb1.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 116, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 121, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://www.clientary.net/assets/lightbox2/next-95678382191238025c1dbe469425114c7e3e0f8c89755309ca35b862910e07aa.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 134, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 139, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 148, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 154, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 159, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 166, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 172, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-caption a {
  color: #4ae;
}

/* line 176, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 184, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://www.clientary.net/assets/lightbox2/close-5597d73088252de96a39246ccee268bd902522ddc5bda8facdc07541f15bebcb.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 200, app/assets/stylesheets/external/lightbox2/lightbox.css.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_core.scss */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, app/assets/stylesheets/external/font-awesome-5.15.4/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, app/assets/stylesheets/external/font-awesome-5.15.4/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, app/assets/stylesheets/external/font-awesome-5.15.4/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_bordered-pulled.scss */
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

/* line 10, app/assets/stylesheets/external/font-awesome-5.15.4/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, app/assets/stylesheets/external/font-awesome-5.15.4/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, app/assets/stylesheets/external/font-awesome-5.15.4/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, app/assets/stylesheets/external/font-awesome-5.15.4/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_animated.scss */
.fa-spin {
  animation: fa-spin 2s infinite linear;
}

/* line 8, app/assets/stylesheets/external/font-awesome-5.15.4/_animated.scss */
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

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

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

/* line 5, app/assets/stylesheets/external/font-awesome-5.15.4/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

/* line 6, app/assets/stylesheets/external/font-awesome-5.15.4/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

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

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

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

/* line 16, app/assets/stylesheets/external/font-awesome-5.15.4/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, app/assets/stylesheets/external/font-awesome-5.15.4/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, app/assets/stylesheets/external/font-awesome-5.15.4/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, app/assets/stylesheets/external/font-awesome-5.15.4/_stacked.scss */
.fa-inverse {
  color: #fff;
}

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

/* line 5, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

/* line 8, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ad:before {
  content: "\f641";
}

/* line 9, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 10, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 11, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 12, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 13, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 14, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 15, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 16, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-airbnb:before {
  content: "\f834";
}

/* line 17, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 18, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 19, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 21, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 22, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-alipay:before {
  content: "\f642";
}

/* line 23, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 24, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 25, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 26, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 27, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 28, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 29, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 30, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 31, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 32, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 33, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 34, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 35, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 36, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 37, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 38, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 39, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 40, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 41, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 42, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 43, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ankh:before {
  content: "\f644";
}

/* line 44, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 45, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 46, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 47, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 48, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 49, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 50, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 51, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 52, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 53, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 54, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 55, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 56, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 57, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 58, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 59, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 60, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 61, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 62, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 63, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 64, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 65, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 66, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 67, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-artstation:before {
  content: "\f77a";
}

/* line 68, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 69, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 70, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 71, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 72, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 73, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-atlassian:before {
  content: "\f77b";
}

/* line 74, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 75, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 76, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 77, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 78, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 79, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 80, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 81, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 82, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-baby:before {
  content: "\f77c";
}

/* line 83, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-baby-carriage:before {
  content: "\f77d";
}

/* line 84, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 85, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 86, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bacon:before {
  content: "\f7e5";
}

/* line 87, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bacteria:before {
  content: "\e059";
}

/* line 88, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bacterium:before {
  content: "\e05a";
}

/* line 89, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bahai:before {
  content: "\f666";
}

/* line 90, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 91, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-balance-scale-left:before {
  content: "\f515";
}

/* line 92, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-balance-scale-right:before {
  content: "\f516";
}

/* line 93, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 94, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 95, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 96, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 97, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 98, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 99, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 100, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 101, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 102, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 103, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 104, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 105, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 106, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-battle-net:before {
  content: "\f835";
}

/* line 107, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 108, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 109, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 110, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 111, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 112, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 113, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 114, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bible:before {
  content: "\f647";
}

/* line 115, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 116, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-biking:before {
  content: "\f84a";
}

/* line 117, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 118, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 119, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-biohazard:before {
  content: "\f780";
}

/* line 120, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 121, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 122, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 123, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 124, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 125, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 126, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 127, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blender-phone:before {
  content: "\f6b6";
}

/* line 128, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 129, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blog:before {
  content: "\f781";
}

/* line 130, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 131, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 132, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 133, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 134, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 135, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 136, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 137, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 138, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 139, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 140, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-book-dead:before {
  content: "\f6b7";
}

/* line 141, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-book-medical:before {
  content: "\f7e6";
}

/* line 142, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 143, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 144, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 145, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bootstrap:before {
  content: "\f836";
}

/* line 146, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-border-all:before {
  content: "\f84c";
}

/* line 147, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-border-none:before {
  content: "\f850";
}

/* line 148, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-border-style:before {
  content: "\f853";
}

/* line 149, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 150, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 151, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 152, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-box-tissue:before {
  content: "\e05b";
}

/* line 153, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 154, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 155, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 156, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bread-slice:before {
  content: "\f7ec";
}

/* line 157, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 158, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 159, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 160, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 161, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 162, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 163, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-buffer:before {
  content: "\f837";
}

/* line 164, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 165, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 166, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 167, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 168, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 169, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 170, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 171, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 172, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-business-time:before {
  content: "\f64a";
}

/* line 173, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-buy-n-large:before {
  content: "\f8a6";
}

/* line 174, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 175, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 176, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 177, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 178, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 179, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-day:before {
  content: "\f783";
}

/* line 180, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 181, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 182, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 183, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-calendar-week:before {
  content: "\f784";
}

/* line 184, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 185, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 186, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-campground:before {
  content: "\f6bb";
}

/* line 187, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-canadian-maple-leaf:before {
  content: "\f785";
}

/* line 188, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-candy-cane:before {
  content: "\f786";
}

/* line 189, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 190, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 191, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 192, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 193, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 194, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 195, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 196, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caravan:before {
  content: "\f8ff";
}

/* line 197, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 198, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 199, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 200, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 201, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 202, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 203, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 204, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 205, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-carrot:before {
  content: "\f787";
}

/* line 206, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 207, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 208, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cash-register:before {
  content: "\f788";
}

/* line 209, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cat:before {
  content: "\f6be";
}

/* line 210, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 211, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 212, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 213, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 214, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 215, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 216, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 217, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 218, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 219, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 220, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 221, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-centos:before {
  content: "\f789";
}

/* line 222, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 223, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chair:before {
  content: "\f6c0";
}

/* line 224, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 225, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 226, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 227, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 228, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 229, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 230, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 231, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 232, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 233, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 234, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 235, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cheese:before {
  content: "\f7ef";
}

/* line 236, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 237, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 238, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 239, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 240, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 241, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 242, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 243, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 244, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 245, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 246, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 247, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 248, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 249, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 250, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 251, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 252, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 253, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 254, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-chromecast:before {
  content: "\f838";
}

/* line 255, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 256, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 257, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 258, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-city:before {
  content: "\f64f";
}

/* line 259, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clinic-medical:before {
  content: "\f7f2";
}

/* line 260, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 261, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 262, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 263, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 264, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 265, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 266, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 267, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 268, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-meatball:before {
  content: "\f73b";
}

/* line 269, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-moon:before {
  content: "\f6c3";
}

/* line 270, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-moon-rain:before {
  content: "\f73c";
}

/* line 271, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-rain:before {
  content: "\f73d";
}

/* line 272, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-showers-heavy:before {
  content: "\f740";
}

/* line 273, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-sun:before {
  content: "\f6c4";
}

/* line 274, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-sun-rain:before {
  content: "\f743";
}

/* line 275, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 276, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloudflare:before {
  content: "\e07d";
}

/* line 277, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 278, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 279, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 280, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 281, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 282, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 283, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 284, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 285, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 286, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 287, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 288, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 289, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 290, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 291, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 292, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment-dollar:before {
  content: "\f651";
}

/* line 293, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 294, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment-medical:before {
  content: "\f7f5";
}

/* line 295, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 296, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 297, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-comments-dollar:before {
  content: "\f653";
}

/* line 298, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 299, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 300, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 301, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-compress-alt:before {
  content: "\f422";
}

/* line 302, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-compress-arrows-alt:before {
  content: "\f78c";
}

/* line 303, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 304, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-confluence:before {
  content: "\f78d";
}

/* line 305, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 306, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 307, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 308, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 309, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 310, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 311, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cotton-bureau:before {
  content: "\f89e";
}

/* line 312, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 313, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 314, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 315, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 316, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 317, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 318, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 319, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 320, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 321, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 322, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 323, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 324, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 325, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 326, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 327, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-creative-commons-zero:before {
  content: "\f4f3";
}

/* line 328, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 329, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-critical-role:before {
  content: "\f6c9";
}

/* line 330, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 331, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 332, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cross:before {
  content: "\f654";
}

/* line 333, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 334, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 335, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 336, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-crutch:before {
  content: "\f7f7";
}

/* line 337, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 338, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 339, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 340, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 341, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 342, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 343, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 344, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

/* line 345, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dailymotion:before {
  content: "\e052";
}

/* line 346, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 347, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 348, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 349, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-deezer:before {
  content: "\e077";
}

/* line 350, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 351, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-democrat:before {
  content: "\f747";
}

/* line 352, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 353, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 354, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 355, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dev:before {
  content: "\f6cc";
}

/* line 356, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 357, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dharmachakra:before {
  content: "\f655";
}

/* line 358, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dhl:before {
  content: "\f790";
}

/* line 359, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 360, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-diaspora:before {
  content: "\f791";
}

/* line 361, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 362, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-d20:before {
  content: "\f6cf";
}

/* line 363, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-d6:before {
  content: "\f6d1";
}

/* line 364, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 365, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 366, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 367, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 368, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 369, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 370, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 371, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 372, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 373, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 374, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 375, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 376, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-disease:before {
  content: "\f7fa";
}

/* line 377, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 378, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 379, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 380, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 381, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 382, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dog:before {
  content: "\f6d3";
}

/* line 383, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 384, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 385, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 386, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 387, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 388, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 389, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 390, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 391, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 392, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 393, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 394, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dragon:before {
  content: "\f6d5";
}

/* line 395, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 396, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 397, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 398, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 399, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 400, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 401, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-drumstick-bite:before {
  content: "\f6d7";
}

/* line 402, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 403, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 404, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dumpster:before {
  content: "\f793";
}

/* line 405, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dumpster-fire:before {
  content: "\f794";
}

/* line 406, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dungeon:before {
  content: "\f6d9";
}

/* line 407, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 408, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 409, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 410, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 411, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-edge-legacy:before {
  content: "\e078";
}

/* line 412, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 413, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-egg:before {
  content: "\f7fb";
}

/* line 414, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 415, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 416, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 417, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 418, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 419, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 420, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 421, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 422, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 423, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-envelope-open-text:before {
  content: "\f658";
}

/* line 424, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 425, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 426, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 427, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 428, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 429, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 430, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ethernet:before {
  content: "\f796";
}

/* line 431, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 432, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 433, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-evernote:before {
  content: "\f839";
}

/* line 434, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 435, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 436, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 437, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 438, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 439, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-expand-alt:before {
  content: "\f424";
}

/* line 440, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 441, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 442, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 443, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 444, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 445, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 446, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 447, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 448, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 449, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 450, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 451, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fan:before {
  content: "\f863";
}

/* line 452, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

/* line 453, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 454, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 455, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-faucet:before {
  content: "\e005";
}

/* line 456, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 457, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 458, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 459, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fedex:before {
  content: "\f797";
}

/* line 460, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fedora:before {
  content: "\f798";
}

/* line 461, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 462, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 463, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-figma:before {
  content: "\f799";
}

/* line 464, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 465, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 466, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 467, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 468, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 469, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 470, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-csv:before {
  content: "\f6dd";
}

/* line 471, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 472, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 473, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 474, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 475, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 476, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 477, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 478, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 479, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 480, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 481, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 482, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 483, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 484, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 485, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 486, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 487, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 488, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 489, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 490, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 491, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 492, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 493, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fire-alt:before {
  content: "\f7e4";
}

/* line 494, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 495, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 496, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-firefox-browser:before {
  content: "\e007";
}

/* line 497, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 498, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 499, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 500, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 501, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 502, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fist-raised:before {
  content: "\f6de";
}

/* line 503, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 504, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 505, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flag-usa:before {
  content: "\f74d";
}

/* line 506, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 507, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 508, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 509, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 510, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 511, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 512, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-folder-minus:before {
  content: "\f65d";
}

/* line 513, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 514, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-folder-plus:before {
  content: "\f65e";
}

/* line 515, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 516, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 517, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 518, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 519, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 520, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 521, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 522, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 523, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 524, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 525, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 526, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 527, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 528, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 529, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 530, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 531, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 532, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 533, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 534, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-funnel-dollar:before {
  content: "\f662";
}

/* line 535, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 536, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 537, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 538, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 539, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 540, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 541, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 542, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 543, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 544, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 545, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 546, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ghost:before {
  content: "\f6e2";
}

/* line 547, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 548, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gifts:before {
  content: "\f79c";
}

/* line 549, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 550, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-git-alt:before {
  content: "\f841";
}

/* line 551, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 552, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 553, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 554, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 555, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 556, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 557, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 558, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glass-cheers:before {
  content: "\f79f";
}

/* line 559, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 560, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 561, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glass-whiskey:before {
  content: "\f7a0";
}

/* line 562, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 563, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 564, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 565, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 566, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 567, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 568, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 569, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-globe-europe:before {
  content: "\f7a2";
}

/* line 570, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 571, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 572, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 573, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 574, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 575, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 576, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-pay:before {
  content: "\e079";
}

/* line 577, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 578, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 579, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 580, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 581, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 582, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gopuram:before {
  content: "\f664";
}

/* line 583, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 584, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 585, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 586, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 587, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 588, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 589, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 590, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 591, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 592, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 593, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 594, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 595, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 596, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 597, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 598, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 599, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 600, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 601, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 602, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 603, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grip-lines:before {
  content: "\f7a4";
}

/* line 604, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

/* line 605, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 606, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 607, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 608, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-guilded:before {
  content: "\e07e";
}

/* line 609, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-guitar:before {
  content: "\f7a6";
}

/* line 610, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 611, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 612, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 613, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 614, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 615, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hamburger:before {
  content: "\f805";
}

/* line 616, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hammer:before {
  content: "\f6e3";
}

/* line 617, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hamsa:before {
  content: "\f665";
}

/* line 618, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 619, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 620, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-holding-medical:before {
  content: "\e05c";
}

/* line 621, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 622, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-holding-water:before {
  content: "\f4c1";
}

/* line 623, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 624, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-middle-finger:before {
  content: "\f806";
}

/* line 625, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 626, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 627, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 628, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 629, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 630, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 631, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 632, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 633, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 634, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-sparkles:before {
  content: "\e05d";
}

/* line 635, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 636, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 637, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 638, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hands-wash:before {
  content: "\e05e";
}

/* line 639, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 640, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-handshake-alt-slash:before {
  content: "\e05f";
}

/* line 641, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-handshake-slash:before {
  content: "\e060";
}

/* line 642, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hanukiah:before {
  content: "\f6e6";
}

/* line 643, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hard-hat:before {
  content: "\f807";
}

/* line 644, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 645, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hat-cowboy:before {
  content: "\f8c0";
}

/* line 646, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

/* line 647, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hat-wizard:before {
  content: "\f6e8";
}

/* line 648, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 649, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-head-side-cough:before {
  content: "\e061";
}

/* line 650, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-head-side-cough-slash:before {
  content: "\e062";
}

/* line 651, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-head-side-mask:before {
  content: "\e063";
}

/* line 652, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-head-side-virus:before {
  content: "\e064";
}

/* line 653, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 654, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 655, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 656, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 657, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 658, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-heart-broken:before {
  content: "\f7a9";
}

/* line 659, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 660, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 661, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 662, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hiking:before {
  content: "\f6ec";
}

/* line 663, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hippo:before {
  content: "\f6ed";
}

/* line 664, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 665, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 666, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 667, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hive:before {
  content: "\e07f";
}

/* line 668, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 669, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-holly-berry:before {
  content: "\f7aa";
}

/* line 670, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 671, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 672, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 673, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-horse:before {
  content: "\f6f0";
}

/* line 674, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-horse-head:before {
  content: "\f7ab";
}

/* line 675, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 676, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 677, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 678, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hospital-user:before {
  content: "\f80d";
}

/* line 679, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 680, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hotdog:before {
  content: "\f80f";
}

/* line 681, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 682, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 683, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 684, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 685, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 686, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 687, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-house-damage:before {
  content: "\f6f1";
}

/* line 688, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-house-user:before {
  content: "\e065";
}

/* line 689, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 690, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hryvnia:before {
  content: "\f6f2";
}

/* line 691, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 692, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 693, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 694, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ice-cream:before {
  content: "\f810";
}

/* line 695, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-icicles:before {
  content: "\f7ad";
}

/* line 696, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-icons:before {
  content: "\f86d";
}

/* line 697, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 698, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 699, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 700, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ideal:before {
  content: "\e013";
}

/* line 701, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-igloo:before {
  content: "\f7ae";
}

/* line 702, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 703, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 704, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 705, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 706, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 707, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 708, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 709, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 710, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 711, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-innosoft:before {
  content: "\e080";
}

/* line 712, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 713, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-instagram-square:before {
  content: "\e055";
}

/* line 714, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-instalod:before {
  content: "\e081";
}

/* line 715, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-intercom:before {
  content: "\f7af";
}

/* line 716, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 717, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-invision:before {
  content: "\f7b0";
}

/* line 718, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 719, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 720, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-itch-io:before {
  content: "\f83a";
}

/* line 721, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 722, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 723, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 724, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-jedi:before {
  content: "\f669";
}

/* line 725, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 726, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 727, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-jira:before {
  content: "\f7b1";
}

/* line 728, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 729, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 730, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 731, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-journal-whills:before {
  content: "\f66a";
}

/* line 732, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 733, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 734, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 735, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kaaba:before {
  content: "\f66b";
}

/* line 736, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 737, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 738, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 739, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 740, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 741, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-khanda:before {
  content: "\f66d";
}

/* line 742, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 743, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 744, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 745, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 746, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 747, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 748, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 749, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-landmark:before {
  content: "\f66f";
}

/* line 750, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 751, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 753, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laptop-house:before {
  content: "\e066";
}

/* line 754, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laptop-medical:before {
  content: "\f812";
}

/* line 755, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 756, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 757, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 758, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 759, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 760, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 761, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 762, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 763, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 764, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 765, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 766, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 767, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 768, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 769, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 770, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 771, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 772, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 773, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 774, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 775, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 776, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 777, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 778, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 779, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 780, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 781, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 782, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 783, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 784, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 785, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 786, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 787, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 788, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 789, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 790, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 791, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 792, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 793, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lungs:before {
  content: "\f604";
}

/* line 794, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lungs-virus:before {
  content: "\e067";
}

/* line 795, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 796, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 797, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 798, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 799, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mail-bulk:before {
  content: "\f674";
}

/* line 800, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 801, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 802, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 803, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 804, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 805, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 806, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 807, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 808, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 809, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 810, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 811, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 812, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 813, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 814, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 815, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 816, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 817, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mask:before {
  content: "\f6fa";
}

/* line 818, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 819, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 820, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mdb:before {
  content: "\f8ca";
}

/* line 821, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 822, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 823, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 824, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 825, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 826, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 827, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 828, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 829, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 830, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 831, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 832, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 833, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mendeley:before {
  content: "\f7b3";
}

/* line 834, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-menorah:before {
  content: "\f676";
}

/* line 835, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 836, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-meteor:before {
  content: "\f753";
}

/* line 837, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microblog:before {
  content: "\e01a";
}

/* line 838, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 839, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 840, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 841, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 842, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 843, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 844, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 845, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 846, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 847, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 848, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mitten:before {
  content: "\f7b5";
}

/* line 849, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 850, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 851, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mixer:before {
  content: "\e056";
}

/* line 852, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 853, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 854, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 855, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 856, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 857, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 858, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 859, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 860, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 861, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 862, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 863, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 864, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 865, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 866, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mosque:before {
  content: "\f678";
}

/* line 867, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 868, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mountain:before {
  content: "\f6fc";
}

/* line 869, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mouse:before {
  content: "\f8cc";
}

/* line 870, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 871, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-mug-hot:before {
  content: "\f7b6";
}

/* line 872, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 873, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 874, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 875, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-network-wired:before {
  content: "\f6ff";
}

/* line 876, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 877, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 878, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 879, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 880, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 881, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 882, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 883, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 884, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 885, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 886, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 887, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 888, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-octopus-deploy:before {
  content: "\e082";
}

/* line 889, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 890, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 891, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 892, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 893, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-om:before {
  content: "\f679";
}

/* line 894, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 895, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 896, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 897, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 898, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-orcid:before {
  content: "\f8d2";
}

/* line 899, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 900, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-otter:before {
  content: "\f700";
}

/* line 901, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 902, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 903, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 904, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pager:before {
  content: "\f815";
}

/* line 905, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 906, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 907, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 908, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 909, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 910, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 911, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 912, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 913, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 914, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 915, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 916, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pastafarianism:before {
  content: "\f67b";
}

/* line 917, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 918, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 919, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 920, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 921, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 922, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 923, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-peace:before {
  content: "\f67c";
}

/* line 924, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 925, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 926, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 927, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 928, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 929, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 930, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 931, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-penny-arcade:before {
  content: "\f704";
}

/* line 932, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-people-arrows:before {
  content: "\e068";
}

/* line 933, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 934, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pepper-hot:before {
  content: "\f816";
}

/* line 935, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-perbyte:before {
  content: "\e083";
}

/* line 936, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 937, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 938, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 939, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-person-booth:before {
  content: "\f756";
}

/* line 940, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 941, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 942, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 943, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 944, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone-alt:before {
  content: "\f879";
}

/* line 945, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 946, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 947, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone-square-alt:before {
  content: "\f87b";
}

/* line 948, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 949, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-photo-video:before {
  content: "\f87c";
}

/* line 950, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 951, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 952, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 953, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 954, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 955, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pied-piper-square:before {
  content: "\e01e";
}

/* line 956, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 957, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 958, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 959, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 960, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 961, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pizza-slice:before {
  content: "\f818";
}

/* line 962, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-place-of-worship:before {
  content: "\f67f";
}

/* line 963, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 964, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 965, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 966, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plane-slash:before {
  content: "\e069";
}

/* line 967, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 968, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 969, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 970, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 971, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 972, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 973, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 974, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 975, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-poll:before {
  content: "\f681";
}

/* line 976, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-poll-h:before {
  content: "\f682";
}

/* line 977, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 978, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-poo-storm:before {
  content: "\f75a";
}

/* line 979, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 980, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 981, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 982, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 983, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pray:before {
  content: "\f683";
}

/* line 984, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-praying-hands:before {
  content: "\f684";
}

/* line 985, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 986, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 987, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 988, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 989, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 990, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 991, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 992, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pump-medical:before {
  content: "\e06a";
}

/* line 993, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pump-soap:before {
  content: "\e06b";
}

/* line 994, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 995, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 996, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 997, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 998, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 999, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 1000, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 1001, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 1002, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 1003, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 1004, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 1005, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 1006, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-quran:before {
  content: "\f687";
}

/* line 1007, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 1008, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-radiation:before {
  content: "\f7b9";
}

/* line 1009, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-radiation-alt:before {
  content: "\f7ba";
}

/* line 1010, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rainbow:before {
  content: "\f75b";
}

/* line 1011, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 1012, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-raspberry-pi:before {
  content: "\f7bb";
}

/* line 1013, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 1014, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 1015, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reacteurope:before {
  content: "\f75d";
}

/* line 1016, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 1017, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1018, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 1019, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-record-vinyl:before {
  content: "\f8d9";
}

/* line 1020, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1021, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 1022, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1023, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 1024, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1025, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-redhat:before {
  content: "\f7bc";
}

/* line 1026, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 1027, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 1028, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 1029, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-remove-format:before {
  content: "\f87d";
}

/* line 1030, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1031, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 1032, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 1033, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 1034, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-republican:before {
  content: "\f75e";
}

/* line 1035, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 1036, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 1037, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-restroom:before {
  content: "\f7bd";
}

/* line 1038, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 1039, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 1040, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 1041, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ring:before {
  content: "\f70b";
}

/* line 1042, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 1043, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 1044, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 1045, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 1046, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 1047, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 1048, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 1049, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1050, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 1051, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 1052, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 1053, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 1054, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 1055, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-running:before {
  content: "\f70c";
}

/* line 1056, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 1057, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-rust:before {
  content: "\e07a";
}

/* line 1058, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 1059, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 1060, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 1061, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-salesforce:before {
  content: "\f83b";
}

/* line 1062, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 1063, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-satellite:before {
  content: "\f7bf";
}

/* line 1064, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-satellite-dish:before {
  content: "\f7c0";
}

/* line 1065, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 1066, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 1067, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 1068, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 1069, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 1070, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-scroll:before {
  content: "\f70e";
}

/* line 1071, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sd-card:before {
  content: "\f7c2";
}

/* line 1072, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 1073, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-search-dollar:before {
  content: "\f688";
}

/* line 1074, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-search-location:before {
  content: "\f689";
}

/* line 1075, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 1076, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 1077, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 1078, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 1079, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 1080, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1081, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 1082, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 1083, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 1084, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 1085, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1086, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1087, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1088, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 1089, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 1090, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shield-virus:before {
  content: "\e06c";
}

/* line 1091, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 1092, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 1093, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1094, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 1095, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shopify:before {
  content: "\e057";
}

/* line 1096, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 1097, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 1098, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 1099, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 1100, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 1101, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 1102, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 1103, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 1104, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 1105, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 1106, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 1107, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 1108, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sim-card:before {
  content: "\f7c4";
}

/* line 1109, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1110, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sink:before {
  content: "\e06d";
}

/* line 1111, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 1112, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 1113, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 1114, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skating:before {
  content: "\f7c5";
}

/* line 1115, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sketch:before {
  content: "\f7c6";
}

/* line 1116, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skiing:before {
  content: "\f7c9";
}

/* line 1117, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skiing-nordic:before {
  content: "\f7ca";
}

/* line 1118, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 1119, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skull-crossbones:before {
  content: "\f714";
}

/* line 1120, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1121, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1122, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 1123, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 1124, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-slash:before {
  content: "\f715";
}

/* line 1125, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sleigh:before {
  content: "\f7cc";
}

/* line 1126, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 1127, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1128, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 1129, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 1130, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 1131, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smog:before {
  content: "\f75f";
}

/* line 1132, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 1133, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 1134, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sms:before {
  content: "\f7cd";
}

/* line 1135, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 1136, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 1137, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 1138, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snowboarding:before {
  content: "\f7ce";
}

/* line 1139, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 1140, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snowman:before {
  content: "\f7d0";
}

/* line 1141, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-snowplow:before {
  content: "\f7d2";
}

/* line 1142, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-soap:before {
  content: "\e06e";
}

/* line 1143, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-socks:before {
  content: "\f696";
}

/* line 1144, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 1145, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 1146, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 1147, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

/* line 1148, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 1149, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

/* line 1150, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 1151, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-amount-down-alt:before {
  content: "\f884";
}

/* line 1152, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 1153, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-amount-up-alt:before {
  content: "\f885";
}

/* line 1154, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 1155, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 1156, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

/* line 1157, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 1158, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

/* line 1159, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 1160, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1161, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sourcetree:before {
  content: "\f7d3";
}

/* line 1162, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 1163, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1164, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 1165, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-speaker-deck:before {
  content: "\f83c";
}

/* line 1166, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spell-check:before {
  content: "\f891";
}

/* line 1167, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spider:before {
  content: "\f717";
}

/* line 1168, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 1169, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 1170, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1171, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 1172, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 1173, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 1174, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-square-root-alt:before {
  content: "\f698";
}

/* line 1175, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 1176, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1177, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1178, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stackpath:before {
  content: "\f842";
}

/* line 1179, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 1180, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 1181, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star-and-crescent:before {
  content: "\f699";
}

/* line 1182, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 1183, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 1184, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star-of-david:before {
  content: "\f69a";
}

/* line 1185, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 1186, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 1187, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1188, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1189, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 1190, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 1191, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 1192, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 1193, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 1194, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1195, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 1196, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 1197, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 1198, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stopwatch-20:before {
  content: "\e06f";
}

/* line 1199, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 1200, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 1201, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-store-alt-slash:before {
  content: "\e070";
}

/* line 1202, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-store-slash:before {
  content: "\e071";
}

/* line 1203, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 1204, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 1205, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1206, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 1207, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 1208, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 1209, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 1210, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 1211, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1212, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1213, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1214, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 1215, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 1216, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 1217, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 1218, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 1219, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1220, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 1221, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 1222, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-suse:before {
  content: "\f7d6";
}

/* line 1223, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 1224, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-swift:before {
  content: "\f8e1";
}

/* line 1225, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 1226, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 1227, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-symfony:before {
  content: "\f83d";
}

/* line 1228, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-synagogue:before {
  content: "\f69b";
}

/* line 1229, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 1230, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 1231, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 1232, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 1233, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 1234, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 1235, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 1236, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 1237, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 1238, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 1239, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 1240, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 1241, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 1242, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1243, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 1244, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 1245, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 1246, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 1247, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 1248, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-temperature-high:before {
  content: "\f769";
}

/* line 1249, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-temperature-low:before {
  content: "\f76b";
}

/* line 1250, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1251, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tenge:before {
  content: "\f7d7";
}

/* line 1252, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 1253, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 1254, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 1255, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 1256, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 1257, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 1258, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-the-red-yeti:before {
  content: "\f69d";
}

/* line 1259, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 1260, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 1261, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 1262, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 1263, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 1264, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 1265, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 1266, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 1267, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 1268, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-think-peaks:before {
  content: "\f731";
}

/* line 1269, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1270, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1271, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1272, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1273, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tiktok:before {
  content: "\e07b";
}

/* line 1274, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1275, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1276, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1277, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1278, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1279, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1280, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1281, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toilet:before {
  content: "\f7d8";
}

/* line 1282, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toilet-paper:before {
  content: "\f71e";
}

/* line 1283, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toilet-paper-slash:before {
  content: "\e072";
}

/* line 1284, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1285, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tools:before {
  content: "\f7d9";
}

/* line 1286, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1287, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-torah:before {
  content: "\f6a0";
}

/* line 1288, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-torii-gate:before {
  content: "\f6a1";
}

/* line 1289, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tractor:before {
  content: "\f722";
}

/* line 1290, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1291, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1292, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1293, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trailer:before {
  content: "\e041";
}

/* line 1294, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1295, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tram:before {
  content: "\f7da";
}

/* line 1296, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1297, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1298, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1299, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1300, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trash-restore:before {
  content: "\f829";
}

/* line 1301, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trash-restore-alt:before {
  content: "\f82a";
}

/* line 1302, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1303, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1304, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1305, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1306, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1307, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1308, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1309, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1310, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1311, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1312, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1313, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1314, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1315, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1316, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1317, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1318, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1319, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1320, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ubuntu:before {
  content: "\f7df";
}

/* line 1321, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1322, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-umbraco:before {
  content: "\f8e8";
}

/* line 1323, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1324, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1325, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-uncharted:before {
  content: "\e084";
}

/* line 1326, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1327, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1328, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1329, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1330, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-unity:before {
  content: "\e049";
}

/* line 1331, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1332, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1333, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1334, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1335, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1336, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-unsplash:before {
  content: "\e07c";
}

/* line 1337, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1338, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1339, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ups:before {
  content: "\f7e0";
}

/* line 1340, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1341, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1342, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1343, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1344, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1345, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1346, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1347, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1348, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1349, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1350, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1351, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1352, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-injured:before {
  content: "\f728";
}

/* line 1353, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1354, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1355, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1356, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1357, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-nurse:before {
  content: "\f82f";
}

/* line 1358, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1359, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1360, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1361, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1362, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1363, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1364, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1365, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1366, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1367, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-users-slash:before {
  content: "\e073";
}

/* line 1368, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-usps:before {
  content: "\f7e1";
}

/* line 1369, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1370, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1371, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1372, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1373, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1374, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1375, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1376, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1377, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vest:before {
  content: "\e085";
}

/* line 1378, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vest-patches:before {
  content: "\e086";
}

/* line 1379, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1380, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1381, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1382, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1383, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1384, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1385, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1386, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1387, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vihara:before {
  content: "\f6a7";
}

/* line 1388, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1389, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1390, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1391, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1392, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-virus:before {
  content: "\e074";
}

/* line 1393, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-virus-slash:before {
  content: "\e075";
}

/* line 1394, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-viruses:before {
  content: "\e076";
}

/* line 1395, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1396, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1397, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-voicemail:before {
  content: "\f897";
}

/* line 1398, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1399, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1400, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-volume-mute:before {
  content: "\f6a9";
}

/* line 1401, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1402, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1403, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vote-yea:before {
  content: "\f772";
}

/* line 1404, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vr-cardboard:before {
  content: "\f729";
}

/* line 1405, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1406, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1407, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1408, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1409, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-watchman-monitoring:before {
  content: "\e087";
}

/* line 1410, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-water:before {
  content: "\f773";
}

/* line 1411, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wave-square:before {
  content: "\f83e";
}

/* line 1412, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-waze:before {
  content: "\f83f";
}

/* line 1413, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1414, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1415, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1416, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1417, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1418, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1419, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1420, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1421, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1422, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1423, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1424, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wind:before {
  content: "\f72e";
}

/* line 1425, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1426, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1427, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1428, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1429, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1430, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wine-bottle:before {
  content: "\f72f";
}

/* line 1431, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1432, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1433, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1434, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wizards-of-the-coast:before {
  content: "\f730";
}

/* line 1435, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wodu:before {
  content: "\e088";
}

/* line 1436, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1437, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1438, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1439, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1440, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1441, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1442, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1443, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wpressr:before {
  content: "\f3e4";
}

/* line 1444, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1445, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1446, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1447, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1448, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1449, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1450, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1451, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yammer:before {
  content: "\f840";
}

/* line 1452, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1453, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1454, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yarn:before {
  content: "\f7e3";
}

/* line 1455, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1456, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1457, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yin-yang:before {
  content: "\f6ad";
}

/* line 1458, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1459, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1460, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1461, app/assets/stylesheets/external/font-awesome-5.15.4/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, app/assets/stylesheets/external/font-awesome-5.15.4/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, app/assets/stylesheets/external/font-awesome-5.15.4/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot);
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff2) format("woff2"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.woff) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.ttf) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

/* line 20, app/assets/stylesheets/external/font-awesome-5.15.4/brands.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
