<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(/assets/swiper/swiper.min-c416fbf66f41b62cca9bb0f6fe4a9288d920e22c86360ac4412667e727755cbb.css);
/* line 4, app/assets/stylesheets/_extends.sass */
.template-premium .main-header-cover, .search-department-job .company-logo-container .company-logo, .template-premium .ais-Hits-item .company-logo-container .company-logo, .featured-videos-list-item-thumbnail, .company-stack-list-item-logo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 20, app/assets/stylesheets/_extends.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-back a, .template-premium .cms-block-swiper .swiper-btn, .template-premium .cms-block-company_pictures .swiper-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
20%,
53%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
20%,
53%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

/* line 77, node_modules/animate.css/animate.css */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
50%,
to {
    opacity: 1;
  }
  25%,
75% {
    opacity: 0;
  }
}

/* line 110, node_modules/animate.css/animate.css */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 151, node_modules/animate.css/animate.css */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 230, node_modules/animate.css/animate.css */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
30%,
50%,
70%,
90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
40%,
60%,
80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

/* line 285, node_modules/animate.css/animate.css */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* line 354, node_modules/animate.css/animate.css */
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* line 415, node_modules/animate.css/animate.css */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
50%,
70%,
90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
60%,
80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 488, node_modules/animate.css/animate.css */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 569, node_modules/animate.css/animate.css */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
11.1%,
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

/* line 662, node_modules/animate.css/animate.css */
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 723, node_modules/animate.css/animate.css */
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
20%,
40%,
60%,
80%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/* line 822, node_modules/animate.css/animate.css */
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 905, node_modules/animate.css/animate.css */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 986, node_modules/animate.css/animate.css */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1067, node_modules/animate.css/animate.css */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
60%,
75%,
90%,
to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1148, node_modules/animate.css/animate.css */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

/* line 1193, node_modules/animate.css/animate.css */
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1240, node_modules/animate.css/animate.css */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1273, node_modules/animate.css/animate.css */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1306, node_modules/animate.css/animate.css */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1351, node_modules/animate.css/animate.css */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1376, node_modules/animate.css/animate.css */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1409, node_modules/animate.css/animate.css */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1442, node_modules/animate.css/animate.css */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1475, node_modules/animate.css/animate.css */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1508, node_modules/animate.css/animate.css */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1541, node_modules/animate.css/animate.css */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1574, node_modules/animate.css/animate.css */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1607, node_modules/animate.css/animate.css */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 1640, node_modules/animate.css/animate.css */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1665, node_modules/animate.css/animate.css */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 1694, node_modules/animate.css/animate.css */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

/* line 1723, node_modules/animate.css/animate.css */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 1752, node_modules/animate.css/animate.css */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

/* line 1781, node_modules/animate.css/animate.css */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 1810, node_modules/animate.css/animate.css */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

/* line 1839, node_modules/animate.css/animate.css */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 1868, node_modules/animate.css/animate.css */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

/* line 1897, node_modules/animate.css/animate.css */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

/* line 1992, node_modules/animate.css/animate.css */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2065, node_modules/animate.css/animate.css */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 2138, node_modules/animate.css/animate.css */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

/* line 2183, node_modules/animate.css/animate.css */
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

/* line 2230, node_modules/animate.css/animate.css */
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2287, node_modules/animate.css/animate.css */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

/* line 2318, node_modules/animate.css/animate.css */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2361, node_modules/animate.css/animate.css */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2402, node_modules/animate.css/animate.css */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2443, node_modules/animate.css/animate.css */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2484, node_modules/animate.css/animate.css */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* line 2525, node_modules/animate.css/animate.css */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

/* line 2562, node_modules/animate.css/animate.css */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

/* line 2599, node_modules/animate.css/animate.css */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2636, node_modules/animate.css/animate.css */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

/* line 2673, node_modules/animate.css/animate.css */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

/* line 2710, node_modules/animate.css/animate.css */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

/* line 2787, node_modules/animate.css/animate.css */
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 2846, node_modules/animate.css/animate.css */
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 2881, node_modules/animate.css/animate.css */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

/* line 2912, node_modules/animate.css/animate.css */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

/* line 2941, node_modules/animate.css/animate.css */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 2982, node_modules/animate.css/animate.css */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3023, node_modules/animate.css/animate.css */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3064, node_modules/animate.css/animate.css */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3105, node_modules/animate.css/animate.css */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

/* line 3142, node_modules/animate.css/animate.css */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3187, node_modules/animate.css/animate.css */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

/* line 3224, node_modules/animate.css/animate.css */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

/* line 3261, node_modules/animate.css/animate.css */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

/* line 3306, node_modules/animate.css/animate.css */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3337, node_modules/animate.css/animate.css */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3368, node_modules/animate.css/animate.css */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3399, node_modules/animate.css/animate.css */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 3430, node_modules/animate.css/animate.css */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

/* line 3461, node_modules/animate.css/animate.css */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

/* line 3492, node_modules/animate.css/animate.css */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

/* line 3523, node_modules/animate.css/animate.css */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* line 3554, node_modules/animate.css/animate.css */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* line 3559, node_modules/animate.css/animate.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 3566, node_modules/animate.css/animate.css */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 3571, node_modules/animate.css/animate.css */
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

/* line 3576, node_modules/animate.css/animate.css */
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

/* line 3581, node_modules/animate.css/animate.css */
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

/* line 3586, node_modules/animate.css/animate.css */
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

/* line 3591, node_modules/animate.css/animate.css */
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

/* line 3596, node_modules/animate.css/animate.css */
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

/* line 3601, node_modules/animate.css/animate.css */
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

/* line 3606, node_modules/animate.css/animate.css */
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 3611, node_modules/animate.css/animate.css */
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  /* line 3617, node_modules/animate.css/animate.css */
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul &gt; li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 125, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

/* line 6, node_modules/photoset-grid/css/colorbox.css */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 7, node_modules/photoset-grid/css/colorbox.css */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, node_modules/photoset-grid/css/colorbox.css */
#cboxContent {
  position: relative;
}

/* line 9, node_modules/photoset-grid/css/colorbox.css */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10, node_modules/photoset-grid/css/colorbox.css */
#cboxTitle {
  margin: 0;
}

/* line 11, node_modules/photoset-grid/css/colorbox.css */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, node_modules/photoset-grid/css/colorbox.css */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, node_modules/photoset-grid/css/colorbox.css */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
}

/* line 14, node_modules/photoset-grid/css/colorbox.css */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 15, node_modules/photoset-grid/css/colorbox.css */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 25, node_modules/photoset-grid/css/colorbox.css */
#cboxOverlay {
  background: #000000;
}

/* line 26, node_modules/photoset-grid/css/colorbox.css */
#colorbox {
  outline: 0;
}

/* line 27, node_modules/photoset-grid/css/colorbox.css */
#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

/* line 28, node_modules/photoset-grid/css/colorbox.css */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 29, node_modules/photoset-grid/css/colorbox.css */
#cboxLoadedContent {
  background: #000000;
  padding: 1px;
}

/* line 30, node_modules/photoset-grid/css/colorbox.css */
#cboxLoadingGraphic {
  background: url(http://static.tumblr.com/fftf9xi/rkklqu1ni/loading.gif) no-repeat center center;
}

/* line 31, node_modules/photoset-grid/css/colorbox.css */
#cboxLoadingOverlay {
  background: #000000;
}

/* line 32, node_modules/photoset-grid/css/colorbox.css */
#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #ffffff;
  text-shadow: none;
}

/* line 33, node_modules/photoset-grid/css/colorbox.css */
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 36, node_modules/photoset-grid/css/colorbox.css */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 39, node_modules/photoset-grid/css/colorbox.css */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 41, node_modules/photoset-grid/css/colorbox.css */
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background: url(http://static.tumblr.com/fftf9xi/1dslqu1o1/controls.png) no-repeat 0 0;
}

/* line 42, node_modules/photoset-grid/css/colorbox.css */
#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

/* line 43, node_modules/photoset-grid/css/colorbox.css */
#cboxPrevious.hover {
  background-position: 0px -25px;
}

/* line 44, node_modules/photoset-grid/css/colorbox.css */
#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

/* line 45, node_modules/photoset-grid/css/colorbox.css */
#cboxNext.hover {
  background-position: -25px -25px;
}

/* line 46, node_modules/photoset-grid/css/colorbox.css */
#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

/* line 47, node_modules/photoset-grid/css/colorbox.css */
#cboxClose.hover {
  background-position: -50px -25px;
}

/* line 48, node_modules/photoset-grid/css/colorbox.css */
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

/* line 49, node_modules/photoset-grid/css/colorbox.css */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

/* line 50, node_modules/photoset-grid/css/colorbox.css */
.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}

/* line 51, node_modules/photoset-grid/css/colorbox.css */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

/* line 52, node_modules/photoset-grid/css/colorbox.css */
.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}

/* line 1, app/assets/stylesheets/common/_alert.sass */
.alert {
  margin: 0 auto;
  padding: 10px;
}

/* line 4, app/assets/stylesheets/common/_alert.sass */
.alert.alert-success {
  background: #e8f5e9;
  color: #388e3c;
  border-bottom-color: #a5d6a7;
}

/* line 8, app/assets/stylesheets/common/_alert.sass */
.alert.alert-warning {
  background: #f57c00;
  border: 2px solid #f57c00;
  color: #ffffff;
  margin-bottom: 20px;
}

@-webkit-keyframes bouncingDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-moz-keyframes bouncingDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-ms-keyframes bouncingDown {
  /* line 2, app/assets/stylesheets/common/_animations.sass */
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 4, app/assets/stylesheets/common/_animations.sass */
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  /* line 6, app/assets/stylesheets/common/_animations.sass */
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bouncingDown {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* line 1, app/assets/stylesheets/common/_buttons.sass */
.btn {
  display: inline-block;
  padding: 15px 20px;
  background: #2196f3;
  border: none;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 0.3s false, box-shadow 0.3s false, color 0.3s false;
  -moz-transition: background 0.3s false false, box-shadow 0.3s false false, color 0.3s false false;
  -o-transition: background 0.3s false false, box-shadow 0.3s false false, color 0.3s false false;
  transition: background 0.3s, box-shadow 0.3s, color 0.3s;
}

/* line 17, app/assets/stylesheets/common/_buttons.sass */
.btn:hover {
  background: #1e88e5;
  color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 21, app/assets/stylesheets/common/_buttons.sass */
.btn i {
  margin-left: 5px;
}

/* line 24, app/assets/stylesheets/common/_buttons.sass */
.btn-white {
  background: #ffffff;
  color: #2196f3;
}

/* line 27, app/assets/stylesheets/common/_buttons.sass */
.btn-white:hover {
  background: #f5f5f5;
  color: #212121;
}

/* line 31, app/assets/stylesheets/common/_buttons.sass */
.btn-social {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border: none;
  color: #424242;
}

/* line 40, app/assets/stylesheets/common/_buttons.sass */
.btn-social:hover {
  background: #424242;
  color: #ffffff;
}

/* line 43, app/assets/stylesheets/common/_buttons.sass */
.btn-social i {
  margin: 0;
}

/* line 2, app/assets/stylesheets/common/_cms_zones.sass */
.zone.banner {
  position: relative;
  min-height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  background: none;
}

@media (max-width: 550px) {
  /* line 2, app/assets/stylesheets/common/_cms_zones.sass */
  .zone.banner {
    margin-bottom: 0;
  }
}

/* line 15, app/assets/stylesheets/common/_cms_zones.sass */
.zone.banner:before, .zone.banner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 22, app/assets/stylesheets/common/_cms_zones.sass */
.zone.banner .cms-block.cms-block-swiper_with_text .swiper-container {
  margin-left: 0;
  margin-right: 0;
}

/* line 1, app/assets/stylesheets/common/_footer.sass */
.main-footer {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #F6F3EF;
}

/* line 7, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit {
  padding: 60px 0;
}

@media (max-width: 550px) {
  /* line 7, app/assets/stylesheets/common/_footer.sass */
  .main-footer .main-footer-welcomekit {
    padding-top: 30px 0;
  }
}

/* line 13, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit p {
  margin-bottom: 15px;
  font-size: 12px;
  color: #757575;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit p.wttj-logo {
  margin-top: 30px;
}

/* line 22, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit p:last-child {
  margin-bottom: 0;
}

/* line 25, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit .inline-link {
  position: relative;
  display: inline-block;
  color: #757575;
  text-decoration: none;
  font-weight: 800;
}

/* line 32, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit .inline-link::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #FFCD00;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease false;
  -o-transition: all 0.2s ease false;
  transition: all 0.2s ease;
  content: " ";
}

/* line 42, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit .inline-link:hover::after {
  background-color: #000000;
}

/* line 45, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit svg {
  display: inline-block;
  width: 70px;
  height: 70px;
  opacity: .8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease false;
  -o-transition: all 0.2s ease false;
  transition: all 0.2s ease;
}

/* line 52, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit svg:hover {
  opacity: 1;
}

/* line 55, app/assets/stylesheets/common/_footer.sass */
.main-footer .main-footer-welcomekit svg path {
  fill: #9e9e9e;
}

/* line 1, app/assets/stylesheets/common/_job-cover.sass */
.job-cover {
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
  margin-bottom: 50px;
}

/* line 1, app/assets/stylesheets/common/_job-modal.sass */
body.show-job-modal {
  overflow: hidden;
}

/* line 4, app/assets/stylesheets/common/_job-modal.sass */
body.show-job-modal .job-modal-overlay {
  display: block;
}

/* line 7, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  z-index: 1000;
}

/* line 18, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-container {
  position: relative;
  max-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  background: #ffffff;
  padding: 40px;
}

@media (max-width: 550px) {
  /* line 18, app/assets/stylesheets/common/_job-modal.sass */
  .job-modal-container {
    padding: 20px;
  }
}

/* line 30, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-content iframe[style] {
  display: block !important;
}

/* line 33, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close {
  position: fixed;
  display: block;
  border: none;
  color: #bdbdbd;
  font-size: 30px;
  top: 20px;
  right: 40px;
  width: 30px;
  height: 30px;
  z-index: 100;
  -webkit-transition: background 0.2s false;
  -moz-transition: background 0.2s false false;
  -o-transition: background 0.2s false false;
  transition: background 0.2s;
}

@media (max-width: 550px) {
  /* line 33, app/assets/stylesheets/common/_job-modal.sass */
  .job-modal-close {
    top: 10px;
    right: 25px;
  }
}

/* line 50, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close:before, .job-modal-close:after {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  content: ' ';
  width: 30px;
  height: 3px;
  background: #9e9e9e;
  -webkit-transition: all 0.2s false;
  -moz-transition: all 0.2s false false;
  -o-transition: all 0.2s false false;
  transition: all 0.2s;
}

/* line 61, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 64, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 68, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close:hover:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* line 70, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-close:hover:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 73, app/assets/stylesheets/common/_job-modal.sass */
.job-modal-title {
  color: #424242;
  font: 500 30px/30px "WelcomeFont", Helvetica, Arial, sans-serif;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 950px) {
  /* line 73, app/assets/stylesheets/common/_job-modal.sass */
  .job-modal-title {
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 550px) {
  /* line 73, app/assets/stylesheets/common/_job-modal.sass */
  .job-modal-title {
    font-size: 22px;
    line-height: 22px;
  }
}

/* line 2, app/assets/stylesheets/common/_job.sass */
.block-job-apply .block-actions {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/common/_job.sass */
.block-job-apply p {
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/common/_job.sass */
.block-job-apply p:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/common/_job.sass */
.block-job-apply p .link {
  text-decoration: none;
}

/* line 1, app/assets/stylesheets/common/_reset.sass */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* line 2, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a {
  display: inline-block;
  position: relative;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  vertical-align: top;
  word-break: break-all;
}

/* line 12, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a:before, .text-formated a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FFCD00;
  content: " ";
  z-index: 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease false;
  -o-transition: -o-transform 0.4s ease false;
  transition: transform 0.4s ease;
}

/* line 23, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a:after {
  background-color: #2196f3;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

/* line 29, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a:hover:before {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

/* line 32, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a:hover:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 35, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a.btn {
  color: #ffffff;
}

/* line 37, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated a.btn:before, .text-formated a.btn:after {
  display: none;
}

/* line 40, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated h2 {
  margin: 30px 0;
}

/* line 43, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated h2:first-child {
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated h2:last-child {
  margin-bottom: 0;
}

/* line 49, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated h3, .text-formated h4, .text-formated p {
  margin: 0 0 20px;
}

/* line 52, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated h3:last-child, .text-formated h4:last-child, .text-formated p:last-child {
  margin-bottom: 0;
}

@media (max-width: 950px) {
  /* line 49, app/assets/stylesheets/common/_text-formatted.sass */
  .text-formated h3, .text-formated h4, .text-formated p {
    margin-bottom: 10px;
  }
}

/* line 58, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated p, .text-formated ol, .text-formated ul {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

/* line 63, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated pre {
  border: 1px solid #eeeeee;
  background: #fafafa;
  padding: 20px;
  overflow: auto;
  word-wrap: normal;
  word-break: break-all;
  white-space: pre-wrap;
}

/* line 72, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ol {
  margin-left: 20px;
}

/* line 75, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ul {
  margin: 0 0 15px 0;
  list-style: none;
}

/* line 79, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ul:last-child {
  margin-bottom: 0;
}

/* line 82, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ul li {
  position: relative;
  margin-left: 20px;
  padding-bottom: 10px;
}

@media (max-width: 950px) {
  /* line 82, app/assets/stylesheets/common/_text-formatted.sass */
  .text-formated ul li {
    padding-bottom: 5px;
  }
}

/* line 90, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ul li:last-child {
  padding-bottom: 0;
}

/* line 93, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated ul li:before {
  position: absolute;
  content: "• ";
  color: #FFCD00;
  font-size: 16px;
  left: -15px;
}

/* line 100, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated blockquote {
  border-left: 5px solid #eeeeee;
  padding: 5px 10px;
  margin-bottom: 20px;
}

/* line 104, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated blockquote, .text-formated blockquote p {
  font-style: italic;
  color: #757575;
}

/* line 107, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated blockquote p {
  padding: 5px 0;
}

/* line 110, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

/* line 116, app/assets/stylesheets/common/_text-formatted.sass */
.text-formated strong, .text-formated b {
  font-weight: bold;
}

/* line 119, app/assets/stylesheets/common/_text-formatted.sass */
.uppercase {
  text-transform: uppercase;
}

/* line 1, app/assets/stylesheets/common/_typography.sass */
body {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 4, app/assets/stylesheets/common/_typography.sass */
.text-justify {
  text-align: justify !important;
}

/* line 7, app/assets/stylesheets/common/_typography.sass */
h1, h2, h3, h4, .block-title, .cms-block-title {
  font-family: "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 10, app/assets/stylesheets/common/_typography.sass */
p, li {
  opacity: .7;
}

/* line 2, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -20px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: -20px;
}

@media (max-width: 550px) {
  /* line 2, app/assets/stylesheets/common/blocks/_advantages_list.sass */
  .cms-block-advantages_list .advantages-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 17, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item {
  width: calc(100% / 3);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 30px;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 950px) {
  /* line 17, app/assets/stylesheets/common/blocks/_advantages_list.sass */
  .cms-block-advantages_list .advantages-list &gt; .advantage-item {
    width: 50%;
  }
}

@media (max-width: 550px) {
  /* line 17, app/assets/stylesheets/common/blocks/_advantages_list.sass */
  .cms-block-advantages_list .advantages-list &gt; .advantage-item {
    width: 100%;
    padding: 0;
  }
}

/* line 31, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item .advantage-picture {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 20px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/* line 41, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item .advantage-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 46, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item .advantage-title {
  font-size: 18px;
}

/* line 49, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item .advantage-description {
  margin-top: 10px;
}

/* line 52, app/assets/stylesheets/common/blocks/_advantages_list.sass */
.cms-block-advantages_list .advantages-list &gt; .advantage-item .advantage-description p {
  font-size: 14px;
}

/* line 1, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
}

/* line 8, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list .organization-item {
  position: relative;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 20px;
}

@media (max-width: 950px) {
  /* line 8, app/assets/stylesheets/common/blocks/_companies_list.sass */
  .website-organizations-list .organization-item {
    -webkit-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

@media (max-width: 550px) {
  /* line 8, app/assets/stylesheets/common/blocks/_companies_list.sass */
  .website-organizations-list .organization-item {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

/* line 19, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list .organization-link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list .organization-link:hover .organization-logo-img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 35, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list .organization-logo {
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 42, app/assets/stylesheets/common/blocks/_companies_list.sass */
.website-organizations-list .organization-name {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

/* line 49, app/assets/stylesheets/common/blocks/_companies_list.sass */
.with-name .website-organizations-list .organization-link {
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 3px;
  transition: border .2s ease;
}

/* line 56, app/assets/stylesheets/common/blocks/_companies_list.sass */
.with-name .website-organizations-list .organization-name {
  display: block;
}

/* line 3, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .cms-block-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/common/blocks/_company_quote.sass */
  .cms-block-company_quote .cms-block-content {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 0 50px 0;
  }
}

/* line 13, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-content {
  position: relative;
  padding-top: 45px;
  min-width: 400px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

@media (max-width: 550px) {
  /* line 13, app/assets/stylesheets/common/blocks/_company_quote.sass */
  .cms-block-company_quote .quote-content {
    min-width: 0;
    width: 100%;
  }
}

/* line 23, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-content:before {
  position: absolute;
  top: -10px;
  left: -5px;
  content: '​‌“';
  font: 400 100px/100px "Work Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 550px) {
  /* line 23, app/assets/stylesheets/common/blocks/_company_quote.sass */
  .cms-block-company_quote .quote-content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 34, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-content p, .cms-block-company_quote .quote-content ul, .cms-block-company_quote .quote-content ol {
  font: 300 italic 22px/32px "Work Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 550px) {
  /* line 34, app/assets/stylesheets/common/blocks/_company_quote.sass */
  .cms-block-company_quote .quote-content p, .cms-block-company_quote .quote-content ul, .cms-block-company_quote .quote-content ol {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

/* line 42, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 14px;
  margin: 30px 0 0 40px;
}

@media (max-width: 550px) {
  /* line 42, app/assets/stylesheets/common/blocks/_company_quote.sass */
  .cms-block-company_quote .quote-author {
    width: 100%;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px 0 0 0;
  }
}

/* line 58, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author .quote-author-name {
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
}

/* line 63, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author .quote-author-role {
  font-weight: bold;
}

/* line 66, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author .quote-author-picture {
  margin-bottom: 20px;
}

/* line 69, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author .quote-author-picture img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 76, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote .quote-author .quote-author-company {
  text-transform: uppercase;
}

/* line 80, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote.with-image-left .cms-block-content {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 83, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote.with-image-left .quote-content {
  -webkit-order: 2;
  order: 2;
}

/* line 86, app/assets/stylesheets/common/blocks/_company_quote.sass */
.cms-block-company_quote.with-image-left .quote-author {
  -webkit-order: 1;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 1, app/assets/stylesheets/common/blocks/_company_stack.sass */
.cms-block.cms-block-company_stack {
  position: relative;
  background-color: var(--primary, #212121) !important;
  color: #ffffff;
  padding: 30px;
  border-radius: 6px;
}

/* line 8, app/assets/stylesheets/common/blocks/_company_stack.sass */
.cms-block.cms-block-company_stack .block-title {
  padding-left: 0;
  font-size: 1.375rem;
  padding-right: 9.375rem;
  font-weight: 500;
  text-align: left !important;
}

@media (max-width: 550px) {
  /* line 8, app/assets/stylesheets/common/blocks/_company_stack.sass */
  .cms-block.cms-block-company_stack .block-title {
    padding-right: 0;
  }
}

/* line 18, app/assets/stylesheets/common/blocks/_company_stack.sass */
.cms-block.cms-block-company_stack .block-title::before {
  display: none;
}

/* line 21, app/assets/stylesheets/common/blocks/_company_stack.sass */
.cms-block.cms-block-company_stack .block-action {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (max-width: 550px) {
  /* line 21, app/assets/stylesheets/common/blocks/_company_stack.sass */
  .cms-block.cms-block-company_stack .block-action {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
}

/* line 32, app/assets/stylesheets/common/blocks/_company_stack.sass */
.company-stack-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

/* line 37, app/assets/stylesheets/common/blocks/_company_stack.sass */
.company-stack-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 43, app/assets/stylesheets/common/blocks/_company_stack.sass */
.company-stack-list-item-logo {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 3px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos {
  display: -webkit-flex;
  display: flex;
  height: 20.5rem;
  background-color: var(--primary, #212121);
  border-radius: 0 6px 6px 0;
  color: #ffffff;
}

@media (max-width: 550px) {
  /* line 1, app/assets/stylesheets/common/blocks/_company_videos.sass */
  .featured-videos {
    border-radius: 6px;
    display: block;
    height: auto;
  }
}

/* line 13, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-player {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #424242;
}

/* line 17, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-player-iframe, .featured-videos-player iframe {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 550px) {
  /* line 13, app/assets/stylesheets/common/blocks/_company_videos.sass */
  .featured-videos-player {
    height: 12.5rem;
  }
}

/* line 25, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-inner {
  width: 22.5rem;
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 550px) {
  /* line 25, app/assets/stylesheets/common/blocks/_company_videos.sass */
  .featured-videos-inner {
    width: 100%;
  }
}

/* line 34, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-header {
  padding: 30px;
  padding-bottom: 20px;
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 550px) {
  /* line 34, app/assets/stylesheets/common/blocks/_company_videos.sass */
  .featured-videos-header {
    padding: 20px;
  }
}

/* line 44, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-counter {
  margin-left: auto;
  opacity: .5;
}

/* line 48, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-title {
  font-size: 1rem;
  font-weight: 700;
}

/* line 52, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: auto;
  padding: 0 30px 20px 30px;
  counter-reset: videos-counter;
}

@media (max-width: 550px) {
  /* line 52, app/assets/stylesheets/common/blocks/_company_videos.sass */
  .featured-videos-list {
    height: 13.75rem;
    padding: 0 20px 20px 20px;
  }
}

/* line 62, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  counter-increment: videos-counter;
  color: #ffffff;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 72, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item::before {
  -webkit-flex: none;
  flex: none;
  display: block;
  text-align: center;
  width: 0.625rem;
  content: counter(videos-counter);
  margin-right: 20px;
  opacity: .8;
}

/* line 81, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item:hover, .featured-videos-list-item.current {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

/* line 85, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item:hover::before,
.featured-videos-list-item:hover .featured-videos-list-item-name,
.featured-videos-list-item:hover .featured-videos-list-item-role, .featured-videos-list-item.current::before,
.featured-videos-list-item.current .featured-videos-list-item-name,
.featured-videos-list-item.current .featured-videos-list-item-role {
  opacity: 1;
}

/* line 90, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item::before,
.featured-videos-list-item .featured-videos-list-item-name,
.featured-videos-list-item .featured-videos-list-item-role {
  transition: all 0.2s ease;
}

/* line 95, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item-thumbnail {
  -webkit-flex: none;
  flex: none;
  width: 4.0625rem;
  height: 2.8125rem;
  background-color: #424242;
  margin-right: 20px;
  border-radius: 6px;
}

/* line 104, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item-name {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  opacity: .8;
}

/* line 110, app/assets/stylesheets/common/blocks/_company_videos.sass */
.featured-videos-list-item-role {
  font-size: 0.875rem;
  line-height: 1.4;
  opacity: .8;
}

/* line 2, app/assets/stylesheets/common/blocks/_gallery.sass */
.cms-block-gallery a.photoset-cell {
  outline: none;
}

/* line 5, app/assets/stylesheets/common/blocks/_gallery.sass */
.cms-block-gallery a.photoset-cell img {
  -webkit-transition: all 0.5s false;
  -moz-transition: all 0.5s false false;
  -o-transition: all 0.5s false false;
  transition: all 0.5s;
}

/* line 9, app/assets/stylesheets/common/blocks/_gallery.sass */
.cms-block-gallery a.photoset-cell:hover img {
  -webkit-filter: contrast(1.2);
  -moz-filter: contrast(1.2);
  filter: contrast(1.2);
}

/* line 3, app/assets/stylesheets/common/blocks/_image_with_text.sass */
.cms-block-image_with_text .block-content-image {
  margin-top: 20px;
}

/* line 6, app/assets/stylesheets/common/blocks/_image_with_text.sass */
.cms-block-image_with_text .block-content-image img {
  max-width: 100%;
}

/* line 2, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .images_with_text-list {
  margin: 40px 0;
}

/* line 5, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .images_with_text-list:first-child {
  margin-top: 0;
}

/* line 8, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .images_with_text-list:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 300px;
  margin: 0;
  padding: 0;
}

@media (max-width: 550px) {
  /* line 11, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item {
    min-height: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

/* line 23, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-image, .cms-block-images_with_text_mosaic .image_with_text-item .item-texts {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

@media (max-width: 550px) {
  /* line 23, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item .item-image, .cms-block-images_with_text_mosaic .image_with_text-item .item-texts {
    width: 100%;
  }
}

/* line 30, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 550px) {
  /* line 30, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item .item-image {
    height: 200px;
  }
}

/* line 38, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts {
  padding: 30px 0 30px 30px;
}

@media (max-width: 550px) {
  /* line 38, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item .item-texts {
    padding: 20px 0;
  }
}

/* line 44, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-header {
  margin-bottom: 20px;
}

/* line 47, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-header .item-title {
  font-size: 20px;
}

/* line 51, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content p, .cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content ul {
  margin: 10px 0;
}

/* line 54, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content p:first-child, .cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content ul:first-child {
  margin-top: 0;
}

/* line 57, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content p:last-child, .cms-block-images_with_text_mosaic .image_with_text-item .item-texts .item-content ul:last-child {
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item:nth-child(2n+1) .item-texts {
  -webkit-order: 1;
  order: 1;
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width: 550px) {
  /* line 61, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item:nth-child(2n+1) .item-texts {
    padding-right: 0;
  }
}

/* line 69, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic .image_with_text-item:nth-child(2n+1) .item-image {
  -webkit-order: 2;
  order: 2;
}

@media (max-width: 550px) {
  /* line 69, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic .image_with_text-item:nth-child(2n+1) .item-image {
    -webkit-order: 1;
    order: 1;
  }
}

/* line 76, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 80, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% / 3);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 950px) {
  /* line 80, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item {
    width: 50%;
  }
}

@media (max-width: 550px) {
  /* line 80, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item {
    width: 100%;
  }
}

/* line 93, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-texts {
  -webkit-order: 2;
  order: 2;
}

@media (max-width: 550px) {
  /* line 93, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-texts {
    -webkit-order: 2;
    order: 2;
  }
}

/* line 99, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-image {
  -webkit-order: 1;
  order: 1;
}

@media (max-width: 550px) {
  /* line 99, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-image {
    -webkit-order: 1;
    order: 1;
  }
}

/* line 106, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(3n+2) .item-texts {
  -webkit-order: 1;
  order: 1;
}

@media (max-width: 550px) {
  /* line 106, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(3n+2) .item-texts {
    -webkit-order: 2;
    order: 2;
  }
}

/* line 112, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(3n+2) .item-image {
  -webkit-order: 2;
  order: 2;
}

@media (max-width: 550px) {
  /* line 112, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(3n+2) .item-image {
    -webkit-order: 1;
    order: 1;
  }
}

@media (max-width: 950px) {
  /* line 119, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-texts {
    -webkit-order: 2;
    order: 2;
  }
}

@media (max-width: 950px) {
  /* line 123, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n+1) .item-image {
    -webkit-order: 1;
    order: 1;
  }
}

@media (max-width: 950px) {
  /* line 128, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n) .item-texts {
    -webkit-order: 1;
    order: 1;
  }
}

@media (max-width: 550px) {
  /* line 128, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n) .item-texts {
    -webkit-order: 2;
    order: 2;
  }
}

@media (max-width: 950px) {
  /* line 135, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n) .item-image {
    -webkit-order: 2;
    order: 2;
  }
}

@media (max-width: 550px) {
  /* line 135, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .image_with_text-item:nth-child(2n) .item-image {
    -webkit-order: 1;
    order: 1;
  }
}

/* line 142, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .item-texts, .cms-block-images_with_text_mosaic.vertical .images_with_text-list .item-image {
  width: 100%;
  min-height: 330px;
}

/* line 146, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
.cms-block-images_with_text_mosaic.vertical .images_with_text-list .item-texts {
  width: 100%;
  padding: 20px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 550px) {
  /* line 146, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .item-texts {
    min-height: 0;
  }
}

@media (max-width: 550px) {
  /* line 157, app/assets/stylesheets/common/blocks/_images_with_text_mosaic.sass */
  .cms-block-images_with_text_mosaic.vertical .images_with_text-list .item-image {
    min-height: 200px;
  }
}

/* line 1, app/assets/stylesheets/common/blocks/_people.sass */
.people-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0;
}

/* line 6, app/assets/stylesheets/common/blocks/_people.sass */
.people-list:first-child {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/common/blocks/_people.sass */
.people-list:last-child {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/common/blocks/_people.sass */
.people-item {
  width: calc(100% / 3);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  margin: 20px 0;
}

@media (max-width: 550px) {
  /* line 12, app/assets/stylesheets/common/blocks/_people.sass */
  .people-item {
    width: 100%;
  }
}

/* line 24, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-header {
  margin-bottom: 15px;
}

/* line 27, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-picture {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}

/* line 38, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-title, .people-item .people-subtitle {
  text-align: center;
  font-size: 16px;
}

/* line 42, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-subtitle {
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content p {
  text-align: center;
  font-size: 14px;
}

/* line 50, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content .people-links {
  margin-top: 15px;
  text-align: center;
}

/* line 54, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content .people-links .people-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  line-height: 36px;
  text-align: center;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 64, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content .people-links .people-link:first-child {
  margin-left: 0;
}

/* line 67, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content .people-links .people-link:last-child {
  margin-right: 0;
}

/* line 70, app/assets/stylesheets/common/blocks/_people.sass */
.people-item .people-content .people-links .people-link:hover {
  background-color: #f5f5f5;
}

/* line 1, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-container {
  position: relative;
  margin: 0 -50px;
}

@media (max-width: 950px) {
  /* line 4, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-container {
    margin: 0;
  }
}

/* line 11, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 50px 50px 50px;
}

@media (max-width: 550px) {
  /* line 11, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-slide {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 0 0 50px 0;
  }
}

/* line 22, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-content {
  position: relative;
  padding-top: 45px;
  min-width: 400px;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
}

@media (max-width: 550px) {
  /* line 22, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .quote-content {
    min-width: 0;
    width: 100%;
  }
}

/* line 32, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-content:before {
  position: absolute;
  top: -10px;
  left: -5px;
  content: '​‌“';
  font: 400 100px/100px "Work Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 550px) {
  /* line 32, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .quote-content:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* line 43, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-content p, .cms-block-quotes .quote-content ul, .cms-block-quotes .quote-content ol {
  font: 300 italic 22px/32px "Work Sans", Helvetica, Arial, sans-serif;
}

@media (max-width: 550px) {
  /* line 43, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .quote-content p, .cms-block-quotes .quote-content ul, .cms-block-quotes .quote-content ol {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

/* line 51, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 14px;
  margin: 30px 0 0 40px;
}

@media (max-width: 550px) {
  /* line 51, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .quote-author {
    width: 100%;
    -webkit-align-self: center;
    align-self: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px 0 0 0;
  }
}

/* line 67, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author .quote-author-name {
  font-weight: 900;
  font-size: 20px;
  white-space: nowrap;
}

/* line 72, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author .quote-author-role {
  font-weight: bold;
  margin-top: 0;
}

/* line 76, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author .quote-author-picture {
  margin-bottom: 20px;
}

/* line 79, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author .quote-author-picture img {
  display: block;
  width: 120px;
  height: 120px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 86, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .quote-author .quote-author-company {
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .cms-block-content {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 93, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .quote-content {
  -webkit-order: 2;
  order: 2;
}

/* line 96, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .quote-author {
  -webkit-order: 1;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 40px;
  margin-bottom: 30px;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* line 105, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .swiper-btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  z-index: 10;
  width: 50px;
  margin-top: -50px;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease false;
  -o-transition: opacity 0.3s ease false;
  transition: opacity 0.3s ease;
}

/* line 118, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .swiper-btn.prev {
  left: 0;
}

/* line 121, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .swiper-btn.next {
  right: 0;
}

/* line 124, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes.with-image-left .swiper-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-btn {
  position: absolute;
  top: 50%;
  font-size: 24px;
  z-index: 10;
  width: 50px;
  margin-top: -50px;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease false;
  -o-transition: opacity 0.3s ease false;
  transition: opacity 0.3s ease;
}

/* line 140, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-btn.hidden {
  display: none;
}

@media (max-width: 550px) {
  /* line 127, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-btn {
    top: auto;
    bottom: 0;
    padding-bottom: 0;
  }
}

/* line 148, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-btn.prev {
  left: 0;
}

@media (max-width: 950px) {
  /* line 148, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-btn.prev {
    left: -20px;
  }
}

@media (max-width: 550px) {
  /* line 148, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-btn.prev {
    left: auto;
    right: calc(50% + 10px);
  }
}

/* line 158, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-btn.next {
  right: 0;
}

@media (max-width: 950px) {
  /* line 158, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-btn.next {
    right: -20px;
  }
}

@media (max-width: 550px) {
  /* line 158, app/assets/stylesheets/common/blocks/_quotes.sass */
  .cms-block-quotes .swiper-btn.next {
    right: auto;
    left: calc(50% + 10px);
  }
}

/* line 168, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 171, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-pagination-container {
  position: absolute;
  bottom: 0;
  left: 50px;
}

/* line 176, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-pagination-container.hidden {
  display: none;
}

/* line 179, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-pagination-container .swiper-pagination {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

/* line 186, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #424242;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 194, app/assets/stylesheets/common/blocks/_quotes.sass */
.cms-block-quotes .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #424242;
}

/* line 1, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container {
  padding-top: 20px;
}

/* line 4, app/assets/stylesheets/common/blocks/_search.sass */
.template-premium .search-results-container {
  padding-top: 0;
}

@media (max-width: 550px) {
  /* line 1, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container {
    padding-top: 0;
  }
}

/* line 10, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-empty {
  font-size: 18px;
  text-align: center;
  margin-top: 30px;
  color: #757575;
}

/* line 16, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-empty:first-child {
  margin-top: 30px;
}

/* line 19, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters {
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-height: 0;
  background: none;
}

@media (max-width: 550px) {
  /* line 19, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

/* line 30, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters, .template-premium .search-results-container .search-filters {
  margin-bottom: 10px;
}

/* line 34, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters, .template-premium .search-results-container .search-filters {
  margin-bottom: 10px;
}

/* line 38, app/assets/stylesheets/common/blocks/_search.sass */
.template-premium .cms-block-search_with_results .search-results-container .search-filters {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 41, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* line 46, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input, .search-results-container .search-filters-facets {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}

/* line 53, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 550px) {
  /* line 53, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 60, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input input {
  width: 100%;
  padding: 15px 10px 15px 50px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Work Sans";
  border: none;
  outline: none;
  border: 1px solid #e0e0e0;
  -webkit-transition: border-color 0.2s false, background 0.2s false;
  -moz-transition: border-color 0.2s false false, background 0.2s false false;
  -o-transition: border-color 0.2s false false, background 0.2s false false;
  transition: border-color 0.2s, background 0.2s;
}

/* line 71, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input input:focus {
  background: #fafafa;
  border-color: #000000;
}

/* line 75, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-facets {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 550px) {
  /* line 75, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-facets {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

/* line 84, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-facet {
  position: relative;
  float: none;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 550px) {
  /* line 84, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-facet {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0;
  }
}

/* line 97, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters-facet, .template-premium .search-results-container .search-filters-facet {
  margin-left: 0;
  margin-right: 10px;
}

@media (max-width: 550px) {
  /* line 97, app/assets/stylesheets/common/blocks/_search.sass */
  .cms-block-jobs_by_department_with_search .search-results-container .search-filters-facet, .template-premium .search-results-container .search-filters-facet {
    margin-right: 0;
    margin-bottom: 10px;
  }
  /* line 106, app/assets/stylesheets/common/blocks/_search.sass */
  .cms-block-jobs_by_department_with_search .search-results-container .search-filters-facet:last-child, .template-premium .search-results-container .search-filters-facet:last-child {
    margin-bottom: 0;
  }
}

/* line 110, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-facet.open .icon-down-open-mini:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 113, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-facet.open .search-filters-facet-list {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

/* line 118, app/assets/stylesheets/common/blocks/_search.sass */
.kind-single .search-results-container .search-filters-facet.companies {
  display: none;
}

/* line 121, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-header {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 18px;
  padding: 0 10px;
  user-select: none;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  color: #424242;
}

/* line 132, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-header .search-filters-header-count {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  opacity: .7;
}

/* line 138, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters-header, .template-premium .search-results-container .search-filters-header {
  border-radius: 6px;
  line-height: 15px;
  border: none;
  background-color: #fafafa;
  font-weight: 500;
  color: #757575;
  padding: 0 10px 0 20px;
}

@media (max-width: 550px) {
  /* line 121, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-header {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 2.5rem;
  }
}

/* line 154, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-header .icon-down-open-mini {
  margin-left: auto;
}

/* line 157, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-header .icon-down-open-mini:before {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease false;
  -o-transition: -o-transform 0.2s ease false;
  transition: transform 0.2s ease;
}

/* line 160, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-header .icon-secondary {
  margin-right: 5px;
  color: #9e9e9e;
}

/* line 164, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

@media (max-width: 550px) {
  /* line 164, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-actions {
    width: 100%;
  }
}

/* line 172, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions .btn {
  padding: 15px 0;
  width: 62px;
  margin-left: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: center;
}

@media (max-width: 550px) {
  /* line 172, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-actions .btn {
    width: 100%;
    margin-left: 0;
  }
}

/* line 183, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions .btn .fa {
  margin: 0;
}

/* line 186, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container form {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 550px) {
  /* line 186, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container form {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

/* line 192, app/assets/stylesheets/common/blocks/_search.sass */
.template-premium .search-results-container form {
  max-width: 100%;
}

/* line 195, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input, .search-results-container .search-filters-facets {
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}

/* line 202, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 205, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters-input, .template-premium .search-results-container .search-filters-input {
  margin-left: auto;
  width: 100%;
  max-width: 300px;
  -webkit-flex: none;
  flex: none;
}

@media (max-width: 550px) {
  /* line 205, app/assets/stylesheets/common/blocks/_search.sass */
  .cms-block-jobs_by_department_with_search .search-results-container .search-filters-input, .template-premium .search-results-container .search-filters-input {
    max-width: 100%;
  }
}

/* line 215, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters-input input, .template-premium .search-results-container .search-filters-input input {
  border-radius: 6px;
  padding: 5px 10px 5px 45px;
  background-color: #fafafa;
  height: 2.75rem;
  border: none;
  font-family: "Work Sans";
}

/* line 223, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-search .search-results-container .search-filters-input {
  max-width: 100%;
  margin-left: 0;
  width: auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (max-width: 550px) {
  /* line 202, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-input {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 233, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input .fa {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #e0e0e0;
}

/* line 242, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input input {
  width: 100%;
  padding: 15px 10px 15px 50px;
  font: 700 14px/30px "Work Sans", Helvetica, Arial, sans-serif;
  border: none;
  outline: none;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s false, background 0.2s false;
  -moz-transition: border-color 0.2s false false, background 0.2s false false;
  -o-transition: border-color 0.2s false false, background 0.2s false false;
  transition: border-color 0.2s, background 0.2s;
}

/* line 256, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input input:focus {
  background: #fafafa;
  border-color: #bdbdbd;
}

/* line 260, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-input .ais-SearchBox-submit, .search-results-container .search-filters-input .ais-SearchBox-reset {
  display: none;
}

/* line 263, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions {
  display: -webkit-flex;
  display: flex;
}

/* line 266, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions .btn {
  padding: 15px 0;
  width: 62px;
  margin-left: 10px;
  text-align: center;
}

@media (max-width: 550px) {
  /* line 266, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-filters-actions .btn {
    width: 100%;
    margin-left: 0;
  }
}

/* line 276, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-actions .btn .fa {
  margin: 0;
}

/* line 279, app/assets/stylesheets/common/blocks/_search.sass */
.template-premium .search-results-container .search-filters-actions .btn {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 3px;
}

/* line 284, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-secondary-links {
  text-align: right;
  margin-top: 10px;
}

/* line 289, app/assets/stylesheets/common/blocks/_search.sass */
.template-premium .search-results-container .search-secondary-links a {
  color: var(--primary);
  font-size: 0.875rem;
}

/* line 293, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-filters-facet-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: none;
  z-index: 100;
  padding: 10px 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  max-height: 300px;
  overflow: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease false;
  -o-transition: all 0.2s ease false;
  transition: all 0.2s ease;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* line 311, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .search-filters-facet-list, .template-premium .search-results-container .search-filters-facet-list {
  top: calc(100% + 10px);
  background-color: #ffffff;
  border: 1px solid #f5f5f5;
  width: auto;
  min-width: 100%;
  padding: 10px;
  white-space: nowrap;
  border: none;
  border-radius: 10px;
  box-shadow: 0 3 10px rgba(0, 0, 0, 0.08);
}

/* line 325, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-item--selected .ais-RefinementList-label {
  background-color: #f5f5f5;
}

/* line 330, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-item--selected .ais-RefinementList-label, .template-premium .search-results-container .ais-RefinementList-item--selected .ais-RefinementList-label {
  background: none;
}

/* line 333, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-item--selected .ais-RefinementList-label::after, .template-premium .search-results-container .ais-RefinementList-item--selected .ais-RefinementList-label::after {
  opacity: 1;
}

/* line 336, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-showMore {
  display: block;
  text-align: center;
  width: 100%;
  border: none;
  border-top: 1px solid #f5f5f5;
  padding: 10px;
  cursor: pointer;
  font: 500 12px/12px "Work Sans", Helvetica, Arial, sans-serif;
  color: #757575;
  outline: none;
  text-transform: uppercase;
  -webkit-transition: background 0.2s false, color 0.2s false;
  -moz-transition: background 0.2s false false, color 0.2s false false;
  -o-transition: background 0.2s false false, color 0.2s false false;
  transition: background 0.2s, color 0.2s;
}

/* line 350, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-showMore:hover {
  color: #212121;
  background: #f5f5f5;
}

/* line 354, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-showMore.ais-RefinementList-showMore--disabled {
  display: none;
}

/* line 357, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-label {
  display: block;
  position: relative;
  font-weight: bold;
  cursor: pointer;
  font-size: 15px;
  padding: 10px 20px;
  user-select: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease false;
  -o-transition: background 0.2s ease false;
  transition: background 0.2s ease;
}

/* line 367, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-label .ais-RefinementList-labelText,
.search-results-container .ais-RefinementList-label .ais-RefinementList-count {
  color: #757575;
}

/* line 371, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-label .ais-RefinementList-count {
  position: relative;
  top: -5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}

/* line 377, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-label:hover {
  background-color: #f5f5f5;
}

/* line 380, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-RefinementList-label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 388, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label, .template-premium .search-results-container .ais-RefinementList-label {
  padding-left: calc(10px + 20px);
}

/* line 392, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label:hover, .template-premium .search-results-container .ais-RefinementList-label:hover {
  background: none;
}

/* line 395, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label::before, .cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label::after, .template-premium .search-results-container .ais-RefinementList-label::before, .template-premium .search-results-container .ais-RefinementList-label::after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}

/* line 404, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label::before, .template-premium .search-results-container .ais-RefinementList-label::before {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  content: " ";
}

/* line 409, app/assets/stylesheets/common/blocks/_search.sass */
.cms-block-jobs_by_department_with_search .search-results-container .ais-RefinementList-label::after, .template-premium .search-results-container .ais-RefinementList-label::after {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: currentColor;
  border: 1px solid currentColor;
  font: normal normal normal 14px/1 FontAwesome;
  content: '\f00c';
  font-size: 14px;
  opacity: 0;
  transition: all .2s ease;
}

/* line 421, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-header {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #424242;
}

/* line 427, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination {
  text-align: center;
  margin: 30px 0;
}

/* line 431, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination .ais-Pagination-item {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}

/* line 436, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination .ais-Pagination-item.ais-Pagination-item--disabled {
  display: none;
}

/* line 439, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination .ais-Pagination-item .ais-Pagination-link {
  display: inline-block;
  position: relative;
  width: 44px;
  z-index: 2;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  font-weight: bold;
  line-height: 40px;
  color: #616161;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s false, color 0.2s false;
  -moz-transition: border-color 0.2s false false, color 0.2s false false;
  -o-transition: border-color 0.2s false false, color 0.2s false false;
  transition: border-color 0.2s, color 0.2s;
}

/* line 454, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination .ais-Pagination-item .ais-Pagination-link:hover {
  color: #212121;
  border-color: #bdbdbd;
}

/* line 459, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .ais-Pagination .ais-Pagination-item.ais-Pagination-item--active .ais-Pagination-link {
  background-color: #ffffff;
}

/* line 462, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department {
  border-bottom: 1px solid #eeeeee;
}

/* line 465, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department:last-child {
  border-bottom: none;
}

/* line 468, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0;
  cursor: pointer;
  user-select: none;
}

@media (max-width: 550px) {
  /* line 468, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-results-department .search-results-department-header {
    display: block;
    padding: 20px 30px 20px 0;
  }
}

/* line 480, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header-stats {
  margin-left: auto;
  font-weight: bold;
  color: #757575;
}

/* line 485, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header .search-results-department-header-icon {
  color: #757575;
  margin-left: 10px;
  font-size: 20px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  transition: all .2s ease;
}

@media (max-width: 550px) {
  /* line 485, app/assets/stylesheets/common/blocks/_search.sass */
  .search-results-container .search-results-department .search-results-department-header .search-results-department-header-icon {
    position: absolute;
    top: 32px;
    right: 0;
  }
}

/* line 500, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header .search-results-department-header-icon::before {
  margin: 0;
}

/* line 504, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header.open .search-results-department-header-icon {
  transform: rotate(90deg);
}

/* line 508, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-header:hover .search-results-department-header-icon {
  background-color: #f5f5f5;
  color: currentColor;
}

/* line 512, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-title {
  font-weight: bold;
  font-size: 20px;
  color: var(--secondary, #000000);
}

/* line 517, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-content {
  width: 100% !important;
  display: none;
  padding-bottom: 30px;
}

/* line 522, app/assets/stylesheets/common/blocks/_search.sass */
.search-results-container .search-results-department .search-results-department-content.open {
  display: block;
}

/* line 525, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job, .template-premium .ais-Hits-item {
  margin-bottom: 20px;
  list-style: none;
}

/* line 529, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job:last-child, .template-premium .ais-Hits-item:last-child {
  margin-bottom: 0;
}

/* line 532, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job-link, .search-department-job .jobs-item-link, .template-premium .ais-Hits-item-link, .template-premium .ais-Hits-item .jobs-item-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fafafa;
  color: #757575;
  text-decoration: none;
  padding: 20px;
  transition: all 0.2s ease;
}

@media (max-width: 550px) {
  /* line 532, app/assets/stylesheets/common/blocks/_search.sass */
  .search-department-job-link, .search-department-job .jobs-item-link, .template-premium .ais-Hits-item-link, .template-premium .ais-Hits-item .jobs-item-link {
    display: block;
  }
}

/* line 545, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job-link:hover, .search-department-job .jobs-item-link:hover, .template-premium .ais-Hits-item-link:hover, .template-premium .ais-Hits-item .jobs-item-link:hover {
  background-color: #f5f5f5;
}

/* line 548, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .company-logo-container, .template-premium .ais-Hits-item .company-logo-container {
  -webkit-flex: none;
  flex: none;
  margin-right: 20px;
}

/* line 552, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .company-logo-container .company-logo, .template-premium .ais-Hits-item .company-logo-container .company-logo {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 3px;
}

/* line 558, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .search-jobs-item-content, .template-premium .ais-Hits-item .search-jobs-item-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-items: center;
  align-items: center;
}

/* line 563, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job-title, .search-department-job .job-title, .template-premium .ais-Hits-item-title, .template-premium .ais-Hits-item .job-title {
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
  margin-right: 30px;
  width: 55%;
  -webkit-flex: none;
  flex: none;
}

@media (max-width: 550px) {
  /* line 563, app/assets/stylesheets/common/blocks/_search.sass */
  .search-department-job-title, .search-department-job .job-title, .template-premium .ais-Hits-item-title, .template-premium .ais-Hits-item .job-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* line 575, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .search-department-job-metas, .search-department-job .job-details, .template-premium .ais-Hits-item .search-department-job-metas, .template-premium .ais-Hits-item .job-details {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  margin-left: auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 582, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .search-department-job-metas .search-department-job-metas-item, .search-department-job .search-department-job-metas li, .search-department-job .job-details .search-department-job-metas-item, .search-department-job .job-details li, .template-premium .ais-Hits-item .search-department-job-metas .search-department-job-metas-item, .template-premium .ais-Hits-item .search-department-job-metas li, .template-premium .ais-Hits-item .job-details .search-department-job-metas-item, .template-premium .ais-Hits-item .job-details li {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
}

/* line 588, app/assets/stylesheets/common/blocks/_search.sass */
.search-department-job .search-department-job-metas .search-department-job-metas-item.job-company, .search-department-job .search-department-job-metas li.job-company, .search-department-job .job-details .search-department-job-metas-item.job-company, .search-department-job .job-details li.job-company, .template-premium .ais-Hits-item .search-department-job-metas .search-department-job-metas-item.job-company, .template-premium .ais-Hits-item .search-department-job-metas li.job-company, .template-premium .ais-Hits-item .job-details .search-department-job-metas-item.job-company, .template-premium .ais-Hits-item .job-details li.job-company {
  display: none;
}

/* line 3, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .search-results {
  position: relative;
  min-height: 230px;
}

/* line 7, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .search-results .search-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* line 15, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .search-results .ais-Hits__empty {
  margin-top: 30px;
}

/* line 18, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .search-results .ais-Hits__empty .section-title {
  text-align: center;
  justify-content: center;
}

/* line 23, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .jobs-item-link .job-details li.job-department {
  display: none !important;
}

/* line 26, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results .jobs-item-link .job-details .job-published-at {
  display: none;
}

/* line 30, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results.with-publication-date .jobs-item-link .job-details .job-published-at {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results.with-departments .search-filters-facet.companies {
  display: none !important;
}

/* line 37, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results.with-departments .search-filters-facet.departments {
  display: inline-block !important;
}

/* line 41, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results.with-departments .jobs-item-link .job-details li.job-company {
  display: none !important;
}

/* line 43, app/assets/stylesheets/common/blocks/_search_with_results.sass */
.cms-block-search_with_results.with-departments .jobs-item-link .job-details li.job-department {
  display: block !important;
}

/* line 2, app/assets/stylesheets/common/blocks/_spontaneous_job.sass */
.template-premium .cms-block-spontaneous_job {
  background-color: var(--primary, #212121);
  color: #ffffff;
  text-align: center;
  padding: 40px;
  border-radius: 6px;
}

/* line 9, app/assets/stylesheets/common/blocks/_spontaneous_job.sass */
.template-premium .cms-block-spontaneous_job .block-surtitle {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: .7;
  font-weight: 700;
  letter-spacing: 1px;
}

/* line 18, app/assets/stylesheets/common/blocks/_spontaneous_job.sass */
.template-premium .cms-block-spontaneous_job .block-title::before {
  display: none;
  padding-left: 0;
}

/* line 23, app/assets/stylesheets/common/blocks/_spontaneous_job.sass */
.template-premium .cms-block-spontaneous_job .block-content p:not(.spontaneous-button) {
  opacity: .7;
}

/* line 26, app/assets/stylesheets/common/blocks/_spontaneous_job.sass */
.template-premium .cms-block-spontaneous_job .block-content .spontaneous-button {
  margin-top: 40px;
}

/* line 1, app/assets/stylesheets/common/blocks/_stats.sass */
.stats-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
  list-style: none;
}

/* line 8, app/assets/stylesheets/common/blocks/_stats.sass */
.stats-list:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/common/blocks/_stats.sass */
.stat-item {
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0;
  margin: 0 40px 20px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 550px) {
  /* line 11, app/assets/stylesheets/common/blocks/_stats.sass */
  .stat-item {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 23, app/assets/stylesheets/common/blocks/_stats.sass */
  .stat-item:last-child {
    margin-bottom: 0;
  }
}

/* line 26, app/assets/stylesheets/common/blocks/_stats.sass */
.stat-item:before {
  display: none;
}

/* line 29, app/assets/stylesheets/common/blocks/_stats.sass */
.stat-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 5px;
}

/* line 35, app/assets/stylesheets/common/blocks/_stats.sass */
.stat-value {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 11px;
}

/* line 1, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper, .cms-block-company_pictures {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background, .cms-block-company_pictures.as-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

/* line 15, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background .swiper-container, .cms-block-company_pictures.as-background .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

/* line 23, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background .swiper-container:after, .cms-block-company_pictures.as-background .swiper-container:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 10;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 34, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background .swiper-container .swiper-pagination-container, .cms-block-company_pictures.as-background .swiper-container .swiper-pagination-container {
  right: 0;
  bottom: 40px;
  z-index: 11;
}

/* line 39, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet, .cms-block-company_pictures.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet {
  border: 2px solid #ffffff;
}

/* line 42, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active, .cms-block-company_pictures.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* line 45, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-container, .cms-block-company_pictures .swiper-container {
  position: relative;
  width: 100%;
  height: 400px;
  padding-bottom: 40px;
}

/* line 51, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-container .swiper-slide, .cms-block-company_pictures .swiper-container .swiper-slide {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 56, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-pagination-container, .cms-block-company_pictures .swiper-pagination-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* line 62, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-pagination-container.hidden, .cms-block-company_pictures .swiper-pagination-container.hidden {
  display: none;
}

/* line 65, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-pagination-container .swiper-pagination, .cms-block-company_pictures .swiper-pagination-container .swiper-pagination {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

/* line 72, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet, .cms-block-company_pictures .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #424242;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 80, app/assets/stylesheets/common/blocks/_swiper.sass */
.cms-block-swiper .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .cms-block-company_pictures .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #424242;
}

/* line 1, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text {
  position: relative;
}

/* line 4, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.as-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}

/* line 15, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.as-background .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

/* line 23, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.as-background .swiper-container .swiper-pagination-container {
  right: 0;
  bottom: 40px;
  z-index: 11;
}

/* line 28, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet {
  border: 2px solid #ffffff;
}

/* line 31, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.as-background .swiper-container .swiper-pagination-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

/* line 34, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-container {
  position: relative;
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
}

/* line 41, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-container:hover .swiper-btn {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 44, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-slide {
  position: relative;
  padding-left: 330px;
}

/* line 48, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-slide .slide-picture {
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 300px;
  height: 100%;
}

/* line 56, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-slide .slide-picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 62, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-slide .slide-content {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 40px;
}

/* line 69, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-slide .slide-content .slide-title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}

/* line 74, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  line-height: 36px;
  font-size: 12px;
  background-color: #ffffff;
  color: #bdbdbd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 92, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn:hover {
  background-color: #f5f5f5;
  color: #9e9e9e;
}

/* line 96, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn .fa {
  position: relative;
}

/* line 99, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn.prev {
  left: 15px;
}

/* line 102, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn.prev .fa {
  left: -1px;
}

/* line 105, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn.next {
  right: 15px;
}

/* line 108, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn.next .fa {
  right: -1px;
}

/* line 111, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 114, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-pagination-container {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
}

/* line 120, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-pagination-container.hidden {
  display: none;
}

/* line 123, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-pagination-container .swiper-pagination {
  text-align: center;
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
}

/* line 130, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border: 2px solid #424242;
  margin: 0 5px 0 0;
  width: 10px;
  height: 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 138, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text .swiper-pagination-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #424242;
}

/* line 142, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-right .swiper-slide {
  padding-left: 0;
  padding-right: 330px;
}

/* line 147, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-right .swiper-slide .slide-picture {
  left: auto;
  right: 30px;
}

/* line 151, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-right .swiper-slide .slide-content {
  padding-right: 40px;
  padding-left: 0;
}

/* line 157, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-container {
  padding-bottom: 0;
}

/* line 160, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-slide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0;
}

/* line 166, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-slide .slide-picture {
  width: 100%;
  height: 100%;
  left: 0;
}

/* line 171, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-slide .slide-picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: " ";
}

/* line 180, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-slide .slide-content {
  position: relative;
  z-index: 10;
  max-width: 600px;
  margin: 30px auto;
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 191, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-pagination-container {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

/* line 196, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-image-below .swiper-btn {
  top: 50%;
}

@media (max-width: 550px) {
  /* line 196, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
  .cms-block.cms-block-swiper_with_text.with-image-below .swiper-btn {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* line 207, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-white-text .swiper-slide .slide-content {
  background: none;
  max-width: 900px;
  padding: 0;
}

/* line 213, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-white-text .swiper-slide .slide-content .slide-title:last-child {
  margin-bottom: 0;
}

/* line 216, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-white-text .swiper-slide .slide-content * {
  color: #ffffff;
}

/* line 221, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-background-image .swiper-slide {
  padding-left: 30px;
}

/* line 224, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-background-image .swiper-slide .slide-content {
  max-width: 600px;
}

/* line 227, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-background-image .swiper-slide .slide-picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 234, app/assets/stylesheets/common/blocks/_swiper_with_text.sass */
.cms-block.cms-block-swiper_with_text.with-background-image .swiper-slide .slide-picture:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: " ";
}

/* line 3, app/assets/stylesheets/common/blocks/_video.sass */
.cms-block-video .cms-block-content iframe {
  width: 100%;
  height: 434px;
}

@media (max-width: 950px) {
  /* line 3, app/assets/stylesheets/common/blocks/_video.sass */
  .cms-block-video .cms-block-content iframe {
    width: 100% !important;
    height: 345px !important;
  }
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/common/blocks/_video.sass */
  .cms-block-video .cms-block-content iframe {
    height: 260px !important;
  }
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-e653f75c7251cd9831df40f02011362e67d878aec36ab32626efe7d51fd161b1.eot?90419088);
  src: url(/assets/fontello-e653f75c7251cd9831df40f02011362e67d878aec36ab32626efe7d51fd161b1.eot?90419088#iefix) format("embedded-opentype"), url(/assets/fontello-c8f1f231a860426705b4cf9e1b8cba0c9c3e9ecfdc0f41f39353c85c2015fc7d.woff2?90419088) format("woff2"), url(/assets/fontello-20117421d6cc2c093e966be9dedd17f707d0ac8c4292c29ccadc09bec3cc5dd7.woff?90419088) format("woff"), url(/assets/fontello-05a61beaf69dfcbb1455a7126568c938b77a12cea4e6ef2c589325a19da29823.ttf?90419088) format("truetype"), url(/assets/fontello-73efcfbad67017a3a088cf3634e91ec8de87e10562fa1853a7d1adb9c1f7552b.svg?90419088#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: font-url(/assets/fontello-73efcfbad67017a3a088cf3634e91ec8de87e10562fa1853a7d1adb9c1f7552b.svg?90419088#fontello) format('svg');
  }
}
*/
/* line 23, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-circle:before, .icon-up-open-big:before, .icon-right-open-big:before, .icon-left-open-big:before, .icon-down-open-big:before, .icon-up-open-mini:before, .icon-right-open-mini:before, .icon-left-open-mini:before, .icon-down-open-mini:before, .icon-up-open:before, .icon-right-open:before, .icon-left-open:before, body.template-raptor .main-header-baseline:before, body.template-diplodocus .main-header-baseline:before, .icon-down-open:before, .icon-doc:before, .icon-key:before, .icon-database:before, .icon-trash:before, .icon-cup:before, .icon-megaphone:before, .icon-graduation-cap:before, .icon-fire:before, .icon-comment:before, .icon-pencil:before, .icon-thumbs-up:before, .icon-cloud:before, .icon-globe:before, .icon-inbox:before, .icon-eye:before, .icon-lock:before, .icon-cd:before, .icon-mobile:before, .icon-attach:before, .icon-desktop:before, .icon-tv:before, .icon-photo:before, .icon-camera:before, .icon-videocam:before, .icon-clock:before, .icon-user:before, .icon-mail:before, .icon-wallet:before, .icon-t-shirt:before, .icon-diamond:before, .icon-sound:before, .icon-calendar:before, .icon-food:before, .icon-money:before, .icon-truck:before, .icon-beaker:before, .icon-note:before, .icon-music:before, .icon-star:before, .icon-tag:before, .icon-paper-plane:before, .icon-lightbulb:before, .icon-cog:before, .icon-params:before, .icon-heart:before, .icon-shop:before, .icon-briefcase:before, .icon-search:before, .icon-location:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 58, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-location:before {
  content: '\e800';
}

/* '' */
/* line 59, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-search:before {
  content: '\e801';
}

/* '' */
/* line 60, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-briefcase:before {
  content: '\e802';
}

/* '' */
/* line 61, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-shop:before {
  content: '\e803';
}

/* '' */
/* line 62, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-heart:before {
  content: '\e804';
}

/* '' */
/* line 63, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-params:before {
  content: '\e805';
}

/* '' */
/* line 64, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cog:before {
  content: '\e806';
}

/* '' */
/* line 65, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-lightbulb:before {
  content: '\e807';
}

/* '' */
/* line 66, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-paper-plane:before {
  content: '\e808';
}

/* '' */
/* line 67, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-tag:before {
  content: '\e809';
}

/* '' */
/* line 68, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-star:before {
  content: '\e80a';
}

/* '' */
/* line 69, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-music:before {
  content: '\e80b';
}

/* '' */
/* line 70, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-note:before {
  content: '\e80c';
}

/* '' */
/* line 71, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-beaker:before {
  content: '\e80d';
}

/* '' */
/* line 72, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-truck:before {
  content: '\e80e';
}

/* '' */
/* line 73, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-money:before {
  content: '\e80f';
}

/* '' */
/* line 74, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-food:before {
  content: '\e810';
}

/* '' */
/* line 75, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-calendar:before {
  content: '\e811';
}

/* '' */
/* line 76, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-sound:before {
  content: '\e812';
}

/* '' */
/* line 77, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-diamond:before {
  content: '\e813';
}

/* '' */
/* line 78, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-t-shirt:before {
  content: '\e814';
}

/* '' */
/* line 79, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-wallet:before {
  content: '\e815';
}

/* '' */
/* line 80, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-mail:before {
  content: '\e816';
}

/* '' */
/* line 81, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-user:before {
  content: '\e817';
}

/* '' */
/* line 82, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-clock:before {
  content: '\e818';
}

/* '' */
/* line 83, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-videocam:before {
  content: '\e819';
}

/* '' */
/* line 84, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-camera:before {
  content: '\e81a';
}

/* '' */
/* line 85, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-photo:before {
  content: '\e81b';
}

/* '' */
/* line 86, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-tv:before {
  content: '\e81c';
}

/* '' */
/* line 87, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-desktop:before {
  content: '\e81d';
}

/* '' */
/* line 88, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-attach:before {
  content: '\e81e';
}

/* '' */
/* line 89, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-mobile:before {
  content: '\e81f';
}

/* '' */
/* line 90, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cd:before {
  content: '\e820';
}

/* '' */
/* line 91, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-lock:before {
  content: '\e821';
}

/* '' */
/* line 92, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-eye:before {
  content: '\e822';
}

/* '' */
/* line 93, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-inbox:before {
  content: '\e823';
}

/* '' */
/* line 94, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-globe:before {
  content: '\e824';
}

/* '' */
/* line 95, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cloud:before {
  content: '\e825';
}

/* '' */
/* line 96, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-thumbs-up:before {
  content: '\e826';
}

/* '' */
/* line 97, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-pencil:before {
  content: '\e827';
}

/* '' */
/* line 98, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-comment:before {
  content: '\e828';
}

/* '' */
/* line 99, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-fire:before {
  content: '\e829';
}

/* '' */
/* line 100, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-graduation-cap:before {
  content: '\e82a';
}

/* '' */
/* line 101, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-megaphone:before {
  content: '\e82b';
}

/* '' */
/* line 102, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cup:before {
  content: '\e82c';
}

/* '' */
/* line 103, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-trash:before {
  content: '\e82d';
}

/* '' */
/* line 104, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-database:before {
  content: '\e82e';
}

/* '' */
/* line 105, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-key:before {
  content: '\e82f';
}

/* '' */
/* line 106, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-doc:before {
  content: '\e830';
}

/* '' */
/* line 107, app/assets/stylesheets/common/fonts/_fontello.scss */
body.template-raptor .main-header-baseline:before, body.template-diplodocus .main-header-baseline:before, .icon-down-open:before {
  content: '\e831';
}

/* '' */
/* line 108, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open:before {
  content: '\e832';
}

/* '' */
/* line 109, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open:before {
  content: '\e833';
}

/* '' */
/* line 110, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open:before {
  content: '\e834';
}

/* '' */
/* line 111, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-down-open-mini:before {
  content: '\e835';
}

/* '' */
/* line 112, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open-mini:before {
  content: '\e836';
}

/* '' */
/* line 113, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open-mini:before {
  content: '\e837';
}

/* '' */
/* line 114, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open-mini:before {
  content: '\e838';
}

/* '' */
/* line 115, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-down-open-big:before {
  content: '\e839';
}

/* '' */
/* line 116, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open-big:before {
  content: '\e83a';
}

/* '' */
/* line 117, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open-big:before {
  content: '\e83b';
}

/* '' */
/* line 118, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open-big:before {
  content: '\e83c';
}

/* '' */
/* line 119, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-circle:before {
  content: '\e83d';
}

/* '' */
@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-regular-bb1b7e29ee2a306575ebbd9cc0341cfc5a05ba8772245055d58c8ce40b9c6ed1.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-medium-8b5009fe7830aff478289d6deea05273e938d496bfcc80f3c2acf156e93b00d2.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-bold-a90a42ab72d6991a91ba2fa3319592b4c68ffde89983a2f6b45ee8e38c1f2dc6.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-black-b57a09a7972017afc9fae06b58996f0a8b416d801caf619ed73d19de2a0cb0e0.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-regularitalic-69b60bd33643c82974e0678233575ab6645f56baf90177e44ffcf7911b4a275f.otf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-mediumitalic-2b0dd204eae60416dce392e7287f50b267ceddb21835b5e337a822225c2084bf.otf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-bolditalic-7508f1dfdb8adbc9785a36c2cf1e2c4cb88acb8f0ddadd9a6a638593f6c6415a.otf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-blackitalic-09f0bf5c618250897474a32a496e420d94263711339ab78b4fb57eba0602f19d.otf);
  font-weight: 800;
  font-style: italic;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot);
  src: url(/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2) format("woff2"), url(/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff) format("woff"), url(/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf) format("truetype"), url(/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 19, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 28, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul &gt; li {
  position: relative;
}

/* line 57, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

/* line 125, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, vendor/bundle/ruby/3.3.0/gems/font-awesome-rails-4.7.0.9/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: 'fontello';
  src: url(/assets/fontello-e653f75c7251cd9831df40f02011362e67d878aec36ab32626efe7d51fd161b1.eot?90419088);
  src: url(/assets/fontello-e653f75c7251cd9831df40f02011362e67d878aec36ab32626efe7d51fd161b1.eot?90419088#iefix) format("embedded-opentype"), url(/assets/fontello-c8f1f231a860426705b4cf9e1b8cba0c9c3e9ecfdc0f41f39353c85c2015fc7d.woff2?90419088) format("woff2"), url(/assets/fontello-20117421d6cc2c093e966be9dedd17f707d0ac8c4292c29ccadc09bec3cc5dd7.woff?90419088) format("woff"), url(/assets/fontello-05a61beaf69dfcbb1455a7126568c938b77a12cea4e6ef2c589325a19da29823.ttf?90419088) format("truetype"), url(/assets/fontello-73efcfbad67017a3a088cf3634e91ec8de87e10562fa1853a7d1adb9c1f7552b.svg?90419088#fontello) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: font-url(/assets/fontello-73efcfbad67017a3a088cf3634e91ec8de87e10562fa1853a7d1adb9c1f7552b.svg?90419088#fontello) format('svg');
  }
}
*/
/* line 23, app/assets/stylesheets/common/fonts/_fontello.scss */
body.template-raptor .main-header-baseline:before, body.template-diplodocus .main-header-baseline:before, .icon-location:before, .icon-search:before, .icon-briefcase:before, .icon-shop:before, .icon-heart:before, .icon-params:before, .icon-cog:before, .icon-lightbulb:before, .icon-paper-plane:before, .icon-tag:before, .icon-star:before, .icon-music:before, .icon-note:before, .icon-beaker:before, .icon-truck:before, .icon-money:before, .icon-food:before, .icon-calendar:before, .icon-sound:before, .icon-diamond:before, .icon-t-shirt:before, .icon-wallet:before, .icon-mail:before, .icon-user:before, .icon-clock:before, .icon-videocam:before, .icon-camera:before, .icon-photo:before, .icon-tv:before, .icon-desktop:before, .icon-attach:before, .icon-mobile:before, .icon-cd:before, .icon-lock:before, .icon-eye:before, .icon-inbox:before, .icon-globe:before, .icon-cloud:before, .icon-thumbs-up:before, .icon-pencil:before, .icon-comment:before, .icon-fire:before, .icon-graduation-cap:before, .icon-megaphone:before, .icon-cup:before, .icon-trash:before, .icon-database:before, .icon-key:before, .icon-doc:before, .icon-down-open:before, .icon-left-open:before, .icon-right-open:before, .icon-up-open:before, .icon-down-open-mini:before, .icon-left-open-mini:before, .icon-right-open-mini:before, .icon-up-open-mini:before, .icon-down-open-big:before, .icon-left-open-big:before, .icon-right-open-big:before, .icon-up-open-big:before, .icon-right-circle:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 58, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-location:before {
  content: '\e800';
}

/* '' */
/* line 59, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-search:before {
  content: '\e801';
}

/* '' */
/* line 60, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-briefcase:before {
  content: '\e802';
}

/* '' */
/* line 61, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-shop:before {
  content: '\e803';
}

/* '' */
/* line 62, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-heart:before {
  content: '\e804';
}

/* '' */
/* line 63, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-params:before {
  content: '\e805';
}

/* '' */
/* line 64, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cog:before {
  content: '\e806';
}

/* '' */
/* line 65, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-lightbulb:before {
  content: '\e807';
}

/* '' */
/* line 66, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-paper-plane:before {
  content: '\e808';
}

/* '' */
/* line 67, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-tag:before {
  content: '\e809';
}

/* '' */
/* line 68, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-star:before {
  content: '\e80a';
}

/* '' */
/* line 69, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-music:before {
  content: '\e80b';
}

/* '' */
/* line 70, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-note:before {
  content: '\e80c';
}

/* '' */
/* line 71, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-beaker:before {
  content: '\e80d';
}

/* '' */
/* line 72, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-truck:before {
  content: '\e80e';
}

/* '' */
/* line 73, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-money:before {
  content: '\e80f';
}

/* '' */
/* line 74, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-food:before {
  content: '\e810';
}

/* '' */
/* line 75, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-calendar:before {
  content: '\e811';
}

/* '' */
/* line 76, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-sound:before {
  content: '\e812';
}

/* '' */
/* line 77, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-diamond:before {
  content: '\e813';
}

/* '' */
/* line 78, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-t-shirt:before {
  content: '\e814';
}

/* '' */
/* line 79, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-wallet:before {
  content: '\e815';
}

/* '' */
/* line 80, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-mail:before {
  content: '\e816';
}

/* '' */
/* line 81, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-user:before {
  content: '\e817';
}

/* '' */
/* line 82, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-clock:before {
  content: '\e818';
}

/* '' */
/* line 83, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-videocam:before {
  content: '\e819';
}

/* '' */
/* line 84, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-camera:before {
  content: '\e81a';
}

/* '' */
/* line 85, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-photo:before {
  content: '\e81b';
}

/* '' */
/* line 86, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-tv:before {
  content: '\e81c';
}

/* '' */
/* line 87, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-desktop:before {
  content: '\e81d';
}

/* '' */
/* line 88, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-attach:before {
  content: '\e81e';
}

/* '' */
/* line 89, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-mobile:before {
  content: '\e81f';
}

/* '' */
/* line 90, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cd:before {
  content: '\e820';
}

/* '' */
/* line 91, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-lock:before {
  content: '\e821';
}

/* '' */
/* line 92, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-eye:before {
  content: '\e822';
}

/* '' */
/* line 93, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-inbox:before {
  content: '\e823';
}

/* '' */
/* line 94, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-globe:before {
  content: '\e824';
}

/* '' */
/* line 95, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cloud:before {
  content: '\e825';
}

/* '' */
/* line 96, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-thumbs-up:before {
  content: '\e826';
}

/* '' */
/* line 97, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-pencil:before {
  content: '\e827';
}

/* '' */
/* line 98, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-comment:before {
  content: '\e828';
}

/* '' */
/* line 99, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-fire:before {
  content: '\e829';
}

/* '' */
/* line 100, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-graduation-cap:before {
  content: '\e82a';
}

/* '' */
/* line 101, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-megaphone:before {
  content: '\e82b';
}

/* '' */
/* line 102, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-cup:before {
  content: '\e82c';
}

/* '' */
/* line 103, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-trash:before {
  content: '\e82d';
}

/* '' */
/* line 104, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-database:before {
  content: '\e82e';
}

/* '' */
/* line 105, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-key:before {
  content: '\e82f';
}

/* '' */
/* line 106, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-doc:before {
  content: '\e830';
}

/* '' */
/* line 107, app/assets/stylesheets/common/fonts/_fontello.scss */
body.template-raptor .main-header-baseline:before, body.template-diplodocus .main-header-baseline:before, .icon-down-open:before {
  content: '\e831';
}

/* '' */
/* line 108, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open:before {
  content: '\e832';
}

/* '' */
/* line 109, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open:before {
  content: '\e833';
}

/* '' */
/* line 110, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open:before {
  content: '\e834';
}

/* '' */
/* line 111, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-down-open-mini:before {
  content: '\e835';
}

/* '' */
/* line 112, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open-mini:before {
  content: '\e836';
}

/* '' */
/* line 113, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open-mini:before {
  content: '\e837';
}

/* '' */
/* line 114, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open-mini:before {
  content: '\e838';
}

/* '' */
/* line 115, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-down-open-big:before {
  content: '\e839';
}

/* '' */
/* line 116, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-left-open-big:before {
  content: '\e83a';
}

/* '' */
/* line 117, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-open-big:before {
  content: '\e83b';
}

/* '' */
/* line 118, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-up-open-big:before {
  content: '\e83c';
}

/* '' */
/* line 119, app/assets/stylesheets/common/fonts/_fontello.scss */
.icon-right-circle:before {
  content: '\e83d';
}

/* '' */
@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-regular-bb1b7e29ee2a306575ebbd9cc0341cfc5a05ba8772245055d58c8ce40b9c6ed1.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-medium-8b5009fe7830aff478289d6deea05273e938d496bfcc80f3c2acf156e93b00d2.otf);
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-bold-a90a42ab72d6991a91ba2fa3319592b4c68ffde89983a2f6b45ee8e38c1f2dc6.otf);
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-black-b57a09a7972017afc9fae06b58996f0a8b416d801caf619ed73d19de2a0cb0e0.otf);
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-regularitalic-69b60bd33643c82974e0678233575ab6645f56baf90177e44ffcf7911b4a275f.otf);
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-mediumitalic-2b0dd204eae60416dce392e7287f50b267ceddb21835b5e337a822225c2084bf.otf);
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-bolditalic-7508f1dfdb8adbc9785a36c2cf1e2c4cb88acb8f0ddadd9a6a638593f6c6415a.otf);
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'WelcomeFont';
  src: url(/assets/welcomeweb/welcomeweb-blackitalic-09f0bf5c618250897474a32a496e420d94263711339ab78b4fb57eba0602f19d.otf);
  font-weight: 800;
  font-style: italic;
}

/* line 1, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats {
  background: #f5f5f5;
  font-size: 0;
  margin-bottom: 100px;
}

/* line 6, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats .cms-zone-stats-block {
  display: inline-block;
  vertical-align: top;
  margin: 50px 10px;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  text-align: center;
}

@media (max-width: 950px) {
  /* line 6, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-stats .cms-zone-stats-block {
    margin: 20px 10px;
    width: 100% !important;
    max-width: 350px !important;
  }
}

/* line 19, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats .cms-zone-stats-block .block-title {
  position: relative;
  margin: 0 0 10px 0;
  text-align: center;
}

/* line 24, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats .cms-zone-stats-block .block-title:after {
  display: none;
}

/* line 27, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats .cms-zone-stats-block .block-content {
  padding: 0;
  text-align: center;
}

/* line 31, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-stats .cms-zone-stats-block .block-content p {
  font-size: 14px;
  color: #757575;
}

/* line 35, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic {
  margin-bottom: 100px;
}

/* line 39, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic .cms-zone-mosaic-title .block-title {
  position: relative;
}

/* line 42, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic .cms-zone-mosaic-block {
  margin-bottom: 50px;
}

/* line 45, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic .cms-zone-mosaic-block .block-content-image {
  margin-top: 50px;
}

@media (min-width: 800px) {
  /* line 45, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-mosaic .cms-zone-mosaic-block .block-content-image {
    position: absolute;
    top: 0;
    width: 48%;
    margin-top: 0;
  }
}

/* line 54, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic .cms-zone-mosaic-block .block-content-image img {
  width: 100%;
}

/* line 57, app/assets/stylesheets/single/common/_cms_zones.sass */
.cms-zone-mosaic .cms-zone-mosaic-block .block-content,
.cms-zone-mosaic .cms-zone-mosaic-block .block-content-text {
  padding: 0;
  min-height: 300px;
}

@media (min-width: 800px) {
  /* line 64, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-mosaic .cms-zone-mosaic-block:nth-child(odd) .block-content-image {
    left: 0;
  }
  /* line 66, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-mosaic .cms-zone-mosaic-block:nth-child(odd) .block-content-text {
    padding-left: calc(50% + 30px) !important;
  }
}

@media (min-width: 800px) {
  /* line 71, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-mosaic .cms-zone-mosaic-block:nth-child(even) .block-content-image {
    right: 0;
  }
  /* line 73, app/assets/stylesheets/single/common/_cms_zones.sass */
  .cms-zone-mosaic .cms-zone-mosaic-block:nth-child(even) .block-content-text {
    padding-right: calc(50% + 30px) !important;
  }
}

/* line 2, app/assets/stylesheets/single/common/_columns.sass */
.col-2 .block {
  width: 50% !important;
  max-width: 500px !important;
}

/* line 7, app/assets/stylesheets/single/common/_columns.sass */
.col-3 .block {
  width: 33.333333% !important;
  max-width: 330px !important;
}

/* line 12, app/assets/stylesheets/single/common/_columns.sass */
.col-4 .block {
  width: 25% !important;
  max-width: 250px !important;
}

/* line 17, app/assets/stylesheets/single/common/_columns.sass */
.col-5 .block {
  width: 20% !important;
  max-width: 200px !important;
}

/* line 3, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header {
  position: fixed;
  z-index: 100;
  top: -100px;
  left: 0;
  right: 0;
  height: 50px;
  background: transparent;
  -webkit-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.2);
  box-shadow: 0px 1px 2px rgba(33, 33, 33, 0.2);
  -webkit-transition: -webkit-transform 0.5s false, background 0.2s false;
  -moz-transition: -moz-transform 0.5s false false, background 0.2s false false;
  -o-transition: -o-transform 0.5s false false, background 0.2s false false;
  transition: transform 0.5s, background 0.2s;
}

/* line 14, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header.shown {
  background: #ffffff;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}

/* line 18, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header.shown .sticky-header-left .sticky-header-back {
  border-color: rgba(33, 33, 33, 0.2);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 21, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header.shown .sticky-header-left .sticky-header-back a {
  color: #616161;
}

/* line 24, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left,
.sticky-header .sticky-header-right {
  position: absolute;
  top: 0;
}

/* line 29, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left {
  left: 0;
  line-height: 50px;
}

/* line 33, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left li {
  margin-right: 10px;
}

/* line 36, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left .sticky-header-back {
  border-right: 1px solid transparent;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: -webkit-transform 0.5s false, border-color 1s false;
  -moz-transition: -moz-transform 0.5s false false, border-color 1s false false;
  -o-transition: -o-transform 0.5s false false, border-color 1s false false;
  transition: transform 0.5s, border-color 1s;
}

/* line 41, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left .sticky-header-back a {
  display: inline-block;
  line-height: 50px;
  width: 50px;
  padding: 0;
  border: none;
  color: #ffffff;
  text-decoration: none;
}

/* line 50, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left .sticky-header-back a:hover {
  background: #e0e0e0;
  color: #000000;
}

/* line 54, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left .sticky-header-title {
  font: 500 0.36 "WelcomeFont", Helvetica, Arial, sans-serif;
  margin-left: 10px;
  margin-right: 20px;
}

@media (max-width: 700px) {
  /* line 54, app/assets/stylesheets/single/common/_sticky_header.sass */
  .sticky-header .sticky-header-left .sticky-header-title {
    display: none;
  }
}

@media (max-width: 900px) {
  /* line 61, app/assets/stylesheets/single/common/_sticky_header.sass */
  .sticky-header .sticky-header-left .sticky-header-details {
    display: none;
  }
}

/* line 64, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-left .sticky-header-details * {
  color: #ffffff;
  opacity: .9;
  text-transform: uppercase;
}

/* line 69, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .sticky-header-right {
  right: 0;
}

@media (max-width: 800px) {
  /* line 72, app/assets/stylesheets/single/common/_sticky_header.sass */
  .sticky-header .sticky-header-right .sticky-header-social {
    display: none;
  }
}

/* line 78, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header ul &gt; li {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}

/* line 83, app/assets/stylesheets/single/common/_sticky_header.sass */
.sticky-header .btn-primary {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header,
body.template-basic .job-header,
body.template-basic .department-header {
  position: relative;
  background-color: #212121;
  background-position: center;
  background-size: cover;
  height: 440px;
}

/* line 11, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header a,
body.template-basic .job-header a,
body.template-basic .department-header a {
  border: none;
}

/* line 14, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-content,
body.template-basic .job-header-content,
body.template-basic .department-header-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(33, 33, 33, 0.7);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

/* line 27, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-content:before, body.template-basic .main-header-content:after,
body.template-basic .job-header-content:before,
body.template-basic .job-header-content:after,
body.template-basic .department-header-content:before,
body.template-basic .department-header-content:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 35, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-link,
body.template-basic .department-header-link,
body.template-basic .job-header-link,
body.template-basic .job-header-subtitle {
  display: none;
}

/* line 45, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-logo a,
body.template-basic .job-header-logo a,
body.template-basic .department-header-logo a {
  display: inline-block;
  font: bold 42px/42px "Work Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
}

/* line 50, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-logo img,
body.template-basic .job-header-logo img,
body.template-basic .department-header-logo img {
  display: block;
  max-height: 170px;
  max-width: 270px;
}

/* line 55, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-baseline,
body.template-basic .job-header-title,
body.template-basic .department-header-title {
  color: #ffffff;
  font: 600 38px/48px "WelcomeFont", Helvetica, Arial, sans-serif;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
}

/* line 62, app/assets/stylesheets/single/templates/basic/_header.sass */
body.template-basic .main-header-baseline &gt; *,
body.template-basic .job-header-title &gt; *,
body.template-basic .department-header-title &gt; * {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 550px) {
  /* line 55, app/assets/stylesheets/single/templates/basic/_header.sass */
  body.template-basic .main-header-baseline,
body.template-basic .job-header-title,
body.template-basic .department-header-title {
    font-size: 32px !important;
    line-height: 32px !important;
    padding: 0 15px;
  }
}

/* line 2, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list,
body.template-basic .departments-list {
  list-style: none;
  font-size: 0;
}

/* line 7, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item,
body.template-basic .departments-list-item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
}

@media (max-width: 950px) {
  /* line 7, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
  body.template-basic .jobs-list-item,
body.template-basic .departments-list-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* line 18, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .departments-list-item {
  display: inline-block;
  width: calc(50% - 10px);
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .departments-list-item:nth-child(2n + 1) {
  margin-right: 20px;
}

/* line 26, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-link,
body.template-basic .departments-list-item-link {
  position: relative;
  display: block;
  padding: 10px 20px;
  height: 100px;
  border: 1px solid #eeeeee;
  border-left: 3px solid #2196f3;
  background: #ffffff;
  color: #616161;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.2s false, border-color 0.2s false;
  -moz-transition: box-shadow 0.2s false false, border-color 0.2s false false;
  -o-transition: box-shadow 0.2s false false, border-color 0.2s false false;
  transition: box-shadow 0.2s, border-color 0.2s;
}

/* line 39, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-link:hover,
body.template-basic .departments-list-item-link:hover {
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* line 43, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-title,
body.template-basic .departments-list-item-title {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-title {
  font: 500 18px/22px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 52, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .departments-list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 63, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .departments-list-item-title {
  font: 500 18px/22px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 66, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .departments-list-item-jobs-count {
  font-size: 12px;
  color: #9e9e9e;
  text-transform: uppercase;
}

/* line 71, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-details {
  list-style: none;
  margin-top: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 76, app/assets/stylesheets/single/templates/basic/_home_modes.sass */
body.template-basic .jobs-list-item-details li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}

/* line 1, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic {
  background: #f5f5f5;
  color: #424242;
  font: 300 16px/22px "Work Sans", Helvetica, Arial, sans-serif;
  text-align: center;
}

@media (min-width: 1200px) {
  /* line 8, app/assets/stylesheets/single/templates/basic/_layout.sass */
  body.template-basic .sticky-header-back a {
    color: #616161 !important;
  }
}

/* line 11, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .main-container {
  margin: 0 auto;
  max-width: 1200px;
}

/* line 15, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .main-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 870px;
}

/* line 21, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .main-content {
  background: #ffffff;
  text-align: left;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

/* line 25, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .main-content:last-of-type {
  padding-bottom: 50px;
}

/* line 28, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .block {
  padding: 50px 50px 0 50px;
}

@media (max-width: 700px) {
  /* line 28, app/assets/stylesheets/single/templates/basic/_layout.sass */
  body.template-basic .block {
    padding: 40px 30px 0 30px;
  }
}

/* line 33, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .block-job-more {
  padding-bottom: 50px;
}

/* line 36, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .block-job-apply {
  margin-top: 20px;
  text-align: center;
}

/* line 40, app/assets/stylesheets/single/templates/basic/_layout.sass */
body.template-basic .block-spontaneous-button {
  margin-top: 30px;
}

/* line 3, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search {
  position: relative;
}

/* line 6, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-results-container {
  border-top: 5px solid #2196f3;
}

/* line 9, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-results-container.sticky-filters {
  padding-top: 70px;
}

/* line 12, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-results-container.sticky-filters .search-filters {
  position: fixed;
  top: 0;
  width: 950px;
  z-index: 100;
  border-bottom-width: 2px;
}

@media (max-width: 950px) {
  /* line 12, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-results-container.sticky-filters .search-filters {
    left: 0;
    right: 0;
    width: auto;
  }
}

/* line 24, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-loader {
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 600px;
  z-index: 100;
  background: #ffffff url(/assets/gfx/loader-7d11a7f75f8f337b6e926845505745823c5fc9e5b7a09be8d60672587c9e639e.gif) center 100px no-repeat;
}

/* line 34, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters {
  position: relative;
  background: #ffffff;
  color: #212121;
}

/* line 39, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facets {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 950px) {
  /* line 39, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-filters-facets {
    position: initial;
    display: none;
  }
  /* line 47, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-filters-facets.open {
    display: block;
  }
}

/* line 50, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet {
  display: inline-block;
  position: relative;
  background: #ffffff;
}

@media (max-width: 950px) {
  /* line 50, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-filters-facet {
    display: block;
  }
}

/* line 58, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-header {
  position: relative;
  cursor: pointer;
  padding: 0 10px;
  font: 500 18px/68px "WelcomeFont", Helvetica, Arial, sans-serif;
  -webkit-transition: background 0.2s false;
  -moz-transition: background 0.2s false false;
  -o-transition: background 0.2s false false;
  transition: background 0.2s;
}

/* line 65, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-header:hover {
  background: #f5f5f5;
}

/* line 68, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-facet-list {
  display: none;
}

/* line 71, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-show-more {
  display: block;
  border-top: 1px solid #f5f5f5;
}

/* line 75, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-show-more a {
  display: block;
  padding: 10px;
  font: 500 14px/14px "Work Sans", Helvetica, Arial, sans-serif;
  color: #757575;
  -webkit-transition: background 0.2s false, color 0.2s false;
  -moz-transition: background 0.2s false false, color 0.2s false false;
  -o-transition: background 0.2s false false, color 0.2s false false;
  transition: background 0.2s, color 0.2s;
}

/* line 82, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet .search-filters-show-more a:hover {
  color: #212121;
  background: #f5f5f5;
}

/* line 87, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-header {
  background: #f5f5f5;
}

/* line 90, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 200px;
  max-height: 300px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  border-top-color: #e0e0e0;
  z-index: 100;
  padding: 0;
  -webkit-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
  box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
}

@media (max-width: 950px) {
  /* line 90, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-filters-facet.open .search-filters-facet-list {
    position: initial;
    width: 100%;
  }
}

/* line 110, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list:after {
  clear: both;
  content: ' ';
  display: table;
}

/* line 115, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-header {
  display: none;
}

/* line 118, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item {
  padding: 10px;
}

/* line 121, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--label {
  display: block;
  position: relative;
  padding-left: 20px;
  text-transform: none;
  cursor: pointer;
  color: #212121;
  font-size: 14px;
}

/* line 130, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--label input {
  position: absolute;
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 135, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s false;
  -moz-transition: border-color 0.2s false false;
  -o-transition: border-color 0.2s false false;
  transition: border-color 0.2s;
}

/* line 147, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--label:hover:before {
  border-color: #9e9e9e;
}

/* line 151, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item.ais-refinement-list--item__active .ais-refinement-list--label:before {
  background: #757575;
  border-color: transparent;
}

/* line 155, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--count {
  color: #9e9e9e;
}

/* line 157, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--count:before {
  content: '[';
}

/* line 159, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-facet.open .search-filters-facet-list .ais-refinement-list--item .ais-refinement-list--count:after {
  content: ']';
}

/* line 164, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-input .ais-search-box {
  display: inline-block;
  width: 85%;
}

/* line 168, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-input .ais-search-box input {
  width: 100%;
  padding: 10px 5px;
  font: 16px/16px "Work Sans", Helvetica, Arial, sans-serif;
  border: none;
  outline: none;
  border-bottom: 2px solid #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: border-color 0.2s false;
  -moz-transition: border-color 0.2s false false;
  -o-transition: border-color 0.2s false false;
  transition: border-color 0.2s;
}

/* line 177, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-input .ais-search-box input:focus {
  border-color: #9e9e9e;
}

/* line 180, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
  height: 70px;
  cursor: pointer;
}

@media (max-width: 950px) {
  /* line 180, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic .search-filters-toggle {
    display: block;
  }
}

/* line 192, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-toggle .search-filters-toggle-content {
  position: relative;
  display: block;
  height: 3px;
  width: 20px;
  background: #212121;
}

/* line 199, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-toggle .search-filters-toggle-content:after, body.template-basic .search-filters-toggle .search-filters-toggle-content:before {
  position: absolute;
  left: 0;
  content: ' ';
  height: 3px;
  width: 20px;
  background: #212121;
}

/* line 207, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-toggle .search-filters-toggle-content:before {
  top: 6px;
}

/* line 210, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-filters-toggle .search-filters-toggle-content:after {
  top: 12px;
}

/* line 213, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .search-results-header {
  padding: 15px 0;
  background: #eeeeee;
  color: #616161;
  border-bottom: 1px solid #e0e0e0;
  font: 700 12px/12px "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

/* line 223, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination {
  text-align: center;
  margin: 50px 0;
}

/* line 227, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination .ais-pagination--item {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}

/* line 232, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination .ais-pagination--item.ais-pagination--item__disabled {
  display: none;
}

/* line 235, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination .ais-pagination--item .ais-pagination--link {
  display: inline-block;
  position: relative;
  width: 44px;
  z-index: 2;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  font-weight: bold;
  line-height: 40px;
  color: #616161;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s false, color 0.2s false;
  -moz-transition: border-color 0.2s false false, color 0.2s false false;
  -o-transition: border-color 0.2s false false, color 0.2s false false;
  transition: border-color 0.2s, color 0.2s;
}

/* line 250, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination .ais-pagination--item .ais-pagination--link:hover {
  color: #212121;
  border-color: #bdbdbd;
}

/* line 255, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .ais-pagination .ais-pagination--item.ais-pagination--item__active .ais-pagination--link {
  background-color: #ffffff;
}

/* line 258, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .jobs-item-link {
  position: relative;
}

/* line 261, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .jobs-item-link:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: ' ';
  background: #bdbdbd;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s false;
  -moz-transition: all 0.3s false false;
  -o-transition: all 0.3s false false;
  transition: all 0.3s;
}

/* line 271, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .jobs-item-link:hover {
  border-color: #bdbdbd;
}

/* line 273, app/assets/stylesheets/single/templates/basic/_search.sass */
body.template-basic .jobs-item-link:hover:after {
  animation: jobHover 1s infinite;
}

@-webkit-keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-moz-keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-ms-keyframes jobHover {
  /* line 277, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic 0% {
    left: 0;
    width: 0;
  }
  /* line 280, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic 5% {
    left: 5%;
    width: 50px;
  }
  /* line 283, app/assets/stylesheets/single/templates/basic/_search.sass */
  body.template-basic 100% {
    left: 100%;
    width: 0;
  }
}

@keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

/* line 2, app/assets/stylesheets/single/templates/basic/_text-formatted.sass */
body.template-basic .text-formated h2, body.template-basic .text-formated h3, body.template-basic .text-formated h4 {
  font-weight: 600;
}

/* line 2, app/assets/stylesheets/single/templates/basic/_typography.sass */
body.template-basic .block-title {
  position: relative;
  color: #424242;
  font: 500 28px/28px "WelcomeFont", Helvetica, Arial, sans-serif;
  margin: 0 0 30px 0;
}

@media (max-width: 550px) {
  /* line 2, app/assets/stylesheets/single/templates/basic/_typography.sass */
  body.template-basic .block-title {
    font-size: 26px;
    line-height: 26px;
  }
}

/* line 12, app/assets/stylesheets/single/templates/basic/_typography.sass */
body.template-basic .block-subtitle {
  color: #2196f3;
  font: 500 22px/32px "WelcomeFont", Helvetica, Arial, sans-serif;
  margin: 10px 0 30px 0;
}

@media (max-width: 550px) {
  /* line 12, app/assets/stylesheets/single/templates/basic/_typography.sass */
  body.template-basic .block-subtitle {
    font-size: 18px;
    line-height: 18px;
  }
}

/* line 21, app/assets/stylesheets/single/templates/basic/_typography.sass */
body.template-basic .block-subtitle a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #2196f3;
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/single/templates/basic/_typography.sass */
body.template-basic .block-subtitle a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2196f3;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease false;
  -o-transition: -o-transform 0.4s ease false;
  transition: transform 0.4s ease;
  content: " ";
}

/* line 40, app/assets/stylesheets/single/templates/basic/_typography.sass */
body.template-basic .block-subtitle a:hover:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

/* line 3, app/assets/stylesheets/single/templates/diplodocus/_buttons.sass */
body.template-diplodocus .btn {
  font-family: "Work Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* line 3, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video,
body.template-diplodocus .cms-zone-video-dark {
  background: #f5f5f5;
  padding-top: 50px;
}

/* line 9, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video .cms-block-video .cms-block-content,
body.template-diplodocus .cms-zone-video-dark .cms-block-video .cms-block-content {
  padding: 0 50px 50px 50px;
  text-align: center;
}

@media (max-width: 950px) {
  /* line 9, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
  body.template-diplodocus .cms-zone-video .cms-block-video .cms-block-content,
body.template-diplodocus .cms-zone-video-dark .cms-block-video .cms-block-content {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 17, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video .cms-block-video .cms-block-content iframe,
body.template-diplodocus .cms-zone-video-dark .cms-block-video .cms-block-content iframe {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  max-width: 640px;
  height: 360px;
}

/* line 22, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video-dark {
  background: #212121;
}

/* line 26, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video-dark .cms-block-video:before {
  display: none !important;
}

/* line 29, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video-dark .cms-block-video .block-title {
  margin-bottom: 70px;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff !important;
}

/* line 37, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video-dark .cms-block-video .block-title:before {
  display: none !important;
}

/* line 40, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-video-dark .cms-block-video .block-title:after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -25px;
  content: ' ';
  width: 50px;
  height: 3px;
  background: #2196f3;
}

/* line 54, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-stats .cms-zone-stats-block:before {
  display: none !important;
}

/* line 58, app/assets/stylesheets/single/templates/diplodocus/_cms_zones.sass */
body.template-diplodocus .cms-zone-stats .cms-zone-stats-block .block-title:before {
  display: none !important;
}

/* line 3, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header,
body.template-diplodocus .job-header,
body.template-diplodocus .department-header {
  position: relative;
  background-color: #eeeeee;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 550px;
  margin-bottom: 50px;
}

@media (max-width: 950px) {
  /* line 3, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .main-header,
body.template-diplodocus .job-header,
body.template-diplodocus .department-header {
    background-attachment: initial;
  }
}

/* line 17, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header {
  margin-bottom: 220px;
}

/* line 20, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-content,
body.template-diplodocus .job-header-content,
body.template-diplodocus .department-header-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

/* line 30, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-link,
body.template-diplodocus .department-header-link,
body.template-diplodocus .job-header-link {
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (max-width: 550px) {
  /* line 37, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .main-header-link {
    left: 0;
    right: 0;
    text-align: center;
  }
}

@media (max-width: 550px) {
  /* line 43, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .department-header-link,
body.template-diplodocus .job-header-link {
    display: none;
  }
}

/* line 48, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-logo {
  position: absolute;
  top: 340px;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
}

/* line 56, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-logo-link,
body.template-diplodocus .department-header-logo-link,
body.template-diplodocus .job-header-logo-link {
  display: inline-block;
  padding: 30px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

/* line 65, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-logo-link img,
body.template-diplodocus .department-header-logo-link img,
body.template-diplodocus .job-header-logo-link img {
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 69, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-baseline {
  position: absolute;
  top: 430px;
  left: 50%;
  margin-left: -360px;
  padding: 100px;
  width: 720px;
  background: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

@media (max-width: 950px) {
  /* line 69, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .main-header-baseline {
    left: initial;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 550px) {
  /* line 69, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .main-header-baseline {
    padding: 100px 30px;
  }
}

/* line 89, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-baseline:before {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  font-size: 30px;
  -webkit-animation: bouncingDown 2s infinite;
  -moz-animation: bouncingDown 2s infinite;
  -ms-animation: bouncingDown 2s infinite;
  -o-animation: bouncingDown 2s infinite;
  animation: bouncingDown 2s infinite;
}

/* line 99, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .main-header-baseline h1, body.template-diplodocus .main-header-baseline h2 {
  font: 500 26px/26px "Work Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}

/* line 105, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .job-header-logo-link,
body.template-diplodocus .department-header-logo-link {
  position: absolute;
  left: 40px;
  bottom: 70px;
}

@media (max-width: 1200px) {
  /* line 105, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .job-header-logo-link,
body.template-diplodocus .department-header-logo-link {
    left: 50%;
    bottom: auto;
    top: 70px;
    margin-left: -80px;
  }
}

/* line 117, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .job-header-title,
body.template-diplodocus .department-header-title {
  position: absolute;
  left: 250px;
  bottom: 0;
  height: 130px;
  padding-right: 500px;
  text-align: left;
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  /* line 117, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .job-header-title,
body.template-diplodocus .department-header-title {
    left: 0;
    right: 0;
    height: 180px;
    padding-right: 0;
    text-align: center;
  }
}

/* line 134, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .job-header-title, body.template-diplodocus .job-header-title p,
body.template-diplodocus .department-header-title,
body.template-diplodocus .department-header-title p {
  font: 300 40px/40px "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 137, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .job-header-subtitle {
  position: absolute;
  left: 250px;
  bottom: 180px;
  font: 300 16px/16px "Work Sans", Helvetica, Arial, sans-serif;
  color: #ffffff !important;
}

@media (max-width: 1200px) {
  /* line 137, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .job-header-subtitle {
    left: 0;
    right: 0;
    bottom: 250px;
  }
}

/* line 149, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
body.template-diplodocus .job-header-subtitle:after {
  position: absolute;
  left: 0;
  bottom: -30px;
  content: ' ';
  background: #ffffff;
  width: 50px;
  height: 3px;
}

@media (max-width: 1200px) {
  /* line 149, app/assets/stylesheets/single/templates/diplodocus/_header.sass */
  body.template-diplodocus .job-header-subtitle:after {
    left: 50%;
    margin-left: -25px;
  }
}

/* line 2, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list,
body.template-diplodocus .departments-list {
  list-style: none;
  font-size: 0;
}

/* line 7, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list {
  margin: 50px;
}

@media (max-width: 550px) {
  /* line 7, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
  body.template-diplodocus .jobs-list {
    margin: 30px 0;
  }
}

/* line 13, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item,
body.template-diplodocus .departments-list-item {
  display: block;
  margin-bottom: 30px;
}

/* line 18, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link,
body.template-diplodocus .departments-list-item-link {
  position: relative;
  display: block;
  padding: 40px 40px 40px 50px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #616161;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 0.2s false;
  -moz-transition: border-color 0.2s false false;
  -o-transition: border-color 0.2s false false;
  transition: border-color 0.2s;
}

/* line 30, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link *, body.template-diplodocus .jobs-list-item-link i:before,
body.template-diplodocus .departments-list-item-link *,
body.template-diplodocus .departments-list-item-link i:before {
  -webkit-transition: color 0.2s false;
  -moz-transition: color 0.2s false false;
  -o-transition: color 0.2s false false;
  transition: color 0.2s;
}

@media (max-width: 550px) {
  /* line 18, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
  body.template-diplodocus .jobs-list-item-link,
body.template-diplodocus .departments-list-item-link {
    padding: 20px 20px 20px 30px;
  }
}

/* line 36, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link:before, body.template-diplodocus .jobs-list-item-link:after,
body.template-diplodocus .departments-list-item-link:before,
body.template-diplodocus .departments-list-item-link:after {
  position: absolute;
  content: ' ';
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background: #f5f5f5;
}

/* line 46, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link:after,
body.template-diplodocus .departments-list-item-link:after {
  background: #2196f3;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s false;
  -moz-transition: -moz-transform 0.5s false false;
  -o-transition: -o-transform 0.5s false false;
  transition: transform 0.5s;
}

/* line 52, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link:hover:after,
body.template-diplodocus .departments-list-item-link:hover:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 54, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-link:hover *,
body.template-diplodocus .departments-list-item-link:hover * {
  color: #2196f3;
}

/* line 57, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-title {
  font: 300 20px/28px "Work Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 950px) {
  /* line 57, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
  body.template-diplodocus .jobs-list-item-title {
    font-size: 16px;
    line-height: 24px;
  }
}

/* line 65, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-details {
  list-style: none;
  margin-top: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 70, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .jobs-list-item-details li {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-right: 10px;
}

@media (max-width: 950px) {
  /* line 70, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
  body.template-diplodocus .jobs-list-item-details li {
    font-size: 14px;
    line-height: 14px;
  }
}

/* line 80, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .departments-list-item {
  display: inline-block;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  vertical-align: top;
}

@media (max-width: 950px) {
  /* line 80, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
  body.template-diplodocus .departments-list-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* line 90, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .departments-list-item:nth-child(2n + 1) {
  margin-right: 20px;
}

/* line 93, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .departments-list-item-title {
  font: 500 26px/26px "Work Sans", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/* line 98, app/assets/stylesheets/single/templates/diplodocus/_home_modes.sass */
body.template-diplodocus .departments-list-item-jobs-count {
  font: 300 14px/14px "Work Sans", Helvetica, Arial, sans-serif;
  color: #bdbdbd;
  text-transform: uppercase;
}

/* line 5, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-text {
  max-width: 980px;
  padding-right: 400px;
}

@media (max-width: 1200px) {
  /* line 5, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
  body.template-diplodocus .job-content .block-job-text {
    padding-right: 0;
  }
}

/* line 12, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-about,
body.template-diplodocus .job-content .block-job-apply {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 17, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-about p, body.template-diplodocus .job-content .block-job-about ul, body.template-diplodocus .job-content .block-job-about ol,
body.template-diplodocus .job-content .block-job-apply p,
body.template-diplodocus .job-content .block-job-apply ul,
body.template-diplodocus .job-content .block-job-apply ol {
  font-weight: bold;
}

/* line 20, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-about .block-title,
body.template-diplodocus .job-content .block-job-apply .block-title {
  display: none;
}

/* line 23, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-about:before,
body.template-diplodocus .job-content .block-job-apply:before {
  top: 0;
  bottom: 0;
  left: -50px;
  height: auto;
  width: 3px;
}

@media (max-width: 1200px) {
  /* line 30, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
  body.template-diplodocus .job-content .block-job-apply {
    padding: 30px 0;
    background: #f5f5f5;
    text-align: center;
  }
}

/* line 36, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more {
  position: fixed;
  top: 440px;
  right: 50px;
  width: 400px;
  margin: 0;
  padding: 35px;
  background: #2196f3;
  -webkit-transition: top 0.5s false;
  -moz-transition: top 0.5s false false;
  -o-transition: top 0.5s false false;
  transition: top 0.5s;
}

@media (max-width: 1200px) {
  /* line 36, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
  body.template-diplodocus .job-content .block-job-more {
    position: initial;
    width: auto;
    margin: 0 20px 50px 20px;
  }
}

/* line 51, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more:before {
  display: none;
}

/* line 54, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more .block-title {
  display: none;
}

/* line 57, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more .block-title:before {
  display: none;
}

@media (max-width: 1200px) {
  /* line 54, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
  body.template-diplodocus .job-content .block-job-more .block-title {
    display: block;
    color: #ffffff !important;
  }
}

/* line 64, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more ul {
  padding: 0;
}

/* line 67, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more ul li {
  margin: 0 0 20px 0;
  font: 300 14px/14px "Work Sans", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 73, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more ul li:last-child {
  margin-bottom: 0;
}

/* line 76, app/assets/stylesheets/single/templates/diplodocus/_job.sass */
body.template-diplodocus .job-content .block-job-more ul li:before {
  display: none;
}

/* line 1, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus {
  background: #ffffff;
  color: #212121;
  text-align: center;
}

/* line 6, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus, body.template-diplodocus p, body.template-diplodocus ol, body.template-diplodocus ul {
  font: 300 16px/22px "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 9, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .block {
  position: relative;
  max-width: 880px;
  margin: 0 auto 50px auto;
  padding: 0 10px;
  text-align: left;
}

@media (max-width: 950px) {
  /* line 9, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
  body.template-diplodocus .block {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

/* line 20, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .block:before {
  position: absolute;
  content: ' ';
  top: 15px;
  left: calc(-100% - 20px);
  height: 2px;
  width: 100%;
  background: #e0e0e0;
}

@media (max-width: 550px) {
  /* line 20, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
  body.template-diplodocus .block:before {
    display: none;
  }
}

/* line 32, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .block img {
  width: 100%;
}

/* line 35, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .cms-block-spontaneous_job {
  background: #fafafa;
  padding: 50px;
  max-width: 100%;
  margin-top: 50px;
  text-align: center;
}

/* line 42, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .cms-block-spontaneous_job .block-title:before {
  display: none;
}

@media (max-width: 950px) {
  /* line 35, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
  body.template-diplodocus .cms-block-spontaneous_job {
    padding: 50px 10px;
  }
}

@media (max-width: 550px) {
  /* line 35, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
  body.template-diplodocus .cms-block-spontaneous_job {
    padding: 30px 0;
  }
}

/* line 51, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
body.template-diplodocus .cms-block-spontaneous_job .spontaneous-button {
  margin-top: 30px;
}

@media (max-width: 550px) {
  /* line 51, app/assets/stylesheets/single/templates/diplodocus/_layout.sass */
  body.template-diplodocus .cms-block-spontaneous_job .spontaneous-button {
    margin-top: 30px;
  }
}

/* line 3, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .block-title,
body.template-diplodocus .block-spontaneous h2,
body.template-diplodocus .block-spontaneous h3 {
  position: relative;
  color: #2196f3;
  font: 500 32px/32px "Work Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 50px 0;
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
  body.template-diplodocus .block-title,
body.template-diplodocus .block-spontaneous h2,
body.template-diplodocus .block-spontaneous h3 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 22px;
  }
}

/* line 16, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .block-title:before,
body.template-diplodocus .block-spontaneous h2:before,
body.template-diplodocus .block-spontaneous h3:before {
  position: absolute;
  content: ' ';
  top: 9px;
  left: -30px;
  height: 10px;
  width: 10px;
  border: 2px solid #e0e0e0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 950px) {
  /* line 16, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
  body.template-diplodocus .block-title:before,
body.template-diplodocus .block-spontaneous h2:before,
body.template-diplodocus .block-spontaneous h3:before {
    display: none;
  }
}

/* line 29, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .block-subtitle {
  color: #2196f3;
  font: 300 22px/22px "Work Sans", Helvetica, Arial, sans-serif;
  margin: 10px 0;
}

/* line 34, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .block-subtitle a {
  text-decoration: none;
}

/* line 38, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .text-formated h3 {
  margin: 0 0 20px 0;
  font: 500 20px/24px "Work Sans", Helvetica, Arial, sans-serif;
  color: #424242;
  text-transform: uppercase;
}

/* line 44, app/assets/stylesheets/single/templates/diplodocus/_typography.sass */
body.template-diplodocus .text-formated h4 {
  margin: 0 0 20px 0;
  font: 300 14px/14px "Work Sans", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  text-transform: uppercase;
}

/* line 3, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header,
body.template-naked .job-header,
body.template-naked .department-header {
  position: relative;
  background-color: #eeeeee;
  background-position: center;
  background-size: cover;
}

/* line 11, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-content,
body.template-naked .job-header-content,
body.template-naked .department-header-content {
  height: 450px;
}

/* line 16, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-link,
body.template-naked .department-header-link,
body.template-naked .job-header-link {
  display: none;
}

/* line 21, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-logo,
body.template-naked .job-header-logo,
body.template-naked .department-header-logo {
  text-align: center;
}

/* line 26, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-logo img,
body.template-naked .job-header-logo img,
body.template-naked .department-header-logo img {
  height: 100px;
}

/* line 29, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-baseline,
body.template-naked .department-header-title,
body.template-naked .job-header-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  height: 350px;
}

/* line 39, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .main-header-baseline, body.template-naked .main-header-baseline p,
body.template-naked .department-header-title,
body.template-naked .department-header-title p,
body.template-naked .job-header-title,
body.template-naked .job-header-title p {
  font: 500 50px/50px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 42, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .job-header-subtitle {
  display: none;
}

/* line 45, app/assets/stylesheets/single/templates/naked/_header.sass */
body.template-naked .department-header-title,
body.template-naked .job-header-title {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 950px) {
  /* line 49, app/assets/stylesheets/single/templates/naked/_header.sass */
  body.template-naked .department-header-title, body.template-naked .department-header-title p,
body.template-naked .job-header-title,
body.template-naked .job-header-title p {
    font-size: 40px;
    line-height: 40px;
  }
}

/* line 4, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .cms-block-departments .cms-block-title {
  display: none;
}

/* line 7, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .block-jobs-title {
  display: none;
}

/* line 10, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list {
  list-style: none;
  margin-bottom: 30px;
}

/* line 14, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .departments-list {
  list-style: none;
  font-size: 0;
  margin-bottom: 30px;
}

/* line 19, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .departments-list-item {
  display: inline-block;
  margin: 10px;
  vertical-align: top;
}

/* line 24, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-link,
body.template-naked .departments-list-item-link {
  position: relative;
  padding: 10px 20px;
  border: 10px solid #eeeeee;
  background: #ffffff;
  color: #616161;
  text-decoration: none;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-transition: border-color 0.2s false;
  -moz-transition: border-color 0.2s false false;
  -o-transition: border-color 0.2s false false;
  transition: border-color 0.2s;
}

/* line 35, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-link:hover,
body.template-naked .departments-list-item-link:hover {
  border-color: #9e9e9e;
}

/* line 38, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-link {
  display: block;
  padding: 30px 10px;
}

/* line 42, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .departments-list-item-link {
  display: table-cell;
  width: 260px;
  height: 130px;
}

/* line 47, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .departments-list-item-title {
  margin-bottom: 10px;
  font: 300 24px/28px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 51, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .departments-list-item-jobs-count {
  color: #bdbdbd;
  font: 300 12px/12px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 55, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-title {
  margin-bottom: 10px !important;
}

/* line 58, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item {
  margin-bottom: 20px;
}

/* line 61, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-details {
  list-style: none;
  margin-top: 5px;
}

/* line 65, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-item-details li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
  color: #bdbdbd;
}

/* line 72, app/assets/stylesheets/single/templates/naked/_home_modes.sass */
body.template-naked .jobs-list-warning {
  padding: 50px 10px;
  font: 300 18px/24px "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 1, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked {
  background: #ffffff;
  color: #212121;
  text-align: center;
}

/* line 6, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked, body.template-naked p, body.template-naked ol, body.template-naked ul {
  font: 300 14px/22px "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 9, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .block {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 10px 50px 0;
  text-align: center;
}

/* line 15, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .block:first-child {
  padding-top: 30px;
}

/* line 18, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .cms-block-departments {
  max-width: 960px;
}

/* line 21, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .cms-block-spontaneous_job {
  padding: 50px 10px;
  max-width: 100%;
  background: #f5f5f5;
}

/* line 27, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .cms-block-spontaneous_job .block-content {
  max-width: 700px;
  margin: 0 auto;
}

/* line 32, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .cms-block-spontaneous_job .spontaneous-button {
  margin-top: 30px;
}

/* line 35, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .block-job-text {
  text-align: left;
  margin-top: 30px;
}

/* line 39, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .block-job-text .block-title {
  text-align: center;
}

/* line 42, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked .block-job-apply {
  margin-bottom: 50px;
  padding: 30px;
  background: #f5f5f5;
  text-align: center;
}

/* line 48, app/assets/stylesheets/single/templates/naked/_layout.sass */
body.template-naked hr {
  height: 2px;
  width: 50px;
  margin: 30px auto;
  background: #212121;
  border: none;
}

/* line 3, app/assets/stylesheets/single/templates/naked/_typography.sass */
body.template-naked .block h2,
body.template-naked .block-title {
  margin: 0 0 30px 0;
  color: #212121;
  font: 300 26px/32px "WelcomeFont", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 950px) {
  /* line 3, app/assets/stylesheets/single/templates/naked/_typography.sass */
  body.template-naked .block h2,
body.template-naked .block-title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/single/templates/naked/_typography.sass */
  body.template-naked .block h2,
body.template-naked .block-title {
    font-size: 24px;
    line-height: 30px;
  }
}

/* line 18, app/assets/stylesheets/single/templates/naked/_typography.sass */
body.template-naked .block h3,
body.template-naked .job-modal-title {
  margin: 0 0 30px 0;
  color: #212121;
  font: 300 24px/24px "WelcomeFont", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 950px) {
  /* line 18, app/assets/stylesheets/single/templates/naked/_typography.sass */
  body.template-naked .block h3,
body.template-naked .job-modal-title {
    font-size: 22px;
    line-height: 22px;
  }
}

/* line 29, app/assets/stylesheets/single/templates/naked/_typography.sass */
body.template-naked .sticky-header-title {
  font-weight: 300;
  text-transform: uppercase;
}

/* line 2, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block {
  margin-bottom: 60px;
}

/* line 5, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block.cms-block-swiper {
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block-title {
  position: relative;
  font-weight: 700;
  font-size: 1.875rem;
  margin-bottom: 40px;
  padding-left: calc(0.625rem + 20px);
}

@media (max-width: 550px) {
  /* line 11, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .block-title {
    font-size: 1.625rem;
    margin-bottom: 40px;
  }
}

/* line 22, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block-title::before {
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  left: 0;
  top: .4em;
  background-color: var(--secondary);
  border-radius: 3px;
  content: ' ';
}

/* line 32, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block .stats-list {
  margin: 0 -10px -20px -10px;
}

/* line 35, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block .stat-item {
  background-color: #f5f5f5;
  text-align: left;
  border-radius: 6px;
  padding: 30px;
  margin: 0 10px 20px 10px;
  border-radius: 6px;
  min-width: 20%;
}

@media (max-width: 550px) {
  /* line 35, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .block .stat-item {
    min-width: 40%;
    padding: 20px;
  }
}

/* line 48, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block .stat-item .stat-title {
  font-weight: 700;
  font-size: 2.125rem;
}

@media (max-width: 550px) {
  /* line 48, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .block .stat-item .stat-title {
    font-size: 1.5rem;
  }
}

/* line 55, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .block .stat-item .stat-value {
  text-transform: none;
  opacity: .6;
  font-size: 0.875rem;
}

/* line 60, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-company_description, .template-premium .job-content .block {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 550px) {
  /* line 60, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-company_description, .template-premium .job-content .block {
    display: block;
  }
}

/* line 66, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-company_description .block-title, .template-premium .job-content .block .block-title {
  width: 17.5rem;
  -webkit-flex: none;
  flex: none;
  margin-right: 40px;
  margin-bottom: 0;
}

@media (max-width: 550px) {
  /* line 66, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-company_description .block-title, .template-premium .job-content .block .block-title {
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
  }
}

/* line 77, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-company_description .block-content, .template-premium .job-content .block .block-content {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

/* line 81, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-container, .template-premium .cms-block-company_pictures .swiper-container {
  overflow: visible;
  max-width: 38.125rem;
  width: 100%;
}

@media (max-width: 550px) {
  /* line 81, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-container, .template-premium .cms-block-company_pictures .swiper-container {
    height: auto;
    padding-bottom: calc(2.5rem + 20px);
  }
}

/* line 90, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-container .swiper-slide, .template-premium .cms-block-company_pictures .swiper-container .swiper-slide {
  height: 24.375rem;
  padding: 0;
  border-radius: 6px;
}

@media (max-width: 550px) {
  /* line 90, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-container .swiper-slide, .template-premium .cms-block-company_pictures .swiper-container .swiper-slide {
    height: 15rem;
  }
}

/* line 98, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-btn, .template-premium .cms-block-company_pictures .swiper-btn {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 3px;
  color: #ffffff;
  background-color: var(--secondary);
  transition: all 0.2s ease;
  cursor: pointer;
}

/* line 112, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-btn:hover, .template-premium .cms-block-company_pictures .swiper-btn:hover {
  transform: translateY(calc(-50% - 5px));
}

@media (max-width: 550px) {
  /* line 112, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-btn:hover, .template-premium .cms-block-company_pictures .swiper-btn:hover {
    transform: none;
  }
}

@media (max-width: 550px) {
  /* line 98, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-btn, .template-premium .cms-block-company_pictures .swiper-btn {
    top: auto;
    bottom: 0;
    transform: none;
    margin-top: 20px;
  }
}

/* line 124, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-btn.next, .template-premium .cms-block-company_pictures .swiper-btn.next {
  left: 100%;
  margin-left: calc(50px + 30px);
}

@media (max-width: 550px) {
  /* line 124, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-btn.next, .template-premium .cms-block-company_pictures .swiper-btn.next {
    left: 50%;
    margin-left: 10px;
  }
}

/* line 132, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-swiper .swiper-btn.prev, .template-premium .cms-block-company_pictures .swiper-btn.prev {
  right: 100%;
  margin-right: calc(50px + 30px);
}

@media (max-width: 550px) {
  /* line 132, app/assets/stylesheets/single/templates/premium/_block.sass */
  .template-premium .cms-block-swiper .swiper-btn.prev, .template-premium .cms-block-company_pictures .swiper-btn.prev {
    right: 50%;
    margin-right: 10px;
  }
}

/* line 140, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .job-content .block-job-apply {
  background-color: var(--primary, #212121);
  padding: 30px;
  border-radius: 6px;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 148, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .job-content .block-job-apply .block-title {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  margin-right: 30px;
  font-size: 1.375rem;
  font-weight: 500;
  padding: 0;
  color: #ffffff;
}

/* line 157, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .job-content .block-job-apply .block-title::before {
  display: none;
}

/* line 160, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .job-content .block-job-apply .block-actions {
  margin-left: auto;
}

/* line 164, app/assets/stylesheets/single/templates/premium/_block.sass */
.template-premium .cms-block-spontaneous_job .block-title, .template-premium .cms-block-company_stack .block-title {
  padding-left: 0;
  margin-bottom: 40px;
}

/* line 2, app/assets/stylesheets/single/templates/premium/_buttons.sass */
.template-premium .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  height: 2.9375rem;
  padding: 0 20px;
  font-size: 0.75rem;
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  letter-spacing: 1px;
}

/* line 13, app/assets/stylesheets/single/templates/premium/_buttons.sass */
.template-premium .btn.btn-primary {
  background-color: var(--secondary);
  color: #ffffff;
}

/* line 2, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header {
  color: #ffffff;
  background-color: var(--primary);
}

/* line 6, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header.job-header {
  margin-bottom: 60px;
}

@media (max-width: 550px) {
  /* line 9, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header.job-header .main-header-title {
    font-size: 1.5rem;
  }
}

@media (max-width: 550px) {
  /* line 14, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-link .btn {
    font-size: 0.75rem;
    padding: 10px;
    height: auto;
    max-width: 5rem;
  }
  /* line 21, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-link .btn .icon-left-open {
    margin-left: 0;
  }
  /* line 24, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-link .btn .icon-left-open + .btn-label {
    display: none;
  }
}

/* line 27, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 21.875rem;
  padding: 60px 0;
}

@media (max-width: 950px) {
  /* line 27, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-container {
    padding: 30px 20px;
  }
}

@media (max-width: 550px) {
  /* line 27, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-container {
    min-height: 17.625rem;
    height: auto;
  }
}

/* line 40, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-nav {
  margin-left: auto;
}

/* line 43, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-nav-wrapper {
  -webkit-flex: none;
  flex: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/* line 49, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-logo-link {
  display: block;
}

/* line 52, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-logo-img {
  display: block;
  width: auto;
  height: 5.5rem;
}

@media (max-width: 550px) {
  /* line 52, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-logo-img {
    height: 3.75rem;
    max-width: 12.5rem;
    margin: 0 auto;
    object-fit: contain;
  }
}

/* line 63, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-inner {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 69, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-surtitle {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  /* line 69, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-surtitle {
    margin-bottom: 20px;
  }
}

/* line 79, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-title {
  font-weight: 700;
  font-size: 2.375rem;
}

@media (max-width: 550px) {
  /* line 79, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-title {
    font-size: 1.875rem;
  }
}

/* line 86, app/assets/stylesheets/single/templates/premium/_header.sass */
.template-premium .main-header-cover {
  height: 26.25rem;
  background-attachment: fixed;
}

@media (max-width: 550px) {
  /* line 86, app/assets/stylesheets/single/templates/premium/_header.sass */
  .template-premium .main-header-cover {
    height: 12.5rem;
    background-attachment: scroll;
  }
}

/* line 2, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list,
body.template-premium .departments-list {
  list-style: none;
  font-size: 0;
}

/* line 7, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item,
body.template-premium .departments-list-item {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  vertical-align: top;
}

@media (max-width: 950px) {
  /* line 7, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
  body.template-premium .jobs-list-item,
body.template-premium .departments-list-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* line 18, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .departments-list-item {
  display: inline-block;
  width: calc(50% - 10px);
  text-transform: uppercase;
}

/* line 23, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .departments-list-item:nth-child(2n + 1) {
  margin-right: 20px;
}

/* line 26, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-link,
body.template-premium .departments-list-item-link {
  position: relative;
  display: block;
  padding: 10px 20px;
  height: 100px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  border-left: 4px solid var(--secondary);
  background: #ffffff;
  color: #616161;
  text-decoration: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.2s false, border-color 0.2s false;
  -moz-transition: box-shadow 0.2s false false, border-color 0.2s false false;
  -o-transition: box-shadow 0.2s false false, border-color 0.2s false false;
  transition: box-shadow 0.2s, border-color 0.2s;
}

/* line 41, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-link:hover,
body.template-premium .departments-list-item-link:hover {
  background-color: #fafafa;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

/* line 45, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-title,
body.template-premium .departments-list-item-title {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

/* line 51, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-title {
  font-weight: 700;
  font-size: 1rem;
  color: #000000;
}

/* line 56, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .departments-list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}

/* line 67, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .departments-list-item-title {
  font: 500 18px/22px "WelcomeFont", Helvetica, Arial, sans-serif;
}

/* line 70, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .departments-list-item-jobs-count {
  font-size: 12px;
  color: #9e9e9e;
  text-transform: uppercase;
}

/* line 75, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-details {
  list-style: none;
  margin-top: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 80, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-list-item-details li {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  margin-right: 10px;
}

/* line 86, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .department-name, body.template-premium .office-name {
  margin-bottom: 30px;
  font-size: 1.375rem;
  color: var(--primary);
}

/* line 91, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .department-name a, body.template-premium .office-name a {
  display: block;
  text-decoration: none;
  color: var(--primary);
}

/* line 96, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-by-department-item,
body.template-premium .jobs-by-office-item {
  padding-top: 30px;
  border-top: 1px solid #eeeeee;
}

/* line 101, app/assets/stylesheets/single/templates/premium/_home_modes.sass */
body.template-premium .jobs-by-department-item:first-child,
body.template-premium .jobs-by-office-item:first-child {
  padding-top: 0;
  border: none;
}

/* line 2, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header {
  background-color: var(--primary, #000000);
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 4.0625rem;
  padding: 10px;
}

/* line 10, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left {
  position: static;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}

/* line 16, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-back {
  -webkit-flex: none;
  flex: none;
  width: 2.5625rem;
  height: 2.5625rem;
  margin-right: 30px;
}

/* line 22, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-back a {
  width: 100%;
  height: 100%;
  background-color: #424242;
  border-radius: 3px;
  color: #ffffff;
}

/* line 30, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-title {
  font-weight: 700;
  margin: 0 30px 0 0;
}

/* line 34, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-details {
  font-size: 0.875rem;
}

/* line 37, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-left .sticky-header-details li {
  text-transform: none;
}

/* line 40, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-right {
  position: static;
  margin-left: auto;
}

/* line 45, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-right .sticky-header-social .btn-social {
  color: #ffffff;
  opacity: .5;
}

/* line 49, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .sticky-header .sticky-header-right .sticky-header-social .btn-social:hover {
  opacity: 1;
  background: none;
}

/* line 55, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .job-content .block.block-job-apply .block-title {
  color: #ffffff;
}

/* line 58, app/assets/stylesheets/single/templates/premium/_job.sass */
.template-premium .job-content .block .block-title {
  color: var(--primary, #000000);
}

/* line 2, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .center-container, .template-premium .zone-content, .template-premium .job-content {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
}

/* line 7, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .center-container.center-container-sm, .template-premium .zone-content, .template-premium .job-content {
  max-width: 58.75rem;
}

@media (max-width: 950px) {
  /* line 10, app/assets/stylesheets/single/templates/premium/_layout.sass */
  .template-premium .zone-content, .template-premium .job-content {
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
}

/* line 19, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .job-content {
  margin-bottom: 60px;
}

/* line 23, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit {
  padding: 40px 0;
}

@media (max-width: 550px) {
  /* line 23, app/assets/stylesheets/single/templates/premium/_layout.sass */
  .template-premium .main-footer .main-footer-welcomekit {
    padding: 40px 30px;
  }
}

/* line 29, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit .wttj-logo {
  margin-top: 0;
}

/* line 32, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit .wttj-logo svg {
  width: 5.4375rem;
  height: auto;
}

/* line 36, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit .wttj-logo svg path {
  fill: #212121;
}

/* line 39, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 400;
}

/* line 44, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer .main-footer-welcomekit p a {
  color: #000000;
  font-weight: 400;
}

/* line 48, app/assets/stylesheets/single/templates/premium/_layout.sass */
.template-premium .main-footer-col {
  margin-right: 40px;
  text-align: left;
}

@media (max-width: 550px) {
  /* line 48, app/assets/stylesheets/single/templates/premium/_layout.sass */
  .template-premium .main-footer-col {
    margin-right: 30px;
  }
}

/* line 2, app/assets/stylesheets/single/templates/premium/_text-formatted.sass */
body.template-premium .text-formated h2, body.template-premium .text-formated h3, body.template-premium .text-formated h4 {
  font-weight: 600;
}

/* line 1, app/assets/stylesheets/single/templates/premium/_typography.sass */
.template-premium {
  font-family: "Work Sans";
  color: #000000;
}

/* line 2, app/assets/stylesheets/single/templates/premium/_zone.sass */
.template-premium .zone {
  padding: 100px 0;
  overflow: hidden;
}

@media (max-width: 550px) {
  /* line 2, app/assets/stylesheets/single/templates/premium/_zone.sass */
  .template-premium .zone {
    padding: 40px 0;
  }
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_buttons.sass */
body.template-raptor .btn {
  padding: 10px 20px;
  font: 14px/20px "Montserrat", Helvetica, Arial, sans-serif;
  text-transform: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* line 5, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .cms-block-video .cms-block-content iframe {
  max-width: 550px;
  height: 308px;
}

/* line 11, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .block.cms-block-department-interview .block-title {
  position: relative;
}

/* line 14, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .block.cms-block-department-interview .block-content,
body.template-raptor .block.cms-block-department-interview .block-text-content {
  padding-left: 0;
}

@media (min-width: 800px) {
  /* line 14, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
  body.template-raptor .block.cms-block-department-interview .block-content,
body.template-raptor .block.cms-block-department-interview .block-text-content {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    -ms-column-gap: 50px;
    -o-column-gap: 50px;
    column-gap: 50px;
  }
}

/* line 22, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .block.cms-block-department-interview .block-content h2, body.template-raptor .block.cms-block-department-interview .block-content h3, body.template-raptor .block.cms-block-department-interview .block-content h4, body.template-raptor .block.cms-block-department-interview .block-content h5, body.template-raptor .block.cms-block-department-interview .block-content h6,
body.template-raptor .block.cms-block-department-interview .block-text-content h2,
body.template-raptor .block.cms-block-department-interview .block-text-content h3,
body.template-raptor .block.cms-block-department-interview .block-text-content h4,
body.template-raptor .block.cms-block-department-interview .block-text-content h5,
body.template-raptor .block.cms-block-department-interview .block-text-content h6 {
  margin: 10px 0 30px 0;
  font: bold 18px/24px "Work Sans", Helvetica, Arial, sans-serif;
  max-width: none;
}

/* line 36, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .cms-zone-mosaic .block .block-title,
body.template-raptor .block.cms-zone-stats-block .block-title,
body.template-raptor .block.cms-block-stats .block-title,
body.template-raptor .block.cms-block-company_quote .block-title,
body.template-raptor .block.cms-block-quotes .block-title,
body.template-raptor .block.cms-block-image_with_text .block-title,
body.template-raptor .block.cms-block-swiper .block-title,
body.template-raptor .block.cms-block-swiper_with_text .block-title {
  position: relative;
}

/* line 39, app/assets/stylesheets/single/templates/raptor/_cms_zones.sass */
body.template-raptor .cms-zone-mosaic .block .block-content,
body.template-raptor .cms-zone-mosaic .block .block-content-text,
body.template-raptor .block.cms-zone-stats-block .block-content,
body.template-raptor .block.cms-zone-stats-block .block-content-text,
body.template-raptor .block.cms-block-stats .block-content,
body.template-raptor .block.cms-block-stats .block-content-text,
body.template-raptor .block.cms-block-company_quote .block-content,
body.template-raptor .block.cms-block-company_quote .block-content-text,
body.template-raptor .block.cms-block-quotes .block-content,
body.template-raptor .block.cms-block-quotes .block-content-text,
body.template-raptor .block.cms-block-image_with_text .block-content,
body.template-raptor .block.cms-block-image_with_text .block-content-text,
body.template-raptor .block.cms-block-swiper .block-content,
body.template-raptor .block.cms-block-swiper .block-content-text,
body.template-raptor .block.cms-block-swiper_with_text .block-content,
body.template-raptor .block.cms-block-swiper_with_text .block-content-text {
  padding-left: 0;
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_department.sass */
body.template-raptor .block-department-jobs .block-title,
body.template-raptor .cms-block-department-interview .block-title {
  max-width: 500px;
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header,
body.template-raptor .job-header {
  position: relative;
  background-color: #212121;
  background-position: center;
  background-size: cover;
  margin-bottom: 100px;
}

@media (max-width: 950px) {
  /* line 3, app/assets/stylesheets/single/templates/raptor/_header.sass */
  body.template-raptor .main-header,
body.template-raptor .job-header {
    margin-bottom: 50px;
  }
}

/* line 14, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header {
  background-attachment: fixed;
}

/* line 17, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-overlay,
body.template-raptor .job-header-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 21, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-content,
body.template-raptor .job-header-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 27, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-content {
  height: 100vh;
}

/* line 30, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor.departments.show .main-header-content,
body.template-raptor .job-header-content {
  height: 500px;
}

/* line 34, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-logo,
body.template-raptor .job-header-logo {
  padding: 50px 50px 20px 50px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 42, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-logo-link img,
body.template-raptor .job-header-logo-link img {
  height: 40px;
}

/* line 45, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-link,
body.template-raptor .job-header-link {
  position: absolute;
  top: 50px;
  right: 50px;
}

@media (max-width: 550px) {
  /* line 45, app/assets/stylesheets/single/templates/raptor/_header.sass */
  body.template-raptor .main-header-link,
body.template-raptor .job-header-link {
    display: none;
  }
}

/* line 54, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-link .btn,
body.template-raptor .job-header-link .btn {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-transition: border 0.2s false;
  -moz-transition: border 0.2s false false;
  -o-transition: border 0.2s false false;
  transition: border 0.2s;
}

/* line 59, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-link .btn i,
body.template-raptor .job-header-link .btn i {
  margin: 0;
}

/* line 62, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-link .btn:hover,
body.template-raptor .job-header-link .btn:hover {
  border-color: #ffffff;
}

/* line 65, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor.home .main-header-baseline {
  display: flex;
  height: calc(100vh - 150px);
}

/* line 69, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor.departments.show .main-header-baseline {
  text-align: center;
}

/* line 72, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .job-header-title {
  text-align: left;
  max-width: 750px;
}

/* line 76, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-baseline {
  padding: 50px;
  text-align: left;
  align-items: center;
}

/* line 82, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-baseline:before {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ffffff;
  -webkit-animation: bouncingDown 2s infinite;
  -moz-animation: bouncingDown 2s infinite;
  -ms-animation: bouncingDown 2s infinite;
  -o-animation: bouncingDown 2s infinite;
  animation: bouncingDown 2s infinite;
}

/* line 93, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-baseline h1, body.template-raptor .main-header-baseline p {
  color: #ffffff !important;
}

/* line 96, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-baseline h1 {
  font-size: 60px !important;
  line-height: 70px !important;
  max-width: 350px !important;
  margin: 0 50px 80px 0 !important;
}

@media (max-width: 950px) {
  /* line 96, app/assets/stylesheets/single/templates/raptor/_header.sass */
  body.template-raptor .main-header-baseline h1 {
    font-size: 45px !important;
    line-height: 55px !important;
    max-width: 250px !important;
  }
}

/* line 107, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .main-header-baseline p {
  max-width: 400px;
  margin-bottom: 80px;
}

@media (max-width: 550px) {
  /* line 107, app/assets/stylesheets/single/templates/raptor/_header.sass */
  body.template-raptor .main-header-baseline p {
    display: none;
  }
}

/* line 114, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor.departments.show .main-header-baseline,
body.template-raptor .job-header-title {
  margin: 100px 50px 50px 50px;
}

/* line 118, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor.departments.show .main-header-baseline p,
body.template-raptor .job-header-title p {
  max-width: none !important;
  font: 300 55px/60px "Montserrat", Helvetica, Arial, sans-serif !important;
  color: #ffffff !important;
}

@media (max-width: 950px) {
  /* line 118, app/assets/stylesheets/single/templates/raptor/_header.sass */
  body.template-raptor.departments.show .main-header-baseline p,
body.template-raptor .job-header-title p {
    font-size: 36px !important;
    line-height: 40px !important;
  }
}

/* line 127, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .job-header-subtitle {
  display: inline-block;
  position: absolute;
  top: 160px;
  left: 50px;
  padding: 10px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  background: #ffffff;
  color: #212121;
}

/* line 139, app/assets/stylesheets/single/templates/raptor/_header.sass */
body.template-raptor .sticky-header-apply {
  margin-right: 5px;
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list,
body.template-raptor .departments-list {
  list-style: none;
}

/* line 7, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link {
  position: relative;
  display: block;
  padding: 40px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #616161;
  text-decoration: none;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transition: border-color 0.2s false;
  -moz-transition: border-color 0.2s false false;
  -o-transition: border-color 0.2s false false;
  transition: border-color 0.2s;
}

/* line 19, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link *, body.template-raptor .jobs-list-item-link i:before {
  -webkit-transition: color 0.2s false;
  -moz-transition: color 0.2s false false;
  -o-transition: color 0.2s false false;
  transition: color 0.2s;
}

@media (max-width: 550px) {
  /* line 7, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-list-item-link {
    padding: 20px;
  }
}

/* line 25, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link .jobs-list-item-title {
  color: #212121;
  -webkit-transition: color 0.2s false;
  -moz-transition: color 0.2s false false;
  -o-transition: color 0.2s false false;
  transition: color 0.2s;
}

/* line 29, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: ' ';
  background: #2196f3;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.3s false;
  -moz-transition: all 0.3s false false;
  -o-transition: all 0.3s false false;
  transition: all 0.3s;
}

/* line 39, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link:hover {
  border-color: #bdbdbd;
}

/* line 42, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link:hover .jobs-list-item-title {
  color: #2196f3;
}

/* line 45, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-link:hover:after {
  animation: jobHover 1s infinite;
}

/* line 48, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-details {
  list-style: none;
  margin-top: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 53, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-details li {
  display: inline-block;
}

/* line 56, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-details li:after {
  content: ' / ';
}

/* line 59, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-details li:last-child:after {
  content: '';
}

/* line 62, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-list-item-details li i {
  display: none;
}

/* line 65, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item,
body.template-raptor .jobs-by-office-item {
  position: relative;
  min-height: 230px;
  padding: 50px 0 20px 0;
}

@media (max-width: 950px) {
  /* line 65, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-department-item,
body.template-raptor .jobs-by-office-item {
    padding: 30px 0 0 0;
  }
}

/* line 74, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item .department-name,
body.template-raptor .jobs-by-department-item .office-name,
body.template-raptor .jobs-by-office-item .department-name,
body.template-raptor .jobs-by-office-item .office-name {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  background: #000000;
  -webkit-transition: background 0.2s false;
  -moz-transition: background 0.2s false false;
  -o-transition: background 0.2s false false;
  transition: background 0.2s;
}

@media (max-width: 950px) {
  /* line 74, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-department-item .department-name,
body.template-raptor .jobs-by-department-item .office-name,
body.template-raptor .jobs-by-office-item .department-name,
body.template-raptor .jobs-by-office-item .office-name {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
}

/* line 89, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item .department-name a,
body.template-raptor .jobs-by-department-item .office-name a,
body.template-raptor .jobs-by-office-item .department-name a,
body.template-raptor .jobs-by-office-item .office-name a {
  text-decoration: none;
}

/* line 92, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item .department-name span,
body.template-raptor .jobs-by-department-item .office-name span,
body.template-raptor .jobs-by-office-item .department-name span,
body.template-raptor .jobs-by-office-item .office-name span {
  display: block;
  width: 180px;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
  padding: 50px 20px;
}

@media (max-width: 950px) {
  /* line 92, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-department-item .department-name span,
body.template-raptor .jobs-by-department-item .office-name span,
body.template-raptor .jobs-by-office-item .department-name span,
body.template-raptor .jobs-by-office-item .office-name span {
    padding: 30px 10px;
    width: 100%;
  }
}

/* line 104, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item .department-name i,
body.template-raptor .jobs-by-department-item .office-name i,
body.template-raptor .jobs-by-office-item .department-name i,
body.template-raptor .jobs-by-office-item .office-name i {
  display: none;
}

/* line 108, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item:hover .department-name,
body.template-raptor .jobs-by-department-item:hover .office-name,
body.template-raptor .jobs-by-office-item:hover .department-name,
body.template-raptor .jobs-by-office-item:hover .office-name {
  background: #2196f3;
}

/* line 112, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item .jobs-list,
body.template-raptor .jobs-by-office-item .jobs-list {
  margin-left: 230px;
}

@media (max-width: 950px) {
  /* line 112, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-department-item .jobs-list,
body.template-raptor .jobs-by-office-item .jobs-list {
    margin-left: 0;
  }
}

/* line 120, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item:nth-child(odd) .department-name {
  left: auto;
  right: 0;
}

/* line 124, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-department-item:nth-child(odd) .jobs-list {
  margin-left: 0;
  margin-right: 230px;
}

@media (max-width: 950px) {
  /* line 124, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-department-item:nth-child(odd) .jobs-list {
    margin-right: 0;
  }
}

/* line 133, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-office-item:nth-child(odd) .office-name {
  left: auto;
  right: 0;
}

/* line 137, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .jobs-by-office-item:nth-child(odd) .jobs-list {
  margin-left: 0;
  margin-right: 230px;
}

@media (max-width: 950px) {
  /* line 137, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .jobs-by-office-item:nth-child(odd) .jobs-list {
    margin-right: 0;
  }
}

/* line 144, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list {
  font-size: 0;
  max-width: 700px;
  margin: 0 auto;
}

/* line 149, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333%;
}

@media (max-width: 950px) {
  /* line 149, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .departments-list .departments-list-item {
    width: 100%;
  }
}

/* line 158, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item:nth-child(odd) .departments-list-item-link {
  background: #1e88e5;
}

/* line 162, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item:nth-child(even) .departments-list-item-link {
  background: #2196f3;
}

/* line 165, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link {
  position: relative;
  display: block;
  height: 200px;
  margin: 10px;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: opacity 0.2s false;
  -moz-transition: opacity 0.2s false false;
  -o-transition: opacity 0.2s false false;
  transition: opacity 0.2s;
}

@media (max-width: 950px) {
  /* line 165, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor .departments-list .departments-list-item-link {
    height: 120px;
    margin: 10px 0;
  }
}

/* line 178, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
}

/* line 181, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link:hover:before, body.template-raptor .departments-list .departments-list-item-link:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 184, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link:before, body.template-raptor .departments-list .departments-list-item-link:after {
  position: absolute;
  content: ' ';
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s false;
  -moz-transition: -moz-transform 0.5s false false;
  -o-transition: -o-transform 0.5s false false;
  transition: transform 0.5s;
}

/* line 191, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link:before {
  bottom: 37px;
  right: 30px;
  width: 15px;
  height: 1px;
}

/* line 197, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-link:after {
  bottom: 30px;
  right: 37px;
  width: 1px;
  height: 15px;
}

/* line 203, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-title {
  padding: 30px;
  font: 300 20px/26px "Montserrat", Helvetica, Arial, sans-serif;
}

/* line 207, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .departments-list .departments-list-item-jobs-count {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  line-height: 14px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/* line 217, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list {
  max-width: none;
}

/* line 220, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-link {
  height: 280px;
}

/* line 223, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-link:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 226, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-link:hover .departments-list-item-icon-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 229, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-icon,
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 90px;
  background-size: cover;
}

/* line 238, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-icon-hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out false;
  -o-transition: opacity 0.3s ease-in-out false;
  transition: opacity 0.3s ease-in-out;
}

/* line 242, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-title {
  position: absolute;
  top: initial;
  bottom: 35px;
  padding: 10px 15px;
}

/* line 248, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-jobs-count {
  left: 15px;
  bottom: 20px;
}

/* line 252, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-link:before {
  right: 15px;
  bottom: 42px;
}

/* line 256, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
body.template-raptor .block-departments-with-images .departments-list .departments-list-item-link:after {
  right: 22px;
  bottom: 35px;
}

@-webkit-keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-moz-keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@-ms-keyframes jobHover {
  /* line 261, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor 0% {
    left: 0;
    width: 0;
  }
  /* line 264, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor 5% {
    left: 5%;
    width: 50px;
  }
  /* line 267, app/assets/stylesheets/single/templates/raptor/_home_modes.sass */
  body.template-raptor 100% {
    left: 100%;
    width: 0;
  }
}

@keyframes jobHover {
  0% {
    left: 0;
    width: 0;
  }
  5% {
    left: 5%;
    width: 50px;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_job.sass */
body.template-raptor .block.block-job-apply {
  max-width: none;
  margin-bottom: 50px;
  padding: 50px;
  background: #f5f5f5;
  text-align: center;
}

/* line 10, app/assets/stylesheets/single/templates/raptor/_job.sass */
body.template-raptor .block.block-job-apply .btn-primary {
  padding: 15px 30px;
  font-size: 18px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

/* line 1, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor {
  background: #ffffff;
  color: #212121;
  text-align: center;
}

/* line 6, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor, body.template-raptor p, body.template-raptor ol, body.template-raptor ul {
  font: 300 16px/22px "Work Sans", Helvetica, Arial, sans-serif;
}

/* line 9, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block {
  position: relative;
  max-width: 900px;
  margin: 0 auto 100px auto;
  padding: 0 10px;
  text-align: left;
}

@media (max-width: 950px) {
  /* line 9, app/assets/stylesheets/single/templates/raptor/_layout.sass */
  body.template-raptor .block {
    margin-bottom: 70px;
    padding: 0 20px;
  }
}

/* line 20, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block .block-title {
  position: absolute;
  top: 0;
}

@media (max-width: 950px) {
  /* line 20, app/assets/stylesheets/single/templates/raptor/_layout.sass */
  body.template-raptor .block .block-title {
    position: relative;
  }
}

/* line 27, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block .block-content,
body.template-raptor .block .block-text-content {
  padding-left: 330px;
}

@media (max-width: 950px) {
  /* line 27, app/assets/stylesheets/single/templates/raptor/_layout.sass */
  body.template-raptor .block .block-content,
body.template-raptor .block .block-text-content {
    padding-left: 0;
  }
}

/* line 44, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block.cms-block-gallery .block-title,
body.template-raptor .block.cms-block-department_description .block-title,
body.template-raptor .block.cms-block-departments .block-title,
body.template-raptor .block.cms-block-departments_with_images .block-title,
body.template-raptor .block.cms-block-jobs_by_department .block-title,
body.template-raptor .block.cms-block-jobs_by_department_with_search .block-title,
body.template-raptor .block.cms-block-jobs_by_office .block-title,
body.template-raptor .block.cms-block-jobs .block-title,
body.template-raptor .block.cms-block-spontaneous_job .block-title {
  position: relative;
}

/* line 47, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block.cms-block-gallery .block-content,
body.template-raptor .block.cms-block-department_description .block-content,
body.template-raptor .block.cms-block-departments .block-content,
body.template-raptor .block.cms-block-departments_with_images .block-content,
body.template-raptor .block.cms-block-jobs_by_department .block-content,
body.template-raptor .block.cms-block-jobs_by_department_with_search .block-content,
body.template-raptor .block.cms-block-jobs_by_office .block-content,
body.template-raptor .block.cms-block-jobs .block-content,
body.template-raptor .block.cms-block-spontaneous_job .block-content {
  padding-left: 0;
}

/* line 50, app/assets/stylesheets/single/templates/raptor/_layout.sass */
body.template-raptor .block-spontaneous-button {
  margin-top: 60px;
}

/* line 3, app/assets/stylesheets/single/templates/raptor/_typography.sass */
body.template-raptor .block-title,
body.template-raptor .block-spontaneous h2,
body.template-raptor .block-spontaneous h3,
body.template-raptor .main-header-baseline h1,
body.template-raptor .job-header-title p,
body.template-raptor .department-header-title p {
  position: relative;
  color: #212121;
  font: 500 30px/36px "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0 0 60px 0;
  max-width: 310px;
}

@media (max-width: 550px) {
  /* line 3, app/assets/stylesheets/single/templates/raptor/_typography.sass */
  body.template-raptor .block-title,
body.template-raptor .block-spontaneous h2,
body.template-raptor .block-spontaneous h3,
body.template-raptor .main-header-baseline h1,
body.template-raptor .job-header-title p,
body.template-raptor .department-header-title p {
    font-size: 26px;
    line-height: 30px;
  }
}

/* line 19, app/assets/stylesheets/single/templates/raptor/_typography.sass */
body.template-raptor .block-title:after,
body.template-raptor .block-spontaneous h2:after,
body.template-raptor .block-spontaneous h3:after,
body.template-raptor .main-header-baseline h1:after,
body.template-raptor .job-header-title p:after,
body.template-raptor .department-header-title p:after {
  position: absolute;
  content: ' ';
  bottom: -30px;
  left: 0;
  height: 2px;
  width: 100px;
  background: #e0e0e0;
}

/* line 28, app/assets/stylesheets/single/templates/raptor/_typography.sass */
body.template-raptor .job-modal-title {
  color: #424242;
  font: 300 22px/22px "Montserrat", Helvetica, Arial, sans-serif;
  margin: 0 0 30px 0;
}

/* line 34, app/assets/stylesheets/single/templates/raptor/_typography.sass */
body.template-raptor .text-formated h3 {
  margin: 0 0 40px 0;
  font: 300 24px/32px "Montserrat", Helvetica, Arial, sans-serif;
  color: #424242;
  max-width: 300px;
}

/* line 40, app/assets/stylesheets/single/templates/raptor/_typography.sass */
body.template-raptor .text-formated h4 {
  margin: 0 0 20px 0;
  font: 300 14px/14px "Montserrat", Helvetica, Arial, sans-serif;
  color: #e0e0e0;
  text-transform: uppercase;
}

@-webkit-keyframes jumper {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes jumper {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes jumper {
  /* line 12, app/assets/stylesheets/single/templates/triceratops/_0_variables.sass */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  /* line 15, app/assets/stylesheets/single/templates/triceratops/_0_variables.sass */
  5% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  /* line 17, app/assets/stylesheets/single/templates/triceratops/_0_variables.sass */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jumper {
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border: none;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 23, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 26, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn svg {
  position: relative;
  z-index: 2;
}

/* line 30, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-primary {
  background-color: #009fd1;
}

/* line 33, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  font-size: 20px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 44, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle:hover {
  background-color: #009fd1;
  border-color: #009fd1;
}

/* line 48, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle:before, body.template-triceratops .btn.btn-circle:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background-color: #009fd1;
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  animation-fill-mode: both;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* line 62, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle .fa {
  position: relative;
  z-index: 1;
  margin-left: 2px;
}

/* line 67, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle:before {
  animation: jumper 1.8s 0s ease-out infinite;
}

/* line 70, app/assets/stylesheets/single/templates/triceratops/_buttons.sass */
body.template-triceratops .btn.btn-circle:after {
  animation: jumper 1.8s 0.5s ease-out infinite;
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block {
  position: relative;
  z-index: 3;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

/* line 8, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block:last-child {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block.border-top {
  padding-top: 60px;
  border-top: 1px solid #ccc;
}

/* line 15, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block.shadow {
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (max-width: 750px) {
  /* line 15, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
  body.template-triceratops .block.shadow {
    padding: 40px;
  }
  /* line 25, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
  body.template-triceratops .block.shadow .zone-header {
    margin-bottom: 30px;
  }
}

/* line 28, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block.shadow .zone-footer {
  margin-top: 40px;
  text-align: center;
}

/* line 32, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block.text-center {
  text-align: center;
}

/* line 35, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block .block-title {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

/* line 40, app/assets/stylesheets/single/templates/triceratops/_cms_blocks.sass */
body.template-triceratops .block .block-title:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 60px;
  height: 2px;
  margin-left: -30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  content: " ";
}

/* line 3, app/assets/stylesheets/single/templates/triceratops/_footer.sass */
body.template-triceratops .main-footer {
  margin: 0;
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/_footer.sass */
body.template-triceratops .main-footer-welcomekit {
  position: relative;
  background: #fff;
  padding: 50px;
  text-align: center;
  background-color: #f5f5f5;
}

/* line 13, app/assets/stylesheets/single/templates/triceratops/_footer.sass */
body.template-triceratops .main-footer-welcomekit p {
  font-size: 12px;
  color: #aaa;
  margin: 0;
}

/* line 18, app/assets/stylesheets/single/templates/triceratops/_footer.sass */
body.template-triceratops .main-footer-welcomekit p:first-child {
  margin-bottom: 10px;
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 600px;
  padding-top: 140px;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 750px) {
  /* line 2, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header {
    padding-top: 120px;
    padding-bottom: 40px;
    height: auto;
  }
}

/* line 20, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 31, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-back {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999;
}

/* line 37, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-site {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  padding: 5px 10px;
  -webkit-transition: scale 0.3s ease;
  -moz-transition: scale 0.3s ease false;
  -o-transition: scale 0.3s ease false;
  transition: scale 0.3s ease;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 53, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-site .icon-right-open:before {
  margin-right: 0;
  width: auto;
}

/* line 57, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-site:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 750px) {
  /* line 37, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header .link-to-site {
    display: none;
  }
}

/* line 63, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header.with-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1000;
  background-color: #fff;
  padding: 20px 40px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  /* line 63, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header.with-nav {
    padding: 20px 30px;
  }
}

@media (max-width: 750px) {
  /* line 63, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header.with-nav {
    padding: 10px 20px;
  }
}

/* line 80, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header.with-nav .main-header-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 86, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-link {
  position: relative;
  z-index: 3;
  margin-top: 40px;
}

/* line 91, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

/* line 99, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-logo-link {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 10px 0 40px;
  margin: 0 auto;
  width: 280px;
  height: 140px;
  text-align: center;
}

@media (max-width: 750px) {
  /* line 99, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header .main-header-logo-link {
    height: 100px;
    width: 200px;
    padding: 10px 0 20px;
  }
}

/* line 115, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-logo-link img {
  position: relative;
  z-index: 2;
  width: 70%;
  height: auto;
}

/* line 121, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-logo-link:before {
  content: " ";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* line 132, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .main-header-logo-link .picture-legend {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #212121;
  font-weight: bold;
}

/* line 140, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline {
  position: relative;
  z-index: 10;
  text-align: center;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 40px;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 152, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline.main-header-with-nav-baseline {
  min-height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 163, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline.main-header-with-nav-baseline:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000, transparent);
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 174, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline.main-header-with-nav-baseline &gt; * {
  position: relative;
  z-index: 3;
}

/* line 178, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline.main-header-with-nav-baseline .main-header-link {
  margin-top: 40px;
}

@media (max-width: 900px) {
  /* line 140, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline {
    padding: 0 20px;
  }
}

@media (max-width: 750px) {
  /* line 140, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* line 188, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline h1, body.template-triceratops .main-header-baseline h2, body.template-triceratops .main-header-baseline h3 {
  position: relative;
  font-weight: 800;
  color: #fff;
  margin: 0 0 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* line 195, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline h1 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 750px) {
  /* line 195, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}

/* line 203, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline h2 {
  font-size: 34px;
}

@media (max-width: 750px) {
  /* line 203, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline h2 {
    font-size: 24px;
  }
}

/* line 208, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline h3 {
  font-size: 28px;
}

@media (max-width: 750px) {
  /* line 208, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline h3 {
    font-size: 20px;
  }
}

/* line 213, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-baseline p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 750px) {
  /* line 213, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-baseline p {
    font-size: 16px;
  }
}

/* line 225, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-back, body.template-triceratops .sticky-header .link-to-back {
  padding: 5px 10px;
  -webkit-transition: scale 0.3s ease;
  -moz-transition: scale 0.3s ease false;
  -o-transition: scale 0.3s ease false;
  transition: scale 0.3s ease;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 237, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-back .icon-left-open:before, body.template-triceratops .sticky-header .link-to-back .icon-left-open:before {
  margin-left: 0;
  width: auto;
}

/* line 241, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header .link-to-back:hover, body.template-triceratops .sticky-header .link-to-back:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 750px) {
  /* line 225, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header .link-to-back, body.template-triceratops .sticky-header .link-to-back {
    display: none;
  }
}

@media (max-width: 750px) {
  /* line 247, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease false;
    -o-transition: all 0.2s ease false;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  /* line 260, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav.visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }
}

/* line 265, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 490px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (max-width: 900px) {
  /* line 265, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-background {
    height: 390px;
  }
}

@media (max-width: 750px) {
  /* line 265, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-background {
    height: 241px;
    background-attachment: scroll;
  }
}

/* line 283, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-background:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  background-color: #000;
  content: " ";
}

/* line 293, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-with-nav {
  background-color: #fff;
  padding: 20px 40px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  /* line 293, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav {
    padding: 20px 30px;
  }
}

@media (max-width: 750px) {
  /* line 293, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav {
    padding: 10px 20px;
  }
}

/* line 304, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-with-nav .main-header-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 309, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-with-nav .main-header-logo a, body.template-triceratops .main-header-with-nav .main-header-logo img {
  display: block;
}

@media (max-width: 900px) {
  /* line 312, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav .main-header-logo a {
    width: 80px;
    overflow: hidden;
  }
}

@media (max-width: 750px) {
  /* line 312, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav .main-header-logo a {
    width: 50px;
  }
}

/* line 320, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-with-nav .main-header-logo a img {
  width: auto;
  height: 60px;
}

@media (max-width: 750px) {
  /* line 320, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav .main-header-logo a img {
    height: 40px;
  }
}

/* line 327, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-with-nav .main-nav-toggler {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 750px) {
  /* line 327, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-with-nav .main-nav-toggler {
    display: block;
  }
}

@media (max-width: 750px) {
  /* line 337, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease false;
    -o-transition: all 0.2s ease false;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  /* line 350, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav.visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    visibility: visible;
  }
}

/* line 355, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 750px) {
  /* line 355, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 0;
  }
}

/* line 363, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list li {
  margin-left: 40px;
}

@media (max-width: 750px) {
  /* line 363, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav-list li {
    margin-left: 0;
  }
}

/* line 369, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list li:first-child {
  margin-left: 0;
}

/* line 372, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list li a {
  position: relative;
  display: block;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 900px) {
  /* line 372, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav-list li a {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  /* line 372, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav-list li a {
    text-align: center;
    padding: 20px 0;
  }
}

/* line 388, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list li a:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  content: " ";
}

@media (max-width: 750px) {
  /* line 388, app/assets/stylesheets/single/templates/triceratops/_header.sass */
  body.template-triceratops .main-header-nav-list li a:after {
    bottom: 5px;
  }
}

/* line 404, app/assets/stylesheets/single/templates/triceratops/_header.sass */
body.template-triceratops .main-header-nav-list li a:hover:after, body.template-triceratops .main-header-nav-list li a.active:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .page-surtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .page-surtitle a {
  text-decoration: none;
  color: #fff;
}

/* line 10, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
}

/* line 16, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list li {
  margin: 0 5px;
}

/* line 19, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list li:first-child {
  margin-left: 0;
}

/* line 22, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list li:first-child:before {
  display: none;
}

/* line 25, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list li:last-child {
  margin-right: 0;
}

/* line 28, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-metas-list li:before {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin-right: 5px;
  content: " ";
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 38, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-content {
  position: relative;
  padding: 60px 0;
  max-width: 700px;
  border-top: 1px solid #eeeeee;
}

/* line 44, app/assets/stylesheets/single/templates/triceratops/_job.sass */
body.template-triceratops.jobs.show .job-content .block-job-apply {
  text-align: center;
}

/* line 1, app/assets/stylesheets/single/templates/triceratops/_layout.sass */
body.template-triceratops {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Work Sans", serif;
  -webkit-font-smoothing: antialiased;
}

/* line 10, app/assets/stylesheets/single/templates/triceratops/_layout.sass */
body.template-triceratops .job-content,
body.template-triceratops .main-header-wrapper,
body.template-triceratops .main-header-baseline,
body.template-triceratops .main-header-baseline-content,
body.template-triceratops .main-header-link {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_modal.sass */
body.template-triceratops .job-modal-title {
  font: 800 28px/40px "Work Sans", sans-serif;
}

/* line 3, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops p {
  margin: 20px 0;
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops p:first-child {
  margin-top: 0;
}

/* line 9, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops p:last-child {
  margin-bottom: 0;
}

/* line 12, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops p, body.template-triceratops li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

/* line 17, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops p.emphasis-text, body.template-triceratops li.emphasis-text {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

/* line 23, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops .text-formated ul li:before {
  color: #757575;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

/* line 27, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops .text-formated h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #757575;
}

/* line 34, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops .text-formated h4 {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  color: #009fd1;
}

/* line 41, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops .block-title {
  position: relative;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 40px 0;
}

@media (max-width: 750px) {
  /* line 41, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
  body.template-triceratops .block-title {
    font-size: 26px;
    line-height: 26px;
  }
}

/* line 52, app/assets/stylesheets/single/templates/triceratops/_typography.sass */
body.template-triceratops .section-title {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 600;
  margin: 30px 0;
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone {
  position: relative;
  padding: 60px 0;
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone .zone-header {
  text-align: center;
  margin-bottom: 60px;
}

/* line 10, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone .zone-header:last-child {
  margin-bottom: 0;
}

/* line 13, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone .zone-header .zone-title {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  color: #212121;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 750px) {
  /* line 13, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
  .template-triceratops .zone .zone-header .zone-title {
    font-size: 24px;
  }
}

@media (max-width: 900px) {
  /* line 23, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
  .template-triceratops .zone .zone-content {
    padding: 0 30px;
  }
}

@media (max-width: 750px) {
  /* line 23, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
  .template-triceratops .zone .zone-content {
    padding: 0 20px;
  }
}

/* line 30, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.banner {
  min-height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100%;
  margin: 0;
  background: none;
}

@media (max-width: 750px) {
  /* line 30, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
  .template-triceratops .zone.banner {
    margin-bottom: 0;
  }
}

/* line 42, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.banner:before, .template-triceratops .zone.banner:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

/* line 49, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.banner .zone-header, .template-triceratops .zone.banner .zone-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/* line 54, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.banner .zone-header {
  position: relative;
  z-index: 10;
  color: #fff;
}

@media (max-width: 750px) {
  /* line 54, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
  .template-triceratops .zone.banner .zone-header {
    margin-bottom: 20px;
  }
}

/* line 62, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.banner .zone-header .zone-title {
  color: #fff;
  font-weight: 800;
  font-size: 32px;
}

/* line 67, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.background-white {
  padding: 220px 0 60px;
}

/* line 70, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.background-grey {
  background-color: #f5f5f5;
}

/* line 73, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.background-blue {
  background: linear-gradient(to top, #009fd1, rgba(0, 159, 209, 0.8));
  color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

/* line 78, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.background-primary, .template-triceratops .zone.background-secondary {
  color: #fff;
}

/* line 81, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.background-primary:before, .template-triceratops .zone.background-secondary:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  content: " ";
}

/* line 91, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.above {
  z-index: 10;
}

/* line 94, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.last-block-astride {
  z-index: 10;
}

/* line 97, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.last-block-astride .cms-block:last-child {
  -webkit-transform: translateY(210px);
  -moz-transform: translateY(210px);
  -ms-transform: translateY(210px);
  -o-transform: translateY(210px);
  transform: translateY(210px);
  margin-top: -210px;
}

/* line 101, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.last-block-astride + .zone {
  padding-top: 210px;
}

/* line 104, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.first-block-astride {
  z-index: 10;
}

/* line 107, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.first-block-astride .cms-block:first-child {
  -webkit-transform: translateY(210px);
  -moz-transform: translateY(210px);
  -ms-transform: translateY(210px);
  -o-transform: translateY(210px);
  transform: translateY(210px);
  margin-top: -210px;
}

/* line 111, app/assets/stylesheets/single/templates/triceratops/_zones.sass */
.template-triceratops .zone.first-block-astride + .zone {
  padding-top: 210px;
}

/* line 3, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list, body.template-triceratops .cms-block-departments_with_images .departments-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 750px) {
  /* line 3, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
  body.template-triceratops .cms-block-departments .departments-list, body.template-triceratops .cms-block-departments_with_images .departments-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 17, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list &gt; *, body.template-triceratops .cms-block-departments_with_images .departments-list &gt; * {
  width: calc(100% / 3);
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 900px) {
  /* line 17, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
  body.template-triceratops .cms-block-departments .departments-list &gt; *, body.template-triceratops .cms-block-departments_with_images .departments-list &gt; * {
    width: 50%;
  }
}

@media (max-width: 750px) {
  /* line 17, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
  body.template-triceratops .cms-block-departments .departments-list &gt; *, body.template-triceratops .cms-block-departments_with_images .departments-list &gt; * {
    width: 100%;
    padding: 0;
  }
}

/* line 31, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list-item-link, body.template-triceratops .cms-block-departments_with_images .departments-list-item-link {
  display: block;
  border: 8px solid #eeeeee;
  padding: 20px;
  color: #212121;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-color: rgba(0, 159, 209, 0.1);
}

/* line 48, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list-item-link:hover, body.template-triceratops .cms-block-departments_with_images .departments-list-item-link:hover {
  background-color: rgba(158, 158, 158, 0.03);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 52, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list-item-link .departments-list-item-title, body.template-triceratops .cms-block-departments_with_images .departments-list-item-link .departments-list-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 59, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments .departments-list-item-link .departments-list-item-jobs-count, body.template-triceratops .cms-block-departments_with_images .departments-list-item-link .departments-list-item-jobs-count {
  font-size: 14px;
  color: #757575;
}

/* line 64, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link {
  position: relative;
  overflow: hidden;
}

/* line 68, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link .departments-list-item-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease false;
  -o-transition: all 0.3s ease false;
  transition: all 0.3s ease;
}

/* line 80, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 83, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link:hover .departments-list-item-icon {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 86, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.6));
  z-index: 2;
  content: " ";
}

/* line 96, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_departments.sass */
body.template-triceratops .cms-block-departments_with_images .departments-list-item-link .departments-list-item-title, body.template-triceratops .cms-block-departments_with_images .departments-list-item-link .departments-list-item-jobs-count {
  position: relative;
  color: #fff;
  z-index: 3;
}

/* line 3, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-warning {
  text-align: center;
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list, body.template-triceratops .cms-block .ais-Hits-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 750px) {
  /* line 6, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
  body.template-triceratops .cms-block .jobs-list, body.template-triceratops .cms-block .ais-Hits-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/* line 20, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list &gt; *, body.template-triceratops .cms-block .ais-Hits-list &gt; * {
  width: 50%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px;
  margin: 15px 0;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 900px) {
  /* line 20, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
  body.template-triceratops .cms-block .jobs-list &gt; *, body.template-triceratops .cms-block .ais-Hits-list &gt; * {
    width: 50%;
  }
}

@media (max-width: 750px) {
  /* line 20, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
  body.template-triceratops .cms-block .jobs-list &gt; *, body.template-triceratops .cms-block .ais-Hits-list &gt; * {
    width: 100%;
    padding: 0;
  }
}

/* line 34, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-link, body.template-triceratops .cms-block .jobs-item-link {
  display: block;
  border: 8px solid #eeeeee;
  padding: 20px 40px;
  color: #212121;
  text-align: left;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease false;
  -o-transition: background 0.2s ease false;
  transition: background 0.2s ease;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease false;
  -o-transition: -o-transform 0.3s ease false;
  transition: transform 0.3s ease;
}

/* line 51, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-link:hover, body.template-triceratops .cms-block .jobs-item-link:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 54, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-title, body.template-triceratops .cms-block .job-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

/* line 62, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-details, body.template-triceratops .cms-block .job-details {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 68, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-details li, body.template-triceratops .cms-block .job-details li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  margin-right: 5px;
}

/* line 72, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block .jobs-list-item-details li:last-child, body.template-triceratops .cms-block .job-details li:last-child {
  margin-right: 0;
}

/* line 76, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block-jobs_by_department .department-name, body.template-triceratops .cms-block-jobs_by_department .office-name, body.template-triceratops .cms-block-jobs_by_office .department-name, body.template-triceratops .cms-block-jobs_by_office .office-name {
  text-align: center;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  line-height: 16px;
}

/* line 83, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block-jobs_by_department .department-name a, body.template-triceratops .cms-block-jobs_by_department .office-name a, body.template-triceratops .cms-block-jobs_by_office .department-name a, body.template-triceratops .cms-block-jobs_by_office .office-name a {
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

/* line 90, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block-jobs_by_department .department-name span, body.template-triceratops .cms-block-jobs_by_department .office-name span, body.template-triceratops .cms-block-jobs_by_office .department-name span, body.template-triceratops .cms-block-jobs_by_office .office-name span {
  display: inline-block;
  padding: 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #212121;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

/* line 102, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block-jobs_by_department .department-name:before, body.template-triceratops .cms-block-jobs_by_department .office-name:before, body.template-triceratops .cms-block-jobs_by_office .department-name:before, body.template-triceratops .cms-block-jobs_by_office .office-name:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  content: " ";
}

/* line 111, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_jobs.sass */
body.template-triceratops .cms-block-jobs_by_department .department-name .icon-tag, body.template-triceratops .cms-block-jobs_by_department .department-name .icon-location, body.template-triceratops .cms-block-jobs_by_department .office-name .icon-tag, body.template-triceratops .cms-block-jobs_by_department .office-name .icon-location, body.template-triceratops .cms-block-jobs_by_office .department-name .icon-tag, body.template-triceratops .cms-block-jobs_by_office .department-name .icon-location, body.template-triceratops .cms-block-jobs_by_office .office-name .icon-tag, body.template-triceratops .cms-block-jobs_by_office .office-name .icon-location {
  display: none;
}

/* line 4, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_spontaneous-job.sass */
body.template-triceratops .cms-block-spontaneous_job .block-content p {
  text-align: center;
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  height: auto;
  padding: 10px 0;
}

/* line 10, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.1));
  content: " ";
}

/* line 19, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-back-link, body.template-triceratops .sticky-header .sticky-header-actions-list {
  position: relative;
  z-index: 1;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 10px 20px;
}

/* line 25, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-actions-list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 750px) {
  /* line 25, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
  body.template-triceratops .sticky-header .sticky-header-actions-list {
    display: none;
  }
}

/* line 32, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-actions-list li {
  list-style: none;
}

/* line 35, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-actions-list li .btn-social {
  color: #fff;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease false;
  -o-transition: opacity 0.2s ease false;
  transition: opacity 0.2s ease;
}

/* line 39, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-actions-list li .btn-social:hover {
  background: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 43, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-actions-list li .btn-primary {
  background-color: #fff !important;
}

/* line 46, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-content {
  position: relative;
  z-index: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  min-width: 0;
}

/* line 55, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-content .sticky-header-title {
  font-size: 24px;
  line-height: 1.2;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/* line 64, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-content .sticky-header-metas-list {
  text-align: left;
  margin-top: 5px;
}

/* line 68, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_sticky_header.sass */
body.template-triceratops .sticky-header .sticky-header-content .sticky-header-metas-list li {
  display: inline-block;
  margin-right: 10px;
}

/* line 5, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_text.sass */
body.template-triceratops .cms-block-text.emphasis-text p {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 900px) {
  /* line 5, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_text.sass */
  body.template-triceratops .cms-block-text.emphasis-text p {
    font-size: 24px;
  }
}

@media (max-width: 750px) {
  /* line 5, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_text.sass */
  body.template-triceratops .cms-block-text.emphasis-text p {
    font-size: 20px;
  }
}

/* line 2, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_video.sass */
body.template-triceratops .cms-block-video {
  max-width: 600px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/* line 6, app/assets/stylesheets/single/templates/triceratops/cms_blocks/_video.sass */
body.template-triceratops .cms-block-video iframe {
  display: block;
  width: 100%;
  height: 300px;
}
</pre></body></html>